﻿@font-face {
    font-family: OpenSans-Regular; /*   */
    src: url(../fonts/open_sans_regular.ttf); /*      */
}

@font-face { 
  font-family: 'OpenSans-Regular'; 
  src: 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.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.ttf); /*      */
}
   



@font-face {
    font-family: Montserrat-Bold; /*   */
    src: url(../fonts/Montserrat-Bold.ttf); /*      */
   }


@font-face {
    font-family: Montserrat-Regular; /*   */
    src: url(../fonts/Montserrat-Regular.otf); /*      */
   }


@font-face {
    font-family: FontAwesome; /*   */
    src: url(../fonts/FontAwesome.otf); /*      */
   }



@font-face {
    font-family: izhitsa-cyrillic; /*   */
    src: url(../fonts/izhitsa-cyrillic.ttf); /*      */
   }





  
   
/* страница ошибки */ 
   
.blok-error-item
{
    text-align: center;
    margin: 5% 0 30px;
}   
   
.subblok-error-item   
{
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
}   

.blok-error-item-title
{
    font-family: OpenSans-Bold, Tahoma !important;
    font-size: 15em !important;
    color: #fff !important;
    line-height: 100%;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}  
   
.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%;
}

/* страница ошибки конец*/



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}






p
{
	margin: 0 0 10px;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #000;
	line-height: 140%;
}

p a 
{
	text-decoration: underline;
}


/*list*/
.container ul, .container ol, .itemFullText ul, .itemFullText ol
{
    margin-left: 2em;
    margin-bottom: 2em;
    margin-top: 2em;
}
.container ol ol, .itemFullText ol ol {margin-left:2.5em;}
.container ul > li, .itemFullText ul > li
{
    list-style:url('../images/list.png');
    list-style-position:outside;
	margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
	line-height: 1.42857143;
}
.container ol > li, .itemFullText ol > li
{
    list-style-image:none;
	list-style-type:decimal;
    margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
	line-height: 1.42857143;
}
.container dt, .itemFullText 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, OpenSans-Regular, Calibri, Tahoma;
}
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: #000;
	-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;
}


input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #fff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #999;
	background-color: #fcfcfc;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
.radio,
.checkbox {
	min-height: 18px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 89%;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
	width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
	width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
	width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
	width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
	width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
	width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
	width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
	width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
	width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
	width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
	width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
	width: 46px;
}
.controls-row {
	*zoom: 1;
}
.controls-row:before,
.controls-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.controls-row:after {
	clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
	float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
	padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}


input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1;
}
.form-actions:before,
.form-actions:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-actions:after {
	clear: both;
}
.help-block,
.help-inline {
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 9px;
}
.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}


input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-search .input-append .search-query {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
	display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
	display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
	margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.control-group {
	margin-bottom: 9px;
}
legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0;
}
.form-horizontal .controls:first-child {
	*padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
	margin-top: 9px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}
.control-label .hasPopover,
.control-label .hasTooltip {
	display: inline-block;
}
.subform-repeatable-wrapper .btn-group>.btn.button {
	min-width: 0;
}
.subform-repeatable-wrapper .ui-sortable-helper {
	background: #fff;
}
.subform-repeatable-wrapper tr.ui-sortable-helper {
	display: table;
}


.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #fff;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	text-decoration: none;
	outline: 0;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
.typeahead {
	z-index: 1051;
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.well {

}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-large {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.alert-options {
	float: right;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	border: none;

}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 15px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 90%;
	margin: 0 auto;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #004b8d;
	background-image: -moz-linear-gradient(top,#005e8d,#002f8d);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#002f8d));
	background-image: -webkit-linear-gradient(top,#005e8d,#002f8d);
	background-image: -o-linear-gradient(top,#005e8d,#002f8d);
	background-image: linear-gradient(to bottom,#005e8d,#002f8d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff002e8d', GradientType=0);
	border-color: #002f8d #002f8d #001641;
	*background-color: #002f8d;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #002f8d;
	*background-color: #002674;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #001e5a \9;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #fff;
	border-color: #d60d37 #d60d37 #d60d37;
	background-color: #d60d37 !important;

}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #005e8d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #002b41;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #002f8d;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}



.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
	border-color: #999;
}
.tabbable {
	*zoom: 1;
}
.tabbable:before,
.tabbable:after {
	display: table;
	content: "";
	line-height: 0;
}
.tabbable:after {
	clear: both;
}
.tab-content {
	overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-bottom-color: transparent;
	border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #fff;
}
.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #fff;
}
.nav > .disabled > a {
	color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}



.breadcrumb {

	list-style: none;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 9px 13px;
	margin: 0 10px 0 0;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #fff;
	border-left-width: 0;
	font-size: 19px;
	color: #a5a5a5;
}
.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: #000;
    cursor: default;
    border: 2px solid #1d1f26 !important;
    border-radius: 4px;
}
.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: left;
}
.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;
	}
}


.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;
}



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;
}





@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.site {
	padding: 0px;
}
body.site.fluid {
	background-color: #ffffff;
}


.site-title {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
}


.header {
	margin-bottom: 10px;
}
.header .finder {
	margin-top: 14px;
}
.header .finder .btn {
	margin-top: 0px;
}
.navigation {
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,0.075);
	border-bottom: 1px solid rgba(0,0,0,0.075);
	margin-bottom: 10px;
}
.navigation .nav-pills {
	margin-bottom: 0;
}
.hero-unit {
	background-color: #08C;
}
.hero-unit > * {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.container {
	max-width: 1600px;
	margin: 0 auto;
}
.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;
}

.container_blok_top
{
    width: 100%;
    padding: 0px 0;
    background: #ffffff;
    box-shadow: 0px 0px 20px #0000003d;
    z-index: 10000;
	position: relative;
    display: none;
}

.container_left_fixet {
    width: 300px;
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 0px 60px #00000054;
    height: 100%;
    z-index: 10000;
    overflow: auto;
}

.container_left_fixet h2 {
    font-size: 19px;
    line-height: 120%;
    font-family: OpenSans-Regular, Arial, Verdana;	
    margin: 0px 0 30px 15%;
	color: #6c8c99;
	font-weight: 400;
}

.blok-social-left
{
    position: fixed;
    bottom: 20px;
    left: 0%;
    right: 0%;
    margin: 0 0 0 50px;
    width: 250px;
    background: #1d1f26;
}

.blok-social-left p
{
    margin: 0 0 10px 3px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #37454c;
    line-height: 140%;
}

.container_content {
    padding: 0 0 0px 300px;
    position: relative;
	width: auto;
}









.breadcrumbs {
	margin: 0px 0% 0;
	font-size: 13px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    background: #fff;
	overflow: hidden;
}

.breadcrumbs ul {
	margin: 0px 0px 20px 0 !important;
}

div.breadcrumbs li {
	font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 13px;
	line-height: 120%;
    margin: 0px 0px 0px !important;
}



.breadcrumb > li,
.breadcrumb > .active {
	color: #515151;
}




code {
	white-space: pre-wrap;
}


.container-popup {
	padding: 28px 10px 10px 10px;
}
li {
	word-wrap: break-word;
}




/* поиск */


div.blok-mod-poisk
{
    max-width: 300px;
    width: 100%;
    margin: 9px 0 0px 0px;
    float: left;
    border: 1px solid #d7cbcb;
    border-radius: 5px;
}

.blok-mod-poisk.adaptive
{
    display: none;
}

div.blok-mod-poisk form {
    margin: 0 0 0px;
}

div.blok-mod-poisk input
{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
    height: 40px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px !important;
    padding: 10px 10px 10px 50px;
    border-radius: 5px !important;
    border: none !important;
    box-shadow: none;
	background: url(../svg/poisk.svg) no-repeat 2px center #fff;
    background-size: 25px;
    background-position: 10px 50%;
	color: #9b9b9b;
}

div.blok-mod-poisk input:hover
{
	background: url(../svg/poisk-hover.svg) no-repeat 2px center #fff;
    background-size: 25px;
    background-position: 10px 50%;
}




/* блок верхней навигации кнопки */

.background.adaptive
{
    display: none;
}

.blok-adres-top {
    background: #f91010;
    width: 27px;
    height: 27px;
    padding: 3px;
    float: right;
    border-radius: 5px;
    margin: 6px 30px 0 0;
}

.blok-nav-menu
{
    background: url(../svg/nav-menu.svg) no-repeat 2px center #fff;
    background-size: 25px;
    background-position: 10px 50%;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 17px;
    border-radius: 10px;
    border: 3px solid #2b7bbe;
    margin: 20px 0px 0px 0px;
    padding: 8.5px 15px 8.5px 50px;
    color: #0a4272;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
    width: auto;
    float: right;
    cursor: pointer;
    box-sizing: border-box;
	display: none;
}



/* menu-top */
.menu-top 
{   
    margin: 25px 10% 80px;
    width: 80%;
    float: left;
}

.menu-top.blok-amenu.glavnoe
{
    display: none;
}


.menu-top.blok-amenu
{   
    margin: 20px 10% 0px;
    width: 80%;
    float: left;
}

.menu-top.blok-amenu h3
{   
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 600 !important;
	margin: 0 0 15px 0;
}    

.menu-top.blok-amenu.pam
{   
    padding: 0px 10% 30px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

.menu-top.blok-amenu.pam.zamykayushchiy
{   
    padding: 20px 10% 30px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
    border-bottom: none;
}




.menu-top.blok-amenu.pam h3
{
    color: #000;
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}





.menu-top .menu { min-height: 2.5em; line-height: 2.5em; }
.menu-top .menu li 
{  
    margin: 0 0 10px !important;
    display: inline-block;
    position: relative;
    padding: 0 0;
    list-style: none;
    min-width: 100%;
    text-align: left;
    line-height: 2.5em !important;
    font-size: 14px;
    color: #fff;
    z-index: 10;
}

.menu-top .menu li img {
    display: none;
}

.menu-top .menu li:last-child { border-right: none; }
.menu-top .menu a { text-decoration: none;  display: block; font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace; font-size: 20px; color:#000; padding: 0px 0px 0px;}
.menu-top ul { margin: 0 !important;}
.menu-top .menu ul 
{ 
    display: none;
	position: absolute;
	top: 3.8em;
	left: -2px;
	border-left: 2px solid #b10629;
	min-width: 250px;
	z-index: 1;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.menu-top .menu ul ul { left: 100%; top: -1px; }
.menu-top .menu li.parent li { float: none;  border-top: none; }
.menu-top .menu li:hover {}
.menu-top .menu a:hover {text-decoration: underline;}
.menu-top .menu li:hover ul ul,
.menu-top .menu li:hover ul li:hover ul ul { display: none; }
.menu-top .menu li:hover ul,
.menu-top .menu li:hover ul li:hover ul,
.menu-top .menu li:hover ul li:hover ul li:hover ul { display: none; color: #000; width: 100%;}

.menu-top .menu ul li a{ color: #b10629; padding: 15px 10px; }
.menu-top .menu ul li { line-height: 140% !important; text-align: left; }
.menu-top .menu ul li:last-child { border-bottom: none; margin: 0 0 0px 0;}
.menu-top .menu ul li:hover a{ color: #fff; }


.menu-top.blok-amenu .menu li {
    margin: 0 0 0px 0;
	display: block;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    list-style: none !important;
}

.menu-top.blok-amenu .menu li {
    margin: 0 0 0px 0;
	display: block;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
	text-align: left;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
	line-height: 1.5em !important;
    list-style: none !important;
}

.menu-top.blok-amenu .menu a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}



/* Меню основное */

.menu-blok
{
    background: #2f2e2d;
	border-radius: 0px;
	margin: 0 0 0px 0;
	min-height: auto;
	position: relative;
	z-index: 1;
	width: 100%;
	float: left;
}

.menu-blok-katalog
{
    float: left;
    background: #f91010;
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 17px !important;
    color: #fff;
    line-height: 4.2em !important;
    z-index: 10;
    padding: 0 20px 0 40px;
    border-radius: 0px 0 0px 0px;
	text-transform: uppercase;
}




/* .mainmenu .menuexample */


.mainmenu 
{
	background: #000000;
    border-radius: 10px;
    margin: 0 0 20px 0;
    min-height: auto;
    position: relative;
	overflow: hidden;
    z-index: 1;
    width: 100%;
    float: left;
}
.mainmenu .menu { min-height: 4em; line-height: 4em; }
.mainmenu .menu li
{  
    margin: 0 !important;
    float: none;
    display: inline-block;
    position: relative;
    padding: 0 0px;
    list-style: none;
	min-width: 100px;
    width: 100%;
    text-align: center;
    line-height: 3.85em !important;
    z-index: 10;
	border-right: 1px solid #424140;
}
.mainmenu .menu li:last-child { border-right: none; }
.mainmenu .menu a 
{   
    text-decoration: none;
	display: block;
	font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
	font-weight: 400;
    font-size: 28px !important;
	color: #fff;
	padding: 0 0px;
}
.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: 3.8em;
	left: -2px;
	border-left: 2px solid #b10629;
	min-width: 250px;
	z-index: 1;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.mainmenu .menu ul ul { left: 100%; top: -1px; }
.mainmenu .menu li.parent li { float: none;  border-top: none; }
.mainmenu .menu li:hover { background: #424242;}
.mainmenu .menu a:hover { color: #fff; }
.mainmenu .menu li:hover ul ul,
.mainmenu .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu .menu li:hover ul,
.mainmenu .menu li:hover ul li:hover ul,
.mainmenu .menu li:hover ul li:hover ul li:hover ul { display: none; color: #000; width: 100%;}

.mainmenu .menu ul li a{ color: #b10629; padding: 15px 10px; }
.mainmenu .menu ul li { line-height: 140% !important; text-align: left; border-bottom: 1px solid #ffe2e8;}
.mainmenu .menu ul li:last-child { border-bottom: none; }
.mainmenu .menu ul li:hover a{ color: #fff; }







/* .menu-pe */
.menu-pe {margin: 60px 0px 0px 8%;}
.menu-pe .menu { min-height: 1em; line-height: 1em; }
.menu-pe .menu li {float: left; display: block; position: relative; list-style: none; min-width: 90px; text-align:left; line-height: 1em !important; margin: 0 40px 0 0;}
.menu-pe ul { margin: 0;}
.menu-pe .menu li:last-child { border-right: none; margin: 0 0px 0 0;}
.menu-pe .menu a { text-decoration: none; padding: 0 0px; display: block; font-family: OpenSans-Regular, Tahoma; font-size: 19px; color:#1d1f26;}
.menu-pe .menu ul { display: none; position: absolute; top: 2.5em; left: -1px; min-width: 160px;  border: none; }
.menu-pe .menu ul ul { left: 100%; top: -1px; }
.menu-pe .menu li.parent li { float: none; border: 1px solid #ccc; border-top: none; }
.menu-pe .menu li:hover { }
.menu-pe .menu a:hover { text-decoration: underline; }
.menu-pe .menu li:hover ul ul,
.menu-pe .menu li:hover ul li:hover ul ul { display: none; }
.menu-pe .menu li:hover ul,
.menu-pe .menu li:hover ul li:hover ul,
.menu-pe .menu li:hover ul li:hover ul li:hover ul { display: block; }






/* Верхнее меню */
.mainmenu-top {margin: 0 0px 0px 0; float: left;}
.mainmenu-top .menu { min-height: 1em; line-height: 1em; }
.mainmenu-top .menu li 
{ 
    display: block;
    float: left;
    position: relative;
    list-style: none;
    min-width: 40px;
    text-align: left;
    line-height: 160% !important;
    margin: 0 30px 0px 0;
    padding: 0 0 0px 0;
}

.mainmenu-top ul { margin: 0;}
.mainmenu-top .menu li:last-child { border-right: none;  margin: 0 0px 0px 0;}
.mainmenu-top .menu a { text-decoration: none; padding: 0 0px 0px 0; display: block; font-family: OpenSans-Regular, Calibri light, roboto, Tahoma; font-size: 14px; color:#2f2e2d; font-weight: 400;}
.mainmenu-top .menu ul { display: none; position: absolute; top: 2.5em; left: -1px; min-width: 160px;  border: none; }
.mainmenu-top .menu ul ul { left: 100%; top: -1px; }
.mainmenu-top .menu li.parent li { float: none; border: 1px solid #ccc; border-top: none; }
.mainmenu-top .menu li:hover { }
.mainmenu-top .menu a:hover { 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: none; }

div.mainmenu-top h3
{
    font-size: 18px;
    margin: 15px 0 25px;
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #41434c;
    text-transform: uppercase;
}






/* .mainmenu-niz */
.mainmenu-niz 
{
    margin: 0 0px 30px 0;
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
    border-bottom: 4px solid #37383a;
}
.mainmenu-niz .menu { min-height: 1em; line-height: 1em; }
.mainmenu-niz .menu li 
{ 
    display: block;
    float: left;
    position: relative;
    list-style: none;
    min-width: 40px;
    text-align: left;
    line-height: 160% !important;
    margin: 0 40px 10px 0;
    padding: 0 0 0px 0;
}

.mainmenu-niz ul 
{ 
    margin: 0;
	float: left;
    width: 100%;
}
.mainmenu-niz .menu li:last-child { border-right: none;  margin: 0 0px 10px 0;}
.mainmenu-niz .menu a 
{ 
    text-decoration: none;
	padding: 0 0px 0px 0;
	display: block;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
	font-size: 24px;
	color:#fff;
	font-weight: 400;
}
.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: none;}
.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: none; }

div.mainmenu-niz h3
{
    font-size: 18px;
    margin: 15px 0 25px;
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-weight: 700;
    line-height: 120%;
    color: #41434c;
    text-transform: uppercase;
}








.blok-konsrtuktory-menu
{
    margin: 0px -20px 0px -20px;
    padding: 20px 20px 0 20px;
    float: left;
    width: 100%;
    min-height: auto;
    background: #2f2e2d;
	border-top: 1px solid #4c4b4a;
}

.blok-konsrtuktory-menu .blok-konstruktor {
    width: auto;
    box-sizing: border-box;
    float: left;
    margin: 0px 20px 20px 0;
    padding: 0px 20px 0px 20px;
    border-radius: 8px;
    line-height: 2.5em !important;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	font-weight: 600;
	font-size: 22px;
}

.blok-konsrtuktory-menu .blok-konstruktor-3d {
    width: auto;
    box-sizing: border-box;
    float: left;
    margin: 0px 0px 0px 0;
    padding: 0px 20px 0px 20px;
    border-radius: 8px;
    line-height: 2.5em !important;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	font-weight: 600;
	font-size: 22px;
}




/* 3D конструктор */

.blok-konstruktor-3d
{
    width: auto;
	box-sizing: border-box;
    float: right;
    margin: 0px 0px 0px 0;
    padding: 0px 20px 0px 20px;
    border-radius: 0px 0px 0px 0px;
	line-height: 3.35em !important;
    background: #f91010;
	font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 22px;
    color: #fff;
}




/* 2D конструктора */

.blok-konstruktor
{
    width: auto;
	box-sizing: border-box;
    float: right;
    margin: 0px 0px 0px 0;
    padding: 0px 20px 0px 20px;
    border-radius: 0px 0px 0px 0px;
	line-height: 3.35em !important;
    background: #1d1b20;
	font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 22px;
    color: #fff;
}

.blok-konstruktor-2d
{
    width: auto;
	box-sizing: border-box;
    float: right;
    margin: 0px 0px 0px 0;
    padding: 0px 20px 0px 20px;
    border-radius: 0px 0px 0px 0px;
	line-height: 3.350em !important;
    background: #f91010;
	font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 22px;
    color: #fff;
}

.itemHeader-Konstruktor
{

}

.itemHeader-Konstruktor h2
{
    margin: 0px 0 30px;
	font-size: 36px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}






/* verhnee okno */


.lower{
    width: 140px;
    float: left;
    margin: 0px 0px 0px 0;
    padding: 15px 15px 15px 15px;
    border-radius: 0px 0 0px 0px;
    background: #f91010;
}

.lower:hover{

}

input{
  display:none;
}

.lower label{
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 17px !important;
    color: #fff;
    line-height: 140%;
    display: block;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.lower label img{
    margin: 0px 20px 0 0;
	width: 30px;
	height: 31px;
}

.lower label img.adaptiv-closed{
	display: none;
	opacity: 1;
	margin: 0px 20px 0 0;
}

.lower label span{
    width: 31.95px;
    display: none;
    height: 31.95px;
    float: left;
}

.lower label span img{
	display: none;
}

.lower label:hover{
  cursor:pointer;
}

.overlay{
    position: absolute;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    height: auto;
    overflow: auto;
    padding: 20px 20px 0 20px;
    top: 61px;
    left: 0;
    right: 0;
    background: #2f2e2d;
    z-index: 0;
    border-radius: 0px 0 15px 15px;
    box-shadow: 0px 0px 30px #00000052;
}

.overlay label{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../svg/zakryt.svg) no-repeat center top;
	z-index: 100;
    cursor:pointer;
	display: block;
    margin-bottom: 0px;
}

.lower~.overlay-hugeinc{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

#op:checked~.overlay-hugeinc{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#op:checked~.lower img{
	opacity: 0;
	display: none;
}

#op:checked~.lower img.adaptiv-closed{
	display: block;
	opacity: 1;
	margin: 0px 20px 0 0;
}

#op:checked~.lower img.adaptiv-closed{
    display: inline-block;
	opacity: 1;
	margin: 0px 20px 0 0;
}



/* Меню в панели множества меню */


.mainmenu-top-vsplyv 
{
    margin: 0px 20px 20px 0;
    float: left;
    width: 220px;
    min-height: auto;
}

.mainmenu-top-vsplyv.pam-formy
{
    margin: 0px -20px -20px -20px;
    padding: 20px;
    float: left;
    width: 100%;
    min-height: auto;
    background: #1d1b20;
}

div.mainmenu-top-vsplyv.pam-formy h3 {
    font-size: 20px;
    margin: 0px 0 20px;
    text-transform: uppercase;
    color: #fff;
}


.mainmenu-top-vsplyv .menu { min-height: 1em; line-height: 1em; }
.mainmenu-top-vsplyv .menu li 
{ 
    display: block; 
	position: relative; 
	list-style: none; 
	min-width: 90px; 
	text-align:left; 
	line-height: 1em !important;
	margin: 0px 0px 10px;
}


.mainmenu-top-vsplyv.pam-formy .menu li 
{ 
    display: block; 
	position: relative; 
	list-style: none; 
	width: 18%; 
	float: left;
	text-align:left; 
	line-height: 1em !important;
	margin: 0px 2% 10px 0;
}



.mainmenu-top-vsplyv ul { margin: 0;}
.mainmenu-top-vsplyv .menu li:last-child { border-right: none; }
.mainmenu-top-vsplyv .menu a { text-decoration: none; padding: 0 0px; display: block; font-family: OpenSans-Regular, Tahoma; font-size: 16px; color:#fff;}

.mainmenu-top-vsplyv.pam-formy .menu a { text-decoration: none; color:#fff;}

.mainmenu-top-vsplyv .menu ul { display: none; position: absolute; top: 2.5em; left: -1px; min-width: 160px;  border: none; }
.mainmenu-top-vsplyv .menu ul ul { left: 100%; top: -1px; }
.mainmenu-top-vsplyv .menu li.parent li { float: none; border: 1px solid #ccc; border-top: none; }
.mainmenu-top-vsplyv .menu li:hover { }
.mainmenu-top-vsplyv .menu a:hover { text-decoration: underline; }
.mainmenu-top-vsplyv .menu li:hover ul ul,
.mainmenu-top-vsplyv .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu-top-vsplyv .menu li:hover ul,
.mainmenu-top-vsplyv .menu li:hover ul li:hover ul,
.mainmenu-top-vsplyv .menu li:hover ul li:hover ul li:hover ul { display: none; }

div.mainmenu-top-vsplyv h3
{
    font-size: 18px;
    margin: 0px 0 15px;
    font-family: Montserrat-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}












/* Menu */
 
.amenu {
    background: #000;
    right: -315px; /* ?????? ???? */
    height: 100%;
    overflow: auto;
    position: fixed;
    width: 285px;
	border-radius: 0px 0px 0px 0px;
    z-index: 1000000;
    box-shadow: none;
}

.amenu .blok-konstruktor-3d {
    width: 80%;
    box-sizing: border-box;
    float: left;
    margin: 20px 10% 0px 10%;
    padding: 5px 0px 5px 0px;
    border-radius: 3px;
    line-height: 140% !important;
    background: #f91010;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px;
    color: #fff;
	text-align: center;
}

.amenu .blok-konstruktor {
    width: 80%;
    box-sizing: border-box;
    float: left;
    margin: 20px 10% 0px 10%;
    padding: 5px 0px 5px 0px;
    border-radius: 3px;
    line-height: 140% !important;
    background: #4a494c;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px;
    color: #fff;
	text-align: center;
}

.knopka-amenu-zakaz
{
    width: 80%;
    box-sizing: border-box;
    float: left;
    margin: 20px 10% 0px 10%;
    padding: 5px 0px 5px 0px;
    border-radius: 3px;
    line-height: 140% !important;
    background: #f91010;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px;
    color: #fff;
	text-align: center;
    cursor: pointer;
}


.knopka-amenu-qviz
{
    width: 80%;
    box-sizing: border-box;
    float: left;
    margin: 20px 10% 20px 10%;
    padding: 5px 0px 5px 0px;
    border-radius: 3px;
    line-height: 140% !important;
    background: #2ea100;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px;
    color: #fff;
	text-align: center;
	cursor: pointer;
}


.amenu-fon
{
    background: #000;
	opacity: 0.5;
    right: 0;
	left: 0;
    height: 100%;
    top: 0;
    overflow: auto;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.amenu-fon.icon-close {
    cursor: pointer;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    float: none;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    vertical-align: text-top;
}

.bodysait {
    background: #fff;
    position: relative;
    z-index: 0;
}
 
 
/* Basic CSS */
 
.background {
    position: relative;
    display: block;
}

 
.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;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    list-style: none !important;
}
 
.amenu li:hover {
  cursor: pointer;
}
 
.amenu a {
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}
 
.icon-close {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
}

.blok-kontakty-amenu-telefony
{
    float: left;
    width: auto;
    margin: 40px 0px 40px 20px;
}

div.blok-kontakty-amenu-telefon-800 {
    margin: 0 0 10px 0 !important;
}

div.blok-kontakty-amenu-telefon-800 h3 {
    color: #ff0000 !important;
    text-align: left;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

div.blok-kontakty-amenu-telefon-800 p {
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 23.5px !important;
    color: #ff0000 !important;
    font-weight: 400 !important;
    text-align: left;
}


div.blok-kontakty-amenu-telefon-800 span
{
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: Tahoma, Calibri, "Courier New", Courier, monospace;
    font-size: 11px !important;
    color: #000 !important;
    font-weight: 400 !important;
    text-align: left;
}

div.blok-kontakty-amenu-telefon-gorod p {
    margin: 0 0 10px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 24px !important;
    color: #000 !important;
    font-weight: 400 !important;
    text-align: left;
}

div.blok-kontakty-amenu-telefon-gorod p a
{
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 24px !important;
    color: #000 !important;
}

div.blok-kontakty-amenu-telefon p {
    margin: 0 0 10px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 24px !important;
    color: #000 !important;
    font-weight: 400 !important;
    text-align: left;
}

div.blok-kontakty-amenu-telefon p a
{
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 24px !important;
    color: #000 !important;
}












.container-left {
    width: 300px;
    padding: 0px 0 0px 0;
    margin: 0 0px 0 0;
    float: left;
}

div.container-left h3 {
    font-size: 30px;
    margin: 0px 0 20px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
	text-align: center;
}    

div.container-left ul {
    margin-left: 2em;
    margin-bottom: 2em;
    margin-top: 0em;
}

.menu-left
{
    background: #fff;
    margin: 0px 0 20px 0;
}

div.menu-left ul {
    margin-left: 0em;
    margin-bottom: 0em;
    margin-top: 0em;
	background: #000;
    padding: 25px;
    border-radius: 10px;
}

.menu-left ul > li {
    list-style: none;
    list-style-position: outside;
    margin: 0 0 10px 0;
	padding: 0 0 10px 0;
    border-bottom: 1px solid #242424;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 17px;
    color: #fff;
    line-height: 1.42857143;
}

.menu-left ul > li:last-child {
    border-bottom: none;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
}

.menu-left ul > li a {
    color: #fff;
    text-decoration: none;
}

.container-sait {
    width: calc(100% - 330px);
    float: right;
    margin: 0% 0 20px 0%;
}





/* Слайдер */

.mod-slaider
{
    margin: 0px 0 0 0;
	width: 100%;
    float: left;
}

.bx-wrapper {
    padding: 0 0 0px 0 !important;
}

.bx-wrapper .bx-viewport {
    background: none !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.bx-wrapper .bx-pager {
    position: absolute !important;
    bottom: -40px !important;
    left: 0px !important;
    width: 100% !important;
}

.bx-wrapper .bx-pager {
    text-align: center !important;
    padding-top: 0px !important;
}

.mod_ext_bxslider_k2_content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
	margin-bottom: 0em;
    margin-top: 0px;
	width: 100%;
    float: left;
}










/*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 {
    padding: 10px 0% 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}


.blok-top-right
{
    width: 100%;
    float: right;
    margin: 0% 0 0px 0%;
}

.blok-pervy-ekran
{
    margin: 0px 0 60px 0px;
	overflow: hidden;
}

.blok-pervy-ekran .container
{
    display: flex;
}


.blok-pervy-ekran h1 {
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 42px;
    margin: 60px 0 10px 0px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}

.blok-pervy-ekran h2 {
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 27px;
    margin: 10px 0 10px 0px;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
}

.blok-pervy-ekran p {
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 22px;
    margin: 0px 0 10px 0px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}

.blok-top-knopki
{
    width: 600px;
    float: left;
	margin: 0 0% 20px 0;
}   



.pervyi-ekran-knopka
{
    background: #ffffff;
    border: 2px solid #bfbfbf;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0px 0px 0px;
    padding: 10px 20px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
    width: 100%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

.pervyi-ekran-knopka:hover
{
	border: 2px solid #ff0000;
	color: #ff0000;
}

.pervyi-ekran-konstruktor
{
    background: #ffffff;
    border: 2px solid #bfbfbf;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    border-radius: 5px;
    margin: 15px 0px 0px 2%;
    padding: 8px 0px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
    width: 48%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

.pervyi-ekran-konstruktor:hover
{
	border: 2px solid #000;
	color: #000;
}






.blok-niz-fixed {
    bottom: 0;
    width: 100%;
    z-index: 0;
}




.logo {
    width: 100%;
    margin: 10px 0% 20px 0;
    float: left;
    height: auto;
}

.blok-top .logo {
    width: 300px;
    margin: 10px 0% 10px 0;
    float: left;
    height: auto;
    display: none;
}

.container_blok_top .logo {
    width: 190px;
    margin: 8px 0% 8px 2%;
    height: auto;
    float: left;
}

.container_blok_top .blok-telefon-top {
    float: right;
    margin: 7px 20px 0px 0px;
    width: 200px;
}

.container_blok_top .blok-telefon-top span {
    color: #5f5f5f !important;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    font-weight: 400;
}




.blok-tochki-prodazh
{
    float: left;
    margin: 10px 0px 10px 0px;
    width: auto;
}

div.blok-tochki-prodazh h4 {
    margin: 0px 0px 10px 0;
    padding: 0 0px 0px 0;
    font-family: gothampro, OpenSans-Regular, Arial, Verdana;
    font-weight: 400;
    font-size: 14px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
    text-align: left;
}


.blok-top-kontakty
{
    float: right;
    margin: 5px 0px 0px 0px;
	width: 250px;
}

.blok-telefon-top
{
    float: right;
    margin: 5px 0% 0px 0px;
    width: auto;
}

.blok-telefon-top h3 {
    margin: 0px 0px 10px 0;
    padding: 0 0px 0px 0;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-weight: 400;
    font-size: 14px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
    text-align: left;
}

div.blok-telefon-top p {
    margin: 0 0 7px 0 !important;
	line-height: 120% !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 26px !important;
    color: #fff !important;
	font-weight: 600 !important;
}

div.blok-telefon-top p a {
    color: #000 !important;
    text-decoration: none;
	font-weight: 600;
}





.blok-telefon-top-left
{
    float: right;
    margin: 5px 60px 0px 0px;
    width: auto;
}

.blok-telefon-top-left h3 {
    margin: 0px 0px 10px 0;
    padding: 0 0px 0px 0;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-weight: 400;
    font-size: 14px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
    text-align: left;
}

.blok-telefon-top-left p {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 26px !important;
    color: #fff !important;
	font-weight: 600 !important;
}

.blok-telefon-top-left p a {
    color: #000 !important;
    text-decoration: none;
	font-weight: 600;
}






.pamyatnik-onlayn
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-weight: 400;
    font-size: 18px;
    list-style-position: outside;
    text-align: right;
    width: auto;
    line-height: 140%;
    margin: 5px auto 0px auto;
    display: table;
    color: #000;
	float: left;
}

.pamyatnik-onlayn div {
    vertical-align: middle;
    display: table-cell;
}



.blok-top-adres
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-weight: 600;
    font-size: 18px;
    list-style-position: outside;
    text-align: center;
    width: 100%;
    line-height: 140%;
    margin: 10px auto 0px auto;
    display: table;
    height: 40px;
    color: #000;
}

.blok-top-adres div
{
    vertical-align: middle;
    display: table-cell;
}

.blok-top-adres p
{
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px !important;
    color: #000 !important;
	font-weight: 600 !important;
}

div.blok-top-adres p a, div.blok-top-adres p a:link, div.blok-top-adres p a:visited {
    color: #000 !important;
    text-decoration: none;
}





















/*Заказать звонок */

.perezvonit
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px;
    float: left;
    background: #fff;
	border: 1px solid #f91010;
    color: #000;
    padding: 7px 20px 7px;
    margin: 15px 0px 0px 0;
    width: auto;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.perezvonit:hover
{
    color: #fff;
	border: 1px solid #f91010;
	background: #f91010;
}









/* преимущества */

.blok-preimushchestva
{
    padding: 2% 4%;
    margin: 40px 0 0 0;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.subblok-preimushchestva
{
    float: left;
    margin: 0px 9.3% 0px 0px;
    padding: 0 0 0 60px;
    width: 25%;
    box-sizing: border-box;
    display: table;
    height: 70px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 17px;
    line-height: 140%;
    color: #000;
}

.subblok-preimushchestva div {
    vertical-align: middle;
    display: table-cell;
}

.subblok-preimushchestva {
    background: url(../svg/garantiya-item.svg) no-repeat 2px center #fff;
    background-size: 35px;
    background-position: 0px 50%;
}

.subblok-preimushchestva.last
{
    float: left;
    margin: 0px 0 0px 0px;
	padding: 0 0 0 50px;
    width: 25%;
}











/* Меню Категории каталога а главной */

.itemListView-Katalog
{
    min-height: 50em;
}

div.mod-katalog-menu
{
    margin: 0px 0 0% 0;
	padding: 0 0 0px 0;
}

div.mod-katalog-menu .moduletable_menu {
    margin: 0px 0px 0px;
}

div.mod-katalog-menu h3 {
    margin: 40px 0px 40px 0;
    padding: 0 0px 0 0;
    font-family: Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    font-size: 36px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
    text-align: left;
}

div.mod-katalog-menu ul {
    margin: 0;
	width: 102%;
}

div.mod-katalog-menu li {
    padding: 0%;
    list-style: none;
    float: left;
    width: 14.65%;
    margin: 0% 2% 2% 0%;
    text-align: center;
    box-sizing: border-box;
	position: relative;
}


div.mod-katalog-menu li img
{
    width: 80%;
    border-radius: 0px 0px 0 0;
}

.image-title
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-weight: 600;
    font-size: 17px;
    list-style-position: outside;
    text-align: center;
    width: 100%;
    line-height: 140%;
    margin: 20px auto 0px auto;
    display: table;
    height: 60px;
    color: #000;
	bottom: 0px;
}

.image-title div
{
    vertical-align: middle;
    display: table-cell;
}














/* blok zayavka glavnaya */

.zakaz-item
{
    width: 150px;
    margin: 20px 0 40px 0px;
    border: solid 1px #eb2d50;
    background: #eb2d50;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 22px;
	color: #fff;
}

.zakaz-item:hover
{
    cursor: pointer;
}














/* Блок низ сайта */


.blok-sait-niz {
    border-top: 4px solid #c8c8c8;
	background: url(../images/gabbro-diabaz.jpg) top left #000000;
    margin: 0px 0 0px 0;
	padding: 0px 0% 0px;
}

.blok-podval
{
    margin: 0px 0 0px 0;
	padding: 20px 0 30px;
	float: left;
    width: 100%;
}

.blok-niz-mainmenu
{

}


.copyrights {
    float: left;
    color: #989898;
    margin: 10px 40px 0 0;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 14px;
}

div.map-sait-link {
    margin: 10px 0 0 0;
	float: left;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 14px;
}

div.map-sait-link a, div.map-sait-link a:link, div.map-sait-link a:visited {
    color: #989898 !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;
}








div.k2Pagination
{
    margin: 30px 0px 30px 0px;
}

div.k2Pagination ul
{
    margin: 0px 0px 0px 0px;
	text-align: center;
}

div.k2Pagination li
{
    margin: 0px 10px 0px 0px;
    display: inline-block;
    float: left;
    list-style: none;
    padding: 0px 0px;
    width: 40px;
    font-size: 19px;
    text-align: center;
}

div.k2Pagination li a 
{
    color: #a5a5a5;
    width: 40px;
    height: auto;
    padding: 5px 0px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
}

div.k2Pagination li.active a 
{
    color: #000;
    width: 40px;
    height: auto;
    padding: 5px 0px;
    border: 2px solid #1d1f26;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
}


/*table )*/
div.container tbody {}
div.container table {width:100%;border:solid 1px #ccc;border-top:none;border-right:none;font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%; margin: 0 0 20px 0;border-spacing: 0px;}
div.container table li{font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%;margin:0px 0px 5px 0px;}
div.container table p{font-family: 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:#999;font-style: italic;}
div.container table th {text-align: right;}
div.container table thead th {text-align: center;border-bottom:solid 2px #222;}
div.container table th, div.container table td {line-height:1.5em;padding: 10px; background: none;}
div.container table thead th, div.container table thead td {padding-top:0.75em;}



div.container table tr {border-right:solid 1px #ccc;}

div.container table td {border-right:solid 1px #ccc;}

div.container table tfoot th, div.container table tfoot td {padding-bottom:0.75em; font-style: italic;}
div.container table tbody th, .container table tbody td, div.container table tfoot th, div.container table tfoot td {border-top:solid 1px #ccc}
div.container table tr:nth-child(even) td{}
div.container table tr:hover {background: none!important;}
div.container table tbody tr:nth-child(odd) th, div.container table tbody tr:nth-child(odd) td {background:rgba(0, 0, 0, 0.05); }



/*table )*/
div.itemFullText tbody {}
div.itemFullText table {width:100%;border:solid 1px #ccc;border-top:none;border-right:none;font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%; margin: 0 0 20px 0;border-spacing: 0px;}
div.itemFullText table li{font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%;margin:0px 0px 5px 0px;}
div.itemFullText table p{font-family: OpenSans-Regular, tahoma,Arial,Sans-serif;font-size:17px;line-height: 140%;}
div.itemFullText table p:last-child {
    margin: 0px 0px 0px 0px;
}
div.itemFullText table caption {color:#999;font-style: italic;}
div.itemFullText table th {text-align: right;}
div.itemFullText table thead th {text-align: center;border-bottom:solid 2px #222;}
div.itemFullText table th, div.itemFullText table td {line-height:1.5em;padding: 10px; background: none;}
div.itemFullText table thead th, div.itemFullText table thead td {padding-top:0.75em;}

div.itemFullText table tr {border-right:solid 1px #ccc;}

div.itemFullText table td {border-right:solid 1px #ccc;}

div.itemFullText table tfoot th, div.itemFullText table tfoot td {padding-bottom:0.75em; font-style: italic;}
div.itemFullText table tbody th, .itemFullText table tbody td, div.itemFullText table tfoot th, div.itemFullText table tfoot td {border-top:solid 1px #ccc}
div.itemFullText table tr:nth-child(even) td{}
div.itemFullText table tr:hover {background: none!important;}
div.itemFullText table tbody tr:nth-child(odd) th, div.itemFullText table tbody tr:nth-child(odd) td {background:rgba(0, 0, 0, 0.05); }











div.itemHeader h2
{
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.itemListCategory h2
{
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.itemAttachmentsBlock ul
{
    margin: 10px 0 30px 0;
}

div.itemAttachmentsBlock li
{
    list-style: none;
	font-size: 16px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
}


.catDescription-Kontakty
{
    width: 100%;
    margin: 30px 0px 0 0;
    float: left;
}

.catItemHeader-Kontakty h3
{
    margin: 10px 0px 10px;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 20px;
    color: #000;
	font-weight: 600;
    line-height: 140%;
}


.itemBody-kontakty
{

}

div.itemBody-kontakty h2 {
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.Item-blok-kontakty
{
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0 0 30px 0;
    float: left;
    box-sizing: border-box;
}

.Item-Kontakty
{
    width: 100%;
    margin: 0% 0% 20px 0;
    float: left;
}


div.itemBody-kontakty .itemFullText {
    margin: 0px 0px 0px 0;
}

div.itemBody-kontakty .itemFullText p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #000;
    line-height: 140%;
}

div.itemView-kontakty div.itemHeader h2
{
    font-size: 30px;
    margin: 30px 0 40px;
    font-family: OpenSans-Bold, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.blok-map
{
    display: flex;
}

.map
{
    height: 400px;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.Dopolnitelynayainfopmatsiya-kontakt
{
	margin: 0px 0 0px 0;
    padding: 5%;
    background: #fff;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

div.Dopolnitelynayainfopmatsiya-kontakt h3 {
    font-size: 27px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    margin: 0% 0px 30px;
}

.modal-content-box.kontakty
{
    margin: 0px 0 0px 0;
    padding: 40px 0% 5% 0%;
    background: #fff;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.modal-content-box.kontakty h3 {
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}




.itemImageBlock
{
    margin: 0 0 30px 0;
}

div.itemImageBlock-komplekt .sigProGalleriaContainer {
    background: #fff;
    margin: 8px 0;
    padding: 0px;
    clear: both;
}

div.itemImageBlock-komplekt ul.sigProGalleria li.sigProThumb a.sigProLink {
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 1px;
    box-sizing: border-box;
}

div.itemImageBlock-komplekt ul.sigProGalleria li.sigProThumb a.sigProLinkSelected {
    border: 1px solid #777;
}

div.itemImageBlock-komplekt img {
    width: 100%;
}



.itemBody-kontakty p span
{
    color: #4e5e69 !important;
    margin: 0px 0px 5px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.itemBody-kontakty p a
{
    color: #fff;
	font-size: 17px;
	font-family: OpenSans-Regular, Arial, Verdana;
}












/* Сброс стилей для поля ввода в браузерах 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);
}






.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;
}




/* каталог */

.mod-katalog
{
    position: relative;
}

.mod-katalog h3 {
    margin: 40px 0px 60px 0;
    padding: 0 0px 0 0;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    line-height: 100%;
    float: left;
    width: 100%;
    text-align: center;
}

.itemView-katalog .mod-katalog h3 {
    font-size: 30px;
    color: #000;
}


.bolshe-modeley-v-kataloge
{
    margin: 15px 0px 20px 200px;
    padding: 0 0px 0px 0;
    font-family: gothampro, OpenSans-Regular, Arial, Verdana;
    font-weight: 400;
    font-size: 16px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: auto;
    text-align: left;
}





.blok-mod-new-glav
{
    overflow: hidden;
	width: 100%;
    margin: 0 0 0 0%;
	background: #c3eeff;
}

.blok-mod-new-glav h2
{
	float: left;
	width: 30%;
	margin: 60px 0 0 0;
	font-family: OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 44px;
    line-height: 120%;
    color: #000;
}

.blok-mod-new-glav h3
{
	margin: 0px 0 20px 0;
	font-family: OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 36px;
    line-height: 120%;
    color: #000;
}

.mod-new-glav
{

}

.k2ItemsBlock-new-glav
{
	float: left;
	width: 100%;
	padding: 0px 0 3% 0;
}

div.k2ItemsBlock-new-glav ul {
    margin-left: 0em;
    margin-bottom: 0em;
    margin-top: 0em;
}

div.k2ItemsBlock-new-glav li
{
    list-style: none;
    width: 30.3%;
    padding: 0%;
    margin: 0% 3% 3% 0;
	float: left;
	box-sizing: border-box;
	background: #1d1f26;
}


.k2ItemsModBlock-katalog
{
    margin: 0 0 0px 0;
}

div.k2ItemsModBlock-katalog ul {
    margin: 0;
    text-align: center;
    width: 102%;
}

div.k2ItemsModBlock-katalog li {
    border-radius: 15px;
	background: url(../images/gabbro-diabaz.jpg) top left #000000;
    box-sizing: border-box;
    padding: 1%;
    list-style: none;
    width: 23%;
    margin: 0% 2% 2% 0;
    float: left;
    display: inline-block;
}


.moduleItemImages-katalog
{
    max-width: 600px;
}

.moduleItemImages-katalog img
{
    border-radius: 7px;
	width: 100% !important;
}

.DateCreated-mod
{
    font-size: 13px;
    margin: 20px 0px 0px 4%;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: rgb(101 104 115);
    float: left;
}

.modItemHeader-katalog
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 120%;
    color: #fff;
    margin: 25px auto 15px auto;
	display: table;
    height: 50px;
}

.modItemHeader-katalog div {
    vertical-align: middle;
    display: table-cell;
}

.modItemHeader-katalog a
{
    color: #fff;
}

.cena-mod
{
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 26px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 120%;
    color: #fff;
    margin: 0px auto 5% auto;
    display: table;
    height: 32px;
}

.cena-mod div {
    vertical-align: middle;
    display: table-cell;
}


.modItemCategory
{
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
	font-size: 14px;
	margin: 0 0 20px 4%;
}

.modItemCategory a
{
    color: #b6b6b9;
}

.itemListCategory-Katalog
{

}

.catDescription-Katalog
{
    margin: 0px 0 30px;
}

.catDescription-Katalog p
{
    font-size: 14px;
    margin: 0px 0 10px;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 140%;
    color: #000;
}

.catDescription-Katalog p:last-child
{
    margin: 0px 0 0px;
}


.catDescription-Katalog.niz-readmore
{
    margin: 20px 0 0px;
}

div.itemListCategory-Katalog h2 {
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemListSubCategories-katalog
{
    width: 102%;
	float: left;
	margin: 0 0 20px 0;
}

.subCategoryContainer-katalog
{
    float: left;
    margin: 0px 1% 1% 0;
    width: auto;
}

.subCategoryContainer-katalog-Images img
{
    border-radius: 15px;
}

.subCategoryContainer-katalog a
{
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 14px;
    color: #000;
    width: auto;
    box-sizing: border-box;
    text-align: center;
	display: block;
	font-weight: 600;
}

.subCategoryContainer-katalog a:hover
{
	text-decoration: none;
}

.subCategoryContainer-katalog-Title
{
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 120%;
    color: #000;
    margin: 0px auto 0px auto;
}

.subCategoryContainer-katalog-Title div
{
    vertical-align: middle;
    display: table-cell;
}

.itemListLeading-katalog
{
    width: 102%;
}

.itemContainer-katalog
{
    width: 23%;
    padding: 0%;
    margin: 0% 2% 2% 0;
    float: left;
    box-sizing: border-box;
}

.itemContainer-katalog:hover {

}


div.catItemHeader-katalog {
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 17px;
    list-style-position: outside;
    font-weight: 600;
    text-align: center;
    width: 90%;
    line-height: 120%;
    color: #000;
    margin: 0px auto 0px auto;
    display: table;
    height: 70px;
}

.catItemHeader-katalog div {
    vertical-align: middle;
    display: table-cell;
}

.catItem-oborudovanie-img img
{
    border-radius: 4px;
}


.cat-Aptikul {
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 14px;
    color: #9f9f9f;
    margin: 20px 0px 0px 0;
    float: left;
    width: 100%;
    text-align: left;
}

.cena-cat
{
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 24px;
    margin: 0px auto 5% auto;
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    width: 90%;
}

.cena-cat-item-net
{
    height: 32px;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
	line-height: 28.8px;
	color: #898989;
	text-align: center;
	margin: 0px 0% 5% 0%;
}

.cena-item-net
{
    height: 28.8px;
	font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 14px;
	line-height: 28.8px;
	color: #898989;
	text-align: left;
	margin: 10px 0% 0% 0%;
}


.catItemReadMore-zakaz
{
    background: #eb2d50;
    border-radius: 4px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px;
    margin: 20px 0 0px 0px;
    padding: 15px 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    width: 120px;
	float: left;
}

.catItemReadMore-zakaz:hover {
    background: #1d1f26;
    cursor: pointer;
}

.catItemReadMore
{
    background: #fff;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 19px;
    margin: 0px auto 20px auto;
    padding: 10px 0;
    border: 4px solid #fff;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    width: 150px;
}

div.itemContainer-katalog:hover .catItemReadMore, div.k2ItemsBlock-katalog li:hover .catItemReadMore
{
    border: 4px solid #ea1c42;
}

.itemView-katalog
{
    margin: 0px 0 0px 0;
}


.itemHeader-Katalog h1
{
    font-size: 30px;
    margin: 0px 0 20px 0px;
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    float: left;
}

.itemNavigation-Katalog
{
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0px 0 0px;
	padding: 20px;
    border-radius: 20px;
    background: #f1f1f1;
    box-sizing: border-box;
}

.itemNavigation-Katalog h6
{
    margin: 0px 0px 20px 0px;
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
    width: 100%;
    float: left;
}

.itemNavigation-Katalog a.itemPrevious
{
	background: url(../svg/itemPrevious.svg) right center no-repeat #e5e5e5;
    background-size: 35%;
    background-position: 50% 50%;
    padding: 0px;
    margin: 0px 0 0px 0%;
    box-sizing: border-box;
    width: 50px;
	height: 50px;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.itemNavigation-Katalog a.itemPrevious:hover
{
    border: 1px solid #fd2805;
}

.itemNavigation-Katalog a.itemNext
{
	background: url(../svg/itemNext.svg) right center no-repeat #e5e5e5;
    background-size: 35%;
    background-position: 50% 50%;
    padding: 0px;
    margin: 0px 0 0px 0%;
    box-sizing: border-box;
    width: 50px;
	height: 50px;
    float: right;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.itemNavigation-Katalog a.itemNext:hover
{
    border: 1px solid #fd2805;
}



.itemImageBlock-komplekt
{
    margin: 0 0% 0px 0;
    width: 49%;
	float: left;
}


div.sigProGalleriaPlaceholderContainer {
    width: 80%;
    margin: 0 auto;
}

ul.sigProElegant {
    margin: 0px auto!important;
    padding: 0px 0!important;
    list-style: none;
    clear: both;
    overflow: hidden;
	width: 102%;
}

ul.sigProElegant li.sigProThumb {
    float: left;
    background: none!important;
    margin: 1% 2% 1% 0;
    padding: 0;
    border: none!important;
    width: 31.3%;
    list-style: none;
}

ul.sigProElegant li.sigProThumb img {
    width: 100% !important;
    background-size: cover;
    height: auto !important;
	border-radius: 5px;
}

ul.sigProElegant span.sigProCaption {
    display: none;
	background: #1d1f26;
	color: #fff;
    position: absolute;
	margin: 0 auto 5px auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 3px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
}


ul.sigProElegant li.sigProThumb a.sigProLink {
    color: #333;
    background-color: #ffffff;
    border: 1px solid #ccc;
	border-radius: 5px;
    box-sizing: border-box;
    padding: 0.5%;
    width: 100% !important;
    height: auto !important;
}

ul.sigProElegant li.sigProThumb a.sigProLink:hover {
    color: #eee;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #333;
	padding: 0.5%;
}

.komlekt-item-right
{
    margin: 0 0 0px 0%;
    width: 48%;
    float: right;
    box-sizing: border-box;
}

div.komlekt-item-right h3 {
    font-size: 20px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}


.blok-hapaktepistiki-item
{
    padding: 0px 0px 30px 0px;
    box-sizing: border-box;
}

.hapaktepistiki-item
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 17px;
    color: #000;
    margin: 0px 0px 10px 0;
}

.hapaktepistiki-item span {
    color: #9d9393;
}

.blok-hapaktepistiki-item-left
{
    margin: 0 0 0px 0%;
    width: 100%;
	float: left;
}

.blok-hapaktepistiki-item-right
{
    margin: 0 0 0px 0%;
    width: 100%;
	float: left;
}

.blok-hapaktepistiki-item-right.cokol
{
    margin: 0 0 0px 0%;
    width: 220px;
	float: left;
}

.blok-hapaktepistiki-item-right.nadgrobie
{
    margin: 0 0 0px 0%;
    width: 220px;
	float: left;
}


.cena-item
{
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 30px;
    margin: 0px 0 10px 0px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
    width: 100%;
}

.cena-item span
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    margin: 0px 0 10px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    width: 100%;
}

cena-item-info {
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
    color: #000;
    line-height: 120%;
}

.knopka-zakaz-katalog
{
    background: #f91010;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0px 0px 0px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
	width: 240px;
}

.knopka-zakaz-katalog:hover
{
    color: #fff;
	background: #2f2e2d;
}


p.telefon-item {
    margin: 20px 0 10px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 14px;
    color: #000;
    line-height: 110%;
}





.Vozmozhnyevapiantypazmepov
{
    margin: 30px 0 0 0;
    padding: 0px 0px 0px 0px;
    float: left;
	width: 100%;
}

div.Vozmozhnyevapiantypazmepov table {
    margin: 0 0 0px 0;
}



.Vozmozhnyevapiantypazmepov h5
{
    margin: 0px 0px 30px 0px;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
    width: 100%;
    float: left;
}







.ThreeDmodelyvkonstpuktope-text {
    margin: 30px 0 0px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 14px;
    color: #000;
    line-height: 110%;
}



.ThreeDmodelyvkonstpuktope
{
    background: #2f2e2d;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0px 10px 0px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
	width: 260px;
}

.ThreeDmodelyvkonstpuktope:hover
{
    color: #fff;
	background: #f91010;
}









.Sostavkompleksa-item span
{
    margin: 20px 0px 10px 0px;
	font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
    width: 100%;
	float: left;
}

.Sostavkompleksa-item
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    box-sizing: border-box;
	width: 100%;
}

.Sostavkompleksa-item p
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
	line-height: 120%;
	color: #000;
}

.Sostavkompleksa-item p:last-child
{
    margin: 0 0px 0px 0;
}



p.telefon-item
{
    margin: 20px 0 10px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 14px;
    color: #000;
    line-height: 110%;
}

p.telefon-item.razmer
{
    margin: 20px 0 10px;
    font-family: OpenSans-Regular, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
    color: #637585;
    line-height: 110%;
	font-weight: 600 !important;
}


p.telefon-item.uslugi
{
    margin: 20px 0 20px;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 16px;
    color: #9d9797;
    line-height: 110%;
	font-weight: 400 !important;
}

.blok-telefon-item
{
    margin: 0px 5% 0px 0px;
    width: auto;
	float: left;
}

.blok-telefon-item p
{
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 22px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.blok-telefon-item.razmer p
{
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 17px !important;
    color: #637585 !important;
    font-weight: 600 !important;
}

.blok-telefon-item.razmer p a
{
    color: #637585 !important;
}



.blok-telefon-item.uslugi p
{
    margin: 0 0 10px 0 !important;
    line-height: 120% !important;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 30px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.blok-telefon-item.uslugi p:last-child
{
    margin: 0 0 0px 0 !important;
}

.blok-telefon-item.uslugi p a
{
    color: #000 !important;
	text-decoration: none;
}






.Dopolnitelynooplachivayutsya-item
{
    padding: 20px;
    margin: 20px 0px 0px 0px;
    border-radius: 0px;
    box-sizing: border-box;
    background: #e5e5e5;
}

.Dopolnitelynooplachivayutsya-item span
{
    margin: 0px 0px 10px 0px;
	font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
    width: 100%;
	float: left;
}

.Dopolnitelynooplachivayutsya-item p
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
	line-height: 120%;
	color: #000;
}


.Dopolnitelynooplachivayutsya-item p:last-child
{
    margin: 0 0px 0px 0;
}







.Dpugievozmozhnyepazmepypamyatnika-item
{
    margin: 0px 0px 0px 0px;
	padding: 20px;
    box-sizing: border-box;
}

.Dpugievozmozhnyepazmepypamyatnika-item h5 {
    margin: 0px 0px 10px 0px;
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
    width: 100%;
    float: left;
}

div.Dpugievozmozhnyepazmepypamyatnika-item table {
    width: 100% !important;
    border: solid 1px #fff;
    border-top: none;
    border-right: none;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 0px 0;
    border-spacing: 0px;
}

div.Dpugievozmozhnyepazmepypamyatnika-item table tbody th {
    border-top: none;
	background: #fff !important;
}

div.Dpugievozmozhnyepazmepypamyatnika-item table th {
    text-align: left;
}

div.Dpugievozmozhnyepazmepypamyatnika-item table th, div.Dpugievozmozhnyepazmepypamyatnika-item table td {
    line-height: 1.5em;
    padding: 10px 0;
    background: none;
}

div.Dpugievozmozhnyepazmepypamyatnika-item table tbody td, div.Dpugievozmozhnyepazmepypamyatnika-item table tfoot th, div.Dpugievozmozhnyepazmepypamyatnika-item table tfoot td {
    border-top: none;
}

div.Dpugievozmozhnyepazmepypamyatnika-item table tbody tr {
    border-bottom: 1px solid #ccc;
}

div.Dpugievozmozhnyepazmepypamyatnika-item table tbody tr:last-child {
    border-bottom: none;
}

div.Dpugievozmozhnyepazmepypamyatnika-item table tbody td {
    border-right: none;
	padding: 5px 0;
}



.itemFullText-katalog
{
    margin: 5% 0 0 0;
}

div.itemFullText-katalog p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #000;
    line-height: 140%;
}




/* Результат поиска */

.genericItemView
{
    margin: 0;
    text-align: center;
    width: 102%;
}

.genericItemView li {
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 0px 0px;
    list-style: none;
    width: 23%;
    margin: 1% 2% 1% 0;
    float: left;
    display: inline-block;
}


/* Каталог камня */

.mod-kamen-glavnaya
{

}

.mod-kamen-glavnaya h3 {
    margin: 40px 0px 40px 0;
    padding: 0 0px 0 0;
    font-family: Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    font-size: 36px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
    text-align: left;
}

div.k2ItemsModBlock-kamen-glavnaya ul {
    margin: 0;
    text-align: center;
    width: 102%;
}

div.k2ItemsModBlock-kamen-glavnaya li {
    border-radius: 15px;
    background: #fff;
    box-sizing: border-box;
    padding: 0px;
    list-style: none;
    width: 10.5%;
    margin: 1% 2% 1% 0;
    float: left;
    display: inline-block;
}

.moduleItemImages-kamen-glavnaya
{

}

.moduleItemImages-kamen-glavnaya img
{
    border-radius: 15px;
}






.mod-kamen-item
{
    margin: 30px 0 0 0;
    padding: 0px 0px 0px 0px;
	float: left;
}

.mod-kamen-item h5
{
    margin: 0px 0px 30px 0px;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
    width: 100%;
    float: left; 
}

.k2ItemsModBlock-kamen {
    margin: 0px 0 0 0;
}

div.k2ItemsModBlock-kamen ul {
    margin: 0;
    text-align: center;
    width: 102%;
}

div.k2ItemsModBlock-kamen li {
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 0px;
    list-style: none;
    width: 14.65%;
    margin: 0% 2% 0% 0;
    float: left;
    display: inline-block;
}

.moduleItemImages-kamen
{

}

.moduleItemImages-kamen img
{
    border-radius: 5px;
}

.modItemHeader-kamen
{
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 120%;
    color: #000;
    margin: 5px auto 5px auto;
    display: table;
    height: 40px;
}

.modItemHeader-kamen div {
    vertical-align: middle;
    display: table-cell;
}


.itemListCategory-Kamen h2
{
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemListLeading-Kamen
{
    width: 102%;
}


.itemContainer-Kamen
{
    width: 14.6%;
    padding: 0% 0% 0% 0%;
    margin: 0% 2% 0% 0;
    float: left;
    box-sizing: border-box;
}

.catItem-oborudovanie-img img
{
    width: 100%;
	border-radius: 10px;
}

.catItemHeader-kamen
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 90%;
    line-height: 120%;
    color: #0061a5;
    margin: 0px 5% 0px 5%;
    display: table;
    height: 70px;
}

.catItemHeader-kamen div {
    vertical-align: middle;
    display: table-cell;
}

.itemFullText-kamen
{
    margin: 0 0 0 0;
}

div.itemFullText-kamen p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #000;
    line-height: 140%;
}

.itemImageBlock-Kamen
{
    margin: 0 0% 0px 0;
    width: 30%;
    float: left;
}

.itemImage-Kamen img
{
    border-radius: 15px;
}

.itemKamenBlokright {
    margin: 0 0 0px 0%;
    width: 65%;
    float: right;
    box-sizing: border-box;
}

.itemHeader-Kamen h3 {
    font-size: 36px;
    margin: 0px 0 20px 0px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}




/* Oformlenie */

.mod-ofor-item
{

}

.mod-ofor-item h5 {
    margin: 40px 0px 30px 0px;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
    width: 100%;
    float: left;
}

.k2ItemsModBlock-Oformlenie {
    margin: 0px 0 0 0;
}

.k2ItemsModBlock-Oformlenie ul {
    margin: 0;
    text-align: center;
    width: 102%;
}

div.k2ItemsModBlock-Oformlenie li {
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 0px;
    list-style: none;
    width: 23%;
    margin: 0% 2% 0% 0;
    float: left;
    display: inline-block;
}

.moduleItemImages-Oformlenie img {
    border-radius: 5px;
}

.modItemHeader-Oformlenie {
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 120%;
    color: #000;
    margin: 5px auto 5px auto;
    display: table;
    height: 40px;
}

.modItemHeader-Oformlenie div {
    vertical-align: middle;
    display: table-cell;
}





/* Как мы работаем */

.blok-kak-rabotaem
{

}

.blok-kak-rabotaem h3
{
    margin: 80px 0px 60px 0;
    padding: 0 0px 0 0;
    font-family: Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    font-size: 36px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
}

.blok-shag
{
    float: left;
    width: 20%;
    margin: 0% 5% 3% 0%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

.blok-shag-img-title.imgshag
{
    background: url(../svg/garantiya-item.svg) no-repeat 2px center #fff;
    background-size: 27px;
    background-position: 0px 50%;	
	padding: 0 0 0 50px;
	margin: 0% 0% 10px 0%;
	font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px;
    line-height: 140%;
    color: #2f2e2d;
}   

.blok-shag-img-text
{
    font-family: Montserrat, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    margin: 0px 0 0px 0px;
    color: #818181;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    display: table;
    height: 70px;
}

.blok-shag-img-text div {
    vertical-align: middle;
    display: table-cell;
}

.knopka-shag {
    background: #ff0000;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 24px;
    border-radius: 30px;
    margin: 0px 0px 30px 0px;
    padding: 10px 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    width: auto;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

.knopka-shag:hover
{
    background: #2f2e2d;
    color: #fff;
}




/* Вступление */

.mod-vstuplenie
{
    margin: 0px 0 0px 0px;
	float: left;
	width: 100%;
}

.mod-vstuplenie .moduletable
{
    margin: 0px 0px 0px 0%;
	float: left;
	max-width: 100%;
}


.mod-vstuplenie h3 {
    margin: 40px 0px 60px 0;
    padding: 0 0px 0 0;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    line-height: 100%;
    text-align: center;
}

.mod-vstuplenie p {
    margin: 0 0 15px;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 18px;
    color: #000;
    line-height: 140%;
}

.mod-vstuplenie p:last-child  {
    margin: 0 0 0px;
}


.mod-vstuplenie h4 {
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-size: 24px;
    margin: 20px 0 20px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    z-index: 2;
    position: relative;
}

.mod-vstuplenie ul > li {
    font-size: 19px;
}



/* Часто задаваемые вопросы */

.blok-mod-faq
{
    margin: 40px 0 0px 0%;
    background: #444444;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.mod-faq
{
    max-width: 800px;
	margin: 40px auto 40px auto;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 30px;
}

.mod-faq h3
{
    margin: 0 0px 10px 0;
    padding: 0 0px 0 0;
    font-family: Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    font-size: 36px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
    text-transform: uppercase;
	text-align: center;
}

.mod-faq h4
{
    margin: 0 0px 40px 0;
    padding: 0 0px 0 0;
    font-family: gothampro, OpenSans-Regular, Arial, Verdana;
    font-weight: 400;
    font-size: 14px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
	text-align: center;
}


.mod-faq ul
{
    margin: 0;
	padding: 0;
}

div.mod-faq li
{
    list-style: none;
	border-bottom: 1px solid #dedede;
	margin: 0 0px 10px 0;
    padding: 0 0 0px 0;
}


div.mod-faq li a:hover, div.mod-faq li a:active, div.mod-faq li a:focus
{
    text-decoration: none;
}

.mod-faq li:last-child {
    border-bottom: none;
}

.moduleItemTitle-faq
{
    width: 100%;
    box-sizing: border-box;
    display: table;
    height: 40px;
    font-family: gothampro, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 22px;
    color: #5a5c5e;
	margin: 0 0px 10px 0;
}

.moduleItemTitle-faq div {
    vertical-align: middle;
    display: table-cell;
}

.moduleItemTitle-faq a
{
    color: #5a5c5e;
}

.modItemIntroText-faq
{
    padding: 15px 0px 30px 0px;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.modItemIntroText-faq p
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px;
    margin: 0 0px 10px 0;
    color: #8d8d8d;
    line-height: 140%;
}




/* Консультация */

.blok-konsultaciya
{
    padding: 3% 0% 3% 0%;
    box-sizing: border-box;
	margin: 0px 0 0px 0;
	background: #2c2c2c;
	background-size: contain;
    position: relative;
    float: left;
    width: 100%;
}

.blok-konsultaciya h3 {
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 44px;
    margin: 0px 0 30px 0px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    max-width: 100%;
}

.blok-konsultaciya h5 {
    font-family: gothampro, OpenSans-Regular, Arial, Verdana;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0 30px 0px;
    color: #fff;
    text-align: center;
    line-height: 120%;
	max-width: 100%;
}

.blok-konsultaciya-knopka {
    background: #f9ed3a;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 24px;
    border-radius: 30px;
    margin: 30px auto 0px auto;
    padding: 10px 20px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    width: 280px;
    cursor: pointer;
    box-sizing: border-box;
}

.blok-konsultaciya-knopka:hover {
    background: #fd2805;
	color: #fff;
}

.blok-konsultaciya ul
{
    margin: 0 0 0px 40px;
	padding: 0px;
}

.blok-konsultaciya li
{
    list-style: url(../svg/li-blue.svg);
    list-style-position: outside;
	margin: 0 0 5px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #fff;
    line-height: 120%;
}



/* Преиущества н главной */

.blok-mod-preimushchestva
{
    float: left;
    background: #fff;
    padding: 30px 0;
    margin: 60px 5% 0px 5%;
    width: 90%;
    box-sizing: border-box;
}

.mod-preimushchestva h3 {
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-size: 30px;
    margin: 10px 0 30px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    max-width: 100%;
    z-index: 2;
    position: relative;
}

.mod-preimushchestva p {
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #000;
    line-height: 140%;
}

.mod-preimushchestva ul {
    margin-left: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.mod-preimushchestva li {
    list-style: url(../svg/list.svg);
    list-style-position: outside;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 1.42857143;
	margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 1.42857143;
    border-bottom: 1px dashed #d9d9d9;
}

.mod-preimushchestva li:last-child {
	margin: 0 0 0px 0;
    padding: 0 0 0px 0;
	border-bottom: none;
}





/* Отзывы */

.mod-otzyvy {
    padding: 0% 0 0px 0px;
    margin: 0px 0 0px 0;
    background: #fff;
    float: left;
    width: 100%;
}

.mod-otzyvy h3 {
    margin: 60px 0px 40px 0;
    padding: 0 0px 0 0;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    line-height: 100%;
    float: left;
    width: 100%;
    text-align: center;
}

div.mod-otzyvy div.easylast_entry {
    margin-bottom: 2% !important;
    overflow: inherit;
    float: left;
    width: 100%;
    border: none;
	border-radius: 10px;
    background-color: #000;
	background: url(../images/gabbro-diabaz.jpg) top left #000000;
    box-sizing: border-box;
    margin: 0px 0% 2% 0;
    padding: 25px;
}


div.easylast_name  {
    font-size: 20px !important;
    vertical-align: middle !important;
    font-weight: 600 !important;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	float: left;
	margin: 0px 20px 10px 0;
	color: #fff;
}

div.easylast_name a {
    font-weight: 600 !important;
	color: #fff;
}

.easylast_title {
    text-align: left;
    margin: 10px 0;
    padding: 0px 0;
    background-color: #fff;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 130%;
    font-weight: 600;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px !important;
    color: #fff;
}

div.easylast_text {
    text-align: left;
    margin: 0px;
    padding: 10px 0;
    background-color: none;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
}

.easylast_small {
    font-size: 16px !important;
    vertical-align: middle;
    font-weight: 400;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    float: right;
    padding-left: 0px;
    margin: 0 10px 0 0;
}




#easybook
{
    margin: 0px 0 65px 0;
}

#easybook h2 {
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 100%;
    color: #000;
}

.easy_entrylink {
    padding-top: 0px;
}

#easybook div.sign {
    height: auto;
}

#easybook a.sign {
    float: none;
}

.easy_entrylink .btn-success {
    border-color: #000000;
    border: 2px solid #000;
    background-color: #ffffff !important;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    color: #000000 !important;
    padding: 10px 20px;
    margin: 0 0 0px 0;
}

.easy_entrylink .btn-success:hover {
    border-color: #00bf3b;
    background-color: #00bf3b !important;
	color: #fff !important;
}

.easy_frame {
    border: none;
	border-bottom: #d5d5d3 solid 1px;
    background-color: #FFFFFF;
    box-sizing: border-box;
	margin: 0px 0 10px 0;
}

.easy_frame:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: none;
	border-bottom: #10b981 solid 1px;
}

.easy_top {
    background-color: #fff;
    height: auto;
}

.easy_top_left {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.easy_big {
    font-size: 20px;
    vertical-align: middle;
    font-weight: 600;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
}

.easy_small {
    font-size: 16px;
    vertical-align: middle;
    font-weight: 400;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    float: right;
    padding-left: 0px;
    margin: 0 0px 0 0;
}

.easy_title {
    margin-left: 10px;
    text-align: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0px 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 130%;
    font-weight: 600;
	font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	font-size: 20px !important;
	color: #000;
}

.easy_content {
    margin-left: 0px;
    text-align: left;
    margin-right: 0px;
    margin-top: 10px;
    padding: 10px 0;
    padding-bottom: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
	font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}

.easy_pagination {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 16px;
	font-weight: 600;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
}



#easybook a.view {
    float: none;
	margin-bottom: 10px;
}


#easybook form {
    margin: 20px 0 0px;
}

#easybook input[type="text"]
{
    display: inline-block;
    height: 18px;
    padding: 13px 3%;
    margin-bottom: 15px;
    font-size: 15px !important;
    line-height: 18px;
    color: #000;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    vertical-align: middle;
	border: 1px solid #ddd;
}







/* VIDEO */

.itemVideoBlock
{
    margin: 0px 0 20px;
}




div.page-header h1
{
    font-size: 36px;
    margin: 0px 0 20px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}








/* 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 */

.itemDescriptionCategory-Stati
{
    margin: 0% 0% 20px 0px;
}

.subCategoryContainer-stati
{
    float: left;
    margin: 0px 40px 20px 0;
	width: auto;
}

.subCategoryContainer-stati.subCategoryContainerLast
{
    float: left;
    margin: 0px 0px 20px 0;
	width: auto;
}

.subCategoryContainer-stati:last-child
{
    float: left;
    margin: 0px 0px 20px 0;
	width: auto;
}



.subCategory-stati-title
{

}

div.subCategoryContainer-stati a, div.subCategoryContainer-stati a:link, div.subCategoryContainer-stati a:visited {
    text-decoration: none;
}

.subCategory-stati-title a
{
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 19px;
    border-bottom: 2px solid #28d313;
    color: #000;
    padding: 15px 0px 15px;
    width: auto;
    box-sizing: border-box;
    text-align: left;
	width: 100%;
    display: block;
}

.subCategory-stati-title a:hover
{
    border-bottom: 2px solid #0077a7;
}















div.item-page h1
{
    font-size: 28px;
    margin: 15px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}


	
div.item-page
{
    width: 600px;
}








/* bloki saita */

.sait
{
    width: 90%;
	margin: 0 auto 0px;
    background: #fff;
}


.catDescription
{
    margin: 30px 0 30px;
}

.catDescription p
{
    color: #000;
    font-weight: 400;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 15px;
	line-height: 140% !important;
}



div.moduletable_menu
{

}




/* kontakty niz */

.blok-kontakty-niz
{
    float: left;
    margin: 0px 0px 30px 0px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}


.blok-niz-adres
{
    margin: 0px 0 20px 0 !important;
	float: left;
	width: 100%;
}

.blok-niz-adres p
{
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 17px !important;
    color: #fff !important;
	font-weight: 400 !important;
}

div.blok-niz-adres p a, div.blok-niz-adres p a:link, div.blok-niz-adres p a:visited {
    color: #fff !important;
    text-decoration: none;
}





.blok-mainmenu-niz
{
    float: left;
    width: 100%;
    margin: 30px 0px 0 0;
}

.blok-niz-pravovaya-info
{
    color: #858585 !important;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    text-align: left;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
    font-weight: 400;
    line-height: 140% !important;
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0;
    padding: 30px 0 30px 0;
}



.blok-kontakty-niz-telefon
{
    float: left;
    width: 300px;
    margin: 0px 0px 20px 0;
}

div.blok-kontakty-niz-telefon h3
{
    margin: 0 0 10px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-align: left;
}

div.blok-kontakty-niz-telefon p
{
    margin: 0 0 10px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 22px !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-align: left;
}

div.blok-kontakty-niz-telefon p a
{
    color: #fff !important;
    text-decoration: none;
	font-weight: 600 !important;
}


div.blok-kontakty-niz-telefon.teh p
{
    margin: 15px 0 0px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-align: left;
}

div.blok-kontakty-niz-telefon.teh p a
{
    color: #fdff93 !important;
}




div.blok-kontakty-niz-adres
{
    margin: 0px 0px 10px 0;
}

div.blok-kontakty-niz-adres h3 {
    color: #65757d !important;
    text-align: left;
    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: left;
	font-size: 14px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	color: #adadad !important;
}

div.blok-kontakty-niz-adres a, div.blok-kontakty-niz-adres a:link, div.blok-kontakty-niz-adres a:visited {
	color: #adadad !important;
	text-decoration: none;
}

div.blok-kontakty-niz-mail
{
    margin: 10px 0px 20px 0;
}

div.blok-kontakty-niz-mail p
{
    margin: 0px 0px 0px 0;
	text-align: left;
	font-size: 16px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	color: #fff !important;
}

.blok-niz-rekvizity
{
    margin: 0px 0px 0px 0;
	float: left;
    width: 300px;
}

div.blok-niz-rekvizity p
{
    margin: 0px 0px 5px 0;
	text-align: left;
	font-size: 16px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	color: #65757d !important;
}


.blok-avtorizaciya
{
    background: #191b21;
    margin: 0px 0 0px 0;
    padding: 3.5px 45px;
    width: 300px;
    position: fixed;
    box-sizing: border-box;
    z-index: 10;
    bottom: 0;
}

.blok-avtorizaciya .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px 15px;
    margin: 10px 0;
    font-size: 17px;
    font-family: OpenSans-Regular, Arial, Verdana;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #42a2e1;
    *border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mod-avtorizaciya
{
    background: #08925f;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    padding: 10px 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    width: 210px;
    float: left;
    cursor: pointer;
}

.mod-avtorizaciya:hover {
    background: #095877;
}

.mod-login form
{
    margin: 0 0 0px;
}

.form-inline input
{
    border: 1px solid #d4d4d4;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 45px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px;	
}

.form-inline .control-group.checkbox input
{
    padding: 0px;
    height: 20px;
    width: 20px;
    margin: 10px 10px 0 0 !important;
}

.form-inline .control-group.checkbox label
{
    padding: 0px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 16px;
    margin: 10px 10px 20px 0 !important;
}

.blok-niz .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #42e147;
    border: 1px solid #42e147;
    *border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blok-niz .btn:hover {
    color: #000;
    border: 1px solid #42e147;
    background: #42e147;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}





.share42init
{
    margin: 0px 0px 15px 0px;
}

.politika {
    float: left;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 14px;
    width: auto;
    margin: 10px 40px 0 0;
    line-height: 120% !important;
}

div.politika a, div.politika a:link, div.politika a:visited
{
    color: #989898;
}











.itemIntroText
{
    margin: 20px 0px 0px 0;
}


.itemFullText
{
    margin: 20px 0px 0px 0;
}

.itemFullText h3 {
    font-family: OpenSans-Bold, Calibri, Tahoma;
    font-size: 24px;
    margin: 30px 0 30px 0px;
    color: #000;
    font-weight: 700;
    line-height: 120%;
}

.itemFullText h1
{
    font-size: 22px;
    margin: 20px 0 20px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}

div.catItemHeader h3
{
    font-size: 24px;
    margin: 25px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}






/* СОЦИАЛЬНЫЕ ИКОНКИ SVG */


.blok-social-icon
{
    text-align: left;
    margin: 10px 0px 10px 0;
    float: left;
}

.blok-social-icon p
{
    margin: 0px 0px 5px 0;
    text-align: left;
    font-size: 14px;
	line-height: 140%;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    color: #65757d !important;
}


.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 #37454c;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-vk:hover
{
    background: #4d75a3;
	border: 1px solid #4d75a3;
}

svg #vk
{ 
  fill: #37454c;
}

.blok-social-icon-vk:hover svg #vk
{ 
  fill: #fff;
}

svg #vk{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}














.blok-social-icon-f
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #37454c;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-f:hover
{
    background: #39579f;
	border: 1px solid #39579f;
}

svg #f
{ 
  fill: #37454c;
}

.blok-social-icon-f:hover svg #f
{ 
  fill: #fff;
}

svg #f{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}










.blok-social-icon-tvit
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #37454c;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-tvit:hover
{
    background: #00aced;
	border: 1px solid #00aced;
}

svg #tvit
{ 
  fill: #37454c;
}

.blok-social-icon-tvit:hover svg #tvit
{ 
  fill: #fff;
}

svg #tvit{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}





















.blok-social-icon-ok
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-ok:hover
{
    background: #e77817;
	border: 1px solid #e77817;
}

svg #ok
{ 
  fill: #fff;
}

.blok-social-icon-ok:hover svg #ok
{ 
  fill: #fff;
}

svg #ok{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}


















.blok-social-icon-inst
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #37454c;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-inst:hover
{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	border: none;
    width: 37px;
    height: 28px;
	padding: 9px 0 0 0;
}

svg #inst
{ 
  fill: #37454c;
}

.blok-social-icon-inst:hover svg #inst
{ 
  fill: #fff;
}

svg #inst{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}










.blok-social-icon-yotub
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #37454c;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-yotub:hover
{
    background: #ec1e18;
	border: 1px solid #ec1e18;
}

svg #yotub
{ 
  fill: #37454c;
}

.blok-social-icon-yotub:hover svg #yotub
{ 
  fill: #fff;
}

svg #yotub{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}









/* mesedzhers i social */

.blok-mesengers
{
    text-align: center;
    margin: 20px auto 20px;
    float: right;
    width: 142px;
}

.mesengers-telegram
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #37454c;
    width: 32px;
    height: 26px;
    padding: 6px 0 0 0;
	margin: 3px;
	text-align: center;
}

.mesengers-telegram:hover
{
    background: #219fe2;
	border: 1px solid #219fe2;
}

svg #telegram
{ 
  fill: #37454c;
}

.mesengers-telegram:hover svg #telegram
{ 
  fill: #fff;
}

svg #telegram{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}







.mesengers-viber
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #37454c;
    width: 32px;
    height: 26px;
    padding: 6px 0 0 0;
	margin: 3px;
	text-align: center;
}

.mesengers-viber:hover
{
    background: #7c529e;
	border: 1px solid #7c529e;
}

svg #viber
{ 
  fill: #37454c;
}

.mesengers-viber:hover svg #viber
{ 
  fill: #fff;
}

svg #viber{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

















.mesengers-whatsapp
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #37454c;
    width: 32px;
    height: 26px;
    text-align: center;
    padding: 6px 0 0 0;
	margin: 3px;
}

.mesengers-whatsapp:hover
{
    background: #189d0e;
	border: 1px solid #189d0e;
}

svg #whatsapp
{ 
  fill: #37454c;
}

.mesengers-whatsapp:hover svg #whatsapp
{ 
  fill: #fff;
}

svg #whatsapp{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}




















.catItemIntroText p
{
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #999;
    line-height: 140%;
}


/* Блог */

.itemListView-blog
{
    max-width: 1000px;
    margin: 0 0 30px 5%;
	min-height: 50vh;
}

.catItemView-blog .container
{
    position: relative;
}

div.blog-featured h2
{
    font-size: 36px;
    margin: 40px 0 30px;
    font-family: OpenSans-Bold, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #000;
}


div.itemListCategory-blog h2 {
    font-size: 30px;
    margin: 30px 0 0px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.catDescription-blog {
    margin: 30px auto 0px auto;
}

.catDescription-blog p {
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 140%;
}

.itemContainer-blog
{
    margin: 40px auto 0px auto;
    width: 100%;
	min-height: 240px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ececec;
}

.itemContainer-blog:last-child {
    border-bottom: none;
}

.blok-blog-item-left
{
    width: 400px;
	float: left;
	position: absolute;
}

.blok-blog-item-left img
{
    width: 100%;
	border-radius: 8px;
}

.blok-blog-item-right
{
    width: auto;
    margin: 0px 0px 0 440px;
    float: left;
}

.catItemTitle-blog h3 {
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 22px;
    margin: 0px 0 20px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    width: 100%;
}

.ItemTitle-blog h1 {
    font-size: 30px;
    margin: 30px 0 30px;
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemDateCreated-Blog
{
    font-size: 13px;
    margin: 0px 40px 10px 0;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #a2a2a2;
	float:left;
}

.catItemDateCreated-Blog
{
    font-size: 13px;
    margin: 0px 40px 20px 0;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #a2a2a2;
	float:left;
}

.catItemHits-Blog
{
    font-size: 13px;
    margin: 0px 0 20px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #a2a2a2;
	float:left;
}

.itemHits-Blog
{
    font-size: 13px;
    margin: 0px 0 10px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #a2a2a2;
	float:left;
}

.itemView-blog
{
    margin: 0 6% 40px 6%;
    min-height: 50vh;
	max-width: 1000px;
}

.itemView-blog .container {
    max-width: 1000px;
    margin: 0 auto 0 5%;
}

div.itemView-blog .itemBody img {
    max-width: 100%;
    margin: 15px 0px 15px 0px;
    height: auto;
}

div.itemView-blog .itemBody p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #000;
    line-height: 140%;
}


.blok-item-niz-knopki
{
    border-top: 1px solid #d3dee2;
    margin: 40px 0 20px 0;
    float: left;
}

.blok-item-niz-knopki h4
{
    margin: 20px 0 10px;
    font-family: Arial, Verdana;
	font-style: italic;
    font-size: 16px;
    color: #909596;
    line-height: 140%;
	font-weight: 400;
}



/* Услуги */

.itemListLeading-Uslugi-Stroki
{
    width: 100%;
}

.itemContainer-Uslugi-Stroki
{
    background: #fff;
    padding: 0px 0 10px 0;
    margin: 0 0% 10px 0;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 0px;
	border-bottom: 1px solid #ccc;
    position: relative;
}

.itemContainer-Uslugi-Stroki:last-child {
    border-bottom: none;
}

.catItemHeader-Uslugi-Stroki {
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 24px;
    list-style-position: outside;
    font-weight: 600;
    text-align: left;
    width: 100%;
    height: 80px;
    line-height: 120%;
    color: #000;
    padding: 0px 0% 0% 0%;
    display: table;
    float: left;
}

.catItemHeader-Uslugi-Stroki div {
    vertical-align: middle;
    display: table-cell;
}


.itemListView-Uslugi
{
    max-width: 100%;
    margin: 0 auto 40px;
}

div.itemListView-Uslugi .itemListCategory h2 {
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemDescriptionCategory-Licenze
{
    margin: 0 0 40px 0;
}

.itemList-Uslugi
{
    max-width: 100%;
	width: 100%;
    margin: 0 auto 0 0;
    float: left;
}

.itemListLeading-Uslugi
{
    width: 102%;
}

.itemContainer-Uslugi
{
    background: #fff;
    padding: 0px;
    margin: 0 2% 2% 0;
    width: 31.3%;
    float: left;
    box-sizing: border-box;
    border-radius: 20px;
	position: relative;
}

.catItem-Uslugi-img
{
    float: left;
    width: 100%;
}

.catItem-Uslugi-img img
{
    border-radius: 20px;
}

.catItemHeader-Uslugi {
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 20px;
    list-style-position: outside;
    font-weight: 600;
    text-align: center;
    width: 90%;
    min-height: 80px;
    line-height: 120%;
    color: #000;
    padding: 0px 5% 0% 5%;
    display: table;
    float: left;
}

.catItemHeader-Uslugi div {
    vertical-align: middle;
    display: table-cell;
}

.catItemHeader-Uslugi a {
    color: #000;
}

.itemView-Uslugi
{
    margin: 0 auto 0px 0%;
}

.catItemHeader-Uslugi h2
{
    font-size: 20px;
    margin: 30px 0 60px;
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    max-width: 800px;
}


.ItemHeader-Uslugi
{
    margin: 0 auto 40px 0;
    padding: 0px 0 0px 0px;
    background: #ffffff;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
}

.ItemHeader-Uslugi h2
{
    font-size: 36px;
    margin: 0px 0 0px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.knopka-uslugi
{
    background: #f91010;
    border-radius: 10px !important;
    padding: 15px 20px;
    font-size: 22px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    width: 200px;
    text-align: center;
    margin: 40px 0 0px 0px;
    cursor: pointer;
    float: left;
}

.knopka-uslugi:hover
{
    background: #2f2e2d;
    color: #fff;
}



.blok-mod-portfolio-item
{
    float: left;
    width: 88%;
	margin: 0px 6% 50px 6%;
}

.blok-mod-portfolio-item h3 {
    font-family: OpenSans-Bold, Calibri, Tahoma;
    font-size: 24px;
    margin: 30px 0 40px 0px;
    color: #000;
    font-weight: 700;
    line-height: 120%;
    float: left;
    width: 100%;
}

div.k2ItemsBlock-Portfolio ul {
    margin: 20px 0 0 0;
    text-align: center;
	width: 102%;
}

div.k2ItemsBlock-Portfolio li {
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    list-style: none;
    width: 23%;
    margin: 0 2% 2% 0;
    float: left;
	position: relative;
}

.moduleItemImages-Portfolio img
{
    border-radius: 10px;
}

.mod-portfolio
{
    width: 102%;
    margin: 0px 0% 0% 0;
    float: left;
}

.mod-portfolio.uslugi
{
    width: 102%;
    margin: 60px 0% 0% 0;
    float: left;
}

.itemView-katalog .mod-portfolio
{
    margin: 0px 0% 0% 0;
}



.mod-portfolio h3
{
    margin: 40px 0px 60px 0;
    padding: 0 0px 0 0;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    line-height: 100%;
    float: left;
    width: 100%;
	text-align: center;
}

.mod-portfolio h4 a
{
    text-decoration: underline;
}





/* Примеры работ */

.map-yandex {
    overflow: hidden;
    width: 100%;
    height: 502px;
    position: relative;

    @media (max-width: map-get($tablet, lg)) {
        pointer-events: none;
    }
}

.map-yandex h3
{
    font-size: 24px;
    margin: 30px 0 25px;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemListLeading-Portfolio
{
    width: 102%;
    float: left;
}

.itemContainer-Portfolio
{
    width: 23%;
    padding: 0%;
    margin: 1% 2% 1% 0px;
    float: left;
    box-sizing: border-box;
}

.catItemView-Portfolio
{
    position: relative;
}

.catItem-Portfolio-img img
{
    border-radius: 10px;
}

.catItemHeader-Portfolio
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgb(29 31 38 / 90%);
    margin: 0px;
    text-align: left;
    font-size: 17px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    color: #fff !important;
	line-height: 140%;
}

.catItemHeader-Portfolio a
{
    color: #fff !important;
}

.itemView-Portfolio
{
    margin: 0px 0 40px 0;
	float: left;
    width: 100%;
}

.itemImageBlock-Portfolio
{
    width: 100%;
    float: left;
    margin: 20px 0% 30px 0;
}

.itemHeader-Portfolio
{
    width: 50%;
    float: left;
}

.itemHeader-Portfolio h1
{
    margin: 30px 0 30px;
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-size: 27px;
    color: #000;
    line-height: 140%;
	font-weight: 400;
}

.Ssylkanasayt-Item
{
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 20px;
    border-radius: 5px;
    margin: 20px 0px 0px 0px;
    padding: 10px 0;
    color: #fd2805;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    width: 240px;
    float: left;
    cursor: pointer;
}

.Ssylkanasayt-Item:hover
{
    background: #ffffff;
    border: 1px solid #1d1f26;
    color: #1d1f26;
}


.knopka-zakazat-portfolio {
    background: #fd2805;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 20px;
    border-radius: 5px;
    margin: 40px 0px 0px 0px;
    padding: 10px 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    width: 240px;
    float: left;
    cursor: pointer;
}

.knopka-zakazat-portfolio:hover
{
    background: #1d1f26;
    color: #fff;
}

.itemNavigation-Portfolio
{
    float: right;
    width: 280px;
    position: relative;
	margin: 30px 0 0 0;
}

.itemNavigation-Portfolio h6
{
    font-size: 19px;
    margin: 10px 0 30px;
    font-family: OpenSans-Regular, OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemNavigation-Portfolio a.itemPrevious
{
	background: url(../svg/itemPrevious.svg) right center no-repeat #fff;
    background-size: 35%;
    background-position: 50% 50%;
    padding: 0px;
    box-shadow: -4px 8px 46px 0 rgb(0 0 0 / 12%);
    margin: 0px 0 0px 0%;
    box-sizing: border-box;
    width: 50px;
	height: 50px;
    float: left;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
	position: absolute;
    right: 60px;
    top: 0px;
}

.itemNavigation-Portfolio a.itemPrevious:hover
{
    border: 1px solid #2b7bbe;
}

.itemNavigation-Portfolio a.itemNext
{
	background: url(../svg/itemNext.svg) right center no-repeat #fff;
    background-size: 35%;
    background-position: 50% 50%;
    padding: 0px;
    box-shadow: -4px 8px 46px 0 rgb(0 0 0 / 12%);
    margin: 0px 0 0px 0%;
    box-sizing: border-box;
    width: 50px;
	height: 50px;
    float: right;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
	position: absolute;
    right: 0;
    top: 0px;
}

.itemNavigation-Portfolio a.itemNext:hover
{
    border: 1px solid #2b7bbe;
}







/* Статьи */

.itemListView-staty
{
    margin: 0 0% 40px 0%;
    min-height: 50vh;
}

.itemListCategory-staty h2 {
    font-size: 36px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.itemContainer-staty
{
    margin: 20px auto 0px auto;
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ececec;
}

.itemContainer-staty:last-child {
    border-bottom: none;
}

.catItemTitle-staty h3 {
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 20px;
    margin: 0px 0 0px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    width: 100%;
}

.itemView-staty
{
    margin: 0 0% 40px 0%;
	min-height: 50vh;
}

.itemImageGallery-Stranica ul.sigProElegant {
    float: left;
    margin: 0% 0% 0% 0;
    width: 101%;
}

.itemImageGallery-Stranica ul.sigProElegant li.sigProThumb {
    float: left;
    background: none !important;
    margin: 0% 1% 1% 0;
    padding: 0;
    border: none !important;
    width: 13.2%;
    list-style: none;
}



.itemView-kompany
{
    margin: 0 0% 40px 0%;
	min-height: 50vh;
}


/* вопрос-ответ FAQ */

.itemListView-faq
{
    margin: 0px auto 40px auto;
}

.itemListView-faq .container {
    margin: 0 0% 0 0%;
}

.itemListView-faq .itemList {
    margin: 0 0% 0 0%;
}


div.itemListCategory-faq h2 {
    font-size: 30px;
    margin: 10px 0 10px;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.catDescription-faq
{
    margin: 0px auto 20px auto;
}

.catDescription-faq p
{
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 140%;
}

.itemContainer-faq {
    margin: 20px auto 0px auto;
    width: 100%;
    padding: 0 0 0px 0;
    border-bottom: 1px solid #ececec;
}

.itemContainer-faq:last-child {
    border-bottom: none;
}

.itemView-faq
{
    margin: 30px 0 40px 0;
	min-height: 50vh;
}

.spoiler a
{
    text-decoration: none;
}

.spoiler a:hover
{
    text-decoration: none;
}

.catItemHeader-faq {
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 24px;
    margin: 0px 0 20px 0px;
    color: #5c5c5c;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    height: 40px;
    display: table;
    width: 100%;
}

.catItemHeader-faq div {
    vertical-align: middle;
    display: table-cell;
}

div.catItemIntroText-faq
{
    margin: 0px 0 0px 0px;
	padding: 0px 0px 20px 0px;
    background: #fff;
    box-sizing: border-box;
}

.catItemIntroText-faq ul > li {
    list-style: url(../images/list.png);
    list-style-position: outside;
    margin: 0 0 10px 0;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
    line-height: 1.42857143;
}

/* конец блок вопрос-ответ */



/* раздел акции */


div.mod-akcii {
    width: 100%;
	margin: 0px 0% 20px 0;
    float: left;
}

.moduleItemImages-akcii
{
	margin: 40px 0 0px 0;
}

.moduleItemImages-akcii img {
    border-radius: 10px;
}

.modItem-akcii
{
    width: 100%;
	margin: 100px 0 0 0;
    float: left;
    background: #2b7bbe;
    border-radius: 30px 0 0 30px;
}

.modItem-akcii-info
{
    width: 50%;
    float: left;
}

.modItemTitle-akcii
{
    font-family: Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 30px;
    margin: 40px 0 0px 40px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
}

.modItemTitle-akcii a
{
    color: #fff;
}

.modMiniopisanie
{
    margin: 40px 0 0px 40px;
}

.modMiniopisanie p
{
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #fff;
    line-height: 140%;
}

.modMiniopisanie p:last-child
{
    margin: 0 0 0px;
}




.CatMiniopisanie
{
    margin: 0 0 0px 5%;
    float: left;
    width: 50%;
	
}

.CatMiniopisanie p
{
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #000;
    line-height: 140%;
}

.CatMiniopisanie p:last-child
{
    margin: 0 0 0px;
}








.modItem-akcii-Minibannep
{
    width: 50%;
    float: left;
}

.modItem-akcii-Minibannep img
{
    border-radius: 0 0px 0px 0;
}


.modItemReadMore-akcii {
    border: 3px solid #95c1e6 !important;
    border-radius: 10px !important;
    padding: 7px 20px;
    font-size: 22px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    width: 150px;
    text-align: center;
    margin: 40px 0 0px 40px;
    cursor: pointer;
    float: left;
}


.itemListView-akcii
{
    margin: 0px 0 40px 0;
    min-height: 50vh;
}

.itemList-akcii
{

}

.itemListLeading-akcii
{

}

.itemContainer-akcii
{
    width: 100%;
    margin: 0px 0 25px 0px;
    float: left;
}

.itemContainer-akcii:last-child {
    margin: 0px 0 0px 0px;
}


.catItemTitle-akcii {
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 24px;
    margin: 0px 0 25px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;

}

.catItemTitle-akcii a , .catItemTitle-akcii a:link, .catItemTitle-akcii a:visited {
    color: #000;
    text-decoration: none;
}

.catItemImageBlock-akcii
{

}

.catItemImageBlock-akcii img
{
    border-radius: 10px;
}


.itemView-akcii
{
    margin: 0px 0 40px 0;
    min-height: 50vh;
}


div.ItemTitle-akcii h2 {
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: izhitsa-cyrillic, Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}


.itemImageBlock-akcii
{
    margin: 0px 0 30px;
}

.itemImageBlock-akcii img {
    border-radius: 10px;
}




.catItemIntroText h1
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 20px;
    margin: 20px 0 20px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}


/* SAITES STUDIO блок */

.itemBody-saites
{
    margin: 40px 0 25px;
}

.blok-geografiya-klient
{

}

.blok-geografiya-klient-title
{
    font-size: 20px;
    margin: 0px 0 40px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}

.blok-geografiya-klient-value
{
    height: 400px;
}

.blok-blagodarnost {
    padding: 40px 0;
    background: #1d1f26;
}

.blok-blagodarnost-title
{
    font-size: 20px;
    margin: 0px 0 40px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: left;
}

.blok-blagodarnost-value img {
    border-radius: 2px;
    box-shadow: 5px 5px 0px #15171f;
    width: 15.3%;
    height: auto;
    margin: 0.5%;
    display: inline-block;
}

.blok-rekvizity
{
    padding: 40px 0;
}

.blok-rekvizity-title
{
    font-size: 20px;
    margin: 0px 0 40px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}










/* modul gallereya */

.pg-cv-box-mod-ri {
    float: left !important;
    display: inline-block !important;
    float: left;
    padding: 0px !important;
    margin: 0% 2% 2% 0 !important;
    width: 23% !important;
	height: auto !important;
    border: none;
    border-radius: 0px !important;
    background: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
	border-radius: 10px;
}

.pg-cv-box-mod-ri:hover {
    background: #fff !important;
}

.pg-cv-box-img-mod-ri {
    height: auto !important;
    width: 100% !important;
}

.pg-cv-box-img-mod-ri .pg-box2
{
    width: 100%;
}

.pg-cv-box-img-mod-ri .pg-box3
{
    width: 100%;
}

.pg-cv-box-img-mod-ri .pg-box3 a
{
    width: 100%;
}

.pg-cv-box-img-mod-ri .pg-box3 a img
{
    max-width: 350px !important;
    max-height: 350px !important;
	width: 100% !important;
	border-radius: 10px;
}

#pg-msnr-container {
    padding: 0;
    margin: 0;
    width: 102%;
}

.pg-cv-box {
    float: left !important;
    display: inline-block !important;
    height: auto !important;
    width: 23% !important;
    box-sizing: border-box !important;
    padding: 0px;
    margin: 0 2% 2% 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.pg-cv-box-img {
    height: auto !important;
    width: 100% !important;
}

#phocagallery img {
    max-width: 100% !important;
	border-radius: 10px;
}

div.sigProGalleriaContainer {
    background: #fff !important;
    margin: 0px 0px !important;
    padding: 0% !important;
    clear: both;
}

ul.sigProGalleria {
    text-align: center;
}

ul.sigProGalleria li.sigProThumb {
    float: none !important;
	display: inline-block !important;
    background: none !important;
    margin: 4px 4px 4px 0;
    padding: 0;
    border: none!important;
    list-style: none !important;
}

ul.sigProGalleria li.sigProThumb a.sigProLink {color:#ccc;background-color:#ccc;border:1px solid #ccc !important;}
ul.sigProGalleria li.sigProThumb a.sigProLink:hover {color:#eee;text-decoration:none;background-color:#f4f2ed;border:1px solid #999 !important;}
ul.sigProGalleria li.sigProThumb a.sigProLinkSelected {border:1px solid #777 !important;}















/* Стиль ползунка */

::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#fefcea00; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#1d1f26; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 3px; 
}



/* Форма во всплывающем окне */

div.box-modal {
    position: relative;
    max-width: 400px !important;
	margin: 0 auto;
    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: 20px;
    box-sizing: border-box;
}

div.box-modal.video {
    position: relative;
    max-width: 800px !important;
    width: 800px !important;
    font-size: 15px;
    line-height: 140% !important;
    min-height: 120px;
    padding: 20px;
    background: #fff;
    background-size: cover;
    color: #000;
    font-family: OpenSans-Regular, Arial, Verdana;
    border-radius: 0px;
    box-sizing: border-box;
}

.modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    border-radius: 100%;
    font-family: OpenSans-Regular, Arial, Verdana;
}

.modal-close:hover {
    background: #ff0000;
	color: #fff;
}

div.box-modal h1 {
    font-size: 16px;
    line-height: 120%;
    margin: 0px 0 20px;
	font-family: OpenSans-Regular, Arial, Verdana;
	font-weight: 400;
}

div.box-modal h2 {
    font-size: 18px;
    line-height: 120%;
    margin: 0px 0 10px;
	font-family: OpenSans-Regular, Arial, Verdana;
	font-weight: 400;
}

div.box-modal h3 {
    font-size: 30px;
    line-height: 120%;
    margin: 0px 0 20px;
	font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
	font-weight: 400;
}

div.box-modal h4 {
    font-size: 22px;
    line-height: 120%;
    margin: 0px 0 20px;
	font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
	font-weight: 700;
}

div.box-modal h5 {
    font-size: 16px;
    line-height: 120%;
    margin: 0px 0 20px;
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
}


#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-Uslugi-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-Uslugi-title div {
    vertical-align: middle;
    display: table-cell;
}

.box-modal-content
{
    background: #fff;
	padding: 10px 0px 0px;
}

.box-modal-content form {
    margin: 0 0 0px;
}

.box-modal-content input[type="text"], .box-modal-content textarea
{
    background: #fff;
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

.box-modal-content .checkbox {
    min-height: 20px;
    padding-left: 0px;
	margin: 20px 0 0 0;
}

div.box-modal-content textarea, div.box-modal-content input[type="text"] {
    padding: 15px 2.5% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

div.box-modal-content .input-medium {
    width: 95% !important;
}

div.box-modal-content .btn-success {
    color: #fff !important;
    border: 1px solid #fd2805 !important;
    border-radius: 4px !important;
    background-color: #fd2805 !important;
    padding: 10px 0 !important;
}

div.box-modal-content .btn-success:hover {
    color: #fff;
    border: 1px solid #ff0109 !important;
    background-color: #ff0109 !important;
}

div.box-modal-content input[type="button"].btn-block {
    width: 250px;
    margin: 10px 0 0 0;
}

div.box-modal-content textarea:focus, div.box-modal-content input[type="text"]:focus
{
    box-shadow: none;
    border: none;
	border-color: #19202c;
    border-bottom: 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 #fd2805;
    background: #fd2805;
    color: #fff;
    transition: .4s all;
    font-weight: 400;
    position: relative;
    top: auto;
    right: auto;
}
.formname input[type=submit]:hover {
    background: #ffdd40;
	border: 1px solid #ffdd40;
	color: #000;
}
.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: OpenSans-Regular, "Courier New", Courier, monospace;
    font-size: 18px !important;
    color: #000000;
}

div.arcticmodal-container {
    z-index: 10000000;
    background: #00000040 !important;
}





/* Выбор города */

.mod-vybor-goroda
{
    float: left;
    width: 200px;
    margin: 10px 3% 10px 0px;
    padding: 0 0 0px 0;
}

.amenu .mod-vybor-goroda {
    float: left;
    width: 215px;
    margin: 0px 0px 30px 10%;
    border-bottom: 2px solid #fff;
    padding: 0 0 5px 0;
    display: block;
}

.amenu .mod-vybor-goroda .mcs-module .current-location {
    color: #fff;
}

.mod-vybor-goroda h3 {
    margin: 0px 0px 10px 0;
    padding: 0 0px 0px 0;
    font-family: gothampro, OpenSans-Regular, Arial, Verdana;
    font-weight: 400;
    font-size: 14px;
    color: #2f2e2d;
    line-height: 100%;
    float: left;
    width: 100%;
    text-align: left;
}

.mod-vybor-goroda .mcs-module .current-location {
    color: #000;
    font-family: gothampro, OpenSans-Regular, Arial, Verdana;
    font-size: 22px;
    text-decoration: none;
    border-bottom: none;
	cursor: pointer;
}

.mcs-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 810px;
    max-height: 90vh;
    height: auto;
    width: 100%;
    z-index: 9998;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: 0 0 30px #a1a1a1 !important;
    box-shadow: 0 0 30px #a1a1a1 !important;
}

.mcs-modal-header .mcs-header .title {
    color: #000 !important;
	font-family: OpenSans-Regular, roboto, Tahoma !important;	
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 30px;
}

.mcs-dialog .inner {
    position: relative;
    height: auto !important;
    padding: 20px 30px 30px !important;
    overflow-y: auto;
}

.mcs-modal-header .close {
    top: 15px;
    right: 25px;
    height: 34px;
    width: 34px;
    background-color: #fff;
    border: 1px solid #ffffff !important;
    -webkit-transition: background-color .3s,border-color .3s;
    transition: background-color .3s,border-color .3s;
    border-radius: 100%;
    opacity: 1;
    cursor: pointer;
}

.mcs-dialog a.active {
    color: #000 !important;
    font-weight: 700;
    text-decoration: none;
}

.mcs-dialog .cities .cities-group .first-letter-cities {
    position: absolute;
    top: 3px !important;
    font-family: OpenSans-Bold, Calibri light, roboto, Tahoma;
    left: 0;
    font-size: 18px;
    color: #000 !important;
}

.mcs-modal-header .close svg {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 12px;
    height: 12px;
    fill: #000 !important;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}

.mcs-dialog a {
    font-size: 16px !important;
    font-family: OpenSans-Regular, Arial, Verdana !important;
    font-size: 14px !important;
    line-height: 150% !important;
    color: #828282 !important;
    text-decoration: none !important;
}








/* Ссылка */


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;
}





.rutegra
{
    float: left;
    color: #2e2e2e;
    margin: 20px 40px 0 0;
	font-family: OpenSans-Bold, "Courier New", Courier, monospace;
    font-size: 14px;
}

.rutegra span
{
    font-weight: 400 !important;
    color: #2e2e2e;
	font-family: Montserrat-Regular, OpenSans-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
}

div.rutegra a, div.rutegra a:link, div.rutegra a:visited {
    color: #2e2e2e !important;
    text-decoration: none;
}

.kpam3d
{
    float: left;
    color: #2e2e2e;
    margin: 20px 0px 0 0px;
	font-family: OpenSans-Bold, "Courier New", Courier, monospace;
    font-size: 14px;
}

.kpam3d span
{
    font-weight: 400 !important;
    color: #2e2e2e;
	font-family: Montserrat-Regular, OpenSans-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
}

div.kpam3d a, div.kpam3d a:link, div.kpam3d a:visited {
    color: #2e2e2e !important;
    text-decoration: none;
}







/* Квиз Памятников */

.knopka-qviz
{
    background: #ffffff;
    border: 2px solid #bfbfbf;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    border-radius: 5px;
    margin: 15px 2% 0px 0px;
    padding: 8px 0px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
    width: 48%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

.knopka-qviz:hover
{
    border: 2px solid #2ea100;
    color: #2ea100;
}


/* QVIZ-PAM */

div.box-modal.qvizpam {
    position: relative;
    max-width: 800px !important;
    width: 800px !important;
    font-size: 15px;
    line-height: 140% !important;
    min-height: 120px;
    padding: 0 30px;
    background: #fff;
    background-size: cover;
    color: #000;
    font-family: OpenSans-Regular, Arial, Verdana;
    border-radius: 0px;
    box-sizing: border-box;
}

div.box-modal.qvizpam .modal-close {
    right: 4px !important;
    top: 4px !important;
}

div.box-modal.qvizpam h2 {
    font-size: 20px;
    margin: 0px 0 10px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}



@media screen and (max-width: 840px) {


div.box-modal.qvizpam {
    max-width: 800px !important;
    width: 100% !important;

}

}


@media screen and (max-width: 550px) {
    div.box-modal.qvizpam {
        padding: 0px 20px 0px !important;
    }
}






/* Памятников изготовили */

.blok-pamyatnikov-ustanovili
{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
	height: auto;
    float: left;
    box-sizing: border-box;
}

.blok-pamyatnikov-ustanovili-title
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 90px;
    float: left;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 12px;
    color: #868991;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
}

.blok-pamyatnikov-ustanovili-value
{
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    float: left;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    text-align: left;
    line-height: 100%;
}

.shag-shtuk
{
    margin: 12px 0 0 0;
	float: left;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

