
@font-face {
    font-family: OpenSans-Regular; /*   */
    src: url(../fonts/open_sans_regular.ttf); /*      */
   }
   
@font-face {
    font-family: OpenSans-Bold; /*   */
    src: url(../fonts/open-sans-bold.ttf); /*      */
   }

@font-face { 
  font-family: 'OpenSans-Regular'; 
  src: url('../fonts/open_sans_regular.woff2') format('woff2'), 
       url('../fonts/open_sans_regular.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open_sans_regular.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
} 
  
@font-face { 
  font-family: 'OpenSans-Bold'; 
  src: url('../fonts/open-sans-bold.woff2') format('woff2'), 
       url('../fonts/open-sans-bold.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open-sans-bold.woff') format('woff'); 
  font-weight: bold; 
  font-style: normal; 
} 

@font-face { 
  font-family: 'OpenSans-Bold'; 
  src: url('../fonts/open-sans-bold.woff2') format('woff2'), 
       url('../fonts/open-sans-bold.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open-sans-bold.woff') format('woff'); 
  font-weight: bold; 
  font-style: normal; 
}



/* страница ошибки */ 
   
.blok-error-item
{
    text-align: center;
	margin: 40px 0;
}   
   
.subblok-error-item   
{
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
}   

.blok-error-item-title
{
    font-family: GothaProBol, Tahoma !important;
    font-size: 15em !important;
    color: #000 !important;
    line-height: 100%;
}  
   
.blok-error-item-text
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 17px;
    margin: 30px 0 20px 0px;
    color: #7b7b7b;
    line-height: 100%;
}


.subblok-error-item-knopka
{
    width: 230px;
    margin: 0px auto 0px auto;
}


.error-item-knopka
{
    border: 5px solid #efefef !important;
    border-radius: 30px !important;
    padding: 7px 0px;
    font-size: 17px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #adadad;
    width: 220px;
    text-align: center;
    margin: 40px auto 20px auto;
    cursor: pointer;
}

.error-item-knopka:hover
{
    border: 5px solid #ff6767 !important;
    color: #000;
}

.blok-error-item-opisanie h1
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 27px;
    margin: 0px 0 0px 0px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}

.blok-error-item-knopka p
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 17px;
    margin: 20px 0 30px 0px;
    color: #5d5d5d;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}

/* страница ошибки конец*/






.bodysait {
    background: #fff;
    position: relative;
    z-index: 0;
}





/* Menu */
 
.amenu {
    background: #fff;
    left: -320px; /* ?????? ???? */
    height: 100%;
    top: 0;
    overflow: auto;
    position: fixed;
    width: 300px;
    z-index: 1000000;
    border-radius: 0px 0 0 0px;
}

.amenu-fon
{
    background: #000;
	opacity: 0.5;
    right: 0;
	left: 0;
    height: 100%;
    top: 0;
    overflow: auto;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.amenu-fon.icon-close {
    cursor: pointer;
    padding-right: 0px;
    padding-top: 0px;
    float: none;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    vertical-align: text-top;
}

.bodysait
{
    background: #fff;
	position: relative;
	z-index: 0;
}

 
.amenu .vyzvat-agenta {
    margin: 5px 0px 0px 10%;
    padding: 10px 10px;
    font-size: 14px;
	float: left;
}

 
/* Basic CSS */
 
.background {
    position: absolute;
    top: 45px;
    left: 2%;
    background: #0191d300;
    width: 32px;
    z-index: 100000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}
 
.amenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.amenu li {
    margin: 0 0 0px 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    list-style: none !important;
}
 
.amenu li:hover {
  cursor: pointer;
}
 
.amenu a {
  color: #fff;
  text-decoration: none;
}
 
.icon-close {
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    float: left;
    padding-bottom: 30px;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 14px;
    vertical-align: text-top;
}
 
.icon-menu {
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
}
 
.icon-menu img {
    margin-right: 0px;
	width: 100%;
}


.amenu .blok-mail-top-svyaz {
    font: 16px OpenSans-Regular, Arial;
    color: #fff!important;
    line-height: 140%;
    text-align: center;
    margin: 20px 0 0 10%;
    cursor: pointer;
    background: url(../svg/mail.svg) left center no-repeat #872e13;
    background-size: 17px;
    background-position: 3% 55%;
    padding: 5px 20px 5px 30px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
}

.amenu .perezvonim-title {
    font: 16px OpenSans-Regular, Arial;
    color: #fff!important;
    line-height: 140%;
    text-align: center;
    margin: 15px 0px 40px 10%;
    cursor: pointer;
    background: url(../svg/tel.svg) left center no-repeat #872e13;
    background-size: 17px;
    background-position: 3% 55%;
    padding: 5px 20px 5px 30px;
    float: left;
    border-radius: 4px;
}




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: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
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 {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}
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,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
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:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}






p {
	margin: 0 0 10px;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
	line-height: 140%;
}

/*list*/
.container ul, .container ol{margin-left:2em;margin-bottom:1em;}
.container ol ol{margin-left:2.5em;}
.container ul > li
{
    list-style:url('../images/list.png');
    list-style-position:outside;
	margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
	line-height: 140%;
}
.container ol > li
{
    list-style-image:none;
	list-style-type:decimal;
    margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
	line-height: 1.42857143;
}
.container dt{font-weight:bold;}


.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}
.muted {
	color: #999;
}
a.muted:hover,
a.muted:focus {
	color: #808080;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover,
a.text-success:focus {
	color: #356635;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 18px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}
h1,
h2,
h3 {
	line-height: 36px;
}
h1 {
	font-size: 35.75px;
}
h2 {
	font-size: 29.25px;
}
h3 {
	font-size: 22.75px;
}
h4 {
	font-size: 16.25px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11.05px;
}
h1 small {
	font-size: 22.75px;
}
h2 small {
	font-size: 16.25px;
}
h3 small {
	font-size: 13px;
}
h4 small {
	font-size: 13px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	line-height: 18px;
}
ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}
ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none;
}
ul.inline > li,
ol.inline > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px;
}



hr {
	margin: 20px 0;
}









form {
	margin: 0 0 18px;
}



label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 13px 3%;
	margin-bottom: 15px;
	font-size: 15px !important;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #fff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #999;
	background-color: #fcfcfc;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
.radio,
.checkbox {
	min-height: 18px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 89%;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
	width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
	width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
	width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
	width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
	width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
	width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
	width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
	width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
	width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
	width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
	width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
	width: 46px;
}
.controls-row {
	*zoom: 1;
}
.controls-row:before,
.controls-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.controls-row:after {
	clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
	float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
	padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}


input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1;
}
.form-actions:before,
.form-actions:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-actions:after {
	clear: both;
}
.help-block,
.help-inline {
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 9px;
}
.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}


input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-search .input-append .search-query {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
	display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
	display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
	margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.control-group {
	margin-bottom: 9px;
}
legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0;
}
.form-horizontal .controls:first-child {
	*padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
	margin-top: 9px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}
.control-label .hasPopover,
.control-label .hasTooltip {
	display: inline-block;
}
.subform-repeatable-wrapper .btn-group>.btn.button {
	min-width: 0;
}
.subform-repeatable-wrapper .ui-sortable-helper {
	background: #fff;
}
.subform-repeatable-wrapper tr.ui-sortable-helper {
	display: table;
}


.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #fff;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	text-decoration: none;
	outline: 0;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
.typeahead {
	z-index: 1051;
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.well {

}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-large {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.alert-options {
	float: right;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	border: none;

}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 15px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 90%;
	margin: 0 auto;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #004b8d;
	background-image: -moz-linear-gradient(top,#005e8d,#002f8d);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#002f8d));
	background-image: -webkit-linear-gradient(top,#005e8d,#002f8d);
	background-image: -o-linear-gradient(top,#005e8d,#002f8d);
	background-image: linear-gradient(to bottom,#005e8d,#002f8d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff002e8d', GradientType=0);
	border-color: #002f8d #002f8d #001641;
	*background-color: #002f8d;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #002f8d;
	*background-color: #002674;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #001e5a \9;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #fff;
	border-color: #d60d37 #d60d37 #d60d37;
	background-color: #d60d37 !important;

}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #005e8d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #002b41;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #002f8d;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}



.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
	border-color: #999;
}
.tabbable {
	*zoom: 1;
}
.tabbable:before,
.tabbable:after {
	display: table;
	content: "";
	line-height: 0;
}
.tabbable:after {
	clear: both;
}
.tab-content {
	overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-bottom-color: transparent;
	border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #fff;
}
.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #fff;
}
.nav > .disabled > a {
	color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}



.breadcrumb {

	list-style: none;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-header h3 {
	margin: 0;
	line-height: 30px;
}
.modal-body {
	width: 98%;
	position: relative;
	max-height: 400px;
	padding: 1%;
}
.modal-body iframe {
	width: 100%;
	max-height: none;
	border: 0 !important;
}
.modal-form {
	margin-bottom: 0;
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
	line-height: 0;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.row-fluid .thumbnails {
	margin-left: 0;
}
.thumbnails > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}
.thumbnail {

	transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {

}
.thumbnail > img {

}
.thumbnail .caption {
	padding: 9px;
	color: #555;
}
.label,
.badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #999;
}
.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.badge {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.label:empty,
.badge:empty {
	display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label-important,
.badge-important {
	background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
	background-color: #953b39;
}
.label-warning,
.badge-warning {
	background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
	background-color: #c67605;
}
.label-success,
.badge-success {
	background-color: #468847;
}
.label-success[href],
.badge-success[href] {
	background-color: #356635;
}
.label-info,
.badge-info {
	background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
	background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
	background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
	background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
	top: 0;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-ms-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.progress .bar {
	width: 0%;
	height: 100%;
	color: #fff;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top,#149bdf,#0480be);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
	background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
	background-image: -o-linear-gradient(top,#149bdf,#0480be);
	background-image: linear-gradient(to bottom,#149bdf,#0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress .bar + .bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
	background-color: #ee5f5b;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-success .bar,
.progress .bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top,#62c462,#57a957);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
	background-image: -webkit-linear-gradient(top,#62c462,#57a957);
	background-image: -o-linear-gradient(top,#62c462,#57a957);
	background-image: linear-gradient(to bottom,#62c462,#57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
	background-color: #62c462;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-info .bar,
.progress .bar-info {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
	background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
	background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
	background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-warning .bar,
.progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
	background-color: #fbb450;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}
.carousel {
	position: relative;
	margin-bottom: 18px;
	line-height: 1;
}
.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.right {
	left: auto;
	right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-indicators {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.25);
	border-radius: 5px;
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #333;
	background: rgba(0,0,0,0.75);
}
.carousel-caption h4,
.carousel-caption p {
	color: #fff;
	line-height: 18px;
}
.carousel-caption h4 {
	margin: 0 0 5px;
}
.carousel-caption p {
	margin-bottom: 0;
}
.hero-unit {
	padding: 60px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	color: inherit;
	background-color: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.hero-unit h1 {
	margin-bottom: 0;
	font-size: 60px;
	line-height: 1;
	color: inherit;
	letter-spacing: -1px;
}
.hero-unit li {
	line-height: 27px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}




.small {
	font-size: 11px;
}
iframe,
svg {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
	text-align: center;
}
a.disabled,
a.disabled:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
	text-decoration: none;
}
.hero-unit {
	text-align: center;
}
.hero-unit .lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
}
.btn .caret {
	margin-bottom: 7px;
}
.btn.btn-micro .caret {
	margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
body.modal {
	padding-top: 0;
}
.row-even,
.row-odd {
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #ddd;
}
.row-odd {
	background-color: transparent;
}
.row-even {
	background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .row-reveal {
	visibility: hidden;
}
.row-fluid:hover .row-reveal {
	visibility: visible;
}
.btn-wide {
	width: 80%;
}
.nav-list > li.offset > a {
	padding-left: 30px;
	font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .offset1 {
	margin-left: 8.382978723%;
}
.row-fluid .offset2 {
	margin-left: 16.89361702%;
}
.row-fluid .offset3 {
	margin-left: 25.404255317%;
}
.row-fluid .offset4 {
	margin-left: 33.914893614%;
}
.row-fluid .offset5 {
	margin-left: 42.425531911%;
}
.row-fluid .offset6 {
	margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
	margin-left: 59.446808505%;
}
.row-fluid .offset8 {
	margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
	margin-left: 76.468085099%;
}
.row-fluid .offset10 {
	margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
	margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
	padding: 4px 10px;
	line-height: 18px;
}
.nav-tabs.nav-dark {
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
	color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
	border-color: #333 #333 #111;
	background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #222;
	border-bottom-color: transparent;
}
.thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
	margin: 0 0 10px 10px;
}
.width-10 {
	width: 10px;
}
.width-20 {
	width: 20px;
}
.width-30 {
	width: 30px;
}
.width-40 {
	width: 40px;
}
.width-50 {
	width: 50px;
}
.width-60 {
	width: 60px;
}
.width-70 {
	width: 70px;
}
.width-80 {
	width: 80px;
}
.width-90 {
	width: 90px;
}
.width-100 {
	width: 100px;
}
.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-40 {
	height: 40px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-70 {
	height: 70px;
}
.height-80 {
	height: 80px;
}
.height-90 {
	height: 90px;
}
.height-100 {
	height: 100px;
}
hr.hr-condensed {
	margin: 10px 0;
}
.list-striped,
.row-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #f5f5f5;
}
.row-striped .row-fluid {
	width: 100%;
	box-sizing: border-box;
}
.row-striped .row-fluid [class*="span"] {
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list-condensed li {
	padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
	padding: 4px 5px;
}
.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.radio.btn-group input[type=radio] {
	display: none;
}
.radio.btn-group > label:first-of-type {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
	padding-left: 0;
}
.iframe-bordered {
	border: 1px solid #ddd;
}
.tab-content {
	overflow: visible;
}
.tabs-left .tab-content {
	overflow: auto;
}
.nav-tabs > li > span {
	display: block;
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-micro {
	padding: 1px 4px;
	font-size: 10px;
	line-height: 8px;
}
.btn-group > .btn-micro {
	font-size: 10px;
}
.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}
.page-header {
    margin: 0px 0px 10px 0px !important;
}
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
	border-color: #ccc;
	height: 26px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
	border-color: #ccc;
}
.input-prepend > .add-on,
.input-append > .add-on {
	vertical-align: top;
}
.input-prepend .chzn-container-single .chzn-single {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.input-append .chzn-container-single .chzn-single {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.element-invisible:focus {
	width: auto;
	height: auto;
	overflow: auto;
	background: #eee;
	color: #000;
	padding: 1em;
}
.form-vertical .control-label {
	float: none;
	width: auto;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}
.form-vertical .controls {
	margin-left: 0;
}
.width-auto {
	width: auto;
}
.btn-group .chzn-results {
	white-space: normal;
}
.accordion-body.in:hover {
	overflow: visible;
}
.invalid {
	color: #9d261d;
	font-weight: bold;
}
input.invalid {
	border: 1px solid #9d261d;
}
select.chzn-done.invalid + .chzn-container.chzn-container-single > a.chzn-single,
select.chzn-done.invalid + .chzn-container.chzn-container-multi > ul.chzn-choices {
	border-color: #9d261d;
	color: #9d261d;
}
.tooltip {
	max-width: 400px;
}
.tooltip-inner {
	max-width: none;
	text-align: left;
	text-shadow: none;
}
th .tooltip-inner {
	font-weight: normal;
}
.tooltip.hasimage {
	opacity: 1;
}
.tip-text {
	text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
	margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.dropdown-menu {
	text-align: left;
}
.alert-link {
	font-weight: bold;
}
.alert .alert-link {
	color: #a47e3c;
}
.alert-success .alert-link {
	color: #356635;
}
.alert-danger .alert-link,
.alert-error .alert-link {
	color: #953b39;
}
.alert-info .alert-link {
	color: #2d6987;
}
div.modal {
	position: fixed;
	top: 5%;
	left: 50%;
	z-index: 1050;
	width: 80%;
	margin-left: -40%;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 5%;
}
.modal-batch {
	overflow-y: visible;
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
	max-height: none;
}
.jviewport-height10 {
	height: 10vh;
}
.jviewport-height20 {
	height: 20vh;
}
.jviewport-height30 {
	height: 30vh;
}
.jviewport-height40 {
	height: 40vh;
}
.jviewport-height50 {
	height: 50vh;
}
.jviewport-height60 {
	height: 60vh;
}
.jviewport-height70 {
	height: 70vh;
}
.jviewport-height80 {
	height: 80vh;
}
.jviewport-height90 {
	height: 90vh;
}
.jviewport-height100 {
	height: 100vh;
}
div.modal.jviewport-width10 {
	width: 10vw;
	margin-left: -5vw;
}
div.modal.jviewport-width20 {
	width: 20vw;
	margin-left: -10vw;
}
div.modal.jviewport-width30 {
	width: 30vw;
	margin-left: -15vw;
}
div.modal.jviewport-width40 {
	width: 40vw;
	margin-left: -20vw;
}
div.modal.jviewport-width50 {
	width: 50vw;
	margin-left: -25vw;
}
div.modal.jviewport-width60 {
	width: 60vw;
	margin-left: -30vw;
}
div.modal.jviewport-width70 {
	width: 70vw;
	margin-left: -35vw;
}
div.modal.jviewport-width80 {
	width: 80vw;
	margin-left: -40vw;
}
div.modal.jviewport-width90 {
	width: 90vw;
	margin-left: -45vw;
}
div.modal.jviewport-width100 {
	width: 100vw;
	margin-left: -50vw;
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
	div.modal[class*="jviewport-width"] {
		width: auto;
		margin: 0;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.site {
	padding: 0px;
}
body.site.fluid {
	background-color: #ffffff;
}


.site-title {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
}


.header {
	margin-bottom: 10px;
}
.header .finder {
	margin-top: 14px;
}
.header .finder .btn {
	margin-top: 0px;
}
.navigation {
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,0.075);
	border-bottom: 1px solid rgba(0,0,0,0.075);
	margin-bottom: 10px;
}
.navigation .nav-pills {
	margin-bottom: 0;
}
.hero-unit {
	background-color: #08C;
}
.hero-unit > * {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.container {
	max-width: 1400px;
	margin: 0 auto;
}
.body .container {


}
.well .page-header {
	margin: 0px 0px 5px 0px;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
	word-wrap: break-word;
}
h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 20px 0;
}
h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 25px 0;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}




.breadcrumb {
	margin: 20px 0;
	font-size: 14px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;

}

.breadcrumbs ul {
	margin: 20px 0px 10px !important;
}

div.breadcrumbs li {
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
	line-height: 120%;
	margin: 0;
}



.breadcrumb > li,
.breadcrumb > .active {
	color: #515151;
}




code {
	white-space: pre-wrap;
}


.container-popup {
	padding: 28px 10px 10px 10px;
}
li {
	word-wrap: break-word;
}







.menu-infoitem
{

}

div.menu-infoitem ul {
    margin: 0;
}

div.menu-infoitem li {
    background: #274d35;
    padding: 2%;
    list-style: none;
    float: left;
    width: 19.2%;
    margin: 0 1% 1% 0;
    text-align: center;
    box-sizing: border-box;
}

div.menu-infoitem li:nth-child(5),
div.menu-infoitem li:nth-child(10),
div.menu-infoitem li:nth-child(15),
div.menu-infoitem li:nth-child(20),
div.menu-infoitem li:nth-child(25),
div.menu-infoitem li:nth-child(30) 
{
    margin: 0% 0% 1% 0;
}

div.menu-infoitem li a {
    text-decoration: none;
}

div.menu-infoitem li img {
    height: 80px;
    width: 80px;
    margin: 0 auto 20px auto;
}

div.menu-infoitem li .image-title {
    font-family: OpenSans-Regular, Tahoma;
    font-size: 19px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #fff;
    margin: 0px auto 0px auto;
    display: table;
    height: 60px;
}


/* .menu-tarify .menuexample */
.menu-tarify {margin: 40px 0 20px;}
.menu-tarify.item {margin: 0px 0 40px;}
.menu-tarify .menu { min-height: 2.5em; line-height: 2.5em; }
.menu-tarify .menu li { background: #e1eedb; margin: 0 !important; float: left; display: block; position: relative; list-style: none; min-width: 100px; text-align:center;    line-height: 3em !important; font-family: Tahoma; font-size: 20px; color:#000; z-index: 10;}
.menu-tarify .menu li.active 
{ 
   background: #073f07;
}

.menu-tarify .menu li.active a
{ 
   color: #fff;
}



.menu-tarify .menu li:last-child { border-right: none; }
.menu-tarify .menu a { text-decoration: none;  display: block; font-family: OpenSans-Regular, Arial, Verdana; font-size: 20px; color:#000;padding: 10px 10px; float: left;}
.menu-tarify ul { margin: 0 !important;}
.menu-tarify .menu ul 
{ 
    display: none;
	position: absolute;
	top: 3.8em;
	left: -2px;
	border-left: 2px solid #b10629;
	min-width: 250px;
	z-index: 1;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.menu-tarify .menu ul ul { left: 100%; top: -1px; }
.menu-tarify .menu li.parent li { float: none;  border-top: none; }
.menu-tarify .menu li:hover { background: #872e13; color: #fff;}
.menu-tarify .menu a:hover { color: #fff; }
.menu-tarify .menu li:hover ul ul,
.menu-tarify .menu li:hover ul li:hover ul ul { display: none; }
.menu-tarify .menu li:hover ul,
.menu-tarify .menu li:hover ul li:hover ul,
.menu-tarify .menu li:hover ul li:hover ul li:hover ul { display: block; background: #fff;color: #000; width: 100%;}

.menu-tarify .menu ul li a{ color: #b10629; padding: 15px 10px; }
.menu-tarify .menu ul li { line-height: 140% !important; text-align: left; border-bottom: 1px solid #ffe2e8;}
.menu-tarify .menu ul li:last-child { border-bottom: none; }
.menu-tarify .menu ul li:hover a{ color: #fff; }

.menu-tarify .menu li img {
    height: auto;
    width: 40px;
    float: left;
    margin: 0 20px 0px 0;
}

.menu-tarify .menu li .image-title {
    font-family: OpenSans-Regular, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 220px;
	float: left;
    line-height: 140%;
    margin: 0px auto 0px auto;
    display: table;
    height: 40px;
}


/* .mainmenu .menuexample */
.mainmenu {margin: 30px 10% 0;}
.mainmenu .menu { min-height: 2.5em; line-height: 2.5em; }
.mainmenu .menu li 
{  
    margin: 0 !important; 
	float: none; 
	display: block; 
	position: relative;
	padding: 0 0; 
	list-style: none; 
	min-width: 100%; 
	text-align: left;    
	line-height: 2em !important; 
	font-family: OpenSans-Regular; 
	font-size: 17px; 
	color:#000; 
	z-index: 10;
}
.mainmenu .menu li:last-child { border-right: none; }
.mainmenu .menu a 
{   
    text-decoration: none;  
    display: block; 
	font-family: OpenSans-Regular, Tahoma; 
	font-size: 17px; 
	color: #000;
}
.mainmenu ul { margin: 0 !important;}
.mainmenu .menu ul 
{ 
    display: none;
	position: absolute;
	top: 3.8em;
	left: -2px;
	border-left: 2px solid #b10629;
	min-width: 250px;
	z-index: 1;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.mainmenu .menu ul ul { left: 100%; top: -1px; }
.mainmenu .menu li.parent li { float: none;  border-top: none; }
.mainmenu .menu li:hover { background: #424242;}
.mainmenu .menu a:hover { color: #fff; }
.mainmenu .menu li:hover ul ul,
.mainmenu .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu .menu li:hover ul,
.mainmenu .menu li:hover ul li:hover ul,
.mainmenu .menu li:hover ul li:hover ul li:hover ul { display: none; background: #fff;color: #000; width: 100%;}

.mainmenu .menu ul li a{ color: #b10629; padding: 15px 10px; }
.mainmenu .menu ul li { line-height: 140% !important; text-align: left; border-bottom: 1px solid #ffe2e8;}
.mainmenu .menu ul li:last-child { border-bottom: none; }
.mainmenu .menu ul li:hover a{ color: #fff; }




/* .mainmenu-niz-gorizontal */


.mainmenu-niz-gorizontal h3
{
    display: none;
}

.mainmenu-niz-gorizontal {margin: 20px 0px 20px 0;}
.mainmenu-niz-gorizontal .menu { min-height: 1em; line-height: 1em; }
.mainmenu-niz-gorizontal .menu li {float: left; display: block; position: relative; list-style: none; min-width: 90px; text-align:left; line-height: 1em !important;}
.mainmenu-niz-gorizontal ul { margin: 0;}
.mainmenu-niz-gorizontal .menu li:last-child { border-right: none; }
.mainmenu-niz-gorizontal .menu a { text-decoration: none; padding: 0 15px; display: block; font-family: Tahoma; font-size: 14px; color:#676767;}
.mainmenu-niz-gorizontal .menu ul { display: none; position: absolute; top: 2.5em; left: -1px; min-width: 160px;  border: none; }
.mainmenu-niz-gorizontal .menu ul ul { left: 100%; top: -1px; }
.mainmenu-niz-gorizontal .menu li.parent li { float: none; border: 1px solid #ccc; border-top: none; }
.mainmenu-niz-gorizontal .menu li:hover { }
.mainmenu-niz-gorizontal .menu a:hover { text-decoration: underline; }
.mainmenu-niz-gorizontal .menu li:hover ul ul,
.mainmenu-niz-gorizontal .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu-niz-gorizontal .menu li:hover ul,
.mainmenu-niz-gorizontal .menu li:hover ul li:hover ul,
.mainmenu-niz-gorizontal .menu li:hover ul li:hover ul li:hover ul { display: block; }




/* .mainmenu-niz */
.mainmenu-niz {margin: 0 5% 20px 0; float: left;}
.mainmenu-niz.last {margin: 0 0% 20px 0; float: left;}
.mainmenu-niz .menu { min-height: 1em; line-height: 1em; }
.mainmenu-niz .menu li { display: block; position: relative; list-style: none; min-width: 90px; text-align:left; line-height: 1em !important;}
.mainmenu-niz ul { margin: 0;}
.mainmenu-niz .menu li:last-child { border-right: none; }
.mainmenu-niz .menu a { text-decoration: none; padding: 0 0px; display: block; font-family: Tahoma; font-size: 15px; color:#7c977b;}
.mainmenu-niz .menu ul { display: none; position: absolute; top: 2.5em; left: -1px; min-width: 160px;  border: none; }
.mainmenu-niz .menu ul ul { left: 100%; top: -1px; }
.mainmenu-niz .menu li.parent li { float: none; border: 1px solid #ccc; border-top: none; }
.mainmenu-niz .menu li:hover { }
.mainmenu-niz .menu a:hover { text-decoration: underline; }
.mainmenu-niz .menu li:hover ul ul,
.mainmenu-niz .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu-niz .menu li:hover ul,
.mainmenu-niz .menu li:hover ul li:hover ul,
.mainmenu-niz .menu li:hover ul li:hover ul li:hover ul { display: block; }

div.mainmenu-niz h3
{
    font-size: 20px;
    margin: 15px 0 15px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #5c7d5c;
}



/*clearfix*/
.clear, .clr{clear:both!important;overflow:hidden!important;line-height:0!important;height:0!important;*zoom: 1;}
.clear:before, .clear:after, .clr:before, .clr:after{content:""!important;display:table!important;}
.clear:after, .clr:after{clear:both!important;}


.blok-top {
    background: #fff;
	padding: 0 0;
}




/* adaptiv */

@media only screen and (max-width: 1200px){

div.blok-top {
    background: none;
}

div.bx-wrapper .bx-prev {
	left: 0px;
}

div.bx-wrapper .bx-next {
	right: 0px;
}

}



.logo {
    width: 70px;
    margin: 25px 0px 25px 0px;
    float: left;
    height: 70px;
}

.logo-grin
{
    width: 95px;
    margin: 10px 20px 10px 0px;
    float: left;
    height: 95px;
}

.logo-title
{
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 25px 0px 0px 20px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 29px;
    color: #000;
    font-weight: 400;
	text-transform: uppercase;
	float: left;
    width: 280px;
}

.mod-poisk
{
    float: right;
    width: 250px;
    margin: 5px 0px 0px 0px;
}

.mod-poisk form
{
    margin: 0px 0px 0px;
}

.mod-poisk input[type="search"]
{
    margin-bottom: 0px;
    line-height: 18px;
    color: rgb(255, 255, 255);
    vertical-align: middle;
    font-size: 15px !important;
    padding: 7px 3% !important;
    border-radius: 0px !important;
    font-family: OpenSans-Regular, sans-serif;
    border: 1px solid #872e13;
    border-bottom: 1px solid #c0573b;
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    background: #872e13;
}

.mod-vybor-goroda
{
    float: right;
    width: 200px;
    margin: 30px 80px 0px 0px;
    border-bottom: 2px solid #64021c;
    padding: 0 0 5px 0;
}

.amenu .mod-vybor-goroda {
    float: left;
    width: 215px;
    margin: 0px 0px 30px 10%;
    border-bottom: 2px solid #64021c;
    padding: 0 0 5px 0;
    display: block;
}

.mod-vybor-goroda h3 {
    font-size: 15px;
    margin: 0px 0 5px 0px;
    font-family: OpenSans-Regular, roboto, Tahoma;
    font-weight: 400;
    line-height: 130%;
    color: #7a9c6a;
}

.mod-vybor-goroda .mcs-module .current-location {
    color: #000;
	font-family: OpenSans-Regular, roboto, Tahoma;
    font-size: 16px;
    text-decoration: none;
    border-bottom: none;
	cursor: pointer;
}

.mcs-modal-header .mcs-header .title {
    color: #000 !important;
	font-family: OpenSans-Regular, roboto, Tahoma !important;	
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 30px;
}

.mcs-dialog .inner {
    position: relative;
    height: auto !important;
    padding: 20px 30px 30px !important;
    overflow-y: auto;
}

.mcs-dialog a.active {
    color: #872e13 !important;
    font-weight: 700;
    text-decoration: none;
}

.mcs-dialog .cities .cities-group .first-letter-cities {
    position: absolute;
    top: 3px !important;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    left: 0;
    font-size: 18px;
    color: #872e13 !important;
}

.mcs-modal-header .close svg {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 12px;
    height: 12px;
    fill: #872e13 !important;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}

.mcs-dialog a {
    font-size: 16px !important;
    font-family: OpenSans-Regular, Arial, Verdana !important;
    font-size: 14px !important;
    line-height: 150% !important;
    color: #828282 !important;
    text-decoration: none !important;
}


.vyzvat-agenta
{
    margin: 33px 0px 0px 0px;
    padding: 15px 20px;
    float: right;
    background: #64021c;
    color: #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 120%;
    border-radius: 4px;
    cursor: pointer;
}

.vyzvat-agenta:hover
{
    background: #872e13;
}


/* blok ritualnye uslugi moskva */

div.blok-rit-uslugi-mos 
{
    margin: 60px 0 0px;
}


div.blok-rit-uslugi-mos h3 {
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

.blok-rasschet-stoimosti-niz
{
    background: url(../images/bg-pe.jpg) no-repeat center;
    background-size: cover;
    padding: 1%;
    position: relative;
    margin: 60px 0 0 0;
}

.blok-rasschet-stoimosti-niz a {
    text-decoration: none;
}

.blok-rasschet-stoimosti-niz-fon
{
    background: #1e431cad;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 3%;
    z-index: 0;
}

div.blok-rasschet-stoimosti-niz-fon h3
{
    font-size: 32px;
    margin: 0px auto 0px;
    padding: 10px;
    max-width: 850px;
    text-align: center;
    font-family: OpenSans-Regular, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    border: 1px solid #bfe2a8;
}

.blok-rasschet-stoimosti-niz-fon:hover h3 {
    background: #1e431cad;
}


.blok-telefon-top
{
    margin: 0px 0px 0px 0px;
    width: 100%;
    background: #872e13;
}

.blok-telefon-niz
{
    margin: 60px 0px 0px 0px;
    width: 100%;
    background: #872e13;
}

.blok-adres-top
{
    float: right;
    margin: 15px 30px 0px 0px;
    width: 25%;
}

.blok-mail-top
{
    float: right;
    margin: 15px 0px 0px 0px;
    width: 20%;
}


div.adres-top h3
{
    color: #848484 !important;
    text-align: right;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.adres-top
{
    color: #e21a1a !important;
    text-align: right;
    margin: 0px 0px 0px 0;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

div.adres-top a, div.adres-top a:link, div.adres-top a:visited
{
    color: #000 !important;
}

div.adres-top p
{
    margin: 0px 0px 0px 0;
}



.tel {
    text-align: left;
    width: auto;
    float: left;
    margin: 10px 60px 10px 0;
}

.tel.last {
    text-align: left;
    width: auto;
    float: left;
    margin: 10px 0px 10px 0;
}

div.tel h3 {
    margin: 5px 30px 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 16px !important;
    color: #fff !important;
	font-weight: 400 !important;
	float: left;
}

.tel .custom {
    text-align: left;
    width: auto;
    float: left;
    margin: 0px 0px 0px 0;
}


div.tel p {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 26px !important;
    color: #fff !important;
	font-weight: 400 !important;
}

div.tel p a{
    color: #fff !important;
}





.niz-mail {
    text-align: left;
    width: auto;
    float: right;
    margin: 10px 0px 10px 0;
}


div.niz-mail h3 {
    margin: 5px 30px 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 16px !important;
    color: #fff !important;
	font-weight: 400 !important;
	float: left;
}

.niz-mail .custom {
    text-align: left;
    width: auto;
    float: left;
    margin: 0px 0px 0px 0;
}


div.niz-mail p {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 24px !important;
    color: #fff !important;
	font-weight: 400 !important;
}

div.niz-mail p a{
    color: #fff !important;
}







div.mail-top
{
    font: 14px Calibri,Arial;
    color: #066aa3!important;
    line-height: 140%;
	text-align: right;
	margin: 0px 0 10px 0px;
}

div.mail-top:hover {
    cursor: pointer;
}

div.mail-top p
{
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 20px !important;
    color: #000 !important;
	font-weight: 400 !important;
}


.blok-mail-top-svyaz
{
    font: 16px OpenSans-Regular, Arial;
    color: #fff!important;
    line-height: 140%;
    text-align: center;
    margin: 10px 0 0 0;
    cursor: pointer;
	background: url(../svg/mail.svg) left center no-repeat;
    background-size: 17px;
    background-position: 3% 55%;
    padding: 5px 5px 5px 30px;
	float: right;
	cursor: pointer;
	border-radius: 4px;
}

.blok-mail-top-svyaz:hover {
    background: url(../svg/mail.svg) left center no-repeat #7b280f;
	background-size: 17px;
    background-position: 3% 55%;
}



div.perezvonim-title {
    font: 16px OpenSans-Regular, Arial;
    color: #fff!important;
    line-height: 140%;
    text-align: center;
    margin: 10px 0px 0 40px;
    cursor: pointer;
	background: url(../svg/tel.svg) left center no-repeat;
    background-size: 17px;
    background-position: 3% 55%;
    padding: 5px 5px 5px 30px;
	float: left;
	border-radius: 4px;
}

div.perezvonim-title:hover {
    background: url(../svg/tel.svg) left center no-repeat #7b280f;
	background-size: 17px;
    background-position: 3% 55%;
}



/* pervyi ekran */


.blok-pervyi-ekran
{
    background: url(../images/bg-pe.jpg) no-repeat center;
    background-size: cover;
}

.blok-pervyi-ekran-left
{
    float: left;
    box-sizing: border-box;
    padding: 3%;
    width: 70%;
	position: relative;
}
.blok-pervyi-ekran-left-1
{
    background: #1e431cad;
    float: left;
    box-sizing: border-box;
    width: 85%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.blok-pervyi-ekran-left-2
{
    background: #1e431cad;
    float: left;
    box-sizing: border-box;
    top: 0;
    left: 85%;
    z-index: 0;
    width: 15%;
	height: 100%;
	position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
}

.logo-ritual
{
    width: 90px;
    float: left;
    height: 90px;
    margin: 0px 0px;
	position: relative;
	z-index: 1;
}

.blok-pervyi-ekran-left h3
{
    font-size: 28px;
    margin: 0px 0 15px 40px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 130%;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    float: left;
    width: 700px;
}

.blok-pervyi-ekran-left h2
{
    font-size: 24px;
    margin: 0px 0 20px 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 130%;
    color: #fff;
    z-index: 1;
    position: relative;
    float: left;
    max-width: 700px;
}


.blok-pervyi-ekran-left-liniya
{
    width: 250px;
    float: left;
    height: 3px;
    margin: 30px 0px 40px;
	position: relative;
	z-index: 1;
	background: #98bf7f;
}

.blok-pervyi-ekran-left p
{
    font-size: 14px;
    margin: 0px 0 25px 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-weight: 400;
    line-height: 130%;
    color: #fff;
    z-index: 1;
    position: relative;
    float: left;
    max-width: 700px;
}

.zakazat-online
{
    font: 18px OpenSans-Regular, Arial;
    color: #bfe2a8!important;
    line-height: 140%;
    text-align: left;
    margin: 20px 40px 0 0;
    cursor: pointer;
    background: url(../svg/udalenno.svg) left center no-repeat;
    background-size: 50px;
    background-position: 2% 55%;
    padding: 12px 20px 12px 70px;
    float: left;
    border: 1px solid #bfe2a8;
    z-index: 1;
    position: relative;
}

.zakazat-online:hover
{
    color: #fff!important;
    border: 1px solid #bfe2a8;
	background: url(../svg/udalenno.svg) left center no-repeat #1e431cad;
    background-size: 50px;
    background-position: 2% 55%;
}


.blok-pervyi-ekran-right
{
    float: right;
    box-sizing: border-box;
    width: 395px;
    margin: 3% 0% 0% 0%;
}

.blok-pervyi-ekran-right-50
{
    background: #1e431cad;
    float: left;
    box-sizing: border-box;
    width: 48%;
	margin: 2% 2% 2% 0;
	padding: 2%;
	cursor: pointer;
}

.blok-pervyi-ekran-right-50.last
{
    float: left;
    width: 48%;
	margin: 2% 0% 2% 2%;
}

.blok-pervyi-ekran-right-100
{
    background: #1e431cad;
    float: left;
    box-sizing: border-box;
    width: 100%;
	margin: 2% 0% 2% 0;
	padding: 0%;
	display: flex;
}


.blok-pervyi-ekran-right-100-left
{
    background: #1e431cad;
    float: left;
    box-sizing: border-box;
    width: 35%;
    margin: 0% 0% 0% 0;
    padding: 3%;
    font-size: 28px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    line-height: 120%;
    color: #fff;
}

.blok-pervyi-ekran-right-100-left span
{
    font-size: 16px;
    font-family: OpenSans-Regular, Arial, Verdana;
}

.blok-pervyi-ekran-right-100-right
{
    float: left;
    box-sizing: border-box;
    width: 65%;
	margin: 0% 0% 0% 0;
	padding: 3%;
    font-size: 15px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    line-height: 120%;
	color: #fff;
}

.blok-pervyi-ekran-right-100-right span
{
    font-size: 14px;
    font-family: OpenSans-Regular, Arial, Verdana;
}

.blok-pervyi-ekran-right-100-right a
{
    color: #fff;
}


.blok-pervyi-ekran-right-100.top
{
	padding: 2%;
	margin: 0% 0% 2% 0;
}


.blok-pervyi-ekran-right-100.last
{
	display: block;
}

.blok-pervyi-ekran-right-100-top
{
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin: 2% 0% 2% 0;
    padding: 1% 2%;
    color: #fff;
}

.blok-pervyi-ekran-right-100-top h3
{
    float: left;
    margin: 0% 3% 0% 0;
    font-size: 28px;
	width: 60%;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    line-height: 120%;
    color: #fff;
}

.blok-pervyi-ekran-right-100-top span
{
    font-size: 13px;
	width: 37%;
    font-family: OpenSans-Regular, Arial, Verdana;
    line-height: 110%;
    color: #fff;
	float: left;
}

.blok-pervyi-ekran-right-100-bottom
{
    background: #1e431cad;
	float: left;
    box-sizing: border-box;
    width: 100%;
    margin: 0% 0% 0% 0;
    padding: 1% 2%;
    color: #fff;
}

.blok-pervyi-ekran-right-100-bottom span
{
    font-size: 13px;
	width: auto;
	margin: 0% 6% 0% 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    line-height: 110%;
    color: #fff;
	float: left;
	text-transform: uppercase;
}

.blok-pervyi-ekran-right-100-bottom span.last
{
	margin: 0% 0% 0% 0;
}

.blok-pervyi-ekran-right-50-img
{
    width: 50px;
    margin: 10px auto 0px auto;
    height: 50px;
}

.blok-pervyi-ekran-right-50-title
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 13px;
    margin: 10px auto 0px auto;
    color: #fff;
    line-height: 120%;
    max-width: 95%;
    height: 40px;
    display: table;
	text-transform: uppercase;
	text-align: center;
}

.blok-pervyi-ekran-right-50-title div {
    vertical-align: middle;
    display: table-cell;
}


.poisk-icon {
    width: 36px;
    margin: 20px 0 0px 20px;
    float: left;
}

div.poisk-icon form {
    margin: 0 0 0px;
}


.menu-blok {
    background: #073f07;
    margin: 0 0 0px 0;
	min-height: 10px;
}

.blok-rassrochka-skidka
{
    margin: 20px 0 0px 0;  
}

.blok-rassrochka-skidka-left
{
    width: 49%;
    margin: 0px 1% 0px 0px;
    float: left;    
}

.blok-rassrochka-skidka-right
{
    width: 49%;
    margin: 0px 0 0px 1%;
    float: left;    
}

#blok-rassrochka-skidka-fixed
{
    display:none;
    position: fixed;
    right: 0;
    top: 0px;
    width: 100%;
    height: auto;
    background: #ffffff;
    z-index: 100;
}

.breadcrumbs
{
    margin: 2% 0% 2%;
}





/* blok slaider predl */

.slaider
{
    margin: 60px 0 0 0;
}

div.slaider .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0 0 0px 0;
}

div.slaider li
{
    margin: 0 0 0 0;
}

div.slaider .bx-wrapper .bx-pager, div.slaider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}





/* blok esli umer blizkiy chelovek */

.blok-umer-chelovek
{
    background: url(../images/bg-umer-chelovek.jpg) no-repeat;
    background-size: cover;
    clear: both!important;
    overflow: auto;
    margin: 60px 0 0 0;
}

.blok-umer-chelovek a
{
    text-decoration: none;
}

.podblok-umer-chelovek
{
    background: url(../svg/umer-chelovek.svg) left center no-repeat;
    background-size: 50px;
    background-position: 4% 55%;
    padding: 10px 10px 10px 170px;
}

.podblok-umer-chelovek h3 {
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 10px 0px 10px 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.podblok-umer-chelovek p {
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}


/* vazhnaya informaciya */

.blok-vazhnaya-informaciya
{
    margin: 60px 0px 0 0;
    background: url(../svg/vazhno.svg) left center no-repeat;
    background-size: 50px;
    background-position: 4% 55%;
    padding: 10px 10px 10px 170px;
    border: 3px solid #e33e0c;
    z-index: 1;
    position: relative;
}

.blok-vazhnaya-informaciya h3 {
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 10px 0px 10px 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-size: 30px;
    color: #e33e0c;
    font-weight: 400;
    text-transform: uppercase;
}

.blok-vazhnaya-informaciya p {
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}




/* blok obratite vnimanie */

.blok-obratite-vnimanie-top
{
    margin: 60px auto 0;
    width: 100%;
}

.blok-obratite-vnimanie-top h3
{
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    max-width: 1150px;
    text-transform: uppercase;
}

div.blok-obratite-vnimanie-top p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 20px;
    color: #000;
    line-height: 140%;
}




.blok-obratite-vnimanie
{
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
	margin: 40px 0 0px;
}

.blok-obratite-vnimanie-t3-col
{
    position: relative;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0 10px 0 0;
}

.blok-obratite-vnimanie-t3-col:first-child {
    width: 43%;
}

.blok-obratite-vnimanie-t3-col:last-child {
    width: 34%;
	padding: 0 0px 0 0;
}

.blok-obratite-vnimanie-t3-col-3blok
{
	margin: 0 0 0% 0;
	padding: 0 0 10px 0;
	height: 33.3333%;
}


.blok-obratite-vnimanie-t3-col-3blok:last-child
{
	padding: 0 0 0% 0;
}

.blok-obratite-vnimanie-t3-col-3blok .blok-obratite-vnimanie-inner
{
    background: #e1eedb;
    box-sizing: border-box;
    padding: 3%;
    height: 100%;
    margin: 0 0 0px 0;
	overflow: hidden;
}

.blok-obratite-vnimanie-t3-col-2blok
{
	margin: 0 0 0% 0;
	padding: 0 0 10px 0;
	height: 50%;
}

.blok-obratite-vnimanie-t3-col-2blok:last-child
{
	padding: 0 0 0% 0;
}

.blok-obratite-vnimanie-t3-col-2blok .blok-obratite-vnimanie-inner img
{
    height: auto;
    width: 100%;
    margin: 0 auto 0 auto;
}

.blok-obratite-vnimanie-t3-col-2blok .blok-obratite-vnimanie-inner
{
    background: #64021c;
    box-sizing: border-box;
    padding: 3%;
    height: 100%;
    margin: 0 0 0px 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 28px;
    color: #fff;
    line-height: 120%;
    text-align: center;
}

.blok-obratite-vnimanie-t3-col-2blok .blok-obratite-vnimanie-inner span
{
    font-size: 17px;
}

.blok-obratite-vnimanie-t3-col-2blok a, .blok-obratite-vnimanie-t3-col-3blok a, .blok-obratite-vnimanie-t3-col-4blok a
{
	text-decoration: none;
}

.blok-obratite-vnimanie-t3-col-4blok
{
	margin: 0 0 0% 0;
	padding: 0 0 10px 0;
	height: 25%;
}



.blok-obratite-vnimanie-t3-col-4blok .blok-obratite-vnimanie-inner
{
    background: #274d35;
    box-sizing: border-box;
    padding: 3%;
    height: 100%;
    margin: 0 0 0px 0;
}

.blok-obratite-vnimanie-t3-col-4blok:last-child
{
	padding: 0 0 0% 0;
}

.blok-obratite-vnimanie-t3-col-4blok img {
    height: auto;
    width: 17%;
    float: left;
    margin: 0 5% 0px 0;
}

.blok-obratite-vnimanie-t3-col-4blok .blok-obratite-vnimanie-inner span
{
    margin: 0 0 0px 0;
    display: grid;
    top: 35%;
    position: relative;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 24px;
    color: #fff;
    line-height: 120%;
}



.blok-obratite-vnimanie-t3-col-2blok:last-child, .blok-obratite-vnimanie-t3-col-3blok:last-child, .blok-obratite-vnimanie-t3-col-4blok:last-child
{
	margin: 0 0 0px 0;
}



.blok-obratite-vnimanie-t3-col-3blok img
{
    height: auto;
    width: 20%;
    float: left;
    margin: 0 5% 0px 0;
}

.blok-obratite-vnimanie-t3-col-3blok span
{
    float: left;
	width: 75%;
	margin: 3% 0 0px 0;
}

.blok-obratite-vnimanie-t3-col-3blok span b {
    font-size: 20px;
    margin: 0px 0 5px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #64021c;
    text-align: left;
    text-transform: uppercase;
}


.blok-obratite-vnimanie-t3-col-3blok span {
    margin: 4% 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 15px;
    color: #000;
	display: grid;
}





/* blok sertifikaty */

.blok-sertifikaty
{
    margin: 60px auto 0;
    width: 100%;
}

div.blok-sertifikaty h3 {
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}




/* blok vyibirayut nas */

.blok-vyibirayut-nas
{
    background: url(../images/bg-vyibirayut.jpg);
	background-size: cover;
	display: flex;
	margin: 60px 0px 0px 0px;
}

.blok-vyibirayut-nas-left
{
    background: #073f07;
    box-sizing: border-box;
    width: 10%;
    margin: 0% 5% 0% 0;
    padding: 1%;
    float: left;
}

.blok-vyibirayut-nas-right
{
    padding: 1% 1% 1% 0;
}

div.blok-vyibirayut-nas-right h3 {
    font-size: 24px;
    margin: 30px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

div.blok-vyibirayut-nas-right ul > li {
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #fff;
    line-height: 120%;
    list-style: outside url(../images/list-bel.png);
    margin: 0px 0px 10px;
}




.zakaz-item
{
    width: 150px;
    margin: 20px 0 40px 0px;
    border: solid 1px #bb381a;
    background: #ff2f00;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 19px;
	color: #fff;
}

.zakaz-item:hover
{
    cursor: pointer;
}


.zakaz-item-uslugi
{
    width: 150px;
    margin: 20px 0 40px 0px;
    background: #64021c;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 22px;
    color: #fff;
}

.zakaz-item-uslugi:hover
{
    cursor: pointer;
    background: #872e13;
}







/* mod novosti */

.blok-mod-novosti {
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    margin: 20px 0 20px 0;
}

/* mod novosti end */








.blok-partnery-niz
{
    margin: 30px 0 30px 0;
    float: left;
    width: 100%;
}

.blok-partnery-niz img
{
    max-width: 320px;
    height: 70px;
    margin: 0 60px 0 0;
    float: left;
}

div.blok-partnery-niz img:last-child {
    margin: 0 0px 0 0;
}


.blok-niz {
    background: #042304;
    margin: 0px 0 0px 0;
	padding: 1% 0%;
}

.blok-niz-oficial
{
    font-size: 20px;
    margin: 15px 0 20px;
    padding: 0 0 35px 0;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #6c8e6b;
    border-bottom: 1px solid #0b400b;
}


.blok-niz-mainmenu
{

}


.copyrights {
    float: left;
    color: #295d29;
    margin: 20px 0 0 0;
	font-family: Tahoma, "Arial", sans-serif;
    font-size: 13px;
}







div.map-sait-link {
    margin: 15px 0 0 0;
	float: left;
	font-family: Tahoma, "Arial", sans-serif;
    font-size: 13px;
}

div.map-sait-link a, div.map-sait-link a:link, div.map-sait-link a:visited {
    color: #0e380e !important;
    text-decoration: none;
}




.pull-right {
    float: right!important;
}

.pull-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.pull-right ul li {
    float: left;
	list-style: none;
}

.pull-right ul li a {
    display: block;
}




.rutegra {
    float: right;
    text-align: left;
    margin: 0px 0px 0px 0px;
    width: 112px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-size: 24px;
	font-weight: 700;
    color: #082b08;	
}

div.rutegra a, div.rutegra a:link, div.rutegra a:visited
{
    color: #082b08;
}


.YandexMetrika
{
    float: right;
    text-align: left;
    margin: 0px 0px 0px 0px;
    width: 85px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-size: 24px;
	font-weight: 700;
    color: #082b08;	  
}



div.modal-content-box h1
{
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
    line-height: 120%;
    margin: 20px 0 40px;
	text-align: center;
}

div.modal-content-box p
{
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 140%;
	text-align: center;
}

div.modal-content-box h2
{
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
    line-height: 120%;
    margin: 20px 0 20px;
	text-align: center;
}


.itemBody-mail
{
    width: 50%;
}

.genericItemView
{
    margin: 0px 0px 20px 0px;
}


.genericItemView h2
{
    margin: 10px 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
    color: #000;
    line-height: 140%;
	font-weight: 400;
}

div.k2Pagination
{
    margin: 30px 0px 30px 0px;
}

div.k2Pagination ul
{
    margin: 0px 0px 0px 0px;
	text-align: center;
}

div.k2Pagination li
{
    margin: 0px 5px 0px 5px;
	display: inline-block;
    list-style: none;
    padding: 2px 0px;
    width: 25px;
    text-align: center;
	font-size: 18px;
}

div.k2Pagination li a 
{
    color: #a5a5a5;
}

div.k2Pagination li.active a 
{
    color: #000;
}


/*table )*/
div.container tbody {}
div.container table {width:100%;border:solid 1px #ccc;border-top:none;border-right:none;font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%; margin: 0 0 20px 0;border-spacing: 0px;}
div.container table li{font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%;margin:0px 0px 5px 0px;}
div.container table p{font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%;}
div.container table caption {color:#999;font-style: italic;}
div.container table th {text-align: right;}
div.container table thead th {text-align: center;border-bottom:solid 2px #222;}
div.container table th, div.container table td {line-height:1.5em;padding: 10px; background: none;}
div.container table thead th, div.container table thead td {padding-top:0.75em;}

div.container table tr {border-right:solid 1px #ccc;}

div.container table td {border-right:solid 1px #ccc;}

div.container table tfoot th, div.container table tfoot td {padding-bottom:0.75em; font-style: italic;}
div.container table tbody th, .container table tbody td, div.container table tfoot th, div.container table tfoot td {border-top:solid 1px #ccc}
div.container table tr:nth-child(even) td{}
div.container table tr:hover {background: none!important;}
div.container table tbody tr:nth-child(odd) th, div.container table tbody tr:nth-child(odd) td {background:rgba(0, 0, 0, 0.05); }




div.itemHeader h2
{
    font-size: 40px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.itemListCategory h2
{
    font-size: 32px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.itemAttachmentsBlock ul
{
    margin: 10px 0 30px 0;
}

div.itemAttachmentsBlock li
{
    list-style: none;
	font-size: 16px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
}






.itemHeader-img
{
    float: left;
    width: 5%;
    margin: 0px 5% 40px 0;  
}

div.itemHeader-kontakty
{
    float: left;
    width: 100%;
    margin: 10px 0% 0px 0;
}

div.itemHeader-kontakty h2 {
    font-size: 40px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    background: url(../svg/logo-glav.svg) left center no-repeat;
    background-size: 4.5%;
    background-position: 0% 55%;
    padding: 10px 5px 10px 7%;
}



.blok-kontakty-item-left
{
    float: left;
    width: 45%;
    margin: 0px 5% 40px 0;
}

.blok-kontakty-item-razdel
{
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #d6d6d6;
}

.blok-kontakty-item-razdel.last
{
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: none;
}

.blok-kontakty-item-razdel ul, .blok-kontakty-item-razdel ol {
    padding: 0;
    margin: 0 0 20px 17px;
    width: 100%;
    float: left;
}

.blok-kontakty-item-razdel ul > li {
    list-style: url(../images/list-razdel.png);
    list-style-position: outside;
	float: left;
    width: 45%;
    margin: 0 5% 10px 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
    color: #9e9e9e;
    line-height: 120%;
}

.blok-kontakty-item-razdel h4
{
    font-size: 18px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

.blok-kontakty-item-razdel-left
{
	float: left;
    width: 48%;
    margin: 0 2% 0px 0;
}

.blok-kontakty-item-razdel-left strong {
    font-size: 16px;
    margin: 0px 0 15px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.blok-kontakty-item-razdel-left p {
    margin: 7px 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}

.blok-kontakty-item-razdel-left a {
    font-size: 20px;
    margin: 0px 20px 0px 0;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

.blok-kontakty-item-razdel-left span {
    margin: 0 0 0px 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
    color: #9e9e9e;
}


.blok-kontakty-item-right
{
    float: left;
    width: 45%;
    margin: 0px 0 40px 5%;
}


.itemBody-kontakty p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 24px;
    color: #000;
    line-height: 140%;
}

.blok-map-item
{
	margin: 0px 0 30px 0;
}

.map
{
    height: 500px;
	margin: 0px 0 0 0;
}

div.blok-map-item h3 {
    font-size: 18px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

.blok-kontakty-item-forma
{

}

.blok-kontakty-item-forma h4 {
    font-size: 18px;
    margin: 30px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}



.catItemView-stati
{
    margin: 0px 0px 0px 0px;
}

.catItemView-new
{
    margin: 0px 0px 30px 0px;
}

.catItemBody-new
{
    float: left;
    margin: 0px 3% 0px 0px;
    width: 12%;
}

.catItemHeader-new
{
    float: left;
    margin: 0px 0px 0px 0px;
    width: 85%;
}

.catItemTitle-new
{
    font-family: Calibri, Tahoma;
    font-size: 24px;
    list-style-position: outside;
    font-weight: 700;
    text-align: left;
    height: 60px;
    display: table;
    width: 100%;
    line-height: 140%;
    color: #0061a5
}

.catItemTitle-new div {
    vertical-align: middle;
    display: table-cell;
}

.catItemDateCreated-new, .itemDateCreated
{
    font-family: Calibri, Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #8e8e8e
}


.itemImageBlock
{
    margin: 0 0 30px 0;
}









/* Сброс стилей для поля ввода в браузерах webkit */
div.poisk-icon input {
	outline: none;
}
div.poisk-icon input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
div.poisk-icon input::-webkit-search-decoration,
div.poisk-icon input::-webkit-search-cancel-button {
	display: none; /* Удаляем иконку поиска и сброса */
}

/* Поле ввода строки поиска */
div.poisk-icon input[type=search] {
	background: url(../images/poisk.jpg) no-repeat 2px center #fff;
	border: solid 1px #dcf4ff;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.poisk-icon input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* Заполнитель */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Демо B */
div#demo-b input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
div#demo-b input[type=search]:hover {
	background-color: #fff;
}
div#demo-b input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
div#demo-b input:-moz-placeholder {
	color: transparent;
}
div#demo-b input::-webkit-input-placeholder {
	color: transparent;
}





.catItemAttachmentsBlock-title
{
    font-family: Calibri, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    margin: 20px 0 0 0;
    color: #6d6d6d;
}

div.catItemAttachmentsBlock ul
{
    margin: 10px 0;
}

div.catItemAttachmentsBlock li
{
    list-style: none;
}








/* menu kategorii kataloga */

div.mod-katalog-menu
{
    background: url(../images/bg.png);
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
}

div.mod-katalog-menu h3 {
    font-size: 28px;
    margin: 45px 0 45px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
}

div.mod-katalog-menu ul {
    margin: 0;
}

div.mod-katalog-menu li {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    padding: 0px 0 20px 0;
	list-style: none;
	float: left;
	width: 22.5%;
	margin: 0 1% 0 1%;
	text-align: center;
    box-sizing: border-box;
}

div.mod-katalog-menu li img{

    border-radius: 5px 5px 0 0;
}

.image-title
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 22px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    margin: 0px auto 0px auto;
    display: table;
    height: 60px;
}

.image-title div
{
    vertical-align: middle;
    display: table-cell;
}








/* perekluchenie */

.product-view-button
{
    margin: 1% 0%;
    float: right;
    width: 180px;
}

.product-view-button span
{
    margin: 0 1% 0 0;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
}

.product-view-button a {
    display: inline-block;
    font-size: 18px;
    color: #ddd;
    border: 1px solid #eaf2f4;
    border-radius: 3px;
    padding: 7px 7px 5px;
    margin: 4px 4px 4px 0;
}

.product-view-button a.active{
    color: #428bca;
	text-decoration: none;
}

svg #vid-setka
{ 
  fill: #2f2d2d;
}

.product-view-button a.active svg #vid-setka
{ 
  fill: #ff0000;
}

svg #vid-list
{ 
  fill: #2f2d2d;
}

.product-view-button a.active svg #vid-list
{ 
  fill: #ff0000;
}


div.itemContainer-oborud.itemContainerLast.list-view .catItem-oborudovanie-img
{
    text-align: center;
	display: table;
	float: left;
	width: 10%;
	height: 100px;
}

div.itemContainer-oborud.itemContainerLast.list-view .catItem-katalog-blok-titl-cena-more
{
	display: block;
	float: left;
	width: 90%;
}

div.itemContainer-oborud.itemContainerLast.list-view .catItem-oborudovanie-img img
{
    border-radius: 3px;
	max-height: 100px;
}

div.itemContainer-oborud.itemContainerLast.list-view div.catItemHeader-oborudovanie {
    font-family: OpenSans-Bold, Calibri, Tahoma;
    font-size: 20px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 65%;
	float: left;
    line-height: 140%;
    color: #0061a5;
    margin: 0px 5% 0px 5%;
    display: table;
    height: 100px;
}

div.itemContainer-oborud.itemContainerLast.list-view div.cena-cat-item {
    font-size: 28px;
    margin: 0px 5% 0px 0;
	display: table;
	height: 100px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
	float: left;
    text-align: right;
	width: 30%;
}

div.itemContainer-oborud.itemContainerLast.list-view div.cena-cat-item div {
    vertical-align: middle;
    display: table-cell;
}

.itemContainer-oborud.itemContainerLast.grid-view
{
    width: 29%;
    margin: 1% 1%;
    float: left;
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    padding: 1%;
}

div.itemContainer-oborud.itemContainerLast.list-view
{
    width: 100%;
    margin: 1% auto;
	box-sizing: border-box;
    float: none;
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    padding: 0.5%;
}

div.itemContainer-oborud.itemContainerLast.list-view .k2store-product-info
{
    width: 25%;
    float: right;
}

div.itemContainer-oborud.itemContainerLast.list-view .k2store-product-info form {
    margin: 0 0 0px;
}

div.itemContainer-oborud.itemContainerLast.list-view .k2store-product-info .product_sku {
    margin: 20px 4% 0px;
    width: 92%;
    text-align: right;
}

div.itemContainer-oborud.itemContainerLast.list-view .k2store-product-info .blok-product_price {
    text-align: right;
}

div.itemContainer-oborud.itemContainerLast.list-view .k2store-product-info .product_price {
    margin: 0px 0 0px;
    text-align: right;
}


div.itemContainer-oborud.itemContainerLast.list-view .catItemReadMore
{
    display: none;
}


























/* oborudyivanie */




div.mod-komplekty
{
	margin: 0 0 50px 0;
}

div.mod-komplekty h3 {
    font-size: 28px;
    margin: 45px 0 45px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: center;
}

div.mod-komplekty ul {
    margin: 0;
}

div.mod-komplekty li {

    border-radius: 5px;
    border: 1px solid #eaf2f4;
    padding: 10px 0 20px 0;
}

div.mod-komplekty li img 
{
    border-radius: 0px 0px 0px 0;
    max-height: 250px;
    width: auto;
}

div.ext-itemimage-katalog
{

    height: 250px;
    display: table;
    width: 95%;
    line-height: 100%;
    margin: 2.5% auto 0px auto;
    text-align: center;
}

.ext-itemimage-katalog div {
    vertical-align: middle;
    display: table-cell;
}



div.ext-itemtitle-komplekt
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.ext-itemtitle-komplekt div {
    vertical-align: middle;
    display: table-cell;
}


.itemContainer-oborud.itemContainerLast
{
    width: 29%;
    margin: 1% 1%;
    float: left;
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    padding: 1%;
}



.catItemView-oborudovanie {
    padding: 0px;
    margin: 0;
}

.catItem-oborudovanie-img
{
    height: 250px;
    display: table;
    width: 100%;
    line-height: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
}

.catItem-oborudovanie-img div {
    vertical-align: middle;
    display: table-cell;
}

.catItem-oborudovanie-img img
{
    border-radius: 3px;
	max-height: 320px;
    width: auto;
}








div.catItemHeader-oborudovanie {
    font-family: OpenSans-Bold, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 92%;
    line-height: 140%;
    color: #000000;
    margin: 20px auto 20px 4%;
    display: table;
    height: 80px;
}

.catItemHeader-oborudovanie div {
    vertical-align: middle;
    display: table-cell;
}

div.catItemHeader-oborudovanie a, div.catItemHeader-oborudovanie a:link, div.catItemHeader-oborudovanie a:visited {
    color: #000;
    text-decoration: none;
}


div.cena-cat-item {
    font-size: 28px;
    margin: 15px 0 20px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: center;
}

div.cena-item {
    font-size: 28px;
    margin: 5px 0 5px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
	text-align: left;
}

.itemContainer-oborud .product_quantity_input
{
    display: none;
}

.itemContainer-oborud .k2store_add_to_cart {
    display: none;
}

.itemContainer-oborud .product_sku {
    margin: 0px 4% 15px;
    width: 92%;
    text-align: left;
}

.itemContainer-oborud .blok-product_price
{
    float: left;
    width: 92%;
    margin: 0 4%;
    text-align: left;
}


div.catItemReadMore
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    color: #a2acae;
    width: auto;
    float: left;
    margin: 0px auto 20px 4%;
	padding: 9px 0px 9px 0px;
    background: #872e13;
    border-radius: 4px;
}

div.catItemReadMore a
{
    padding: 8px 15px 8px 15px;
	color: #fff;
}



div.mod-komplekty li:hover .catItemReadMore, .itemContainer-oborud:hover .catItemReadMore
{
	background: #64021c;
    color: #fff !important;
	box-shadow: 0 4px 17px -2px #e6e7eb;
}


.Category-title h2
{
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.itemHeader-katalog h2
{
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Regular, Arial, Verdana, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}


.itemHeader-katalog-adaptive h2
{
    font-size: 24px;
    margin: 10px 0 30px;
    font-family: OpenSans-Regular, Arial, Verdana, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
	display: none;
}

.itemImageBlock-komplekt
{
    width: 50%;
	float: left;
	margin: 0 0% 40px 0;
}

.itemImageBlock-komplekt img
{
    width: 100%;
}

.komlekt-item-right
{
    width: 45%;
	float: right;
	margin: 0 0 0 0;

}

.komlekt-item-right-top
{

	padding: 10px 0 10px 0;
}

.komlekt-item-right-bottom-2 {
    border: 1px solid #f5f5f5;
    padding: 10px 15px 10px 15px;
	margin: 15px 0 0 0;
    border-radius: 5px;
	font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
	line-height: 140%;
}


.subCategoryContainer-katalog
{
    width: 31.3%;
    margin: 0% 1% 2% 1%;
    float: left;
    border-radius: 0px;
    box-sizing: border-box;
	position: relative;
}


.subCategoryContainer-katalog-Images
{
    height: auto;
    display: table;
    width: 100%;
    line-height: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
}

.subCategoryContainer-katalog-Images div {
    vertical-align: middle;
    display: table-cell;
}

.subCategoryContainer-katalog-Images img {
    border-radius: 0px 0px 0px 0;
    max-height: auto;
    width: auto;
}



.subCategoryContainer-katalog-Title
{
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 5%;
    box-sizing: border-box;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
    color: #fff;
    display: table;
    height: 65px;
    position: absolute;
    bottom: 7%;
    left: 5%;
    background: #032903;
    text-transform: uppercase;
}

.subCategoryContainer-katalog-Title div {
    vertical-align: middle;
    display: table-cell;
}

.subCategoryContainer-katalog-Title a
{
    color: #fff;
}


div.k2ItemsBlock-katalog ul {
    margin: 0;
    text-align: center;
}

div.k2ItemsBlock-katalog li {
    border-radius: 5px;
    border: 1px solid #eaf2f4;
	box-sizing: border-box;
    padding: 0.5%;
    list-style: none;
    width: 22.5%;
    margin: 0.5%;
    display: inline-block;
}

.moduleItemImages-katalog
{
    height: 250px;
    display: table;
    width: 100%;
    line-height: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
}

.moduleItemImages-katalog div {
    vertical-align: middle;
    display: table-cell;
}

div.k2ItemsBlock-katalog li img
{
    border-radius: 0px 0px 0px 0;
    max-height: 250px;
    width: auto;
}

div.moduleItemTitle-katalog {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.moduleItemTitle-katalog div {
    vertical-align: middle;
    display: table-cell;
}

.blok-katalog-item-zakaz
{
    border: 1px solid #e3e3e3;
	padding: 15px;
	box-sizing: border-box;
	margin: 0px 0 40px;
	
}

.product_sku
{
    margin: 0px 0 15px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
    color: #a2a2a2;
    line-height: 120%;
	float: left;
}

.product_price
{
    margin: 0px 0 20px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 30px;
    color: #000;
    line-height: 140%;
    display: inline-block !important;
}

.product_price strike {
    color: #ec4917;
    margin: 0px 30px 0px 0;
    font-size: 30px;
    display: inline-block !important;
}

.product_special_price
{
    margin: 0px 0px 20px 0;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    line-height: 140%;
    display: inline-block !important;
}

.blok-katalog-item-price .product_quantity_input
{

}

.blok-katalog-item-price .product_quantity_input span
{
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}

.product_quantity_input
{
	float: left;
}

.blok-katalog-item-price .product_quantity_input input {
    width: 20px;
}

.k2store_add_to_cart
{
	float: left;
}

.blok-katalog-item-price .product_quantity_input input[type="text"]
{
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 10px;
	margin: 0 20px 20px 0px;
	box-sizing: border-box;
    font-size: 15px !important;
    line-height: 18px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    vertical-align: middle;
}


.blok-katalog-item-price .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #872e13;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #872e13;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    padding: 10px 15px !important;
	margin: 0px 20px 20px 0px !important;
	float: left;
	border: none;
}

.blok-katalog-item-price .btn-primary:hover {
    background-color: #b93a13 !important;
}

.zakaz-item-clik {
    width: 170px;
    margin: 0px 0 25px 0px;
    background: #fff;
	border: 1px solid #073f07;
    padding: 9px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    color: #073f07;
	line-height: 130%;
    cursor: pointer;
}

.zakaz-item-clik:hover {
    background: #073f07;
	border: 1px solid #073f07;
    color: #fff;
}

.blok-katalog-item-zakaz-telefon
{
    margin: 0px 0px 0px 0px;
    width: 100%;
    padding: 0%;
    background: #ffffff;
    float: left;
}

.blok-katalog-item-zakaz-telefon h3 {
    font-size: 15px;
    margin: 0px 0 10px;
    font-family: OpenSans-Regular, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.katalog-item-zakaz-telefon {
    margin: 0px 0 0px;
}

.katalog-item-zakaz-telefon p {
    font-size: 24px;
    margin: 0px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.katalog-item-zakaz-telefon p a {
    color: #000;
}

div.perezvonim-title-katalog-item
{
    font: 16px OpenSans-Regular, Arial;
    color: #000!important;
    line-height: 140%;
    text-align: center;
    margin: 10px 40px 0 0;
    cursor: pointer;
    background: url(../svg/tel.svg) left center no-repeat;
    background-size: 17px;
    background-position: 3% 55%;
    padding: 5px 10px 5px 30px;
    float: left;
    border-radius: 4px;
}

div.perezvonim-title-katalog-item:hover
{
    background: url(../svg/tel.svg) left center no-repeat #f1f1f1;
    background-size: 17px;
    background-position: 3% 55%;
}

.k2store-notification {
    background: none repeat scroll 0 0 #ffffff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 20px rgba(152, 152, 152, 0.5);
    cursor: default;
    margin-left: 0;
    margin-top: 60px;
    padding: 1em;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}

.k2store-notification .k2success {
    float: left;
    width: 100%;
    margin: 10px 0px 20px 0;
    font-family: OpenSans-Regular, Arial, Verdana, Tahoma;
    font-size: 17px;
}

.k2store-notification .btn-success {
    color: #fff;
    border: none;
    background-color: #872e13 !important;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 17px;
    padding: 10px 15px;
}

.k2store-notification .btn-success:hover {
    background-color: #b93a13 !important;
}

.k2store-notification .cart_dialogue_close {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 10px 10px 10px 10px;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    width: 20px;
    font-family: OpenSans-Regular, Arial, Verdana, Tahoma;
}

.sait_left .tabs label {
    display: block;
    float: left;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 20px 20px 0;
    padding: 0px;
}

.sait_left #tab_1:checked ~ #tab_l1,
.sait_left #tab_2:checked ~ #tab_l2,
.sait_left #tab_3:checked ~ #tab_l3,
.sait_left #tab_4:checked ~ #tab_l4,
.sait_left #tab_5:checked ~ #tab_l5,
.sait_left #tab_6:checked ~ #tab_l6
{
    background: #fff;
}

.sait_left .tabs label img {
    display: block;
    width: 30px;
    margin: 0px 20px 0px 0;
    height: 30px;
    float: left;
}

/* cart */

.cart-left
{
    background: #e1eedb;
    margin: 0 0 20px 0;
    padding: 5%;
    border-radius: 3px;
	box-sizing: border-box;
}

.componentheading
{
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
}

div.k2store_cartitems table {
    border: solid 1px #e4e4e4;
}

div.k2store_cartitems table {
    border-top: none;
}

div.k2store_cartitems table {
    border-right: none;
}

div.k2store_cartitems table tbody td
{
    border-top: solid 1px #e4e4e4;
}

div.k2store_cartitems table thead
{
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 120%;
}

div.k2store_cartitems table thead th
{
    font-weight: 400;
}

div.k2store_cartitems table thead th {
    text-align: center;
    border-bottom: none;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

div.k2store_cartitems table td {
    border-right: solid 1px #e4e4e4;
}

.k2store_cartitems table tbody td.product_tabl_td_name
{
    width: 76%;
	padding: 1%;
	box-sizing: border-box;
}

.product_tabl_td_name a
{
    font-size: 20px;
    margin: 0px 0 20px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.k2store_cartitems table tbody td.product_quantity_input
{
    width: 7%;
	padding: 1%;
	float: none;
	box-sizing: border-box;
}

.k2store_cartitems table tbody td.product_quantity_input input[type="text"]
{
    display: inline-block;
    height: 18px;
    padding: 10px 10px;
    margin-bottom: 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 140%;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    vertical-align: middle;
}

.k2store_cartitems table tbody td.product_tabl_td_summa
{
    width: 10%;
	padding: 1%;
	box-sizing: border-box;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
}

.k2store_cartitems table tbody td.product_tabl_td_delete
{
    width: 7%;
	padding: 1%;
	box-sizing: border-box;
}

table#cart a div.k2storeCartRemove {
    background: url(../images/remove-roll.png) no-repeat scroll 0 50 transparent;
    height: 18px;
    width: 18px;
    margin: 0px auto 0px;
}

div.perehod_oformlenie_zakaza table tbody td
{
    border-top: none;
}

div.perehod_oformlenie_zakaza table td {
    border-right: none;
}

div.perehod_oformlenie_zakaza table {
    border: none;
}

table#cart .k2store-cart-item-image img {
    float: left;
    margin-right: 20px;
}

div.k2store_cartitems table tbody tr:nth-child(odd) td {
    background: #fff;
}

div.k2store_cartitems table tfoot td {
    padding-bottom: 0.75em;
    font-style: normal;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
}

table#cart .k2store-cart-footer td {
    border-bottom: none;
    border-top: solid 1px #e4e4e4;
}

div.k2store_cartitems tbody {
    border-bottom: solid 1px #e4e4e4;
}


div.k2store_cartitems table tfoot tr {
    border-top: solid 1px #e4e4e4;
}


div.k2store_cartitems .btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #073f07;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #073f07;
	border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
}

div.k2store_cartitems .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #64021c;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #64021c;
	border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
}

div.k2store_cartitems .btn-primary:hover {
    background: #872e13;
}

#k2store-checkout-content h1
{
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 0px 0px 30px 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 29px;
    color: #000;
    font-weight: 400;
}

.checkout-heading span
{
    font-size: 16px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.k2store .checkout-heading
{
    font-size: 16px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.k2store .checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
    cursor: pointer;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 16px;
    color: #073f07;
}



div.checkout-content input[type="text"]
{
    display: inline-block;
    height: 18px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px !important;
	font-family: OpenSans-Regular, sans-serif;
    line-height: 18px;
}

div.checkout-content .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #073f07;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #073f07;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
	padding: 7px 15px;
}

.k2store h3
{
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 20px 0px 0px 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.k2store h4
{
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 0px 0px 20px 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.k2store_cart_button.btn.btn-primary
{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #64021c;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #64021c;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
	padding: 7px 15px;
	margin: 20px 0 0 0;
}



#shipping-address {
    display: none;
}

div.k2storeOrderSummary table tbody tr:nth-child(odd) td {
    background: #fff;
}

div.k2storeOrderSummary table tbody tr td {
    border-bottom: solid 1px #e4e4e4 !important;
    border-right: solid 1px #e4e4e4 !important;
}

div.k2storeOrderSummary table tfoot td {
    border-right: solid 1px #e4e4e4 !important;
	font-style: normal;
}

.itogovaya-price
{
    font-size: 30px;
    margin: 0px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
	text-align: right;
}

div.k2storeOrderSummary table {
    border-top: solid 1px #e4e4e4;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}

div.k2storeOrderSummary table thead th {
    border-bottom: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
}

table#cart .cart_subtotal td {
    border-top: 1px solid #e4e4e4;
}

.k2storeOrderSummary h3 {
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 20px 0px 20px 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

#onCheckoutPayment_wrapper h3
{
    line-height: 120%;
    margin: 0px 0px 20px 0px;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 19px;
	font-weight: 400;
}

#onCheckoutPayment_wrapper input[type="radio"]
{
    margin: 4px 10px 0 0;
    float: left;
}

#onCheckoutPayment_wrapper label {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 15px;
}

#payment_form_div
{
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
	margin: 10px 0px 15px 0;
	color: #3a8c3a;
}

#checkbox_tos input[type="checkbox"]
{
    margin: 4px 10px 0 0;
    float: left;
}

#checkbox_tos label {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 15px;
	margin: 20px 0px 20px 0;
}



/* modul korzina */

.cartmodule .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #64021c;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #64021c;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
	padding: 7px 10px;
	margin: 10px 0 0 0;
}

.cartmodule .btn-primary:hover {
    background: #073f07;
}




/* VIDEO */

.itemVideoBlock
{
    margin: 0px 0 20px;
}













 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
 
 @font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* minimal styles for that navi */
.rmm {margin: 0 auto;}
.rmm ul {margin: 0; padding:0; list-style: none; position: relative; }
.rmm ul:after {content: ""; clear: both; display: block;}
.rmm ul li {float: left; }
.rmm ul li:hover {background: #202020;}
.rmm ul li:hover > ul {display: block;}
.rmm ul li.item-299:hover > ul {display: block;}
.rmm ul li.item-327:hover > ul {display: block;}
.rmm ul li.item-265:hover > ul {display: block;}
.rmm ul li:hover a{color: #fff;}
.rmm ul li a {color: #fff; display: block; text-decoration: none;}
.rmm ul ul {display: none; margin:0; padding: 0; position: absolute; top: 100%;}
.rmm ul ul li {float: none; position: relative;}
.rmm ul ul li a{color: #fff;}
.rmm ul ul li a:hover {background: #202020;}
.rmm ul ul ul {position: absolute; left: 100%; top:0; width: 100%;}

/* mobile menu header button */
.rmm-toggled {width: 100%; min-height: 50px; margin: 0 auto; display: none;}
.rmm-closed ~ .rmm-mobile {display: none!important;}
.rmm-toggled-controls{width: 100%;}
.rmm-toggled-title{width: 60%; float: left; font-size: 27px; color: #fff; font-weight:300; display: block; padding: 8px 0; text-decoration: none; text-transform: uppercase; text-align: left; padding-left: 15px;    line-height: 120%;}
.rmm-toggled-button{width: 20%; float: left; margin-top: 3px;
	display:block;
	width: 32px;
	padding:0 !important;
	margin:14px 10px 0 0;
	float: right;
}
.rmm-toggled-button span{float: left; display:block; margin: 3px 6px; height: 1px; background:white; width:20px;}

/* normalny back button visible only on mobiles  */
.rmm .rmm-back{display: none; font-size: 12px;}
.rmm .rmm-back:after {display: none;}
.rmm .rmm-back a:after {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	top: 1px;
	right: 0px ;
	float: left;
	font-size: 10px;
}
.rmm-mobile .rmm-back{display: block;}

/* mobile menu list */
.rmm-mobile{width: 100%;}
.rmm-mobile .rmm-dropdown:hover ~ ul, .rmm-mobile .rmm-dropdown:hover > ul ,.rmm-mobile .rmm-dropdown:hover + ul {display: none!important;}
.rmm-mobile ul{width: 100%; position: inherit!important;}
.rmm-mobile li{width: 100%; }

/* mobile menu js action */
.rmm-dropdown{display: block!important;}
.rmm-mobile .rmm-subview{display: block!important; width: 100%;}
.rmm-mobile .rmm-subover-hidden{display: none!important;}
.rmm-mobile .rmm-subover-visible{display: block;}
.rmm-mobile .rmm-subover-header{display: none!important; padding: 0; margin: 0;}

/* mobile menu content */
.rmm-mobile .rmm-submenu{position: relative; left: 0px;    width: 100% !important;
    border: none!important;}

.rmm .rmm-mobile li:hover > ul {display: none;}

/* arrow down for wide screen */
.rmm.style {text-align: left; font-family: Tahoma;}
.rmm.style ul {text-align:center;}
.rmm.style ul li 
{
    text-align: center;
    list-style: none;
    margin: 0 !important;
    padding: 0px 0;
    height: 50px;
    min-width: 60px;
    display: table;
	position: relative;
}

.rmm.style ul li ul li {
    text-align: left;
    list-style: none;
    margin: 0 !important;
    padding: 0px 0;
    height: 50px;
    min-width: 100%;
    display: table;
    position: relative;
}

.rmm.style li.item-299 ul li, .rmm.style li.item-327 ul li 
{
    text-align: center;
    list-style: none;
    margin: 0 !important;
    padding: 0px 0;
    height: 50px;
    min-width: 250px;
	float: left;
    display: table;
	position: relative;
	border-bottom: none;
}

.rmm.style li.item-299 ul li img, .rmm.style li.item-327 ul li img
{
    text-align: center;
    list-style: none;
    margin: 0px 15px 0 0 !important;
    padding: 0px 0;
    height: 30px;
    width: 30px;
	float: left;
}

.rmm.style li.item-299 ul li .image-title, .rmm.style li.item-327 ul li .image-title {
    font-family: OpenSans-Regular, Tahoma;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 180px;
    float: left;
    line-height: 140%;
    display: table;
    height: 30px;
    margin: 0px auto;
}


.rmm.style li.item-265 ul li .image-title {
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 160px;
    float: left;
    line-height: 140%;
    display: table;
    height: 30px;
    margin: 0px auto;
}







/* 

.rmm.style li.item-265 ul {
    display: block;
    margin: 0;
    background: #fff;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1000;
    width: 500px;
    left: 0;
}

.rmm.style li.item-265 ul li ul {
    display: block;
    margin: 0;
    background: #ff0000;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1000;
    width: 500px;
    left: 0;
}

.rmm.style li.item-265 ul li 
{
    text-align: center;
    list-style: none;
    margin: 0 !important;
    padding: 0px 0;
    height: 50px;
    min-width: 250px;
	float: left;
    display: table;
	position: relative;
	border-bottom: none;
}


.rmm.style li.item-265 ul li .image-title {
    font-family: OpenSans-Regular, Tahoma;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 180px;
    float: left;
    line-height: 140%;
    display: table;
    height: 30px;
    margin: 0px auto;
}

*/



.rmm.style li.item-299 ul li img, 
.rmm.style li.item-327 ul li img, 
.rmm.style li.item-265 ul li img
{
    text-align: center;
    list-style: none;
    margin: 0px 15px 0 0 !important;
    padding: 0px 0;
    height: 30px;
    width: 30px;
	float: left;
}





.rmm.style ul li:hover {background: #062f06;}

.rmm.style ul ul
{
    display: none;
	margin:0;
	background: #fff;
	border-radius: 0px;
	padding: 0;
	position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	z-index: 1000;
	width: 290px;
	left: 0;	
}


.rmm.style li.item-265 ul {
    display: none;
    margin: 0;
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1000;
    width: 750px;
    right: -280px;
    left: auto;
	box-sizing: border-box;
}

.rmm.style li.item-265 ul li {
    border-bottom: none;
    width: 33%;
    min-width: auto;
    float: left;
}

.rmm.style li.item-265 ul li:hover {background: #fff;}



.rmm.style li.item-265 ul li {
    height: 40px;
}

.rmm.style li.item-265 ul li ul {
    display: block;
    padding: 0;
	margin: 0 0 20px 0 !important;
    position: relative;
    width: 100%;
    float: left;
	right: auto;
    left: 0;
	box-shadow: none;
}

.rmm.style li.item-265 ul li > a:not(:only-child):after {
    display: none;
}

.rmm.style li.item-265 ul li ul li {
    border-bottom: none;
    width: 100%;
    float: left;
}

.rmm.style li.item-265 ul li a {
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
	box-sizing: border-box;
    width: 100%;
    float: left;
	text-align: left;
}

.rmm.style li.item-265 ul li ul li {
    height: 30px;
}

.rmm.style li.item-265 ul li ul li a {
    font-family: OpenSans-Regular, Arial, Verdana;
	box-sizing: border-box;
	text-align: left;
	padding: 5px 10px;
}







.rmm.style li.item-265 ul li.item-357 {
    border-bottom: none;
    width: 50%;
    float: left;
}


.rmm.style li.item-265 ul li.item-357 .image-title {
    width: 200px;
}


.rmm.style li.item-265 ul li.item-360 {
    border-bottom: none;
    width: 50%;
    float: left;
}

.rmm.style li.item-265 ul li.item-360 .image-title {
    width: 200px;
}

.rmm.style li.item-265 ul li.item-361 {
    border-bottom: none;
    width: 50%;
    float: left;
}

.rmm.style li.item-265 ul li.item-362 {
    border-bottom: none;
    width: 50%;
    float: left;
}


.rmm.style li.item-265 ul li.item-398 {
    border-bottom: none;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 0px;
    height: 10px;
}




.rmm.style li.item-299 ul
{
    display: none;
	margin:0;
	background: #fff;
	border-radius: 0px;
	padding: 0;
	position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	z-index: 1000;
	width: 750px;
	left: 0;	
}

 .rmm.style li.item-327 ul
{
    display: none;
	margin:0;
	background: #fff;
	border-radius: 0px;
	padding: 0;
	position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	z-index: 1000;
	width: 750px;
	left: auto;
	right: 0;
}

.rmm.style ul li:last-child ul
{
    margin: 0 0 0 -10px;
}

.rmm.style ul li a 
{
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 5px 18px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    text-decoration: none;
    font-size: 14px;
    line-height: 140%;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
}

.rmm.style ul ul li {border-bottom: 1px solid #ffe2e8; }
.rmm.style ul ul li:last-child {border-bottom: none; }
.rmm.style ul ul li a {padding: 10px 10px; color: #062f06;text-transform: none;}
.rmm.style ul ul li a:hover {background: #062f06;color: #fff;}

/* arrow down for wide screen */
.rmm.style ul li > a:not(:only-child):after {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
    top: -5px;
    left: 5px;
    font-size: 10px;
    height: 20px;
}

/* arrow left for wide screen submenus  */
.rmm.style ul ul li > a:not(:only-child):after {-webkit-transform: rotate(120deg)!important; transform: rotate(120deg)!important; top: 2px; font-size: 14px; float: right; margin-right: -20px;}
.rmm.style .rmm-mobile li > a{color: #b10629!important;}
/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {-webkit-transform: rotate(120deg)!important; transform: rotate(120deg)!important; top: 4px!important; font-size: 14px!important; float: right; margin-right: -5px; color: #b10629!important;}
.rmm.style .rmm-mobile li{background: #fff; border-bottom: 1px solid #ffe2e8!important; border-top: 0!important;}

div.rmm.style .rmm-mobile li:last-child ul
{
    margin: 0 0 0 0px!important;

}

div.rmm.style .rmm-mobile ul li ul
{
	width: 100%;
	border: none;
}

/*
 like mobile view style
.rmm.style2 {text-align: left; font-family: Tahoma;}
.rmm.style2 ul {box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15); background:#990; text-transform: uppercase; display: inline-table; text-align:left; width: 100%;}
.rmm.style2 ul li {float: none;}
.rmm.style2 ul li:hover {background: #4b545f;}
.rmm.style2 ul ul {display: none; margin:0; background: #5f6975; border-radius: 0px; padding: 0; position: relative;}
.rmm.style2 ul li a {color: #fff; font-weight:600; display: block; padding: 15px 35px; text-decoration: none; font-weight:600; }
.rmm.style2 ul ul li {border-bottom: 1px solid #575F6A; border-top: 1px solid #6B727C;}
.rmm.style2 ul ul li a {padding: 12px 35px; color: #fff; }
.rmm.style2 ul ul li a:hover {background: #4b545f;}
.rmm.style2 ul ul ul {left: 0;}
*/


/********************************
         Aa?oeeaeuii-auiaaa?uaa iai? aeei?aaii
************************************************************/
ul.vmenu {
    font: 300 17px Tahoma, roboto-light, Arial,Helvetica,sans-serif;
	background: #fff;    
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style:none;
    border-radius: 3px;
	border: 1px solid #f0f0f0;
}
ul.vmenu li {   
    margin: 0 0 0;
	border-bottom: 1px solid #f0f0f0;
	list-style: none;
	font-size: 18px;
}

ul.vmenu li:last-child { border-bottom: none; }

ul.vmenu li a {
    color: #000;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
}
ul.vmenu li > a:hover, ul.vmenu li.active > a, ul.vmenu li > a:focus {background-color:transparent; color:#d62828}
ul.vmenu li.parent > a:after {
    display:block;
    content:"";
    float:right;
    margin:8px 5px 0 0;
    height:3px;
    width:6px;
}
/* Auiaaa?uea ioieou */
ul.vmenu li ul {
    font-weight: normal;
    padding: 0;
    list-style:none;
	background: #e6e6e6;
	border-radius: 0;
	margin: 0;
}
ul.vmenu li ul li {
    border-bottom: 1px solid #d4d8dd;
    padding: 10px 0 10px 8px;
	font: 400 14px Tahoma, Arial,Helvetica,sans-serif;
	list-style: none;
}
ul.vmenu li ul li a {
    background: url("../images/vmenu-arrow.png") no-repeat scroll 5px center transparent !important;
    border: medium none;
    padding: 0 0 0 15px;
}
ul.vmenu li ul li a:hover {color:#073f07;text-decoration:underline}
ul.vmenu li ul li.active a {color:#d62828;font-weight:300}












div.blog-featured h2
{
    font-size: 28px;
    margin: 0px 0 25px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}




/* mod novosti */

div.mod-novosti
{
    margin: 60px auto 0px;
    width: 100%;
}


div.k2ItemsBlock-novosti li:nth-child(1) {
    width: 58%;
    float: left;
    margin: 1% 4% 1% 0;
    list-style: none;
    box-sizing: border-box;
}

div.k2ItemsBlock-novosti li {
    width: 38%;
    float: left;
    margin: 1% 0% 1% 0;
    list-style: none;
    box-sizing: border-box;
}

.moduleItemIntrotext-novosti
{
    width: 20%;
    float: left;
    margin: 0 5% 0 0;
}

div.k2ItemsBlock-novosti li:nth-child(1) .moduleItemIntrotext-novosti
{
    width: 30%;
    float: left;
    margin: 0 5% 0 0;
}


.moduleItemInfo-novosti
{
    width: 75%;
    float: left;
    margin: 0 0% 0 0;
}

div.k2ItemsBlock-novosti li:nth-child(1) .moduleItemInfo-novosti
{
    width: 65%;
    float: left;
    margin: 0 0% 0 0;
}


.moduleItemTitle-novosti
{
    width: 100%;
    margin: 5px 0 15px 0;
    float: left;
    font-family: OpenSans-Bold, OpenSans-Regular, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 300;
    text-align: left;
    line-height: 120%;
    color: #000;
}

.moduleItemDateCreated
{
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
    color: #526b46;
    line-height: 140%;
}

.moduleItemText-novosti
{
    display: none;
}


div.k2ItemsBlock-novosti li:nth-child(1) .moduleItemText-novosti{
    display: block;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #000;
    line-height: 140%;
    margin: 0px 0px 0px;
}



div.mod-novosti ul
{
    margin: 0 0 0 0;
}

div.mod-novosti h3
{
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}





div.page-header h1
{
    font-size: 24px;
    margin: 0px 0 0px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}









/* gallereya */

.pg-csv-box {
    float: left;
    padding: 10px;
    margin: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    box-shadow: 0px 0px 10px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pg-cv-box {
    float: left;
    padding: 10px;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    box-shadow: 0px 0px 10px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}



/* staty-blok */

.itemContainer-staty-blok
{
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 1%;
    margin: 1%;
	float: left;
	width: 29%;
}

.catItemTitle-staty-blok {
    font-family: Calibri, Tahoma;
    font-size: 24px;
    list-style-position: outside;
    font-weight: 700;
    text-align: center;
    height: 150px;
    display: table;
    width: 100%;
    line-height: 140%;
    color: #0061a5;
}

.catItemTitle-staty-blok {
    vertical-align: middle;
    display: table-cell;
}


/* blok pod kategorii */

.subCategoryContainer-25proc
{
    background: #fff;
    border: 2px solid #073f07;
    padding: 0;
    margin: 0.5%;
	float: left;
	width: 23.5%;
	color: #000;
}

.subCategoryContainer-25proc:hover
{
    background: #073f07;
    color: #fff;
}


.subCategoryContainer-25proc:hover .subCategory-title
{
    color: #fff;
}

.subCategory-title
{
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 19px;
    list-style-position: outside;
    font-weight: 400;
    height: 45px;
    display: table;
    width: 90%;
    line-height: 120%;
    padding: 5%;
	text-align: center;
}

.subCategory-title div {
    vertical-align: middle;
    display: table-cell;
}

div.subCategoryContainer-25proc a, div.subCategoryContainer-25proc a:link, div.subCategoryContainer-25proc a:visited {
    text-decoration: none;
}



/* kontakty */








/* uslugi */

.itemListCategory
{
    margin: 0px 0 30px 0;
}

.mod-uslugi
{
    margin: 60px 0;
}

div.mod-uslugi .mod_ext_bxslider_k2_content {
    margin: 0;
    padding: 0 1%;
}

div.mod-uslugi h3 {
    font-size: 28px;
    margin: 45px 0 45px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: center;
}

div.mod-uslugi ul
{
    margin: 0;
}

div.mod-uslugi li
{
    box-sizing: border-box;
    padding: 2%;
    list-style: none;
    width: 32%;
    margin: 0% 2% 2% 0;
	float: left;
}

div.mod-uslugi li:nth-child(3), div.mod-uslugi li:nth-child(6), div.mod-uslugi li:nth-child(9) {
    margin: 0 0% 2% 0%;
}

div.usluga-mod-svg {
    border-radius: 0;
    height: auto;
    width: 15%;
    float: left;
}

div.usluga-mod-svg img {
    width: 100%;
}

.moduleItemTitle-usluga-gl
{
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 0px 0px 0px 5%;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    width: 80%;
    height: 50px;
    display: table;
    float: left;
}

.moduleItemTitle-usluga-gl div {
    vertical-align: middle;
    display: table-cell;
}

.moduleItemTitle-usluga-gl a
{
    color: #fff;
}

div.mod-uslugi .bx-wrapper .bx-next {
    right: 20px;
    top: 35%;
}

div.mod-uslugi .bx-wrapper .bx-prev {
    left: 20px;
    top: 35%;
}

div.mod-uslugi .bx-wrapper .bx-pager {
    bottom: -10px;
}

div.ext-itemtitle-uslugi
{
    font-family: Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    height: 58px;
    display: table;
    width: 100%;
    line-height: 120%;
    color: #0061a5;
}

.ext-itemtitle-uslugi div {
    vertical-align: middle;
    display: table-cell;
}

.itemContainer-uslugi.itemContainerLast {
    width: 31.3%;
    margin: 1% 1%;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #eee;
    border: 1px solid #f7dde3;
    padding: 0px 0 20px 0;
    box-sizing: border-box;
}


.itemList-uslugi
{

}

.itemList-uslugi ul
{
    margin: 0;
}

div.itemList-uslugi li
{
    background: #274d35;
	box-sizing: border-box;
    padding: 2%;
    list-style: none;
    width: 32%;
    margin: 0% 2% 2% 0;
    float: left;
}

div.itemList-uslugi li:nth-child(3), 
div.itemList-uslugi li:nth-child(6), 
div.itemList-uslugi li:nth-child(9),
div.itemList-uslugi li:nth-child(12),
div.itemList-uslugi li:nth-child(15)
{
    margin: 0 0% 2% 0%;
}



div.catItemHeader-uslugi {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.catItemHeader-uslugi div {
    vertical-align: middle;
    display: table-cell;
}

.catItem-uslugi-img img {
    border-radius: 5px 5px 0px 0;
}




/* Agent */

div.catDescription h2
{
    font-size: 30px;
    margin: 20px 0 20px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemList-agent ul {
    margin: 0;
}

div.itemList-agent li {
    background: #ffffff;
    border: 3px solid #274d35;
    box-sizing: border-box;
    padding: 2%;
    list-style: none;
    width: 18.4%;
    margin: 0% 2% 2% 0;
    float: left;
	text-align: center;
}
div.itemList-agent li:nth-child(5), div.itemList-agent li:nth-child(10) {
    margin: 0% 0% 2% 0;
}


div.itemList-agent li:last-child {
    margin: 0% 0% 2% 0;
}

.cat-Familiya-item {
    line-height: 120%;
    text-align: center;
    padding: 0px 0px;
    margin: 30px auto 5px auto;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    width: 100%;
}


.cat-ImyaOtchestvo-item {
    line-height: 120%;
    text-align: center;
    padding: 0px 0px;
    margin: 10px auto 20px auto;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 16px;
    color: #000;
    display: table;
    height: 40px;
    font-weight: 400;
    width: 100%;
}

.cat-ImyaOtchestvo-item div {
    vertical-align: middle;
    display: table-cell;
}

.cat-Tabelynyynomep-item {
    line-height: 150%;
    text-align: center;
    padding: 0px 0px;
    margin: 0px auto 0px auto;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 16px;
    color: #4a613f;
    font-weight: 400;
    width: 100%;
}

.cat-Tabelynyynomep-item span {
    line-height: 120%;
    margin: 0px auto 0px auto;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 13px;
    color: #8ca182;
    font-weight: 400;
}


.catItemReadMore-agent
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    color: #8ca182;
    width: 90px;
    margin: 20px auto 20px auto;
    border-radius: 0;
}

.catItemReadMore-agent a
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    color: #8ca182;
    border-bottom: solid 2px #8ca182;
    padding: 6px 0px 6px 0px;
    border-radius: 0;
	text-decoration: none;
}


.catItemReadMore-agent a:hover
{
    color: #274d35;
    border-bottom: solid 2px #64021c;
}


.itemHeader-agent h2
{
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Regular, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.itemImageBlock-agent
{
    width: 350px;
    float: left;
    margin: 0 5% 0 0;
}

.agent-item-right
{
    max-width: 600px;
    float: left;
    margin: 0 0% 0 0;
}

.agent-item-right .cat-Tabelynyynomep-item
{
    text-align: left;
    font-size: 24px;	
}

.agent-item-right .cat-Tabelynyynomep-item span {
    font-size: 16px;
}

.zakaz-item-agent
{
    margin: 20px 0px 40px 0px;
    padding: 10px 20px;
    float: left;
    background: #64021c;
    color: #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 120%;
    border-radius: 4px;
    cursor: pointer;
}

.zakaz-item-agent:hover
{
    background: #872e13;
}

.blok-item-agent-telefon
{
    margin: 0px 0px 40px 0px;
    width: auto;
	padding: 3%;
    background: #872e13;
	float: left;
}

.blok-item-agent-telefon h3 {
    font-size: 17px;
    margin: 0px 0 10px;
    font-family: OpenSans-Regular, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: left;
}


.agent-telefon
{
    margin: 0px 0 0px;
}

.agent-telefon p
{
    font-size: 36px;
    margin: 0px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-align: left;
}

.agent-telefon p a
{
    color: #fff;
}

/* AKCII */

div.mod-akcii {
    border-top: 1px solid #f7dde3;
    margin: 30px 0 0 0;
}

div.mod-akcii h3 {
    font-size: 36px;
    margin: 45px 0 45px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}



div.mod-akcii ul
{
    margin: 0;
}

div.mod-akcii .bx-wrapper .bx-next {
    right: 20px;
    top: 50%;
}

div.mod-akcii .bx-wrapper .bx-prev {
    left: 20px;
    top: 35%;
}

div.mod-akcii .bx-wrapper .bx-pager {
    bottom: 0px;
}


div.ext-itemtitle-akcii
{
    font-family: Calibri, Tahoma;
    font-size: 27px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    height: 65px;
    display: table;
    width: 100%;
    line-height: 120%;
    color: #0061a5;
}

.ext-itemtitle-akcii div {
    vertical-align: middle;
    display: table-cell;
}

div.mod-akcii .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #bad2e1;
    border: 2px solid #bad2e1;
}

div.mod-akcii .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    border: 2px solid #bad2e1;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}


.zayavka-item
{
	width: 170px;
    margin: 25px auto 50px auto;
    border: solid 1px #ffcc00;
    background: #fdf495;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    font-family: Calibri, Tahoma;
    font-size: 20px;
	font-weight: 400;
    line-height: 120%;
}

.zayavka-item:hover
{
    cursor: pointer;
}


.zayavka-item-title
{
    font-size: 20px;
    margin: 15px 0 0px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
	text-align: center;
}









div.categories-list h3
{
    font-size: 28px;
    margin: 25px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

div.item-page h1
{
    font-size: 28px;
    margin: 15px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}



	
div.item-page
{
    width: 600px;
}



/* bloki saita */

.sait
{
    width: 100%;
	margin: 0 auto 20px;
}

.sait_left
{
    width: 76%;
    float: right;
    margin: 0 0% 20px 0;
}

.blok_menu_left
{
    width: 22%;
    padding: 0 2% 0 0%;
	float: left;
	background: #fff;
}

div.blok_menu_left h1
{
    font-size: 28px;
    margin: 0px 0 0px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}

div.blok_menu_left h2
{
    font-size: 22px;
    margin: 10px 0 15px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #004591;
    text-align: center;
}


div.blok_menu_left h3
{
    font-size: 24px;
    margin: 0px 0 25px 0;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}


div.blok_menu_left .cartmodule h3
{
    font-size: 20px;
    margin: 0px 0 15px 0;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}





/* Vstupitelnyi text */

.mod-vstupitelnyi-glavnaya
{
    margin: 60px auto 0;
    width: 100%;
}

div.mod-vstupitelnyi-glavnaya h3 {
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
	text-align: left;
	max-width: 1050px;
	text-transform: uppercase;
}

div.mod-vstupitelnyi-glavnaya p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}





/* blok tarify pohoron */

.blok-tarify-pohoron-predlozheniya
{
    box-sizing: border-box;
    float: left;
    padding: 0%;
    margin: 60px 0% 0% 0px;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.blok-tarify-pohoron
{
    box-sizing: border-box;
    width: 62%;
    float: left;
    padding: 0%;
    margin: 0px 1% 0% 0px;
    position: relative;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}


.mod-tab-tarify
{
    background: #e1eedb;
	padding: 3% 0;
}

div.k2ItemsBlock-tarify-gl ul {
    margin: 0px;
}

div.k2ItemsBlock-tarify-gl li
{
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 2% 3% 0% 3%;
    list-style: none;
    margin: -1px 0% 0% 0px;
}

.tarify-gl-border-bottom
{
    width: 100%;
    height: 1px;
    margin: 2% auto 0% auto;
    background: #c7d6c0;
    float: left; 
}

div.k2ItemsBlock-tarify-gl li:hover {
    background: #c7d8bf;
}

div.k2ItemsBlock-tarify-gl li:last-child {
	border-bottom: none;
}

div.k2ItemsBlock-tarify-gl li:last-child .tarify-gl-border-bottom{
	display: none;
}




.k2ItemsBlock-tarify-gl-left
{
    width: 78%;
    margin: 0% 2% 0% 0;
    float: left;
}

.moduleItemTitle-title-tarif
{
    font-size: 24px;
    margin: 0px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #3a470b;
    text-align: left;
}

.moduleItemTitle-title-tarif a
{
    color: #3a470b;
}

.moduleItemTitle-title-tarif-primechanie
{
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
    color: #929e8c;
    line-height: 120%;
}

.mod-tarif-item-Kpatkoeopisanie
{
    margin: 10px 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 15px;
    color: #394d30;
    line-height: 120%;
}

.k2ItemsBlock-tarify-gl-right
{
    width: 20%;
    margin: 0% 0% 0% 0;
    float: left;
	text-align: right;
}

.mod-tarif-item-cena
{
    font-size: 24px;
    margin: 0px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.mod-tarif-item-cena span
{
    font-size: 14px;
    margin: 0px 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    line-height: 120%;
    color: #000;
}

.mod-tarif-item-rassrochka
{
    margin: 7px 0px 0px 0px;
    padding: 3px 5px;
    background: #64021c;
    color: #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 13px;
    line-height: 120%;
	text-transform: uppercase;
	float: right;
}

.mod-tarif-item-rassrochka-cena
{
    font-size: 18px;
    margin: 7px 0 0px;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.mod-tarif-item-rassrochka-cena span
{
    font-size: 14px;
    font-family: OpenSans-Regular, Arial, Verdana;
    line-height: 120%;
    color: #000;
}



.itemList-tarify ul 
{
    margin: 0;
}

div.itemList-tarify li 
{
    box-sizing: border-box;
    padding: 0%;
    list-style: none;
    width: 19%;
    margin: 0% 0.5% 0% 0.5%;
    float: left;
}

.catItemHeader-tarify
{
    background: #073f07;
    box-sizing: border-box;
    padding: 20px 0;
}

div.itemList-tarify li:hover .catItemHeader-tarify
{
    background: #64021c;
}

div.catItemHeader-tarify h3 {
    font-size: 24px;
    margin: 0px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
	text-align: center;
}

div.catItemHeader-tarify h3 a {
    color: #fff;
}

.blok-tarify-cat-stoimost
{
	text-align: center;
    margin: 20px 0 20px;
}

.blok-tarify-item-stoimost {
    text-align: left;
    margin: 20px 0 20px;
    width: 300px;
}

div.blok-tarify-item-stoimost .mod-tarif-item-rassrochka {
    margin: 7px 0 0px 0;
    padding: 3px 5px;
    background: #64021c;
    color: #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 13px;
    line-height: 120%;
    text-transform: uppercase;
    float: none;
    width: 108px;
    box-sizing: border-box;
}

div.blok-tarify-cat-stoimost .mod-tarif-item-rassrochka {
    margin: 7px auto 0px auto;
    padding: 3px 5px;
    background: #64021c;
    color: #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 13px;
    line-height: 120%;
    text-transform: uppercase;
    float: none;
    width: 108px;
    box-sizing: border-box;
}

.catItemIntroText-tarify-cat
{
    background: #e1eedb;
    box-sizing: border-box;
    padding: 4%;
}

div.catItemIntroText-tarify-cat li 
{
    box-sizing: border-box;
    padding: 0 0 10px 0 !important;
    list-style: none;
    width: 100% !important;
    margin: 0% 0% 10px 0 !important;
    float: none;
    font-size: 14px;
    line-height: 110%;
    border-bottom: 1px solid #c7dabe;
    color: #44543d;
}

div.catItemIntroText-tarify-cat li:last-child {
    margin: 0 0px 0 0;
	border-bottom: none;
	padding: 0 0 0px 0;
}

.knopka-cat-tarif
{
    margin: 30px auto 30px auto;
    padding: 10px 20px;
    width: 120px;
    text-align: center;
    border: 2px solid #e1eedb;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 120%;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.knopka-cat-tarif:hover
{
    border: 2px solid #64021c !important;
    background: #64021c;
	color: #fff;
}

div.itemList-tarify li:hover .knopka-cat-tarif{
    border: 2px solid #073f07;
}

.blok-predlozheniya-pohoron
{
    box-sizing: border-box;
    width: 37%;
    float: left;
    padding: 0%;
    margin: 0px 0 0% 0px;
    position: relative;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.blok-predlozheniya-pohoron-soc-tabl
{
    margin: 0 0 0% 0;
    padding: 0 0 10px 0;
	box-sizing: border-box;
    height: 34%;
}

.blok-predlozheniya-pohoron-soc
{
    background: #64021c;
	box-sizing: border-box;
    width: 100%;
	height: 100%;
    float: left;
    padding: 5% 5% 10% 5%;
    margin: 0% 0% 0% 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 28px;
    color: #fff;
    line-height: 120%;
    text-align: center;
}

.blok-predlozheniya-pohoron-soc img
{
    height: auto;
    width: 30%;
    margin: 5% auto;
}


.blok-soc-karta-voen-pohorony
{
    display: flex;
	width: 100%;
	height: 100%;
}

.blok-soc-karta-voen-pohorony a
{
    text-decoration: none;
}

.blok-soc-karta-voen-pohorony-tabl
{
    margin: 0 0 0% 0;
    padding: 0 0 10px 0;
	box-sizing: border-box;
    height: 50%;
}

.blok-soc-karta
{
    background: url(../images/bg-soc-karta.jpg) no-repeat center;
    background-size: cover;
	box-sizing: border-box;
	padding: 5% 5% 10% 5%;
	width: 49%;
	float: left;
	margin: 0% 1% 0% 0px;
	position: relative;	
}

.blok-soc-karta h3 {
    font-size: 18px;
    margin: 0px 0 20px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-align: left;
}

.blok-soc-karta p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
}

.blok-voen-pohorony
{
    background: url(../images/bg-voen-pohorony.jpg) no-repeat center;
    background-size: cover;
	box-sizing: border-box;
	padding: 5% 5% 10% 5%;
	width: 49%;
	float: left;
	margin: 0% 0 0% 1%;
    position: relative;	
}

.blok-voen-pohorony h3 {
    font-size: 18px;
    margin: 0px 0 20px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-align: left;
}

.blok-voen-pohorony p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
}

.blok-voen-pohorony:hover .blok-soc-karta-podrobnee
{
    border-bottom: 2px solid #567348;
}


.blok-soc-karta-podrobnee
{
    margin: 0 0 0px;
    padding: 0 0 5px 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
    position: absolute;
    bottom: 5%;
    border-bottom: 2px solid #feff00;
}

.blok-soc-karta:hover .blok-soc-karta-podrobnee
{
    border-bottom: 2px solid #567348;
}

.blok-predlozheniya-pohoron-shop-tabl {
    height: 16%;
    margin: 0px 0px 0%;
    padding: 0px 0px 0px;
}

.blok-predlozheniya-pohoron-shop
{
    background: #e1eedb;
	box-sizing: border-box;
    padding: 5%;
	width: 100%;
	height: 100%;
	float: left;
}

.blok-predlozheniya-pohoron-shop img
{
    height: auto;
    width: 15%;
    margin: 2% 10% 0 0;
	float: left;
}

.mod-gl-shop
{
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 2% 0px 0px 0%;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 27px;
    color: #343a22;
    font-weight: 400;
    width: 75%;
    height: 50px;
    display: table;
    float: left;
}





/* blok besplatnye uchaski dlya pohoron */

.blok-besplatnye-uchaski
{
    background: url(../svg/georgiy.svg) left center no-repeat #64021c;
    background-size: 50px;
    background-position: 3% 55%;
    padding: 20px 30px 20px 140px;
    margin: 40px 0 0 0;
    line-height: 120%;
    text-align: left;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
	position: relative;
}

.blok-besplatnye-uchaski-podrobnee
{
    position: absolute;
    top: 27%;
    right: 2.5%;
}

.blok-besplatnye-uchaski a
{
    color: #fff;
}


/* blok izgotovlenie pamyatnikov */

.blok-izgotovlenie-pamyatnikov
{
    background: url(../images/bg-pamyatniki.jpg);
    background-size: cover;
	margin: 40px 0 0 0;
	position: relative;
}

.blok-izgotovlenie-pamyatnikov-podrobnee
{
    position: absolute;
    top: 40%;
    right: 2.5%;
}

.blok-izgotovlenie-pamyatnikov-info
{
    background: url(../svg/zahoronenie.svg) left center no-repeat;
    background-size: 50px;
    background-position: 4% 55%;
    padding: 20px 30px 20px 140px;
	float: left;    
    line-height: 140%;
    text-align: left;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

.blok-izgotovlenie-pamyatnikov-info span
{
    line-height: 120%;
    text-align: left;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
	text-transform: uppercase;
}






div.moduletable_menu
{
    margin: 0px 0 30px;
}

div.menu-left ul
{
    margin: 0px 0 0px;
}

div.menu-left li
{
    list-style: none;
    border-bottom: 1px solid #eaf2f4;
	padding: 0 0 0px 0;
}

div.menu-left li:last-child {
    border-bottom: none;
}



/* kontakty niz */

.blok-kontakty-niz
{
    float: right;
	width: 350px;
	margin: 15px 0 0 0;
}




div.blok-kontakty-niz-telefon p
{
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Tahoma !important;
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 400 !important;
	text-align: right;
}

div.blok-kontakty-niz-adres
{
    margin: 10px 0px 10px 0;
}

div.blok-kontakty-niz-adres h3 {
    color: #676767 !important;
    text-align: right;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

div.blok-kontakty-niz-adres p {
    margin: 0px 0px 0px 0;
	text-align: right;
	font-size: 16px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	color: #fff !important;
}

div.blok-kontakty-niz-adres p a, div.blok-kontakty-niz-adres p a:link, div.blok-kontakty-niz-adres p a:visited
{
    color: #fff !important;
}

div.blok-kontakty-niz-mail
{
    margin: 10px 0px 20px 0;
}

div.blok-kontakty-niz-mail p
{
    margin: 0px 0px 0px 0;
	text-align: right;
	font-size: 16px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	color: #fff !important;
}



/* tricolor dlya doma */

div.itemHeader-Tricolor-dom h2 {
    font-size: 36px;
    margin: 10px 0 30px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #d60d37;
    text-align: center;
}

.slaider-dom
{
    background: url(../images/bg-dom.jpg) no-repeat center bottom;
    border-bottom: 3px solid #d60d37;
}


.catItemIntroText-slaid
{
    margin: 20px 0 0px;
}




.slaider-dacha {
    background: url(../images/bg-dacha.jpg) no-repeat center;
    border-bottom: 3px solid #d60d37;
}




.box-modal h2
{
    font-size: 24px;
    margin: 10px 0 25px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.btn-success {
    font-size: 17px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
}

div.box-modal textarea, div.box-modal input[type="text"]{
    padding: 13px 2.9% !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

div.zakaz-box input[type="button"]
{
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
	width: 280px;
	margin: 10px auto 0 auto;
	border: 1px solid #d60d37;
}

div.blok-zayavka-glavnaya input[type="button"]
{
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
	padding: 13px 0 !important;
}



/* OTZYIVYI */

blockquote p {
    line-height: 140%  !important;
}

div.tab-content input[type="text"]
{
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    vertical-align: middle;
}

div.tab-content .input-prepend input
{
    padding: 10px 3% !important;
}


div.tab-content textarea
{
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}






.zayavka-item-link
{
    border-radius: 30px !important;
    width: 280px;
    margin: 25px auto 0 auto;
    background: #d60d37;
	font-size: 36px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}

.itemListView-info
{
    margin: 0 2%;
}








/* portfolio */

div.mod-foto {
    margin: 0px 0 0 0;
    padding: 0% 2% 4%;
    background: url(../images/bg.png);
}


div.mod-foto h3 {
    font-size: 28px;
    margin: 35px 0 35px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
}

div.mod-foto-item {
    margin: 0px 0 20px;
}

div.mod-foto-item h2 {
    font-size: 36px;
    margin: 25px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}








/* blok-colonka-right-zayavka-link */

.blok-colonka-right-zayavka-link
{
    background: #d60d37;
    margin: 20px 0 0px 0;
	padding: 15px;
	border-radius: 5px;
}

.blok-colonka-right-zayavka-link-title
{
    font-size: 17px;
    margin: 10px 2% 10px 0;
    font-family: Calibri light, "Courier New", Courier, monospace;
    font-weight: 300;
    line-height: 120%;
    color: #fff;
    text-align: left;
	float: left;
	width: 70%;
}

.blok-colonka-right-zayavka-link-button
{
    font-size: 20px;
    margin: 10px 2% 10px 0;
	padding: 7px 0;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #d60d37;
    text-align: center;
	float: right;
	width: 25%;
	background: #fff;
	border-radius: 20px;
}



/* iconki na glavnoy */

.blok-iconki-glavnaya
{
    margin: 3% 0 3% 0;
	text-align:center;
}


.podblok-iconki-glavnaya
{
    margin: 1%;
	width: 22.5%;
    display: inline-block;
}

.podblok-iconki-glavnaya-img
{
    width: 60px;
    margin: 5% auto 5% auto;
    height: 60px;
}

.podblok-iconki-glavnaya-title
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 15px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #000;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.podblok-iconki-glavnaya-title div {
    vertical-align: middle;
    display: table-cell;
}


/* blok bannery */

.blok-banner-subslaid
{

}

.podblok-banner-subslaid
{
    margin: 2% 1%;
	float: left;
	width: 31.3%;
}

.podblok-banner-subslaid img
{
	width: 100%;
}


/* pole akcii zamena */




.share42init
{
    margin: 0px 0px 15px 0px;
}

.ne-oferta
{
    float: left;
    margin: 20px 0px 20px 0px;
	font-family: Tahoma, "Calibri", "Arial", sans-serif;
    font-size: 13px;
    color: #295d29;
}

.niz-2 {
    float: left;
    margin: 0px 0px 5px 0px;
	font-family: Tahoma, "Calibri", "Arial", sans-serif;
    font-size: 12px;
}

div.niz-2-2 a, div.niz-2-2 a:link, div.niz-2-2 a:visited, div.niz-2-1 a, div.niz-2-1 a:link, div.niz-2-1 a:visited
{
    color: #295d29;
}


.pg-cv-box-mod-ri {
    float: none !important;
    display: inline-block !important;
	float: left;
    padding: 0px !important;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 7px 7px rgba(0, 0, 0, 0.2) !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #fff;
}



.pg-cv-box {
    float: none !important;
    display: inline-block !important;
}

div.sigProGalleriaContainer {
    background: #fff !important;
    margin: 0px 0px !important;
    padding: 0% !important;
    clear: both;
}

ul.sigProGalleria {
    text-align: center;
}

ul.sigProGalleria li.sigProThumb {
    float: none !important;
	display: inline-block !important;
    background: none !important;
    margin: 4px 4px 4px 0;
    padding: 0;
    border: none!important;
    list-style: none !important;
}

ul.sigProGalleria li.sigProThumb a.sigProLink {color:#ccc;background-color:#ccc;border:1px solid #ccc !important;}
ul.sigProGalleria li.sigProThumb a.sigProLink:hover {color:#eee;text-decoration:none;background-color:#f4f2ed;border:1px solid #999 !important;}
ul.sigProGalleria li.sigProThumb a.sigProLinkSelected {border:1px solid #777 !important;}







.itemFullText
{
    margin: 0px 0px 0px 0;
}

.itemFullText h2
{
    font-size: 24px;
    margin: 20px 0 20px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemFullText h3
{
    font-size: 24px;
    margin: 20px 0 20px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.catItemHeader h3
{
    font-size: 24px;
    margin: 25px 0 25px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}


























/* soc icon */


.blok-social-icon
{
    text-align: left;
    margin: 10px 0;
    float: right;
}

.blok-social-icon a
{
    text-decoration: none;
}

.blok-social-icon a:hover
{
    text-decoration: none;
}



.blok-social-icon-vk
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-vk:hover
{
    background: #4d75a3;
	border: 1px solid #4d75a3;
}

svg #vk
{ 
  fill: #fff;
}

.blok-social-icon-vk:hover svg #vk
{ 
  fill: #fff;
}

svg #vk{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}














.blok-social-icon-f
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-f:hover
{
    background: #39579f;
	border: 1px solid #39579f;
}

svg #f
{ 
  fill: #fff;
}

.blok-social-icon-f:hover svg #f
{ 
  fill: #fff;
}

svg #f{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}










.blok-social-icon-tvit
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-tvit:hover
{
    background: #00aced;
	border: 1px solid #00aced;
}

svg #tvit
{ 
  fill: #fff;
}

.blok-social-icon-tvit:hover svg #tvit
{ 
  fill: #fff;
}

svg #tvit{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}





















.blok-social-icon-ok
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-ok:hover
{
    background: #e77817;
	border: 1px solid #e77817;
}

svg #ok
{ 
  fill: #fff;
}

.blok-social-icon-ok:hover svg #ok
{ 
  fill: #fff;
}

svg #ok{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}


















.blok-social-icon-inst
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-inst:hover
{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	border: none;
    width: 37px;
    height: 28px;
	padding: 9px 0 0 0;
}

svg #inst
{ 
  fill: #fff;
}

.blok-social-icon-inst:hover svg #inst
{ 
  fill: #fff;
}

svg #inst{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}










.blok-social-icon-yotub
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-yotub:hover
{
    background: #ec1e18;
	border: 1px solid #ec1e18;
}

svg #yotub
{ 
  fill: #fff;
}

.blok-social-icon-yotub:hover svg #yotub
{ 
  fill: #fff;
}

svg #yotub{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}









/* mesedzhers i social */

.blok-mesengers
{
    text-align: center;
    margin: 20px auto 20px;
    float: right;
    width: 142px;
}

.mesengers-telegram
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.mesengers-telegram:hover
{
    background: #219fe2;
	border: 1px solid #219fe2;
}

svg #telegram
{ 
  fill: #fff;
}

.mesengers-telegram:hover svg #telegram
{ 
  fill: #fff;
}

svg #telegram{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}







.mesengers-viber
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.mesengers-viber:hover
{
    background: #7c529e;
	border: 1px solid #7c529e;
}

svg #viber
{ 
  fill: #fff;
}

.mesengers-viber:hover svg #viber
{ 
  fill: #fff;
}

svg #viber{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

















.mesengers-whatsapp
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    text-align: center;
    padding: 8px 0 0 0;
	margin: 3px;
}

.mesengers-whatsapp:hover
{
    background: #189d0e;
	border: 1px solid #189d0e;
}

svg #whatsapp
{ 
  fill: #fff;
}

.mesengers-whatsapp:hover svg #whatsapp
{ 
  fill: #fff;
}

svg #whatsapp{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}



/* Gallery Classic */

.itemImageGallery
{
    text-align: center;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: 0px 0 0 0px;
    padding: 1px;
    border: 1px solid #ccc;
}

ul.sigProClassic li.sigProThumb {
    background: #fff!important;
    margin: 1px;
    display: inline-block;
	float: none;
    padding: 0;
    list-style: none!important;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0px 0px 0;
    background: none;
}






/* forma kontakty */

.forma-content-box {
    border: 1px solid #eaf2f4 !important;
    padding: 3%;
    border-radius: 8px;
    margin: 20px 0 0 0;
}

div.forma-content-box h2 {
    font-size: 24px;
    margin: 0px 0 25px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}




/* стиль ползунка */

::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#fefcea00; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#ffcb17; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 3px; 
}






/* Forma v vsplyvayushchem okne */


div.box-modal {
    position: relative;
    max-width: 400px !important;
    font-size: 17px;
    line-height: 140% !important;
    min-height: 120px;
    padding: 40px;
    background: #fff;
    background-size: cover;
    color: #000;
    font-family: OpenSans-Regular, Arial, Verdana;
    border-radius: 0px;
    box-sizing: border-box;
}

#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
	line-height: 140% !important;
}

div.box-modal-shapka .modal-close, #feedback-modal-box .modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    border-radius: 14px;
    font-family: OpenSans-Regular, Tahoma;
}

div.box-modal-shapka .modal-close:hover {
    background: #293547;
	color: #36bf41;
}

#feedback-modal-box .modal-close:hover {
    background: #19202c;
	color: #36bf41;
}

.box-modal-shapka
{
	padding: 0px 0px 0px;
}

.box-modal-shapka-katalog
{
	padding: 0px 0px 0px;
}

div.box-modal-shapka h1
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 10px 0 10px;
    text-align: left;
    color: #000;
}

div.box-modal-shapka h3
{
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #1d4766;
}

div.box-modal-shapka p
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    margin: 0px 0 0px;
	text-align: left;
	color: #6a95b3;
}


div.box-modal-shapka-katalog h1
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
	font-size: 20px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
	font-weight: 400;
}

div.box-modal-shapka-katalog h3
{
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #000;
	font-weight: 400;
}


div.box-modal-shapka-produkt-title {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 70%;
    line-height: 140%;
    color: #fff;
    margin: 0px 5% 0px auto;
    display: table;
    height: 70px;
    float: left;
}

.box-modal-shapka-produkt-title div {
    vertical-align: middle;
    display: table-cell;
}


div.box-modal-shapka-produkt-cena {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: right;
    width: 25%;
    line-height: 140%;
    color: #e2f44d;
    margin: 0px auto 0px auto;
    display: table;
    height: 70px;
    float: left;
}

.box-modal-shapka-produkt-cena div {
    vertical-align: middle;
    display: table-cell;
}

.box-modal-content
{
    background: #fff;
	padding: 30px 0px 0px;
}

.box-modal-content form {
    margin: 0 0 0px;
}

.box-modal-content input[type="text"], .box-modal-content textarea
{
    background: #fff;
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

.box-modal-content .checkbox {
    min-height: 20px;
    padding-left: 0px;
	margin: 20px 0 0 0;
}

div.box-modal-content textarea, div.box-modal-content input[type="text"] {
    padding: 15px 2.5% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

div.box-modal-content .input-medium {
    width: 95% !important;
}

div.box-modal-content .btn-success {
    color: #000;
    border: 1px solid #ff0109 !important;
    border-radius: 30px !important;
    background-color: #fff !important;
    padding: 10px 0 !important;
}

div.box-modal-content .btn-success:hover {
    color: #fff;
    border: 1px solid #ff0109 !important;
    background-color: #ff0109 !important;
}

div.box-modal-content input[type="button"].btn-block {
    width: 250px;
    margin: 10px 0 0 0;
}


div.box-modal-content textarea:focus, div.box-modal-content input[type="text"]:focus
{
    box-shadow: none;
    border: none;
	border-color: #19202c;
    border-bottom: 2px solid #e2f44d;
}

div.box-modal-content a:active, div.box-modal-content a:focus { outline: none; }

div.box-modal-content input, div.box-modal-content textarea {outline:none;}
div.box-modal-content input:active, div.box-modal-content textarea:active {outline:none;}

div.box-modal-content textarea {resize:none;}
div.box-modal-content textarea {resize:vertical;}
div.box-modal-content textarea {resize:horizontal;}


div.box-modal-content input:-webkit-autofill, div.box-modal-content textarea:-webkit-autofill, div.box-modal-content select:-webkit-autofill {
    background-color: #19202c !important;
    background-image: none !important;
    color: #555 !important;
}


.formname input[type=checkbox] {
    display:none;
}
.formname input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 20px 0 25px 40px !important;
    cursor: pointer;
    line-height: 140%;
    color: #333333;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
}
.formname input[type=checkbox] + label:hover {
    color:#337AB7;
}
.formname input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: -40px;
    top: 7px;
    border: 1px solid #d4d4d4;
}
.formname input[type=checkbox]:checked + label:before{
    content: '\2714';
    font-family: OpenSans-Regular, Arial, Verdana;
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #16c60c;
}
.formname input[type=submit] {
    display: block;
    cursor: pointer;
    font-size: 17px;
    font-family: OpenSans-Regular, Arial, Verdana;
    padding: 10px 30px;
    border: 1px solid #275F8B;
    background: #337AB7;
    color: #000;
    transition: .4s all;
    font-weight: 400;
    position: relative;
    top: auto;
    right: auto;
}
.formname input[type=submit]:hover {
    background: #275F8B;
}
.formname input[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.span2 {
    width: 400px !important;
    max-width: 400px !important;
    float: left !important;
    margin: 0 60px 10px 0;
    padding: 10px 10px;
    box-sizing: border-box;
    height: 45px;
    border: none !important;
    border-bottom: 1px solid #e8e8e8 !important;
    font-family: MTS Sans Regular, "Courier New", Courier, monospace;
    font-size: 18px !important;
    color: #000000;
}



/* forma rashcheta pohoron */

.box-forma-rashcheta-pohoro
{
    margin: 40px 0px 40px 0;
}

.box-forma-rashcheta-pohoro .image
{
    margin: 0px 0px 10px 0;
    width: 100px;
    height: 100px;
}

div.box-forma-rashcheta-pohoro h4 {
    font-size: 30px;
    margin: 30px 0 30px;
    font-family: OpenSans-Bold, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #872e13;
}

div.razdel-formy-rasccheta
{
    padding: 0px 0 35px 0;
    margin: 0px 0 25px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}


div.chosen {
    padding: 0px 0 35px 0;
    margin: 0px 0 25px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

div.chosen .items
{
    width: 45%;
    margin: 10px 5% 0px 0px;
    float: left;
}

div.chosen .services
{
    width: 45%;
    margin: 10px 0 0px 5%;
    float: left;
}

div.chosen .items h3, div.chosen .services h3
{
    margin: 10px 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
    color: #000;
    line-height: 140%;
}

div.chosen .items h4, div.chosen .services h4
{
    margin: 10px 0 10px !important;
    font-family: OpenSans-Regular, Arial, Verdana !important;
    font-size: 15px !important;
    color: #000 !important;
    line-height: 140% !important;
}

.items_content .item
{
    width: 23%;
    margin: 10px 2% 0px 0;
    float: left;
}

div.chosen .items_content .image {
    margin: 0px 0px 10px 0;
    width: 60px;
    height: 60px;
}

div.chosen .items_content .item h4 {
    margin: 10px 0 0px !important;
    font-family: OpenSans-Regular, Arial, Verdana !important;
    font-size: 13px !important;
    color: #000 !important;
    line-height: 120% !important;
    height: 30px;
    overflow: hidden;
}

div.box-forma-rashcheta-pohoro .box-modal-content h4 {
    font-size: 20px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #872e13;
}

div.box-forma-rashcheta-pohoro .box-modal-content .razdel-formy-rasccheta span {
    font-size: 16px;
    font-family: OpenSans-Bold, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    margin: 0px 0px 10px;
}

.podrazdel-formy-rasccheta-3
{
	margin: 0px 3.5% 0px 0;
    width: 31%;
	float: left;
}

.podrazdel-formy-rasccheta-3.last
{
	margin: 0px 0% 0px 0;
    width: 31%;
	float: left;
}

div.razdel-formy-rasccheta .span2 {
    width: 100% !important;
    max-width: 600px !important;
    float: left !important;
    margin: 10px 0px 0px 0 !important;
    padding: 10px 10px;
    box-sizing: border-box;
    height: 45px;
    border: none !important;
    border: 1px solid #e8e8e8 !important;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px !important;
    color: #000000;
}

.box-forma-rashcheta-pohoro .formname input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 30px 0 30px 40px !important;
    cursor: pointer;
    line-height: 140%;
    color: #333333;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
}

.box-forma-rashcheta-pohoro .formname input[type=checkbox] + label:before {
    position: absolute;
    content: '\2714';
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: -40px;
    top: 1px;
    border: 1px solid #d4d4d4;
}

.box-forma-rashcheta-pohoro .input-prepend {
    display: inline-block;
    margin: 10px 20px 10px 0;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
    width: 280px;
}

.box-forma-rashcheta-pohoro .input-prepend input[type="text"]
{
    background: #fff;
    border: none;
    border: 1px solid #e8e8e8;
}

.box-forma-rashcheta-pohoro-post-info
{
    margin: 60px 0px 40px 0;
}







/* Goroda MO */

.itemList-goroda ul 
{
    margin: 0;
}

div.itemList-goroda li 
{
    box-sizing: border-box;
    padding: 0%;
    list-style: none;
    width: 19%;
    margin: 0% 0.5% 10px 0.5%;
    float: left;
}

.itemHeader-goroda
{
    margin: 0px 0 40px;
	background: #073f07;
    padding: 40px;
    box-sizing: border-box;
}

.itemHeader-goroda-left
{
    box-sizing: border-box;
    padding: 0%;
    width: 48%;
    margin: 0% 2% 0 0%;
    float: left;
}

div.itemHeader-goroda-left h2 {
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

div.itemHeader-goroda-left h3 {
    font-size: 24px;
    margin: 30px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fffc9f;
}

div.itemHeader-goroda-left .katalog-item-zakaz-telefon
{
    width: auto;
    margin: 0% 10% 0 0%;
    float: left;
}

div.itemHeader-goroda-left .katalog-item-zakaz-telefon.last
{
    width: auto;
    margin: 0% 0px 0 0%;
    float: left;
}

div.itemHeader-goroda-left .katalog-item-zakaz-telefon p
{
    font-size: 30px;
    margin: 0px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

div.itemHeader-goroda-left .katalog-item-zakaz-telefon p a
{
    text-decoration: none;
    color: #fff;
}

.Adpes-goroda-item
{
    margin: 30px 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
}

.Adpes-goroda-item-niz
{
    margin: 20px 0 30px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 19px;
    color: #000;
    line-height: 140%;
}

div.itemHeader-goroda-left p {
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #6dc36d;
    line-height: 140%;
}

div.itemHeader-goroda-left p:last-child {
    margin: 0px 0px 0px 0px;
}

.itemHeader-goroda-right
{
    box-sizing: border-box;
    padding: 0%;
    width: 48%;
    margin: 0% 0% 0 2%;
    float: left;
}


.perevozka-morg-goroda
{
    border: 5px solid #872e13;
    box-sizing: border-box;
    padding: 20px;
	margin: 30px 0% 0 0%;
}

.perevozka-morg-goroda-left
{
    box-sizing: border-box;
    padding: 0%;
    max-width: 360px;
    margin: 0% 0% 0 0%;
    float: left;
}

div.perevozka-morg-goroda-left h3 {
    font-size: 20px;
    margin: 0px 0 0px;
    font-family: OpenSans-Regular, OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.perevozka-morg-goroda-right
{
    box-sizing: border-box;
    padding: 0%;
    width: 60%;
    margin: 0% 0% 0 2%;
    float: left;
}

.perevozka-morg-item-telefon
{
    width: auto;
    float: left;
    margin: 0% 10% 0px 0%;
}

.perevozka-morg-item-telefon.last {
    width: auto;
    float: left;
    margin: 0% 0px 0px 0%;
}

.perevozka-morg-item-telefon p {
    font-size: 40px;
    font-family: OpenSans-Bold, "Calibri light", roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    margin: 0px;
}

.perevozka-morg-item-telefon p a {
    color: #000;
    text-decoration: none;
}

.Blokvyshetapifov-item
{
    margin: 40px 0 0px;
}

.Bloknizhetapifov-item
{
    margin: 40px 0 0px;
}

.mod-uslugi-item {
    margin: 40px 0;
}

div.mod-uslugi-item ul {
    margin: 0;
}

div.mod-uslugi-item li {
    box-sizing: border-box;
	background: #274d35;
    padding: 2%;
    list-style: none;
    width: 32%;
    margin: 0% 2% 2% 0;
    float: left;
}

div.mod-uslugi-item li:nth-child(3), 
div.mod-uslugi-item li:nth-child(6), 
div.mod-uslugi-item li:nth-child(9),
div.mod-uslugi-item li:nth-child(12),
div.mod-uslugi-item li:nth-child(15) {
    margin: 0 0% 2% 0%;
}

h3.Blok-tapify-item-h3
{
    font-size: 27px;
    margin: 0px 0 50px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #011f01;
}


/* kladbishcha i morgi */

.itemList-kladbishcha-morgi
{

}

.itemList-kladbishcha-morgi ul {
    margin: 0;
}

div.itemList-kladbishcha-morgi li {
    box-sizing: border-box;
    padding: 0%;
    list-style: none;
    width: 32.3%;
    margin: 0% 0.5% 10px 0.5%;
    float: left;
}

.catItemTitle-kladbishcha-morgi
{
    font-family: OpenSans-Bold, OpenSans-Regular, Arial, Verdana;
}




.itemHeader-kladbishcha-morgi
{
    margin: 0px 0 40px;
	background: #fff;
    padding: 0px;
    box-sizing: border-box;
}

.itemHeader-kladbishcha-morgi-left
{
    box-sizing: border-box;
    padding: 0%;
    width: 48%;
    margin: 0% 2% 0 0%;
    float: left;
}

div.itemHeader-kladbishcha-morgi-left h2 {
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.itemHeader-kladbishcha-morgi-left h3 {
    font-size: 24px;
    margin: 30px 0 30px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.itemHeader-kladbishcha-morgi-left .katalog-item-zakaz-telefon
{
    width: auto;
    margin: 0% 10% 0 0%;
    float: left;
}

div.itemHeader-kladbishcha-morgi-left .katalog-item-zakaz-telefon.last
{
    width: auto;
    margin: 0% 0px 0 0%;
    float: left;
}

div.itemHeader-kladbishcha-morgi-left .katalog-item-zakaz-telefon p
{
    font-size: 30px;
    margin: 0px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

div.itemHeader-kladbishcha-morgi-left .katalog-item-zakaz-telefon p a
{
    text-decoration: none;
    color: #000;
}

div.itemHeader-kladbishcha-morgi-left p {
    margin: 20px 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}

div.itemHeader-kladbishcha-morgi-left p strong {
    margin: 20px 0 0px;
    font-family: OpenSans-Bold, Arial, Verdana;
    font-size: 22px;
    color: #073f07;
    line-height: 140%;
}




.itemHeader-kladbishcha-morgi-right
{
    box-sizing: border-box;
    padding: 0%;
    width: 48%;
    margin: 0% 0% 0 2%;
    float: left;
}

.itemHeader-kladbishcha-morgi-right .itemImageBlock
{
    max-width: 45%;
    margin: 0% 0% 0 0%;
    float: right;
}

.itemImageBlock-banner
{
    max-width: 45%;
    margin: 0% 0% 0 3%;
    float: right;
}

.Adpes-item
{
    margin: 40px 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
    color: #000;
    line-height: 140%;
}

.koordinaty-item
{
    margin: 10px 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #000;
    line-height: 140%;
}

.koordinaty-item a
{
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #872e13;
    line-height: 140%;
}
















a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}





.easy_entries {
    margin-top: 40px;
}

.easy_entrylink .btn-success
{
    color: #fff;
    border-color: #64021c #64021c #64021c;
    background-color: #64021c !important;
    border: none !important;
    font-size: 17px !important;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace !important;
    font-weight: 400 !important;
    padding: 10px 20px !important;
    margin: 0 0 20px 0 !important;
    width: 214px;
}

.easy_frame {
    border: #c5c5c5 solid 1px;
    background-color: #FFFFFF;
    margin: 20px 0 0 0;
}

.easy_top_left {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
}

.easy_top {
    background-color: #ffffff;
    height: 50px;
}

.easy_big {
    font-size: 16px;
    vertical-align: middle;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #000;
    line-height: 140%;
    font-weight: 400;
}

.easy_small {
    vertical-align: middle;
    padding-left: 20px;
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 140%;
    font-weight: 400;
}

.easy_title {
    float: none;
    text-align: left;
    padding: 0 15px 0;
    background-color: #ffffff;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 130%;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0 15px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
}


.easy_content {
    text-align: left;
    padding: 0 15px 15px;
    margin: 0;
    background-color: #fafafa;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 140%;
    float: none;
}





/* voennye pohorony */

.blok-voenp-chto-delat
{
    background: #073f07;
    box-sizing: border-box;
    width: 48%;
    float: left;
    padding: 2% 8% 2% 2%;
    margin: 30px 2% 30px 0%;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 22px;
    color: #fff;
    line-height: 140%;
}

.blok-voenp-lgoty {
    background: #872e13;
    box-sizing: border-box;
    width: 48%;
    float: left;
    padding: 2% 8% 2% 2%;
    margin: 30px 0% 30px 2%;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 22px;
    color: #fff;
    line-height: 140%;
}

.blocktop-partnery-voenp
{
    margin: 30px 0 30px 0;    
}

.block-partnery-voenp
{
    width: 23%;
    float: left;
    padding: 0% 0% 0 0;
    margin: 0px 2% 0px 0%;
    border-right: none;
}

.block-partnery-voenp-img
{
    width: 17%;
    float: left;
    padding: 0% 0% 0 0;
    margin: 0px 3% 0px 0%; 
}

.block-partnery-voenp-title {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 12px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 80%;
    line-height: 130%;
    color: #1d1d1b;
    margin: 0% auto 0px 0%;
    display: table;
    height: 60px;
    float: left;
}

.block-partnery-voenp-title div {
    vertical-align: middle;
    display: table-cell;
}


.blok-voenp-org-pohoron
{
    width: 30%;
    float: left;
    padding: 0% 0% 0 0;
    margin: 40px 3% 0px 0%; 
}

.blok-voenp-org-info
{
    width: 50%;
    float: left;
    padding: 0% 0% 0 0;
    margin: 40px 3% 0px 0%;   
}


.blok-voenp-org-pohoron-title {
    font-size: 20px;
    font-family: OpenSans-Regular, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    margin: 25px 0px 20px;
}

.blok-voenp-org-pohoron-text
{
    font-size: 14px;
    font-family: OpenSans-Regular, Tahoma;
    font-weight: 400;
    line-height: 130%;
    color: #000;
    margin: 0px 0px; 
}

.podblok-voenp-org-info
{
    width: 100%;
    float: left;
    margin: 0px 0% 5% 0%;   
}

.podblok-voenp-org-info-img
{
    width: 22%;
    float: left;
    margin: 0px 3% 0px 0%;
}

.podblok-voenp-org-info-left
{
    width: 75%;
    float: left;
    margin: 0px 0% 0px 0%;  
}

.podblok-voenp-org-info-left-title
{
    font-size: 17px;
    font-family: OpenSans-Regular, Tahoma;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    color: rgb(0, 0, 0);
    margin: 0px 0px 15px;
}

.podblok-voenp-org-info-left-text {
    font-size: 14px;
    font-family: OpenSans-Regular, Tahoma;
    font-weight: 400;
    line-height: 130%;
    color: rgb(0, 0, 0);
    margin: 0px;
}



.blok-voenp-org-gruz
{
    width: 11%;
    float: left;
    margin: 40px 0% 0px 3%;     
}

.blok-voenp-org-gruz-200
{
    background: url(../images/bg-gruz-200.jpg) no-repeat center;
    background-size: cover;
    margin: 0 0 20% 0;
    min-height: 172px;
    box-sizing: border-box;
    padding: 20% 10% 10%;
    float: left;
    width: 100%;
}

.blok-voenp-org-gruz-200-img
{
    width: 80px;
    margin: 0px auto 20px auto;          
}

.blok-voenp-org-gruz-200-title {
    font-size: 15px;
    font-family: OpenSans-Regular, Tahoma;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    color: rgb(188 208 178);
    margin: 0px 0px 0px;
    text-align: center;
}

.blok-voenp-org-gruz-300
{
    background: url(../images/bg-gruz-300.jpg) no-repeat center;
    background-size: cover;
    margin: 0 0 0% 0;
    min-height: 172px;
    box-sizing: border-box;
    padding: 20% 10% 10%;
    float: left;
    width: 100%;
}

.blok-voenp-org-gruz-300-img
{
    width: 80px;
    margin: 0px auto 20px auto;          
}

.blok-voenp-org-gruz-300-title {
    font-size: 15px;
    font-family: OpenSans-Regular, Tahoma;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    color: rgb(188 208 178);
    margin: 0px 0px 0px;
    text-align: center;
}



.blok-voennoe-kladbishche
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    float: left;
    height: 253px;
    margin: 40px 0 40px;
    position: relative;
    background: url(../images/bg-vp-kladb.jpg) no-repeat center;
    background-size: cover;
    background-size: 100%;
    transition: 0.5s;
}

.blok-voennoe-kladbishche h3 {
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-size: 31px;
    font-weight: 400;
    font-family: OpenSans-Regular, Tahoma;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px 0;
}

.blok-voennoe-kladbishche p {
    color: #ffffff;
    z-index: 1;
    position: relative;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 43px;
}


.blok-vp-kladbishche-morgi
{
    width: 22.75%;
    float: left;
    margin: 40px 3% 0px 0%;  
}

.blok-vp-kladbishche-morgi.last
{
    margin: 40px 0% 0px 0%;      
}


.blok-vp-kladbishche-morgi-title {
    font-size: 20px;
    font-family: OpenSans-Regular, Tahoma;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    color: rgb(0, 0, 0);
    margin: 25px 0px 20px;
}

.blok-vp-kladbishche-morgi-text {
    font-size: 14px;
    font-family: OpenSans-Regular, Tahoma;
    font-weight: 400;
    line-height: 140%;
    color: rgb(0, 0, 0);
    margin: 0px;
}