


@font-face {
    font-family: BlagovestFourC; /*   */
    src: url(../fonts/BlagovestFourC.otf); /*      */
   }

@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;
	background-size: contain;
    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;
	padding: 0 10px;
    box-sizing: border-box;
}

.amenu-fon
{
    background: #494949;
	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;
}


 
.amenu .vyzvat-agenta {
    margin: 5px 0px 0px 10%;
    padding: 10px 10px;
    font-size: 14px;
	float: left;
}

 
/* Basic CSS */
 
.background {
    position: absolute;
    top: 0px;
    left: 0;
    background: #bea305;
    padding: 10px;
    border-radius: 0 0px 0px 0px;
width: 51px;
    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%;
}
















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;
}


div.k2ItemFormEditor html
{
	background: #fff;
}

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;
}



.container body {
	color: #2573AA;
}


a {
	color: #000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #574b0a;
	text-decoration: underline;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}




.container h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 25px 0;
    color: #000;
	font-family: OpenSans-Bold, "Times New Roman", Tahoma !important;
}

.container p {
	margin: 0 0 9px;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    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: 17px;
    color: #000;
	line-height: 1.42857143;
}
.container ol > li
{
    list-style-image:none;
	list-style-type:decimal;
    margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    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;
	font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
}
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-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-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;
}



.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}


.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;
}



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;
}


.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;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #686b6f;
}
.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);
}


.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;
}



.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;
	background: #fff;
}
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: 1460px;
	margin: 0 auto;
}

.sait-container {
    max-width: 1460px;
    margin: 0 auto 60px;
    position: relative;
}

.breadcrumbs
{
    margin: 20px auto 0px;
}

.body .container {
	padding: 0px;

}
.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: 0px 0px 0px !important;
}

div.breadcrumbs li {
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
	line-height: 120%;
}



.breadcrumb > li,
.breadcrumb > .active {
	color: #515151;
}




code {
	white-space: pre-wrap;
}


.container-popup {
	padding: 28px 10px 10px 10px;
}
li {
	word-wrap: break-word;
}




.blok-konstruktor-top
{
	float: right;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
	height: 56px;
    text-align: left;
    color: #fff;
    line-height: 180%;
	background: url(../svg/pamyatnik.png) left center no-repeat #000000;
    background-size: 38px;
    background-position: 7px 55%;
    padding: 12px 15px 12px 50px;
    box-sizing: border-box;
}



/* blok plyusy */


.blok-plus
{
    width: 18%;
    margin: 3% 2% 1% 0;
    float: left;
}

.blok-plus.last
{
    width: 18%;
    margin: 3% 0% 1% 0;
    float: left;
}

.blok-plus-img {
    float: left;
    width: 15%;
    height: 60px;
    margin: 0 0 0 0;
    display: table;
}

.blok-plus-img div {
    vertical-align: middle;
    display: table-cell;
}

.blok-plus-title {
    font-family: OpenSans-Regular, Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 70%;
	float: left;
    line-height: 120%;
    color: #000;
    margin: 0px 0 0px 10%;
    display: table;
    height: 60px;
}

.blok-plus-title div {
    vertical-align: middle;
    display: table-cell;
}


















/* .mainmenu-top */
.mainmenu-top {margin: 0em 0; float: left;}
.mainmenu-top .menu { min-height: 4em; line-height: 4em; }
.mainmenu-top .menu li {  margin: 0 !important; float: left; display: block; position: relative; padding: 0 30px 0 0; list-style: none; min-width: 30px; text-align:center; line-height: 4em !important; font-family: Tahoma; font-size: 14px; color:#000; z-index: 10;}
.mainmenu-top .menu li:last-child { border-right: none; }
.mainmenu-top .menu a { text-decoration: none;  display: block; font-family: OpenSans-Regular, OpenSans-Bold, Tahoma; font-size: 14px; color:#000;}
.mainmenu-top ul 
{ 
    margin: 0 !important;
    text-align: center;
}
.mainmenu-top .menu ul 
{ 
    display: none;
	position: absolute;
	top: 5em;
	left: 0px;
	min-width: 320px;
	z-index: 1;
}
.mainmenu-top .menu ul ul { left: 100%; top: 0px; }
.mainmenu-top .menu li.parent li { float: none;  border-top: none; }
.mainmenu-top .menu li:hover { background: #fff;}
.mainmenu-top .menu a:hover { color: #000; text-decoration: underline;}
.mainmenu-top .menu li:hover ul ul,
.mainmenu-top .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu-top .menu li:hover ul,
.mainmenu-top .menu li:hover ul li:hover ul,
.mainmenu-top .menu li:hover ul li:hover ul li:hover ul { display: block; background: #fff;color: #000; width: 100%;}

.mainmenu-top .menu ul li a{ color: #fff; padding: 10px 15px; font-family: OpenSans-Regular, OpenSans-Bold, Tahoma; font-size: 16px;}
.mainmenu-top .menu ul li 
{ 
    text-align: left;
    border-bottom: 1px solid rgb(176 194 149);
    line-height: 140% !important;
    background: #9ab177;
	padding: 0px 0px;
}
.mainmenu-top .menu ul li:last-child { border-bottom: none; }
.mainmenu-top .menu ul li:hover a{ color: #000; }

.mainmenu-top .menu ul ul li { background: #9ab177; }









/* .mainmenu .menuexample */
.mainmenu {margin: 0em 0; float: left;}
.mainmenu .menu { min-height: 2.5em; line-height: 2.5em; }
.mainmenu .menu li
{  
    margin: 0 !important;
	float: left;
	display: block;
	position: relative;
	padding: 0 15px;
	list-style: none;
	min-width: 30px;
	text-align:center;
	line-height: 4em !important;
	font-family: Tahoma;
	font-size: 14px;
	color:#fff;
	z-index: 10;
	border-right: 1px solid #000000;
	text-transform: uppercase;
}
.mainmenu .menu li:last-child { border-right: none; }
.mainmenu .menu a { text-decoration: none;  display: block; font-family: OpenSans-Bold, Tahoma; font-size: 18px; color:#000000;}
.mainmenu ul 
{ 
    margin: 0 !important;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}
.mainmenu .menu ul 
{ 
    display: none;
	position: absolute;
	top: 5em;
	left: 0px;
	min-width: 320px;
	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: 0px; }
.mainmenu .menu li.parent li { float: none;  border-top: none; }
.mainmenu .menu li:hover { background: #d5b14c;}
.mainmenu .menu a:hover { color: #9d920e; }
.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: block; background: #fff;color: #000; width: 100%;}

.mainmenu .menu ul li a{ color: #000000; padding: 15px 15px; font-family: OpenSans-Regular, OpenSans-Bold, Tahoma; font-size: 16px; text-transform: none;}
.mainmenu .menu ul li 
{ 
    text-align: left;
	border-right: none;
    border-bottom: 1px solid #000000;
    line-height: 140% !important;
    background: #ffd800;
	padding: 0px 0px;
}
.mainmenu .menu ul li:last-child { border-bottom: none; }
.mainmenu .menu ul li:hover a{ color: #fff; }

.mainmenu .menu ul ul li { background: #2573AA; text-transform: none;}




.amenu .mainmenu {
    margin: 15px 0px 0px;
	background: #ffffff;
    width: auto;
    position: relative;
}

.mainmenu.adaptive.last {
    margin: 15px 30px 140px 30px;
}


.amenu .mainmenu ul {
    margin: 0 0% 0 0% !important;
    text-align: left;
    display: inline-block !important;
}

.amenu .mainmenu ul ul {
    display: none !important;
}

.amenu .mainmenu .menu li {
    margin: 0 0px 10px 0 !important;
    float: left;
    display: block;
    position: relative;
    padding: 0 0;
    list-style: none;
    width: 100%;
    text-align: left;
    line-height: 2em !important;
    color: #000;
    z-index: 10;
	border-right: none;
}

.amenu .mainmenu .menu li a{
    color: #000;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
}










/* .mainmenu-niz */
.mainmenu-niz 
{
    margin: 0px 0px 20px 0;
    padding: 0 0 0px 0;
    float: left;
    width: 300px;
}


.mainmenu-niz h3 {
    font-size: 18px;
    margin: 15px 0px 15px;
    font-weight: 700;
    line-height: 120%;
    color: #222;
    text-align: left;
    text-transform: uppercase;
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
}

.mainmenu-niz .menu { min-height: 1em; line-height: 1em; }
.mainmenu-niz .menu li { display: block; list-style: none; width: 100%; text-align:left; line-height: 1em !important; float: left; margin: 0px 0px 10px 0;}
.mainmenu-niz ul 
{ 
    margin: 0;
    text-align: left;
}
.mainmenu-niz .menu li:last-child { border-right: none; margin: 0px 0px 0px 0;}
.mainmenu-niz .menu a { text-decoration: none; padding: 0 0px 0 0; display: block; font-family: OpenSans-Regular, Tahoma; font-size: 15px; color: #000; text-align: left;}
.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; }


/*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 10px 0;
}

.blok-top h1
{
    font-size: 25px;
    margin: 20px 0 0px;
    font-family: OpenSans-Bold, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #fcf9d2;
    float: left;
    max-width: 480px;
}

.blok-top h1 a
{
    color: #000;
	text-decoration: none;
}


.logo {
    float: left;
    width: 200px;
    margin: 20px 40px 20px 0px;
}

.logo-adaptive
{
    margin: 12px 0px 0px 0px;
	display: none;
}

.mod-poisk
{
    float: left;
    width: 300px;
/*	margin: 15px 60px 0 0;*/
	margin: 33px 40px 0 0;
}

.mod-poisk form {
    margin: 0px 0px 0px;
}

.mod-poisk input[type="search"]
{
    display: inline-block;
    height: 45px;
    margin-bottom: 0px;
    line-height: 45px;
    color: #222;
    vertical-align: middle;
    font-size: 17px !important;
	font-family: OpenSans-Regular, Tahoma;
    border-radius: 3px !important;
	border: none !important;
	background: url(../svg/poisk.svg) left center no-repeat #ffd8007a;
    background-size: 28px;
    background-position: 3% 55%;
    padding: 12px 10px 12px 50px;
	box-sizing: border-box;
	width: 100%;
	box-shadow: none;
}


/* POISK */

div.genericItemView {
    margin: 0;
    text-align: center;
	width: 102%;
}

div.genericItemView li {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0.5%;
    list-style: none;
    width: 31.3%;
    margin: 0 2% 2% 0;
    display: inline-block;
    float: left;
}

.sait .genericItemView li {
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    box-sizing: border-box;
    padding: 0.5%;
    list-style: none;
    width: 18%;
    margin: 0 2% 2% 0;
    display: inline-block;
    float: left;
}




.blok-opyt-top
{
    width: 250px;
    margin: 8px 3% 0 0;
    float: left;
}


.blok-opyt-top-img
{
    float: left;
    width: 15%;
    height: 60px;
    margin: 0 0 0 0;
    display: table;
}

.blok-opyt-top-img div {
    vertical-align: middle;
    display: table-cell;
}

.blok-opyt-top-title {
    font-family: OpenSans-Regular, Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 70%;
    float: left;
    line-height: 120%;
    color: #000;
    margin: 0px 0 0px 10%;
    display: table;
    height: 60px;
}

.blok-opyt-top-title div {
    vertical-align: middle;
    display: table-cell;
}




.blok-plus-top {
    width: 40%;
    margin: 10px 0 10px 0%;
    float: left;
    height: auto;
}

.podblok-plus-top {
    width: 48%;
    margin: 1% 1% 1%;
    float: left;
}

.podblok-plus-top-img {
    float: left;
    width: 17%;
    height: 50px;
    margin: 0 0 0 0;
    display: table;
}

.podblok-plus-top-title {
    font-family: OpenSans-Regular, Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 73%;
    float: left;
    line-height: 120%;
    color: #505050;
    margin: 0px 0 0px 7%;
    display: table;
    height: 50px;
}

.podblok-plus-top-title div {
    vertical-align: middle;
    display: table-cell;
}






.blok-telefon-top
{
    margin: 8px 0px 0px 0px;
	float: right;
    width: 250px;
}

.blok-adres-top
{
    float: left;
    width: 300px;
    margin: 15px 0px 0 0px;
    padding: 0 0 0 30px;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 18px;
    color: #474747;
    display: table;
    height: 40px;
    background: url(../svg/adres.svg) left center no-repeat;
    background-size: 25px;
    background-position: 0% 50%;
	box-sizing: border-box;
}

.blok-adres-top .custom
{
    width: 100%;
	float: left;
}


.blok-adres-top p {
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #474747;
    line-height: 1.42857143;
}

.blok-adres-top p a{
    color: #474747;
}

.blok-adres-top div {
    vertical-align: middle;
    display: table-cell;
}


div.adres-top h3
{
    color: #fcf9d2 !important;
    text-align: right;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.adres-top
{
    color: #000 !important;
    text-align: left;
    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;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 14px;
}


.adres-niz
{
    color: #484848 !important;
    text-align: left;
    margin: 0px 0px 0px 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    font-weight: 400;
	float: left;
}

div.adres-niz a, div.adres-niz a:link, div.adres-niz a:visited
{
    color: #484848 !important;
}

div.adres-niz p
{
    margin: 0px 0px 0px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 22px;
}




.adres-podval
{
    margin: 0px 0px 0px 0;
	float: left;
	width: 100%;
}

div.adres-podval a, div.adres-podval a:link, div.adres-podval a:visited
{
    color: #000 !important;
}

div.adres-podval p
{
    margin: 0px 0px 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 15px;
    color: #000 !important;
    text-align: left;	
}









.tel {
    text-align: left;
    margin: 0px 0px 0px 0px;
    float: left;
}


div.tel h3 {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 24px !important;
    color: #000 !important;
	font-weight: 400 !important;
}

div.tel p {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, OpenSans-Regular, Tahoma !important;
    font-size: 25px !important;
    color: #000 !important;
	font-weight: 400 !important;
}

div.tel p a {
    color: #000 !important;
}

div.tel-podval p {
    margin: 0 0 10px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 30px !important;
    color: #000 !important;
	font-weight: 400 !important;
}

div.tel-podval p a {
    color: #000 !important;
}


div.perezvonim-title {
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 15px;
    color: #000000!important;
    border-bottom: 1px solid #bea305;
    line-height: 140%;
    text-align: center;
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    cursor: pointer;
    width: auto;
}

div.perezvonim-title:hover {
    color: #000000!important;
    border-bottom: 1px solid #000000;
}

div.perezvonim-title.mail {
    margin: 10px 0 0 0;
	padding: 5px 10px;
	border: 1px solid #bea305;
	border-radius: 3px;
}

div.perezvonim-title.mail:hover {
	border: 1px solid #000000;
}




.tel-niz {
    text-align: left;
	float: left;
	margin: 20px 40px 20px 0;
}

.tel-niz.last {
    text-align: left;
	float: left;
	margin: 20px 0px 20px 0;
}



div.tel-niz h3 {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
    font-size: 24px !important;
    color: #484848 !important;
	font-weight: 400 !important;
}

div.tel-niz p {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
    font-size: 30px !important;
    color: #fcf9d2 !important;
	font-weight: 400 !important;
}

div.tel-niz p a {
    color: #484848 !important;
}









.poisk-icon {
    width: 36px;
    margin: 20px 0 0px 20px;
    float: left;
}

div.poisk-icon form {
    margin: 0 0 0px;
}


.menu-blok {
    background: #ffd800;
	position: relative;
}



.menu-katalog-blok {
    width: 200px;
    min-height: 56px;
    margin: 0px 0 0px 0px;
    float: left;
    background: #000000;
}

.menu-katalog-toggled-button {
    float: left;
    margin-top: 3px;
    display: block;
    width: 30px;
    padding: 0 !important;
    margin: 12px 0 0 20px;
}

.menu-katalog-toggled-button span {
    float: left;
    display: block;
    margin: 5px 0px;
    height: 1px;
    background: white;
    width: 30px;
    border-radius: 3px;
}

.menu-katalog-toggled-title {
    width: auto;
    float: left;
    font-size: 18px;
    font-family: OpenSans-Bold, Tahoma !important;
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 18px 0 17px;
    text-decoration: none;
    text-align: left;
    padding-left: 10%;
    line-height: 120%;
}

.divWin {
    position: absolute;
    top: 56px;
    height: auto;
    margin: 0 0px;
    border-radius: 0px 0px 0px 0px;
    background: #ffe96e;
    padding: 15px 15px 15px 15px;
    z-index: 100;
    width: 100%;
    max-width: 350px;
	box-sizing: border-box;
}

.menu-divWin h3
{
    font-size: 18px;
    margin: 10px 0px 20px;
    font-weight: 400;
    line-height: 120%;
    color: #000000;
    font-family: OpenSans-Bold, Tahoma !important;
}



/* .menu-divWin */
.menu-divWin
{
    margin: 0em 20px 0 0;
    width: 300px;
    float: left;
}
.menu-divWin .menu { min-height: 2.5em; line-height: 2.5em; }
.menu-divWin .menu li 
{  
    margin: 0 !important;
	display: block;
	position: relative;
	padding: 0 0px 0 0;
	list-style: none;
	min-width: 30px;
	text-align:left;
	line-height: 2.5em !important;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	font-size: 16px;
	color:#fff;
	z-index: 10;
	border-bottom: 1px solid #000000;
}
.menu-divWin .menu li:last-child { border-right: none; border-bottom: none;}
.menu-divWin .menu a { text-decoration: none;  display: block; font-family: OpenSans-Regular, OpenSans-Bold, Tahoma; font-size: 16px; color:#000000;}
.menu-divWin ul 
{ 
    margin: 0 !important;
    text-align: center;
}
.menu-divWin .menu ul 
{ 
    display: none;
	position: absolute;
	top: 5em;
	left: 0px;
	min-width: 320px;
	z-index: 1;
}
.menu-divWin .menu ul ul { left: 100%; top: 0px; }
.menu-divWin .menu li.parent li { float: none;  border-top: none; }
.menu-divWin .menu li:hover { background: #000000;}
.menu-divWin .menu a:hover { color: #fff; text-decoration: none;}
.menu-divWin .menu li:hover ul ul,
.menu-divWin .menu li:hover ul li:hover ul ul { display: none; }
.menu-divWin .menu li:hover ul,
.menu-divWin .menu li:hover ul li:hover ul,
.menu-divWin .menu li:hover ul li:hover ul li:hover ul { display: none; background: #fff;color: #000; width: 100%;}

.menu-divWin .menu ul li a{ color: #fff; padding: 10px 15px; font-family: OpenSans-Regular, OpenSans-Bold, Tahoma; font-size: 16px;}
.menu-divWin .menu ul li 
{ 
    text-align: left;
    border-bottom: 1px solid rgb(176 194 149);
    line-height: 140% !important;
    background: #9ab177;
	padding: 0px 0px;
}
.menu-divWin .menu ul li:last-child { border-bottom: none; }
.menu-divWin .menu ul li:hover a{ color: #000; }
.menu-divWin .menu ul ul li { background: #9ab177; }




.svernut-menu
{
    line-height: 140%;
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0 0px 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    padding: 10px 25px !important;
    height: auto;
    background: #222;
    font-size: 16px !important;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}















/* pervyi ekran */

.pervyi-ekran
{
    position: relative;
    padding: 20px 0;
	display: flex;
}

.blok-pervyi-ekran
{
    background: url(../images/bg-pe.png) bottom right no-repeat #000000;
    background-size: contain;
    position: relative;
	width: 100%;
    float: left;
	padding: 80px 40px 80px;
    box-sizing: border-box;
}

.blok-pervyi-ekran.banner
{
    background: url(../images/bg-pe.png) bottom right no-repeat #000000;
    background-size: contain;
    position: relative;
	width: 80%;
    float: left;
	padding: 80px 40px 80px;
	margin: 0 20px 0 0;
    box-sizing: border-box;
}

.blok-pervyi-ekran-banner
{
    float: right;
}


.blok-pervyi-ekran h1
{
    color: #fff;
    font-weight: 400;
    display: block;
    text-decoration: none;
    font-family: OpenSans-Bold, Tahoma;
    font-size: 42px;
    line-height: 120%;
	max-width: 700px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}


.blok-pervyi-ekran h1 span
{
    color: #fff;
    font-weight: 400;
    display: block;
    text-decoration: none;
    font-family: OpenSans-Bold, Tahoma;
    font-size: 30px;
    line-height: 190%;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.blok-pervyi-ekran p {
    margin: 20px 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 20px;
    text-align: left;
    color: #fff;
    line-height: 140%;
}

.pervyi-ekran-knopka
{
    line-height: 140%;
    text-align: center;
    float: left;
    margin: 40px 0 20px 0px;
    font-family: OpenSans-Regular, OpenSans-Bold, Tahoma;
    padding: 10px 25px !important;
    height: auto;
    background: #103753;
    font-size: 26px !important;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.pervyi-ekran-knopka:hover {
    background: #f44336;
}




/* mod banner */

div.mod-banner
{
    margin: 0px 0 25px;
}





/* blok slaider predl */


.slaider {
    background-color: #fff;
    padding: 0px 0 0px 0;
    margin: 45px 0 0px 0;
}

div.slaider ul {
    margin: 0 !important;
}

div.slaider li {
    border-radius: 5px;
    padding: 0px 0px 0px !important;
    list-style: none;
    margin: 0px 0% 0% !important;
    text-align: center;
    box-sizing: border-box;
    border: none !important;
}

div.slaider li img {
    border-radius: 0px !important;
}

.slaider .bx-wrapper 
{
    position: relative;
    margin: 0 auto 0px;
    padding: 0 0 0px 0;
}

.slaider .bx-wrapper .bx-pager 
{
    bottom: 20px;
}






/* menu na glavnoy */

.blok-my-predlagaem
{
    padding: 20px 0 20px 0;
}

.blok-my-predlagaem h3 {
    color: #000;
    font-weight: 400;
    display: block;
    text-decoration: none;
    font-family: OpenSans-Bold, Tahoma;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
	text-align: center;
    margin: 20px 0px 0px 0px;
}


.mod-menyu-katalog
{
    background-color: #ffffff;
    padding: 20px 0px 20px 0px;
    margin: 0px 0 50px 0;
    position: relative;
	box-sizing: border-box;
}

.mod-menyu-katalog h3 {
    font-size: 16px;
    margin: 25px 0 45px;
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
	position: relative;
}

div.mod-menyu-katalog h3:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: #f8de5b;
    height: 2px;
    width: 180px;
    content: '';
}

div.mod-menyu-katalog ul {
    margin: 0;
	width: 102%;
	margin: 0px 0px 0px 0%;
}

div.mod-menyu-katalog li {
    border-radius: 8px;
    padding: 20px 0 0px 0;
    list-style: none;
    float: left;
    width: 13%;
    margin: 0 1% 1% 0%;
    text-align: center;
    box-sizing: border-box;
	background: #fff;
}

div.mod-menyu-katalog li:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 30px #00000042;
	z-index: 100;
}

div.mod-menyu-katalog li img {
    border-radius: 5px 5px 0 0;
}

div.mod-menyu-katalog li .image-title {
    font-family: OpenSans-Bold, Tahoma;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #000;
    margin: 20px auto 0px auto;
    display: table;
    height: 60px;
	text-transform: uppercase;
}

div.mod-menyu-katalog li .image-title div {
    vertical-align: middle;
    display: table-cell;
}

div.mod-menyu-katalog li a {
    color: #000;
}













.zakaz-item
{
    width: 220px;
    margin: 20px 0 40px 0px;
    background: #222;
    padding: 20px 10px 20px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 24px;
    color: #fff;
}

.zakaz-item:hover
{
    cursor: pointer;
	background: #f44336;
}


.zakaz-toimost-item
{
    width: 250px;
    margin: 0px 0 40px 0px;
    background: #fdf495;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 18px;
	color: #000;
}

.zakaz-toimost-item:hover
{
    cursor: pointer;
}


.box-modal h2
{
    margin: 0px 0 0px 0px;
}

.box-modal h4
{
    font-size: 18px;
    margin: 0px 0px 20px;
    font-weight: 400;
    line-height: 120%;
    color: #222;
    font-family: OpenSans-Bold, "Times New Roman", Tahoma !important;
}


.blok-all {
    background: #fff;
    -webkit-box-shadow: inset 0 10px 10px -5px #d4d9e0;
    box-shadow: inset 0 10px 10px -5px #d4d9e0;
    padding: 40px 0;
}

div.blok-all h1 {
    font-family: Izhitsa Cyrillic, Izhitsa, GothaProBol, Tahoma;
    font-size: 30px;
    color: #0b0a05;
    margin: 20px 0 40px 0;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

.blok-all-blok {
    float: left;
    width: 30.3%;
    margin: 20px 1.5%;
}

.blok-all-blok-img {
    width: 28%;
    float: left;
    margin: 0 5% 0px 0;
}

.blok-all-blok-title {
    font-size: 17px;
    list-style-position: outside;
    font-weight: 400;
    height: 95px;
    display: table;
	float: left;
    width: 67%;
    margin: 0;
    line-height: 120%;
    color: #116372;
    text-align: left;
	font-family: Times New Roman, Tahoma;
}

.blok-all-blok-title div {
    vertical-align: middle;
    display: table-cell;
}





/* 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-podval
{
    background: #fff;
    padding: 20px 0 20px 0;
}

.blok-niz {
    background: #fff;
    padding: 35px 0 15px 0;
}

.blok-niz-mainmenu
{

}


.copyrights {
    float: left;
    color: #222;
    margin: 20px 0 0 0;
	font-family: OpenSans-Regular, Tahoma, "Arial", sans-serif;
    font-size: 14px;
}







div.map-sait-link {
    margin: 15px 0 0 0;
	float: left;
	font-family: OpenSans-Regular, Tahoma, "Arial", sans-serif;
    font-size: 14px;
}

div.map-sait-link a, div.map-sait-link a:link, div.map-sait-link a:visited {
    color: #585858 !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;
}




.niz-1 {
    float: right;
    text-align: left;
    margin: 0px 0px 0px 0px;
    width: 100px;
}

.niz-1-2 {
    font-family: OpenSans-Bold, "Arial", sans-serif;
    font-size: 24px;
	font-weight: 700;
    color: #ffd800;
    float: right;
    margin: 10px 0px 10px 0px;
}

div.niz-1-2 a, div.niz-1-2 a:link, div.niz-1-2 a:visited
{
    color: #ffd800;
}

.niz-3 {
    float: right;
    margin: 15px 0px 10px 0px;
    width: 180px;
}

div.modal-content-box h1
{
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
    line-height: 120%;
    margin: 10px 0 20px;
	text-align: center;
}

.itemBody-mail
{
    width: 50%;
}

.genericItemView
{
    margin: 0px 0px 40px 0px;
}

div.k2Pagination
{
    margin: 20px 0px 20px 0px;
}

div.k2Pagination ul
{
    margin: 0px 0px 0px 0px;
}

div.k2Pagination li
{
    margin: 0px 5px 0px 5px;
	float: left;
	list-style: none;
	font-size: 22px;
}


/*table )*/
div.container tbody {}
div.container table {width:100%;border:solid 1px #ccc;border-top:none;border-right:none;font-family: OpenSans-Regular, tahoma,Arial,Sans-serif;font-size:17px;line-height: 140%; margin: 0 0 20px 0;border-spacing: 0px;}
div.container table li{font-family: OpenSans-Regular, tahoma,Arial,Sans-serif;font-size:17px;line-height: 140%;margin:0px 0px 5px 0px;}
div.container table p{font-family: OpenSans-Regular, tahoma,Arial,Sans-serif;font-size:17px;line-height: 140%;}
div.container table p:last-child {margin:0px 0px 0px 0px;}
div.container table caption {color:#000;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: 30px;
    margin: 10px 0 25px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #222;
}

div.itemListCategory h2
{
    font-size: 30px;
    margin: 10px 0 25px;
	font-family: OpenSans-Bold, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #222;
}

.catDescription
{
    margin: 0px 0 30px;
}

div.itemAttachmentsBlock ul
{
    margin: 10px 0 30px 0;
}

div.itemAttachmentsBlock li
{
    list-style: none;
	font-size: 16px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
}

.map
{
    height: 400px;
	margin: 20px 0;
}

.catItemView-new
{
    margin: 0px 0px 30px 0px;
}

.catItemBody-new
{
    float: left;
    margin: 0px 20px 0px 0px;
    width: 200px;
}

.catItemHeader-new
{
    float: left;
    margin: 0px 0px 0px 0px;
    width: 490px;
}

.catItemTitle-new
{
    font-family: Tahoma !important;
    font-size: 24px;
    list-style-position: outside;
    font-weight: 400;
    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 50px;
}



.itemImageBlock img
{
    border-radius: 5px;
}








/* Сброс стилей для поля ввода в браузерах 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;
}












/* oborudyivanie */



.pamyatniki-all {
    color: #949494;
    text-align: center;
    
    width: 210px;
    margin: 40px auto 0;
    font-size: 26px;
    
}

.pamyatniki-all {
    
}

.pamyatniki-all a{
    color: #949494;
    text-decoration: none;
	border-bottom: 5px solid #8a8078;
	padding: 0 0 10px 0;
}

.pamyatniki-all a:hover{
    color: #949494;
    text-decoration: none;
	border-bottom: 5px solid #000;
	padding: 0 0 10px 0;
}


.blok-pamyatniki a, .blok-pamyatniki a:link, .blok-pamyatniki a:visited
{
    text-decoration: none;
}

div.blok-pamyatniki a:hover
{
    text-decoration: none;
}

div.ext-itemtitle-komplekt
{
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #484848 !important;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.ext-itemtitle-komplekt div {
    vertical-align: middle;
    display: table-cell;
}

div.ext-itemtitle-komplekt a, div.ext-itemtitle-komplekt a:link, div.ext-itemtitle-komplekt a:visited
{
    color: #484848 !important;
}

div.bx-wrapper .bx-pager.bx-default-pager a:hover, div.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/pager.png) #fff top center no-repeat;
    background-size: 13px;
    background-position: 5px;
    border: 1px solid #ffd800;
	background: #ffd800;
}

div.bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../images/pager-2.png) #fff top center no-repeat;
    background-size: 13px;
    background-position: 12px;
    text-indent: -9999px;
    border: 1px solid #484848;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.itemContainer-oborud
{
    width: 31%;
    margin: 1% 1%;
    float: left;
	border-radius: 5px;
	padding: 0px 0 20px 0;
	box-sizing: border-box;
	background: #fff;
    border: 1px solid #ccc;
}

.catItemView-oborudovanie {
    padding: 0px;
    margin: 0;
}


.catItem-oborudovanie-img {
    height: 250px;
    display: table;
    width: 90%;
    line-height: 100%;
    margin: 5% 5% 10px 5%;
    border-radius: 5px;
    background: #fff;
    text-align: center !important;
}

.catItem-oborudovanie-img div {
    vertical-align: middle;
    display: table-cell;
}


.catItem-oborudovanie-img img {
    border-radius: 8px;
    max-height: 250px;
    width: auto;
}

div.catItemHeader-oborudovanie {
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #484848;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.catItemHeader-oborudovanie div {
    vertical-align: middle;
    display: table-cell;
}

.itemContainer-oborud a:hover{
    text-decoration: none;
}

div.catItemHeader-oborudovanie a, div.catItemHeader-oborudovanie a:link, div.catItemHeader-oborudovanie a:visited {
    color: #222;
    text-decoration: none;
}


div.cena-cat-item {
    font-size: 28px;
    height: 36px;
    margin: 15px 0 20px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: center;
}

div.cena-cat-item span {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
}

div.cena-item {
    font-size: 36px;
    margin: 5px 0 25px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
}


.itemImageBlock-komplekt
{
    width: 53%;
	float: left;
	margin: 0 0% 0 0;
}

.itemImageBlock-komplekt .itemImageBlock {
    margin: 0 0 10px 0;
}

div.itemImageBlock-komplekt h4 {
    font-size: 24px;
    margin: 30px 0 0px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #222;
}

.itemImageBlock-komplekt img
{
    width: 100%;
}

.komlekt-item-right
{
    #width: 42%;
	#float: right;
	margin: 0 0 0 0;
    color: #484848;
}

.komlekt-item-right-top
{
	padding: 10px 0 10px 0;
}

.Pazmepyistoimosty-item
{

}

.Pazmepyistoimosty-item h4
{
    font-size: 24px;
    margin: 0px 0 20px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #222;
}

.blok-telefon-item
{
    border: 2px solid #bea305;
    margin: 20px 0 0px 0;
    padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.blok-telefon-item h3 {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #474746;
    line-height: 1.42857143;
	font-weight: 400;
}


.blok-telefon-item p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 30px;
    color: #fcf9d2;
    line-height: 1.42857143;
}

.dop-pamyatnik-item
{
	margin: 0 0 20px 0;
}

.dop-pamyatnik-item ul, .dop-pamyatnik-item ol {
    margin-left: 0em;
    margin-bottom: 1em;
}

div.dop-pamyatnik-item h3 {
    font-size: 24px;
    margin: 20px 0 20px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #222;
}

.item-razmer-name
{
    margin: 0 0 5px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
    color: #a5a498;
    line-height: 1.42857143;
}

.item-razmer-value
{
    font-size: 24px;
    margin: 0px 0 15px;
    padding: 0 0 15px 0;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #fcf9d2;
    border-bottom: 1px solid #45474a;
}


.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%;
    margin: 0% 1% 2% 1%;
	padding: 0 1%;
    box-sizing: border-box;
    float: left;
	font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    color: #000;
    display: table;
    height: 65px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}



.subCategoryContainer-katalog div {
    vertical-align: middle;
    display: table-cell;
}

.subCategoryContainer-katalog a, .subCategoryContainer-katalog a:link, .subCategoryContainer-katalog a:hover
{
    color: #474746;
}





/* 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:hover a{color: #101711 !important;}
.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: 35px;    line-height: 120%;}
.rmm-toggled-button{width: 20%; float: left; margin-top: 3px;
	display:block;
	width: 32px;
	padding:0 !important;
	margin:10px 10px 0 0;
	float: right;
}
.rmm-toggled-button span{float: left; display:block; margin: 3px 6px; height: 3px; 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; font-family: Times New Roman, Tahoma;
    margin: 0 !important; padding: 0px 0; min-width: 110px;font-size: 18px;}
	
	.rmm.style ul li li{text-align:left; }
	
.rmm.style ul li:hover {background: #fcf9d2;}
.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: 1;
	width: 290px;	
}
.rmm.style ul li:last-child ul
{
    margin: 0 0 0 -10px;
}

.rmm.style ul li a {color: #fcf9d2; font-weight:400; display: block; padding: 10px 7px; text-decoration: none; font-family: OpenSans-Regular, Times New Roman, Tahoma;
}
.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: 12px 23px; color: #19251b;}
.rmm.style ul ul li a:hover {background: #fcf9d2;color: #000;     }

/* 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: -4px;
	left: 1px;
	font-size: 10px;
}

/* 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: #fff!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: #323436;
    border-bottom: 1px solid #404244!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-family: OpenSans-Regular, Arial, Verdana;
	font-size: 17px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style:none;
    border-radius: 3px;
}
ul.vmenu li {   
    margin: 0 0 0;
	list-style: none;
	font-size: 16px;
}

ul.vmenu li:last-child { border-bottom: none; }

ul.vmenu li a {
    color: #000;
    display: block;
    padding: 15px 0px;
    text-decoration: none;
}

ul.vmenu ul li:last-child a{
    padding: 0px 0px 0px;
}



ul.vmenu li:last-child a {
    padding: 15px 0px 0px;
}

ul.vmenu li:last-child li a {
    padding: 0px 0px 0px;
}

ul.vmenu li:last-child ul {
    margin: 15px 0 0 0;
}



ul.vmenu li > a:hover, ul.vmenu li.active > a, ul.vmenu li > a:focus {background-color:transparent; color:#bea305;}
ul.vmenu li.parent > a:after {
    display:block;
    content:"";
    float:right;
    margin:8px 5px 0 0;
    height:3px;
    width:6px;
}


div.menu-left li.parent > a:after {
    border-bottom: none;
}

/* Auiaaa?uea ioieou */
ul.vmenu li ul {
    font-weight: normal;
    padding: 0;
    list-style:none;
	border-radius: 4px;
	margin: 0;
	background: #fff;
	border: none;
}
ul.vmenu li ul li {
    padding: 10px 0 10px 10px;
	margin: 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
	font-size: 15px;
	list-style: none;
	border-bottom: 1px solid #cccccc;
}
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 0px;
}
ul.vmenu li ul li a:hover {color:#222;text-decoration:underline}
ul.vmenu li ul li.active a {color:#000000;font-weight:300}

ul.vmenu ul li ul {
    background: #9AB177;
}










div.blog-featured h2
{
    margin: 20px 0 30px;
    text-align: center;
    line-height: 120%;
    font-family: Times New Roman, Calibri, Tahoma !important;
    font-size: 30px !important;
    color: #fcf9d2 !important;
    font-weight: 700 !important;
}




/* mod novosti */

div.k2ItemsBlock-novosti li {
    width: 31.3%;
    float: left;
    margin: 1%;
    list-style: none;
}

.moduleItemIntrotext-novosti
{
    width: 25%;
    float: left;
    margin: 0 5% 0 0;
}

.moduleItemTitle-novosti
{
    width: 70%;
    float: left;
    font-family: roboto-light, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 300;
    text-align: left;
    height: 94px;
    display: table;
    line-height: 120%;
    color: #000;
}

.moduleItemTitle-novosti div {
    vertical-align: middle;
    display: table-cell;
}

div.mod-novosti ul
{
    margin: 0 0 0 0;
}

div.mod-novosti h3
{
    font-size: 24px;
    margin: 15px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}





div.page-header h1
{
    font-size: 30px;
    margin: 10px 0 25px;
    font-family: OpenSans-Bold, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #474746
}



/* gostevaya */

#phocaguestbook ul
{
     margin: 0;
}


#phocaguestbook ul > li {
    list-style: none;
    list-style-position: outside;
    margin: 0 0 10px 0;
}

#phocaguestbook h4
{
    font-size: 28px;
    margin: 15px 0 0px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

.pgb-content-inside {
    overflow: hidden !important;
}


#phocaguestbook h5
{
    font-size: 24px;
    margin: 15px 0 15px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

blockquote
{
    margin: 0;
	padding: 1% 0;
}

.pgb_thi_font
{
    font-size: 13x;
    font-family: Tahoma, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
}






/* gallereya */

.pg-csv-box {
    float: left;
    padding: 1px;
    margin: 0 1% 1% 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

div.pg-cv-box {
    float: left;
    padding: 1px;
    margin: 0 1% 1% 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ccc;
	width: 19% !important;
    height: auto !important;
	box-sizing: border-box !important;
}

#phocagallery *, #phocagallery *:before, #phocagallery *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.pg-cv-box-img {
    height: 100% !important;
    width: 100% !important;
}

#phocagallery a img {
    padding: 0;
    margin: 0;
    border: 0px;
    width: 100%;
}

#phocagallery img {
    max-width: 100%;
}

#sbox-window
{
    height: auto !important;
}

#sbox-content {
    height: auto;
}

.sbox-content-image img {
    height: auto;
}

/* 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: #f9f9f9;
    border: 2px solid #3a9dc9;
    padding: 0;
    margin: 0.5%;
	float: left;
	width: 23.5%;
	color: #0061a5;
}

.subCategoryContainer-25proc:hover
{
    background: #3a9dc9;
    color: #fff;
}

.subCategory-title
{
    font-family: Calibri, Tahoma;
    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 */

div.cat-mail
{
    font-size: 28px;
    margin: 40px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

.catItemImageBlock-kontakt
{
    margin: 0 2% 0 0;
	float: left;
	width: 23%;
}

.catItemImageBlock-kontakt img
{
	width: 100%;
}

.catItemBlok-kontakt
{
    margin: 0;
	float: left;
	width: 75%;
}

.catItemBlok-kontakt-grafik
{
    margin: 20px 1% 0;
	float: left;
	width: 48%;
}

.catItemBlok-kontakt-right
{
    margin: 20px 1% 0;
	float: left;
	width: 48%;
}

.catItemBlok-kontakt-adres
{
    margin: 20px 1% 20px 0;
	float: left;
	width: 98%;
	padding: 0 0 0 20px;
	background: url(../images/addr-icon.png) no-repeat top left;
}

.blue
{
    color: #2d7ecf;
}

.catItemBlokMap-kontakt
{
    height: 300px;
	margin: 0 0 20px 0;
}

.catItemBlo-kontakt-zapis {
    width: 240px;
    height: 32px;
    background-color: #13a7d3;
    color: #fff;
    font-size: 20px;
	font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
    float: left;
    margin-right: 15px;
}

.catItemBlo-kontakt-perezvonit
{
    width: 240px;
    height: 32px;
    background: #3F5366;
    color: #fff;

	font-family: Calibri, "Courier New", Courier, monospace;

    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
    float: left;
    margin-right: 15px;
}

div.catItemBlo-kontakt-perezvonit .cmbf-button-container {
    background: none;
    color: #fff;
    font-size: 20px;
}




/* sistema oplaty */

.blok-pay
{
    width: 250px;
	float: left;
	margin: 10px;
}

.blok-pay-img {
    width: 55px;
    margin: 0 20px 0 0;
    float: left;
}

.blok-pay-text {
    font-family: Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    height: 46px;
    float: left;
    display: table;
    width: 175px;
    line-height: 120%;
    color: #000;
}

.blok-pay-text div{
    vertical-align: middle;
    display: table-cell;
}







.pgb-comment:after {
    content: "" !important;
}

div.pgb-comment:after {

    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    background-color: none;
    border: none;
    color: #fff;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

div.pgb-comment {

    margin: 15px 0;
    padding: 15px;
}





/* uslugi */

.itemListCategory
{
    margin: 0px 0 0px 0;
}

.mod-uslugi
{
    margin: 0px 0 0px;
	background: #fff;
}

div.mod-uslugi .mod_ext_bxslider_k2_content {
    margin: 0;
    padding: 0 1%;
}

div.mod-uslugi h3 {
    font-size: 24px;
    margin: 25px 0 45px;
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    position: relative;
	z-index: 0;
}

div.mod-uslugi h3:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: #ffd800;
    height: 2px;
    width: 180px;
    content: '';
}

div.mod-uslugi ul
{
    margin: 0;
	display: flex;
}

div.mod-uslugi li
{
    box-sizing: border-box;
	background: #fff;
    padding: 0px;
    list-style: none;
    width: 18%;
    margin: 0% 2% 0% 0;
    float: left;
}


.moduleItemImages-uslugi
{
    margin: 0% 0 20px 0;
}

div.mod-uslugi li img {
    border-radius: 0;
    max-height: 350px;
    width: auto;
}

.moduleItemTitle-uslugi {
    font-family: OpenSans-Regular,  Calibri, Tahoma !important;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 100%;
    float: left;
    line-height: 130%;
    color: #000;
    margin: 0px auto 30px auto;
    display: table;
    height: 60px;
}

.moduleItemTitle-uslugi div {
    vertical-align: middle;
    display: table-cell;
}

.moduleItemTitle-uslugi a
{
    color: #000;
}


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;
}

.k2ItemsBlock-zakaz-ceny
{

}

div.mod-uslugi .moduleItemIntroText-uslugi ul
{
    display: block !important;
	margin: 0% 0 0px 1.5em;
}

div.mod-uslugi .moduleItemIntroText-uslugi li {
    border-radius: 0px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: none;
    -pie-box-shadow: none;
    padding: 0px;
    list-style: url(../images/list.png);
    list-style-position: outside;
    width: 100%;
    margin: 0% 0 10px 0;
    float: left;
}


.itemContainer-uslugi.itemContainerLast {
    width: 49%;
    margin: 0% 1% 2% 0;
    float: left;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 1%;
    box-sizing: border-box;
}

.itemContainer-uslugi.itemContainerLast:nth-child(odd) {
    width: 49%;
    margin: 0% 1% 2% 0;
    float: left;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 1%;
    box-sizing: border-box;
}

.itemContainer-uslugi.itemContainerLast:nth-child(even) {
    width: 49%;
    margin: 0% 0% 2% 1%;
    float: left;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 1%;
    box-sizing: border-box;
}



.catItemView-uslugi
{
    text-align: center;
}

.catItem-uslugi-img
{
    text-align: center;
}

div.catItemHeader-uslugi {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 20px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #000000;
    margin: 3% auto 0px auto;
    display: table;
    height: 80px;
}

.catItemHeader-uslugi div {
    vertical-align: middle;
    display: table-cell;
}

div.catItemHeader-uslugi a {
    color: #000;
}



.catItem-uslugi-img img {
    border-radius: 3px 3px 3px 3px;
}









/* 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;
}


/* forma zapis */

/* chrono-forms */

.chrono_credits
{
     margin: 40px 0 0 0;
}

.chrono_credits a, p.chrono_credits a:link, p.chrono_credits a:visited 
{
     text-decoration: none;
	 color: #fff;
	 float:right;
}


.chrono_credits a:hover 
{
     text-decoration: none;
	 color: #fff;
	 cursor: default;
	 
}

div.chrono_forma_vstuplenie
{
     margin: 0px 0 20px 0;
}

div.gbs3 h1
{
    font-size: 28px;
    margin: 0px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #000;
}


.gbs3 #fin-datepicker3 input
{
    background: url(../images/data.png) no-repeat center right;
}

.gbs3 #fin-text4 input
{
    background: url(../images/time.png) no-repeat center right;
}

div.gbs3 .form-control {
    display: block;
    width: 500px !important;
	}
	
div.gbs3 #fin-captcha1 input{
    display: block;
    width: 100% !important;
	}
	
div.gbs3 #fin-button6 input {
    display: block;
    width: 100% !important;
	background-image: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
	border: none;
    background: #d60d37;
	}
	
	
div.gbs3 .gcore-checkbox-item .gcore-label-checkbox {
    float: none !important;
    width: 90% !important;
	font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
	font-weight: 400;
	text-align: left;
	margin: 0px 0 -10px 2%;
}

div.gbs3 .form-control
{
    border-radius: 4px !important;
}







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.faqueue-category h2
{
    font-size: 28px;
    margin: 15px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

div.faqueue-category h4
{
    font-size: 22px;
    margin: 15px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}


div.faqueue-category-list table tbody tr:nth-child(odd) td
{
    background: #fff !important;
}

div.faqueue-category-list table tbody tr:nth-child(odd) td, div.faqueue-category-list table tbody td, div.faqueue-category-list table
{
    border: solid 1px #fff !important;
}




/

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 a#je-addbutton {
    background: #0064a1;
    padding: 10px !important;
    border: solid 1px #0064a1;
    text-decoration: none;
	border-radius: 4px;
	color: #fff;
}

div #je-faqpro h1
{
    font-size: 28px;
    margin: 15px 0 5px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

div #je-faqpro li
{
    list-style: none;
}

.yui-skin-sam ul#mymenu2 li.yui-accordion-panel a.yui-accordion-toggle {

    padding: 5px 5px 5px 30px;
    font-size: 20px !important;
    font-weight: bold;
    color: #0061a5;
	border-radius: 4px;

}

.yui-skin-sam ul#mymenu2 li.yui-accordion-panel a.yui-accordion-toggle.active {
    border-bottom: none;
    color: #000;
    border-radius: 4px 4px 0px 0px;
}

.yui-skin-sam ul#mymenu2 .yui-accordion-content {
    border-radius: 0px 0px 4px 4px;
	}
	
	
div.item-page
{
    width: 600px;
}





.cmbf-form-class fieldset {
    padding: 0 5% !important;
}




/* bloki saita */

.sait
{
    width: 100%;
	margin: 0 auto 20px;
}

.sait_left
{
    width: 75%;
	float: right;
	margin: 0 0 20px 2%;
}

.blok_menu_left
{
    width: 23%;
	padding: 10px 0 0 0;
	float: left;
}

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.menu-left h3
{
    font-size: 30px;
    margin: 0px 0 25px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #222;
}

.menu-left
{
	margin: 0px 0 25px 0;
}







.blok-zatrudnyaetes-vybor
{
    background: url(../images/bg-vybor.png) bottom right no-repeat #000000;
    background-size: contain;
	border-radius: 8px;
	padding: 20px;
	margin: 0 0 40px 0;
    display: inline-block;
	box-sizing: border-box;
    width: 100%;
}

.blok-zatrudnyaetes-vybor-title
{
    font-family: OpenSans-Bold, Tahoma;
    font-size: 30px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: auto;
    float: left;
    line-height: 140%;
    color: #fff;
    margin: 0px 40px 0px 0;
    display: table;
    height: 45px;
    text-transform: uppercase;
}

.blok-zatrudnyaetes-vybor-title div
{
    vertical-align: middle;
    display: table-cell;
}

.blok-zatrudnyaetes-vybor-text
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 400px;
    float: left;
    line-height: 140%;
    color: #fff !important;
    margin: 0px auto 0px auto;
    display: table;
    height: 45px;
}

.blok-zatrudnyaetes-vybor-text div
{
    vertical-align: middle;
    display: table-cell;
}


.blok-zatrudnyaetes-vybor-knopka
{
    line-height: 140%;
    text-align: center;
    float: right;
    margin: 0px 0 0px 0px;
    font-family: OpenSans-Regular, OpenSans-Bold, Tahoma;
    padding: 7px 15px !important;
    height: auto;
    background: #103753;
	border: 1px solid #65A4D1;
    font-size: 20px !important;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.blok-zatrudnyaetes-vybor-knopka:hover {
    background: #f44336;
	border: 1px solid #f44336;
}





.blok-kachestvennyi-kamen
{
    background: url(../images/bg-paroda.png) bottom right no-repeat #ffd800;
    background-size: cover;
	border-radius: 8px;
	padding: 20px;
	margin: 0 0 40px 0;
    display: inline-block;
	box-sizing: border-box;
    width: 100%;
}

.blok-kachestvennyi-kamen p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 22px;
    color: #fff;
    line-height: 160%;
}

.blok-kachestvennyi-kamen p strong {
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
    color: #fff;
	font-size: 27px;
}




.blok-plus-kachestvennyi-kamen
{
    width: 18%;
    margin: 0% 2% 1% 0;
    float: left;
}

.blok-plus-img-kachestvennyi-kamen
{
    float: left;
    width: 15%;
    height: 60px;
    margin: 0 0 0 0;
    display: table;
}

.blok-plus-img-kachestvennyi-kamen div {
    vertical-align: middle;
    display: table-cell;
}

.blok-plus-title-kachestvennyi-kamen
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 70%;
    float: left;
    line-height: 120%;
    color: #fff;
    margin: 0px 0 0px 10%;
    display: table;
    height: 60px;
}

.blok-plus-title-kachestvennyi-kamen div {
    vertical-align: middle;
    display: table-cell;
}



/* Vstupitelnyi text */

.mod-vstupitelnyi-glavnaya
{
    margin: 20px auto 30px;
	padding: 0px;
    width: 100%;
	border-radius: 0px;
	box-sizing: border-box;
	background: #fff;
	z-index: 1;
    position: relative;
}

div.mod-vstupitelnyi-glavnaya h3 {
    font-size: 24px;
    margin: 15px 0 15px;
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}

div.mod-vstupitelnyi-glavnaya h3:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: #ffd800;
    height: 2px;
    width: 180px;
    content: '';
}

div.mod-vstupitelnyi-glavnaya p {
    margin: 0 0 9px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
    color: #484848;
    line-height: 1.42857143;
}


div.moduletable_menu
{
    margin: 0px 0 0px;
}

div.menu-left ul
{
    margin: 0px 0 0px;
	padding: 0 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #ffffff;
}

div.menu-left li
{
    list-style: none;
	padding: 0 0 0px 0;
	margin: 0 15px;
    border-bottom: 1px solid #cccccc;
}

div.menu-left li:last-child {
    border-bottom: none;
}



/* kontakty niz */

.blok-kontakty-niz
{
	width: 300px;
	margin: 0 0 40px 0;
	float: right;
}



.blok-niz-telefon
{
    float: left;
	width: 30%;
	margin: 0 1.5%;
}


div.blok-kontakty-niz-telefon p
{
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: Izhitsa Cyrillic, Izhitsa, Calibri, Tahoma !important;
    font-size: 30px !important;
    color: #fff !important;
    font-weight: 400 !important;
	text-align: center;
}

div.blok-kontakty-niz-adres
{
    float: left;
	width: 30%;
	margin: 0 1.5%;
	height: 100px;
    display: table;
}

div.blok-kontakty-niz-adres div {
    vertical-align: middle;
    display: table-cell;
}

div.blok-kontakty-niz-adres a
{
    color: #fff !important;
}

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-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;
}






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% 0% 2%;
	background: #fff;
}


div.mod-foto h3 {
    font-size: 24px;
    margin: 25px 0 45px;
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}

div.mod-foto h3:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: #ffd800;
    height: 2px;
    width: 180px;
    content: '';
}

div.mod-foto .pg-cv-box-mod-ri {
    float: left !important;
    display: inline-block !important;
    width: 14.5% !important;
    height: auto !important;
    margin: 0 2% 2% 0 !important;
    padding: 1px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

div.mod-foto .pg-cv-box-mod-ri img {
    width: 100% !important;
    height: auto !important;
	max-width: 100% !important;
    max-height: 100% !important;
}



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;
}







/* pole akcii zamena */




.share42init
{
    margin: 0px 0px 15px 0px;
}

.niz-2 {
    float: left;
    margin: 0px 0px 5px 0px;
	font-family: OpenSans-Regular, Tahoma, "Calibri", "Arial", sans-serif;
    font-size: 14px;
}

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: #585858;
}

.niz-2-2
{
    margin: 10px 0px 20px 0px;
	font-family: OpenSans-Regular, Tahoma, "Calibri", "Arial", sans-serif;
    font-size: 14px;
	color: #585858;
}

.blok-portfolio-item
{
    width: 102%;
}

div.blok-portfolio-item img {
    width: 100%;
    max-width: 100% !important;
    max-height: auto !important;
	border-radius: 3px;
}

.blok-portfolio-item h3
{
    font-size: 24px;
    margin: 20px 0 25px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #222;
}

.pg-cv-box-mod-ri {
    float: left !important;
    display: inline-block !important;
    width: 31.3% !important;
    height: auto !important;
    margin: 0 2% 2% 0 !important;
    padding: 1px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.pg-cv-box-img-mod-ri {
    height: auto !important;
    width: 100% !important;
    ": ;
}

div.sigProGalleriaContainer {
    background: #323436 !important;
    margin: 0px 0px !important;
    padding: 0% !important;
    clear: both;
}

ul.sigProGalleria li.sigProThumb {
    float: left;
    background: none!important;
    margin: 0 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;}


.Izobpazhenieuslugi-item img
{
    border-radius: 5px;
}

.itemFullText
{
    margin: 20px 0px 0px 0;
}


.itemFullText h3
{
    font-size: 20px;
    margin: 30px 0 30px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemFullText h5
{
    font-size: 24px;
    margin: 40px 0 30px;
    padding: 30px 0 0 0;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    border-top: 2px solid #9ab177;
}

.itemFullText p.otzyv-item
{
    background: #d2e2ba;
	font-family: Arial, Verdana;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0 10px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}


/* STATI */

.catItemView-stati {
    margin: 0px 0px 30px 0px;
    padding: 0px 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.catItemImageBlock-stati
{
    margin: 20px 0 30px 0;
}


.catItemImageBlock-stati img
{
    border-radius: 10px;
}

.catItemTitle-stati
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 27px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 100%;
    line-height: 140%;
    color: #222;
    margin: 0px auto 10px auto;
    display: table;
    height: 80px;
}

.catItemTitle-stati a
{
    color: #000;
}

.catItemTitle-stati div
{
    vertical-align: middle;
    display: table-cell;
}

.itemImageBlock-stati
{
    margin: 0 0 30px 0;
}

.itemImageBlock-stati img
{
    border-radius: 10px;
}


ul.sigProClassic {
    margin: 0px auto!important;
    padding: 10px 0 0px!important;
    list-style: none;
    clear: both;
    overflow: hidden;
}

ul.sigProClassic li.sigProThumb {
    float: left;
    background: #fff!important;
    margin: 0 1% 1% 0;
    width: 19%;
    padding: 0;
    list-style: none!important;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: 0px 0 0 0px;
    padding: 1px;
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0px 0px 0;
    background: none;
	width: 100%;
}

ul.sigProClassic li.sigProThumb a.sigProLink {
    color: #eee;
    width: 100% !important;
	height: auto !important;
}

ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 0;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.itemImageBlock-komplekt ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, .itemImageBlock-komplekt ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 0;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}



/* Kamen */

.itemContainer-Kamen
{
    width: 31.3%;
    margin: 0% 2% 2% 0;
    float: left;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 1% 1% 1% 1%;
    box-sizing: border-box;
}

.itemHeader-Kamen
{
    margin: 20px 0 0 0;
}

.itemHeader-Kamen-Images
{
    width: 28%;
    margin: 0% 2% 2% 0;
    float: left;
}

.itemHeader-Kamen-Title
{
    width: 68%;
    margin: 0% 0 2% 2%;
    float: left;
}

.itemHeader-Kamen h2 {
    font-size: 30px;
    margin: 0px 0 25px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #222;
}

.Ppoizvoditelykamnya-item
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    float: left;
    line-height: 120%;
    color: #505050;
}

.Ppoizvoditelykamnya-cat
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 90%;
    line-height: 140%;
    color: #ababab !important;
    margin: 0px auto 20px auto;
    display: table;
    height: 50px;
}

.Ppoizvoditelykamnya-cat div
{
    vertical-align: middle;
    display: table-cell;
}

.blok-mod-kamen
{
    background: #fff !important;
	padding: 20px 0 40px;
}

.mod-kamen
{
    border-radius: 8px;
    box-shadow: 0px 0px 30px #00000042;
	padding: 20px 0px 20px 20px;
}

.mod-kamen h3
{
    font-size: 24px;
    margin: 10px 0 15px;
    font-family: OpenSans-Bold, Times New Roman, Tahoma !important;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.mod-kamen p {
    margin: 0 0 20px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 15px;
    color: #000;
    line-height: 140%;
}

div.mod-kamen ul {
    margin: 0;
}

div.mod-kamen li {
    border-radius: 8px;
    background: #fff !important;
    padding: 10px 10px 10px !important;
	margin: 0 1% 1% 0;
    float: left;
    width: 15.6%;
    box-sizing: border-box;
    list-style: none;
}

div.mod-kamen li:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 30px #00000042;
    z-index: 100;
}

.moduleItemImages-kamen img
{
    border-radius: 6px;
}

.moduleItemTitle-kamen {
    font-family: OpenSans-Regular, Calibri, Tahoma !important;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 130%;
    color: #000;
    margin: 0px auto 0px auto;
    display: table;
    height: 60px;
}

.moduleItemTitle-kamen div {
    vertical-align: middle;
    display: table-cell;
}

.Ppoizvoditelykamnya-mod
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 90%;
    line-height: 140%;
    color: #ababab !important;
    margin: 0px auto 0px auto;
    display: table;
    height: 40px;
}

.Ppoizvoditelykamnya-mod div {
    vertical-align: middle;
    display: table-cell;
}



/* OTZYVY */

.mod-otzyvy
{
    padding: 0 0 40px 0;
}

.mod-otzyvy h3 {
    margin: 10px 0 40px;
    line-height: 120%;
    font-family: Times New Roman, Calibri, Tahoma !important;
    font-size: 30px !important;
    color: #fcf9d2 !important;
    font-weight: 700 !important;
	text-align: center;
}

.mod-otzyvy li {
    float: left;
    margin: 20px 2.3%;
    width: 40%;
    padding: 2.5%;
    border: 1px solid #fcf9d2;
}

.ext-itemintrotext
{
    margin: 1% 5% 5% 5%;
	font-family: Arial,Tahoma;
    font-size: 13px;
    color: #0b0a05;
    font-weight: 400;
    line-height: 120%;
    font-style: italic;
}

.ext-itemtitle-otzyv {
    list-style-position: outside;
    font-weight: 400;
    height: 45px;
    display: table;
    width: 90%;
    margin: 10px auto 0 auto;
    line-height: 120%;
    color: #fcf9d2;
    text-align: left;
    font-family: Times New Roman, Izhitsa, GothaProBol, Tahoma;
    font-size: 20px;
}

.ext-itemtitle-otzyv div {
    vertical-align: middle;
    display: table-cell;
}



















/* tarif pohoron */

.blok-variant-pohoron
{
    background-color: #191919;
    padding: 20px 0 20px 0;
	border-bottom: 5px solid #8a8078;
}

.blok-variant-pohoron h1 {
    color: #fcf9d2;
    text-align: center;
    margin: 30px 0 10px 0;
	font-family: Times New Roman, Tahoma;
}

.podblok-variant-pohoron
{
    width: 21.1%;
	float: left;
	margin: 1.5%;
	border: 5px solid #000;
}

.podblok-variant-pohoron:hover
{
    border: 5px solid #8a8078;
}

.podblok-variant-pohoron a, .podblok-variant-pohoron a:link, .podblok-variant-pohoron a:visited
{
    text-decoration: none;
}

.podblok-variant-pohoron-title {
    color: #fcf9d2;
    text-align: center;
    margin: 30px 0 30px 0;
	font-weight: bold;
	font-size: 18px;
	font-family: Times New Roman, Tahoma;
	line-height: 140%;
}

.podblok-variant-pohoron-img
{
    width: 150px;
	margin: 20px auto;
}

.podblok-variant-pohoron-cena {
    color: #fcf9d2;
    text-align: center;
    margin: 30px 0 10px 0;
	font-weight: bold;
	font-size: 24px;
}

.blok-variant-pohoron-text
{
    color: #fcf9d2;
    text-align: center;
    margin: 20px auto 20px auto;
    width: 80%;
    font-family: Arial, Tahoma;
    font-size: 14px;
}










.mod-katalog
{
    background-color: #fff;
    padding: 0px 0 40px 0;
}

div.mod-katalog h3 {
    font-size: 28px;
    margin: 20px 0 45px;
    font-family: OpenSans-Bold, Calibri, Tahoma !important;
    font-weight: 700;
    line-height: 120%;
    color: #505f3a;
    text-align: center;
}

div.mod-katalog ul {
    margin: 0;
}

div.mod-katalog li {
    border-radius: 8px;
    background: #fff !important;
    padding: 20px 0 40px !important;
    float: left;
    width: 25%;
	box-sizing: border-box;
	list-style: none;
	position: relative;
}

div.mod-katalog li:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 30px #00000042;
	z-index: 100;
}

div.mod-katalog .bx-wrapper .bx-pager, div.mod-katalog .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -18px;
    width: 100%;
}

div.mod-katalog li img {
    border-radius: 8px;
}

div.mod-katalog img {
    max-width: 100%;
}

.moduleItemIntrotext-katalog
{
    height: 300px;
    display: table;
    width: 100%;
    line-height: 100%;
    margin: 0% 0% 20px 0%;
    border-radius: 5px;
    background: #fff;
    text-align: center !important;
}

.moduleItemIntrotext-katalog div {
    vertical-align: middle;
    display: table-cell;
}

.moduleItemIntrotext-katalog img
{
    border-radius: 8px;
    max-height: 300px;
    width: auto;
}

div.moduleItemTitle-katalog {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 90%;
    line-height: 140%;
    color: #000 !important;
    margin: 0px auto 0px auto;
    display: table;
    height: 50px;
}

.moduleItemTitle-katalog div {
    vertical-align: middle;
    display: table-cell;
}

div.moduleItemTitle-katalog a, div.moduleItemTitle-katalog a:link, div.moduleItemTitle-katalog a:visited {
    color: #000 !important;
}

.moduleItemTitle-cena {
    color: #000;
    text-align: left;
    margin: 10px 5% 20px 5%;
    font-weight: bold;
    font-size: 20px;
    font-family: OpenSans-Bold, Times New Roman, Calibri, Tahoma !important;
}

.moduleItemTitle-cena span
{
    color: #000;
    font-weight: 400;
    font-size: 17px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
}

div.modItemReadMore
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    color: #000000;
    width: 90px;
    float: left;
    margin: 0px 0 20px 5%;
    border-bottom: solid 1px #bea305;
    background: #fff;
    padding: 5px 0px 5px 0px;
    border-radius: 0px;
	display: none;
	position: absolute;
	bottom: 0px;
}

div.mod-katalog li:hover .modItemReadMore
{
    display: block;
}



/* forma kontakty */

.forma-content-box
{
    box-shadow: 0px 0px 25px rgb(229 229 229 / 75%);
    -pie-box-shadow: 0px 0px 25px #EBEBEB;
    box-sizing: border-box;
    background: #fff;
	padding: 3%;
	border-radius: 8px;
	margin: 20px 0 0 0;
}

div.forma-content-box h2 {
    font-size: 24px;
    margin: 0px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #474747;
}













.mesengers-viber
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #67605a;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
    float: left;
	margin: 0 5px 0;
	text-align: center;
}

.mesengers-viber:hover
{
    background: #7c529e;
	border: 1px solid #7c529e;
}


div.blok-niz .mesengers-viber {
    margin: 15px 20px 0 !important;
}


svg #viber
{ 
  fill: #67605a;
}

.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;
}














/* стиль ползунка */

::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#ffd800; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 0px; 
border-radius: 0px; 
background-color:#ffd800; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:7px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 7px; 
}










/* OTZYVY */

div.easy_pagination {
    text-align: center;
    display: block;
    margin-top: 16px;
    float: left;
}

.easy_entries {
    margin-top: 0px;
	float: left;
}

#easybook h2 {
    float: left;
    font-size: 24px;
    margin: 19px 0px;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: rgb(0, 0, 0);
}

.easy_entrylink .btn-success
{
    color: #fff;
    border-color: none;
    background-color: #2573AA !important;
    border: none !important;
    font-size: 18px !important;
    font-family: OpenSans-Bold, 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: 1px solid rgb(204, 204, 204);
    background-color: #FFFFFF;
    margin: 20px 0 0 0;
	position: relative;
	border-radius: 5px;
}

.easy_admincomment {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 15px;
    margin-bottom: 8px;
    background-color: #9ab177;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
    color: #033222;
    font-size: 15px;
    font-family: OpenSans-Regular, Arial, Verdana;
}

.easy_admincomment p {
    margin: 5px 0 0 0;
    color: #033222;
    font-size: 15px;
    font-family: OpenSans-Regular, Arial, Verdana;
	line-height: 120%;
	font-style: italic;
}

.easy_admincomment strong {
    font-weight: 400 !important;
    font-family: OpenSans-Regular, Arial, Verdana !important;
	font-size: 17px;
	margin-bottom: 8px;
	font-style: italic;
}

.easy_top_left {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
}

.easy_top {
    background-color: #ffffff;
    height: 50px;
    border-radius: 5px 5px 0 0;
}

.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-radius: 5px 5px 0px 0px;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 130%;
    font-size: 20px;
    margin: 0px 0 15px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
}


.easy_content {
    text-align: left;
    padding: 0 15px 15px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 0 0px 5px 5px;
    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;
}

.mod-otzyvy
{
    margin: 40px 0% 60px;
}

div.mod-otzyvy h3 {
    font-size: 36px;
    margin: 0px 0 50px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: center;
}

.mod-otzyvy-all
{
    width: 250px;
    margin: 40px auto 20px;
    color: #000;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.mod-otzyvy-all a
{
	padding: 10px 25px 10px;
    border: 5px solid #67ab92;
    font-size: 20px;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.easylast_entry 
{
    margin: 0px 0 30px;
    padding: 4%;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #b7b7b7;
    position: relative;
	overflow: unset !important;
}

div.easylast_entry:before {
    width: 10px;
    height: 10px;
    top: -5px;
    left: -5px;
    content: "";
    position: absolute;
    box-sizing: border-box;
    background: url(../images/ugolok.jpg) top center;
    z-index: 1;
}


div.easylast_text {
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}

.easylast_title 
{
    font-size: 20px !important;
    margin: 10px 0px 15px;
    font-family: OpenSans-Bold, "Calibri light", roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: rgb(0, 0, 0);
    text-align: left;
}

div.easylast_name 
{
    margin: 0 0 10px !important;
    font-family: OpenSans-Regular, Arial, Verdana;
	font-weight: 400 !important;
    font-size: 16px !important;
    color: #000;
    line-height: 140%;
	float: left;
}

.easylast_small
{
    margin: 0 0 10px !important;
    font-family: OpenSans-Regular, Arial, Verdana;
	font-weight: 400 !important;
    font-size: 16px !important;
    color: #000;
    line-height: 140%;
	float: right;
}

.knopka-vse-otzyvy
{
    font-size: 18px;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    color: #ffffff!important;
    line-height: 140%;
    text-align: center;
    margin: 0px 0px 20px 4%;
    cursor: pointer;
    background: #3e0707;
    padding: 12px 30px 12px 30px;
    float: left;
    border-radius: 3px;
    z-index: 1;
    position: relative;
	box-sizing: border-box;
}

.knopka-vse-otzyvy:hover
{
    background: #670b0b;
}

.knopka-ostavit-otzyvy
{
    font-size: 18px;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    color: #ffffff!important;
    line-height: 140%;
    text-align: center;
    margin: 0px 4% 20px 0;
    cursor: pointer;
    background: #670b0b;
    padding: 12px 30px 12px 30px;
    float: right;
    border-radius: 3px;
    z-index: 1;
    position: relative;
	box-sizing: border-box;
}

.knopka-ostavit-otzyvy:hover
{
    background: #3e0707;
}

.easy_entrylink input[type="text"]
{
    display: inline-block;
    height: 50px;
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 17px !important;
    line-height: 50px;
    box-sizing: border-box;
    width: 100%;
}

.easy_entrylink textarea
{
    display: inline-block;
    height: 200px;
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 17px !important;
    line-height: 140%;
    box-sizing: border-box;
    width: 100%;
}


.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    font-size: 14px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
}














/* 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: 5px;
    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;
}


.forma-content-box .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: 1px solid #cccccc;
}

.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: #fff !important;
    border: 1px solid #2573AA !important;
    border-radius: 3px !important;
    background-color: #2573AA !important;
    padding: 10px 0 !important;
}


div.forma-content-box .box-modal-content .btn-success {
    color: #000;
    border: 1px solid #2573AA !important;
    border-radius: 5px !important;
    background-color: #2573AA !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-color: #19202c;
    border: 1px 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;
}













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;
}



/* soc icon */


.blok-social-icon
{
    text-align: left;
    margin: 10px 0;
    float: left;
}

.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 #2573AA;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-vk:hover
{
    background: #4d75a3;
	border: 1px solid #2573AA;
}

svg #vk
{ 
  fill: #2573AA;
}

.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;
}

/* <!-- мои стили -->*/
/* Шрифты */
@font-face {
    font-family: 'Inter-Regular';
    src: url('../css/fonts/Inter-Regular.eot'); /* IE9 Compat Modes */
    src: url('../css/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../css/fonts/Inter-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../css/fonts/Inter-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../css/fonts/Inter-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../css/fonts/Inter-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    }
@font-face {
    font-family: 'Lora-Regular';
    src: url('../css/fonts/Lora-Regular.eot'); /* IE9 Compat Modes */
    src: url('../css/fonts/Lora-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../css/fonts/Lora-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../css/fonts/Lora-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../css/fonts/Lora-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../css/fonts/Lora-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    }
@font-face {
    font-family: 'Lora-Medium';
    src: url('../css/fonts/Lora-Medium.eot'); /* IE9 Compat Modes */
    src: url('../css/fonts/Lora-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../css/fonts/Lora-Medium.woff2') format('woff2'), /* Super Modern Browsers */
         url('../css/fonts/Lora-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url('../css/fonts/Lora-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../css/fonts/Lora-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
    }
@font-face {
    font-family: 'Lora-Bold';
    src: url('../css/fonts/Lora-Bold.eot'); /* IE9 Compat Modes */
    src: url('../css/fonts/Lora-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../css/fonts/Lora-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../css/fonts/Lora-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../css/fonts/Lora-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../css/fonts/Lora-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    }
@font-face {
    font-family: 'PTSans-Regular';
    src: url('../css/fonts/PTSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('../css/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../css/fonts/PTSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('../css/fonts/PTSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
            url('../css/fonts/PTSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
            url('../css/fonts/PTSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Спецификация */
html {
	font-size: 10px;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
body, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
body {
    font-family: 'Lora-Regular', sans-serif;
	width: 100%;
	max-width: 100%;
    overflow-x: hidden;
    background-color: #F9F9F9;
}
a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus{
	text-decoration: none;
    outline: none;
}
ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h2 {
    letter-spacing: 0.15em;
    font-size: 3.6rem;
    text-transform: uppercase;
    font-weight: 400;
}
.form__questions_title {
    letter-spacing: 0.15em;
    font-size: 3.6rem;
    text-transform: uppercase;
    font-weight: 400;
}
.text__h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.text__h1{
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.text__h3 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.text__p-a{
    color: #000;
    text-decoration: underline;
}
.contacts__title {
    letter-spacing: 0.15em;
    font-size: 3.6rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
input {
    outline: none;
}
* {
    box-sizing: border-box;
}
.header__top_left {
    display: none;
}
.header__top_right {
    display: none;
}
/* Шапка */
.header__top {
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.address__title {
    font-family: 'Lora-Bold';
    margin-left: 34px;
}
.address__subtitle_item {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.address__subtitle {
    margin-left: 10px;
    color: #000;
}
.address__subtitle_underline:hover {
    text-decoration: underline;
}

/* Список */
.header__list_bg {
    background-color: #8C2425;
    max-width: 1920px;
    margin: 0 auto;
}
.header__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.vl {
    height: 25px;
    border-left: 1px solid #AA4F50;
    margin: 22px 0px;
}
.header__list_item {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}
.header__list_item a {
    color: #fff;
}
.header__title {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 3.6rem;
    line-height: 42px;
    text-align: center;
    padding: 22px 0px;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    background-color: #F9F9F9;
    z-index: 1000;
    padding-right: 88px;
    padding-left: 88px;
}
.header__title_page {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 3.6rem;
    line-height: 42px;
    text-align: center;
    padding: 22px 0px;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    left: 50%;
    background-color: #F9F9F9;
    z-index: 1000;
    padding-right: 88px;
    padding-left: 88px;
    width: max-content;
}
.header__content_bg {
    background: url('../css/img/bg__head.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 111px;
    padding-bottom: 17px;
    position: relative;
}
.header__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.header__content_right {
    text-align: center;
}
.header__content_text {
    font-size: 2.8rem;
}
.header__content_title {
    font-weight: bold;
    font-size: 5.4rem;
    letter-spacing: 0.05em;
    color: #8C2425;
    margin-top: 70px;
}
.header__content_right img {
    margin-top: 14px;
}
.header__content_subtitle {
    font-size: 3.2rem;
    margin-top: 27px;
}
.header__list_item_products_menu {
    width: 280px;
    position: absolute;
    z-index: 10000;
    background-color: #8C2425;
    padding-left: 24px;
    padding-right: 20px;
    margin-left: -13px;
    top: 68px;
    border-top: 1px solid #AA4F50;}
.left__item_menu {
    text-transform: none;
}
.left__item_title_menu {
    color: #fff;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.left__item_menu {
    margin-top: 10px;
    margin-bottom: 10px;
}
.left__item_subtite_menu {
    text-transform: none;
    color: #fff;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.left__item_inner_menu {
    height: 40px;
}
.left__item_title_kid {
    margin-top: 0 !important;
}
.left__item_subtite_menu:hover {
    font-weight: bold;
    color: #fff !important;
}
.header__list_item_products_menu {
    display: none;
}
.header__list_item_product:hover .header__list_item_products_menu{
    display: block;
}

/* Каталог */
#catalog {
    padding-top: 145px;
    padding-bottom: 95px;
}
.catalog__title {
    display: block;
    text-align: center;
}
.catalog__btns {
    float: right;
    display: flex;
    height: 38px;
}
.catalog__btn_product-active {
    background: linear-gradient(229.5deg, #992728 15.12%, #872324 89.97%);
    color: #fff;
    border: none;
    width: 140px;
    height: 100%;
    border-radius: 2px 0px 0px 2px;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.catalog__btn_product {
    width: 140px;
    height: 100%;
    border: 1px solid #8C2425;
    background: none;
    color: #000;
    border-radius: 2px 0px 0px 2px;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.catalog__btn_service {
    width: 140px;
    height: 100%;
    border: 1px solid #8C2425;
    border-radius: 0px 2px 2px 0px;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.catalog__btn_product_link {
    color: #000;
}
.catalog__btn_service_link {
    color: #000;
}
.catalog__btn_service-active {
    background: linear-gradient(229.5deg, #992728 15.12%, #872324 89.97%);
    color: #fff;
    width: 140px;
    height: 100%;
    border: none;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.catalog__item a img {
    width: 300px;
}
.catalog__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.catalog__item {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.15);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.catalog__item:hover {
    display: flex;
    cursor: pointer;
}
.catalog__item_btn_inner {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog__item_btn {
    background: linear-gradient(224.76deg, #992728 15.12%, #872324 89.97%);
    border-radius: 3px;
    width: 220px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.catalog__item:hover .catalog__item_btn_inner{
    opacity: 1;
    transition: all ease 0.3s;
}
.catalog__item_title {
    font-size: 1.8rem;
    line-height: 23px;
    margin-top: 25px;
}
.catalog__btn {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.catalog__btn_link {
    background: linear-gradient(224.76deg, #992728 15.12%, #872324 89.97%);
    border-radius: 3px;
    width: 248px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.catalog__btn_link:hover {
    display: flex;
}

/* Статистика */
.statistics {
    background: url('../css/img/bg__stat.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 17px;
}
.statistics__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.statistics_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.statistics__items_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 53px;
}
.statistics__item {
    text-align: center;
    width: 244px;
}
.statistics__title {
    font-size: 5.6rem;
    color: #8C2425;
}
.statistics__subtitle {
    font-size: 1.8rem;
    margin-top: 10px;
}

/* О_компании */
#about {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.about__right {
    width: 50%;
}
.about__subtitle {
    line-height: 30px;
    font-size: 1.6rem;
    margin-top: 60px;
}

/* Форма_вопросы */
.form__questions {
    background: url('../css/img/bg__question.png');
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 311px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.form__questions_box {
    color: #fff;
    padding: 60px 93px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form__modal {
    background-color: #E3E3E3;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.modal__form_policy {
    color: #000;
    margin-bottom: 40px;
    font-size: 1.4rem;
}
.modal__form_policy_link {
    color: #000;
    text-decoration: underline;
}
.modal_close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
.form__modal_box {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form__modal_box_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 10px;
}
.form__modal_title {
    color: #000;
    margin-top: 40px;
}
.form__modal_btn {
    margin-top: 20px;
    margin-bottom: 15px;
    background: linear-gradient(228.71deg, #992728 15.12%, #872324 89.97%);
    border-radius: 3px;
    padding: 20px 53px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    max-width: 216px;
    font-family: 'Lora-Regular';
}
.form__questions_small {
    padding-top: 104px;
    padding-bottom: 88px;
    width: 100%;
    padding-right: 0;
}
.form__questions_small_wrap {
    display: flex;
}
.form__questions_box_small {
    background: none;
    padding: 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
}
.form__questions_btn_small {
    margin-left: 10px;
    height: 60px;
}
.form__questions_subtitle_small {
    text-align: left !important;
}
.form__questions_subtitle {
    font-size: 1.8rem;
    max-width: 422px;
    text-align: center;
    margin-top: 20px;
}
.input__tel {
    text-align: center;
    background: #FFFFFF;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    outline: none;
    margin-top: 20px;
    border: 0;
    font-family: 'Lora-Regular';
    font-size: 1.6rem;
}
.input__name {
    text-align: center;
    background: #FFFFFF;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    outline: none;
    margin-top: 20px;
    border: 0;
    font-family: 'Lora-Regular';
    font-size: 1.6rem;
}
.input__text {
    text-align: center;
    background: #FFFFFF;
    border-radius: 3px;
    width: 100%;
    height: 124px;
    outline: none;
    margin-top: 20px;
    border: 0;
    font-family: 'Lora-Regular';
    font-size: 1.6rem;
}
.form__questions_polucy {
    margin-top: 10px;
    text-align: center;
}
.form__questions_polucy_small {
    text-align: left;
}
.questions__policy_text {
    font-size: 1.4rem;
    opacity: 0.4;
}
.questions__policy_link {
    color: #fff;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    cursor: pointer;
    font-size: 1.4rem;
    opacity: 0.4;
}
.questions__policy_link:hover {
    text-decoration-line: underline;
}
.form__questions_btn {
    margin-top: 20px;
    background: linear-gradient(228.71deg, #992728 15.12%, #872324 89.97%);
    border-radius: 3px;
    padding: 20px 53px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    max-width: 216px;
    font-family: 'Lora-Regular';
}

/* Преимущества */
.advantages__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantages__item {
    max-width: 48%;
    background-color: #E3E3E3;
    padding: 20px;
    margin-top: 60px;
}
.advantages__item1 {
    max-width: 30%;
    background-color: #E3E3E3;
    padding: 20px;
    margin-top: 60px;
}
.advantages__item_wrap {
    border: 1px solid #FFFFFF;
    display: flex;
    padding: 26px 26px;
}
.advantages__item_left {
    font-size: 10.8rem;
    font-weight: bold;
    color: #c7a705;
    display: flex;
    align-items: center;
}
.advantages__item_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}
.advantages__item_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #8C2425;
    text-align: left;
}
.advantages__item_subtitle {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 20px;
}

/* Карта_проезда */
.map__content {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #E3E3E3;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.map__left {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.map__left_wrap {
    width: 43%;
    margin-top: 34px;
    margin-bottom: 34px;
}
.map__left_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 40px;
}
.map__subtitle_items {
    display: flex;
    flex-direction: column;
}
.map__subtitle_item {
    display: flex;
    margin-top: 20px;
}
.map__subtitle_wrap {
    margin-left: 13px;
    text-align: left;
}
.map__left_title {
    font-weight: bold;
    text-align: left;
}
.map__subtitle {
    font-size: 1.8rem;
    color: #000;
}
.map__subtitle_text {
    font-size: 1.4rem;
}
.map__right {
    max-width: 50%;
    min-width: 50%;
}
.map__right iframe {
    height: 100%;
}

/* Футер */
footer {
    max-width: 1920px;
    margin: 0 auto;
    background: #363636;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.footer_up {
    display: flex;
}
.footer_down {
    display: flex;
}
.footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: centers;
}
.footer__left_text {
    margin-top: 44px;
    font-family: 'Inter-Regular';
    color: #737373;
    white-space: nowrap;
    font-size: 1.8rem;
}
.footer__center {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: -30px;
}
.footer__center_item {
    margin-top: 30px;
}
.footer__center_item a {
    color: #fff;
}
.footer__btn {
    background: linear-gradient(224.76deg, #992728 15.12%, #872324 89.97%);
    border-radius: 3px;
    width: 248px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
}
.footer__btn:hover {
    cursor: pointer;
}
.footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer__right_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer__right_policy {
    color: #fff;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 0.85;
    font-size: 1.4rem;
    margin-top: 30px;
}
.ww__logo {
    display: flex;
    color: #fff;
    opacity: 0.5;
    margin-top: 33px;
}
.footer__logo {
	color: #fff;
	display: flex;
	justify-content: end;
}
.footer__logo_text {
    margin-left: 6px;
    font-family: 'PTSans-Regular';
	line-height: 12px;
}
.ww__logo:hover {
    display: flex;
}
.footer__center_item {
    font-size: 1.8rem;
}

/* Точки_управления_слайдером */
.dots_wrap {
    position: absolute;
    top: 50%;
    right: 70px;
}
.dots_wrap > li > button {
    width: 12px;
    height: 12px;
    background-color: #8C2425;
    border-radius: 50%;
    border: none;
    font-size: 0px;
}
.dots_wrap > li {
    background-color: #C4C4C4;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dots_wrap > li:not(.slick-active) > button {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: none;
    font-size: 0px;
    padding-top: 6px;
    background-color: rgba(0, 0, 0, 0.0);
}
.slick-slide {
    height: auto;
}
body > section.page__sotr.container > div.page__sotr_slider.slick-initialized.slick-slider > button.slick-prev.slick-arrow {
    background: url('/css/img/about/slider_arrow_left.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -40px;
}
body > section.page__sotr.container > div.page__sotr_slider.slick-initialized.slick-slider > button.slick-next.slick-arrow {
    background: url('/css/img/about/slider_arrow_right.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -40px;
}
.slick-prev:before, .slick-next:before {
    font-size: 0;
}

.slick-slide img {
    margin: 0 auto;
}

/* Страница_Товары */
#products {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: space-between;
    position: relative;
}
.work__text {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 120px;
}
.products__left {
    width: 233px;
}
.article__img {
    width: 250px;
    height: 250px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.products__left-active {
    transform: translateX(0) !important;
    position: absolute;
    position: fixed;
    width: 400px;
    background-color: #fff;
    z-index: 1002;
}
.services__left-active {
    transform: translateX(0) !important;
    position: absolute;
    position: fixed;
    width: 400px;
    background-color: #fff;
    z-index: 1002;
}
.products__left_title {
    font-size: 1.8rem;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.products__left_items {
    color: #737373;
}
.products__line {
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    margin-bottom: 20px;
}
.left__item, .left__item_subtite {
    display: flex;
    justify-content: space-between;
    color: #737373;
}
.left__item:hover, .left__item:active, .left__item:focus {
    display: flex;
}
.left__item:hover {
    color: #8C2425;
    font-weight: bold;
}
.left__item_subtite:hover {
    cursor: pointer;
}
.left__item:focus,
.left__item_subtite:focus {
    color: #8C2425;
    font-weight: bold;
}
.left__item_granit {
    cursor: pointer;
}
.left__item_inner {
    /* display: none; */
    flex-direction: column;
    margin-left: 30px;
}

.left__item_inner2 {
    /* display: none; */
    flex-direction: column;
    margin-left: 30px;
}

.left__item_inner-active {
    display: flex;
}
.arrow__down_granit {
    transition: ease 0.3s;
}
.rotate {
    transform: rotate(-180deg);
    transition: ease 0.3s;
}
.left__item_title {
    font-size: 1.6rem;
    line-height: 20px;
    cursor: pointer;
    font-weight: normal;
   
}

.left__item_title_close{
    color: #737373;
}

.left__item_subtite {
    font-size: 1.6rem;
    padding-top: 20px;
}
.left__item_subtite:hover {
    display: flex;
    color: #8C2425;
    font-weight: bold;
}
.products__right {
    width: 70%;
}
.products__right_title {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.products__left_close {
    display: none;
}
.services__left_close {
    display: none;
}
.products__right_btn {
    padding: 13px 31px;
    border-radius: 3px;
    border: 1px solid #8C2425;
    width: 200px;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 auto;
    display: none;
}
.services__right_btn {
    padding: 13px 31px;
    border-radius: 3px;
    border: 1px solid #8C2425;
    width: 200px;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 auto;
    display: none;
}
.products__right_btn:hover {
    cursor: pointer;
}
.right__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    text-align: center;
}
.right__item_title {
    font-size: 1.8rem;
    line-height: 23px;
    margin-top: 20px;
    text-align: center;
    width: 240px;
}
.right__item_subtitle {
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: bold;
    margin-top: 10px;
    width: 240px;
    text-align: center;
}

/* Упраление_слайдером_товары */
.slider_control {
    position: relative;
    float: right;
}
.next {
    margin-left: 10px;
}
.slider_dot {
    position: absolute;
    display: flex;
    right: 160px;
    bottom: -57px;

}
.slider_dot > li > button {
    background-color: #F9F9F9;
    border: none;
    font-family: 'Lora-Regular';
    font-size: 1.6rem;
    margin-left: 30px;
    cursor: pointer;
}
.slider_dot > li.slick-active > button {
    color: #8C2425;
    font-weight: bold;
}
.slider_dot > li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_dot > li:not(.slick-active) > button {
    border: none;
    font-family: 'Lora-Regular';
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_arrow > img {
    cursor: pointer;
}

/* Форма_вопросы */
.form__question {
    max-width: 1920px;
    margin: 0 auto;
    background: url(../css/img/bg_form_question.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 104px;
    padding-bottom: 88px;
    padding-left: 400px;
    padding-right: 311px;
    color: #fff;
    display: flex;
    justify-content: space-between
}
.question__left_title {
   font-size: 3.6rem;
   letter-spacing: 0.1em;
   text-transform: uppercase;
}
.question__left_subtitle {
    font-size: 1.8rem;
    margin-top: 10px;
}
.question__right {
    display: flex;
    justify-content: space-between;
}
.question__right_wrap {
    display: flex;
    flex-direction: column;
}
.input_tel {
    font-family: 'Lora-Regular';
    font-size: 1.6rem;
    line-height: 30px;
    color: #969696;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 3px;
    border: none;
    max-width: 420px;
}
.input__name_modal,
.input__tel_modal,
.input__text_modal {
    margin-top: 10px;
}
.input__text_modal {
    padding-top: 15px;
    display: flex;
    align-items: baseline;
    height: 100%;
    padding-bottom: 79px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.input_btn {
    background: linear-gradient(228.71deg, #992728 15.12%, #872324 89.97%);
    border-radius: 3px;
    padding: 20px 53px;
    color: #fff;
    border: none;
    font-size: 1.6rem;
    line-height: 20px;
    font-family: 'lora-Regular';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-left: 20px;
    height: 60px;
    cursor: pointer;
}
.question__right_policy_text {
    font-size: 1.4rem;
    line-height: 18px;
    margin-top: 10px;
}
.question__right_policy_link {
    font-size: 1.4rem;
    line-height: 18px;
    color: #2F80ED;
    text-decoration: underline;
}

/* Страница_Услуги */
#services {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: space-between;
}
.services__left_title {
    font-size: 1.8rem;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.services__left_items {
    color: #737373;
}
.services__line {
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    margin-bottom: 20px;
}
.services__right {
    width: 70%;
}
.services__right_title {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.services__right_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.right__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    width: 240px;
    position: relative;
}
.right__item_wrap {
    width: 240px;
    height: 300px;
}
.right__item_wrap img {
    position: absolute;
}
.right__item_title {
    font-size: 1.8rem;
    line-height: 23px;
    margin-top: 20px;
}
.right__item_subtitle {
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: bold;
    margin-top: 10px;
}
.services__item_btn_inner {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    opacity: 0;
    height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services__item_btn {
    background: linear-gradient(224.76deg, #992728 15.12%, #872324 89.97%);
    border-radius: 3px;
    width: 220px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.right__item:hover .services__item_btn_inner{
    opacity: 1;
    transition: all ease 0.3s;
}

/* Блок_о_Компании */
.page__about {
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 140px;
}
.page__about_up img{
    float: left;
    margin-right: 110px;
}
.page__about_down img{
    float: right;
    margin-left: 110px;
}
.about__up_title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 3.6rem;
}
.about__up_subtitle {
    line-height: 30px;
    font-size: 1.6rem;
}
.page__about_img {
    margin-top: 80px;
}
.about__down {
    margin-top: 80px;
}
.about__down img {
    float: right;
    margin-bottom: 10px;
}
.about__down_text {
    line-height: 30px;
    font-size: 1.6rem;
}

/* Блок_наши_сотрудники */
.page__sotr {
    padding-bottom: 120px;
}
.page__sotr_title {
    font-size: 3.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}
.page__sotr_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slide:focus,
.slick-current:focus {
    outline: none;
}
.sotr__item_title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 30px;
}
.sotr__item_subtitle {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 5px;
    color: #969696;
}
.page__sotr_slider {
    position: relative;
    margin-top: 60px;
}
.sotr__slider_arrow {
    position: absolute;
    position: relative;
    top: -225px;
    left: 0;
}
.sotr_prev {
    position: absolute;
    left: -60px;
    cursor: pointer;
}
.sotr_next {
    position: absolute;
    right: 0;
    cursor: pointer;
}

/* Блок_Сотрудничество */
.page__cooperation {
    padding-bottom: 140px;
}
.page__cooperation_up {
    margin-top: 100px;
}
.page__cooperation_up img {
    float: left;
    margin-right: 110px;
    margin-bottom: 20px;
}
.cooperation__up_text {
}
.cooperation__up_title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 3.6rem;
}
.cooperation__up_subtitle {
    margin-top: 40px;
    line-height: 30px;
    font-size: 1.6rem;
}
.cooperation__up_subtitle_text {
    line-height: 30px;
    font-size: 1.6rem;
    margin-top: 20px;
}
.article__item_title_link {
    display: block;
    color: #000;
}
.article__item_title_link:hover {
    color: #000;
    display: block;
}
.article__item_title_link:focus {
    color: #000;
    display: block;
}
.map__left_head {
    white-space: nowrap;
}
.cooperation__up_subtitle_link {
    color: #8C2425;
    display: inline-block;
    line-height: 0.85;
}
.cooperation__up_subtitle_link:hover {
    border-bottom: 1px solid currentColor;

}

/* Блок_наши_партнеры */
.page__partner {
    background: url('../css/img/cooperation/bg_coopertion.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
}
.page__partner_wrap {
    padding-top: 100px;
    padding-bottom: 120px;
}
.page__partner_title {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}
.page__partner_items {
    margin-top: 93px;
    display: flex;
    justify-content: space-evenly;
}
.page__partner_item_title {
    text-transform: uppercase;
}
.page__partner_item {
    display: flex;
    justify-content: center;
}

/* Блок_Сотрудничество_продолжение */
.page__cooperation_down {
    margin-bottom: 120px;
}
.page__cooperation_down img {
    float: right;
    margin-left: 180px;
    margin-bottom: 30px;
}
.cooperation__down_subtitle {
    line-height: 30px;
    font-size: 1.6rem;
}

/* Блок_статьи */
.articles {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 120px;
}
.article__item_title {
    font-size: 3.6rem;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 40px;
}
.article__item_text {
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 20px;
}
.article__item_link {
    color: #8C2425;
    border-bottom: 1px solid currentColor;
    display: inline-block;
    line-height: 0.85;
    font-size: 1.6rem;
    margin-top: 20px;
}
.articles_btn {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 43px;
    border: 1px solid #8C2425;
    border-radius: 3px;
    color: #000;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    cursor: pointer;
}

/* Страница_статьи */
.article__page {
    padding-top: 120px;
    padding-bottom: 120px;
}
.article_page_back img {
    margin-right: 11px;
}
.article_page_link {
    border-bottom: 1px solid currentColor;
    display: inline-block;
    line-height: 0.85;
    color: #8C2425;
    font-size: 1.8rem;
}
.article__page_photo {
    float: right;
    margin-left: 50px;
    margin-bottom: 20px;
}
.article__page_wrap {
    display: flex;
    margin-top: 22px;
}
.article__page_title {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: normal;
}
.article__page_subtitle {
    font-size: 1.6rem;
    line-height: 150%;
    margin-top: 20px;
}
.article__page_subtitle p {
    margin-top: 36px;
}
.article__page_subtitle img {
    float: right;
    margin-left: 54px;
    margin-bottom: 24px;
}
.article__page_down {
    display: flex;
    justify-content: space-between;
    width: 550px;
    margin-top: 60px;
}
.article__page_down_link {
    border-bottom: 1px solid currentColor;
    display: inline-block;
    line-height: 0.85;
    color: #8C2425;
    font-size: 1.8rem;
}
.article__page_down_back img {
    margin-right: 11px;
}
.article__page_down_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
}
.article__page_down_item img {
    margin-top: 11px;
}
.article__page_down_forward {
    text-align: right;
}
.article__page_down_forward img {
    margin-left: 11px;
}

/* Контакты */
.contacts {
    background-color: #fff;
}

/* Блок_Производство */
.page__production {
    padding-top: 120px;
    padding-bottom: 140px;
}
.page__production_up img{
    float: left;
    margin-right: 110px;
}
.production__down_title {
    margin-top: 30px;
}
.production__up_title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 3.6rem;
}
.production__up_subtitle {
    line-height: 30px;
    font-size: 1.6rem;
}
.text__p {
    font-size: 1.6rem;
}
/* Камни */
.stone {
    display: flex;
    flex-direction: column;
}
.stone__title {
    font-size: 3.6rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}
.stone__items {
    display: flex;
    justify-content: space-around;
    max-width: 1300px;
    margin-top: 65px;
}
.stone__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stone__item__title {
    font-size: 1.8rem;
    margin-top: 30px;
}
.production_decor_line {
    margin-top: 60px;
}
.production__work {
    margin-bottom: 120px;
}
.production__work_title {
    font-size: 3.6rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 60px;
}
.production__slider {
    position: relative;
    margin-top: 60px;
}
.production__slider_arrow {
    position: absolute;
    position: relative;
    top: -150px;
    left: 0;
}
.production_prev {
    position: absolute;
    left: -60px;
    cursor: pointer;
}
.production_next {
    position: absolute;
    right: -50px;
    cursor: pointer;
}


/* Модалка */
.modal{
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    background-color: #222222cc;
}
.popup {
    position: absolute;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    cursor: default;
    padding-left: 18px;
    padding-right: 18px;
}

/* Бургер */
.burger {
    background-color: #8C2425;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 400px;
    height: 1024px;
    position: relative;
    padding-top: 120px;
    padding-bottom: 30px;
    position: absolute;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    transform: translateY(-100%);
    transition: 0.3s;
}
.burger__slave_products {
    transform: translateX(100%);
}
.burger__slave_services {
    transform: translateX(100%);
}
.burger__slave {
    transform: translateX(100%);
}
.burger-active-top {
    transform: translateY(0);
}
.burger-active-right {
    transform: translateX(0);
}
.burger__close {
    position: absolute;
    top: 30px;
    right: 25px;
}
.burger__close:hover {
    cursor: pointer;
}
.burger__top {
    display: flex;
    flex-direction: column;
}
.burger__item {
    border-bottom: 1px solid #AA4F50;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 332px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.burger__item:hover {
    font-weight: bold;
}
.burger__item_wrap {
    display: flex;
}
.burger__item_wrap img {
    margin-left: -8px;
}
.burger__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.burger__top_bottom {
    padding-left: 32px;
}
.burger__tel {
    display: flex;
    margin-top: 10px;
}
.burger__tel_title {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
.burger__tel_subtitle {
    margin-left: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
.burger__title {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}
.burger__link_back_wrap {
    display: flex;
    margin-left: 33px;
}
.burger__link_back {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-left: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
.popup__send_wrap {
    display: flex;
    flex-direction: column;
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}
.form__modal_subtitle {
    font-size: 1.8rem;
}
.right__item_img {
    height: 300px;
    background-size: contain;   
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}
.arrowFix {
    transition: .3s;
}
.article__item_img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 75px;
}
.footer__center_item:hover a {
    text-decoration: underline;
}
.header__list_item_underline:hover {
    text-decoration: underline;
}
.dots_wrap > li > button {
    cursor: pointer;
}
.article__page_down_item_img {
    width: 250px;
    height: 250px;
}
.address__subtitle:hover {
    text-decoration: underline;
}
.slick-track {
    justify-content: center;
}
.right__item_wrap {
   width: 100%;
}
.right__item_title,
.right__item_subtitle {
    width: 100%;
}
.right__item {
    width: 31% !important;
    margin-right: 5px;
}
.right__item:nth-child(3n) {
    margin-right: 0;
}

/* fix */
.servFix__text {
    font-size: 1.6em;
    margin-bottom: 32px;
    line-height: 1.5;
}

.servFix__text-bold {
    font-family: 'Lora-Bold';
}

.servFix__img {
    margin-bottom: 32px;
}

.services__item_btn-fix {
    margin-left: 0;
}

.servFix__wrapper {
    display: flex;
    margin-bottom: 32px;
}

.servFix__imgWrapper {
    margin-right: 20px;
    min-width: 327px;
}

.servFix__imgWrapper img {
    width: 100%;
}

.servFix__rightText {
    font-size: 1.6em;
    line-height: 1.5;
}

.servFix__text-color {
    color: #872324;
    display: block;
}
/* END fix */
/* ERROR PAGE */

.error_page-section {
    height: calc(100vh - 420px);
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.error_page-content {
    text-align: center;
    z-index: 1000;
}

.error_page-title {
    display: flex;
    font-family: "RobotoB", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 150%;
    color: #000;
}

.error_page-a {
    font-family: "RobotoB", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    color: #2375AC;
    text-decoration: underline;
}

.br600 {
    display: none;
}

.menu__left_inner_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.requisites__text_wrap {
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

/* Cookie */
.cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 5px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #333333;
    font-size: 1.3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    z-index: 200;
  }
  .cookie__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  .cookie__wrapper p {
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 15px;
  }
  .cookie__wrapper a {
    color: #04469A;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .cookie__wrapper a:hover {
     color: rgb(0, 156, 235)
  }
  .cookie__wrapper a:hover {
    text-decoration: underline;
  }
  .cookie__btn {
    color: green;
    cursor: pointer;
    font-size: 15px;
  }
  .cookie__btn:hover {
    text-decoration: underline;
  }
  .cookie__close {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    cursor: pointer;
  }
  .text__article_title {
      font-size: 1.8rem;
      font-family: 'bold';
      margin-top: 15px;
  }





  .article__page_h2{
    text-transform: inherit;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.17em;
    font-weight: bold;
    letter-spacing: 0;
  }

  .slider_product  .slick-list {
    min-height: 550px;
  }