@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: Baltica; /*   */
    src: url(../fonts/Baltica.ttf); /*      */
   }
   
@font-face {
    font-family: Baltica; /*   */
    src: url(../fonts/Baltica.otf); /*      */
   }

@font-face { 
  font-family: 'Baltica'; 
  src: url('../fonts/Baltica.ttf')  format('truetype'), /* ?????? ???? ????? ????????? ?????? Android, ????? ???????????????? */ 
       url('../fonts/Baltica.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
} 




/* страница ошибки */ 
   
.blok-error-item
{
    text-align: center;
	margin: 40px 0;
}   
   
.subblok-error-item   
{
    border-bottom: 1px solid #303030;
    display: inline-block;
}   

.blok-error-item-title
{
    font-family: GothaProBol, Tahoma !important;
    font-size: 15em !important;
    color: #efdc56 !important;
    line-height: 100%;
}  
   
.blok-error-item-text
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 17px;
    margin: 30px 0 20px 0px;
    color: #7b7b7b;
    line-height: 100%;
}


.subblok-error-item-knopka
{
    width: 230px;
    margin: 0px auto 0px auto;
}


.error-item-knopka
{
    border: 5px solid #efdc56 !important;
    border-radius: 30px !important;
    padding: 7px 0px;
    font-size: 17px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    width: 220px;
    text-align: center;
    margin: 40px auto 20px auto;
    cursor: pointer;
}

.error-item-knopka:hover
{
    border: 5px solid #fff !important;
    color: #fff;
}

.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: #002b41;
	text-decoration: underline;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}






p {
	margin: 0 0 9px;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #000;
	line-height: 1.42857143;
}

.container h1
{
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    font-size: 34px;
    margin: 25px 0 25px;
}

.container h2
{
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    font-size: 28px;
    margin: 25px 0 25px;
}

.container h3
{
    font-size: 24px;
    margin: 20px 0 20px 0;
    text-align: left;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}

/*list*/

.container ul, .container ol{margin-left:2em;margin-bottom:2em;margin-top:2em;}
.container ol ol{margin-left:2.5em;}
.container ul > li
{
    list-style:url('../images/list.png');
    list-style-position:outside;
	margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #fff;
	line-height: 140%;
}

.container ol > li
{
    list-style-image:none;
	list-style-type:decimal;
    list-style-position:outside;
	margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 17px;
    color: #fff;
	line-height: 140%;
}
.container dt{font-weight:bold;}



.container a
{
    color: #efdc56;
}


.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}
.muted {
	color: #999;
}
a.muted:hover,
a.muted:focus {
	color: #808080;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover,
a.text-success:focus {
	color: #356635;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 18px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}
h1,
h2,
h3 {
	line-height: 36px;
}
h1 {
	font-size: 35.75px;
}
h2 {
	font-size: 29.25px;
}
h3 {
	font-size: 22.75px;
}
h4 {
	font-size: 16.25px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11.05px;
}
h1 small {
	font-size: 22.75px;
}
h2 small {
	font-size: 16.25px;
}
h3 small {
	font-size: 13px;
}
h4 small {
	font-size: 13px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	line-height: 18px;
}
ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}
ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none;
}
ul.inline > li,
ol.inline > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px;
}



hr {
	margin: 20px 0;
}









form {
	margin: 0 0 18px;
}



label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 13px 3%;
	margin-bottom: 15px;
	font-size: 15px !important;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #fff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #999;
	background-color: #fcfcfc;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
.radio,
.checkbox {
	min-height: 18px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 89%;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
	width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
	width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
	width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
	width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
	width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
	width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
	width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
	width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
	width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
	width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
	width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
	width: 46px;
}
.controls-row {
	*zoom: 1;
}
.controls-row:before,
.controls-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.controls-row:after {
	clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
	float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
	padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}


input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1;
}
.form-actions:before,
.form-actions:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-actions:after {
	clear: both;
}
.help-block,
.help-inline {
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 9px;
}
.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}


input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-search .input-append .search-query {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
	display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
	display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
	margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.control-group {
	margin-bottom: 9px;
}
legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
	color: #fff;
}
.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);
}



.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 a{
	color: #9aa2a7;
}



.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #475058;
}
.breadcrumb > .active {
	color: #999;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff0;
	border: none;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f500;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-header h3 {
	margin: 0;
	line-height: 30px;
}
.modal-body {
	width: 98%;
	position: relative;
	max-height: 400px;
	padding: 1%;
}
.modal-body iframe {
	width: 100%;
	max-height: none;
	border: 0 !important;
}
.modal-form {
	margin-bottom: 0;
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
	line-height: 0;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}



.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;
}



.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}




.small {
	font-size: 11px;
}
iframe,
svg {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
	text-align: center;
}
a.disabled,
a.disabled:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
	text-decoration: none;
}
.hero-unit {
	text-align: center;
}
.hero-unit .lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
}
.btn .caret {
	margin-bottom: 7px;
}
.btn.btn-micro .caret {
	margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
body.modal {
	padding-top: 0;
}
.row-even,
.row-odd {
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #ddd;
}
.row-odd {
	background-color: transparent;
}
.row-even {
	background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .row-reveal {
	visibility: hidden;
}
.row-fluid:hover .row-reveal {
	visibility: visible;
}
.btn-wide {
	width: 80%;
}
.nav-list > li.offset > a {
	padding-left: 30px;
	font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .offset1 {
	margin-left: 8.382978723%;
}
.row-fluid .offset2 {
	margin-left: 16.89361702%;
}
.row-fluid .offset3 {
	margin-left: 25.404255317%;
}
.row-fluid .offset4 {
	margin-left: 33.914893614%;
}
.row-fluid .offset5 {
	margin-left: 42.425531911%;
}
.row-fluid .offset6 {
	margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
	margin-left: 59.446808505%;
}
.row-fluid .offset8 {
	margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
	margin-left: 76.468085099%;
}
.row-fluid .offset10 {
	margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
	margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
	padding: 4px 10px;
	line-height: 18px;
}
.nav-tabs.nav-dark {
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
	color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
	border-color: #333 #333 #111;
	background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #222;
	border-bottom-color: transparent;
}
.thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
	margin: 0 0 10px 10px;
}


hr.hr-condensed {
	margin: 10px 0;
}
.list-striped,
.row-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #f5f5f5;
}
.row-striped .row-fluid {
	width: 100%;
	box-sizing: border-box;
}
.row-striped .row-fluid [class*="span"] {
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list-condensed li {
	padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
	padding: 4px 5px;
}
.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.radio.btn-group input[type=radio] {
	display: none;
}
.radio.btn-group > label:first-of-type {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
	padding-left: 0;
}
.iframe-bordered {
	border: 1px solid #ddd;
}
.tab-content {
	overflow: visible;
}
.tabs-left .tab-content {
	overflow: auto;
}
.nav-tabs > li > span {
	display: block;
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-micro {
	padding: 1px 4px;
	font-size: 10px;
	line-height: 8px;
}
.btn-group > .btn-micro {
	font-size: 10px;
}
.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}
.page-header {
    margin: 0px 0px 10px 0px !important;
}
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
	border-color: #ccc;
	height: 26px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
	border-color: #ccc;
}
.input-prepend > .add-on,
.input-append > .add-on {
	vertical-align: top;
}
.input-prepend .chzn-container-single .chzn-single {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.input-append .chzn-container-single .chzn-single {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.element-invisible:focus {
	width: auto;
	height: auto;
	overflow: auto;
	background: #eee;
	color: #000;
	padding: 1em;
}
.form-vertical .control-label {
	float: none;
	width: auto;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}
.form-vertical .controls {
	margin-left: 0;
}
.width-auto {
	width: auto;
}
.btn-group .chzn-results {
	white-space: normal;
}
.accordion-body.in:hover {
	overflow: visible;
}
.invalid {
	color: #9d261d;
	font-weight: bold;
}
input.invalid {
	border: 1px solid #9d261d;
}
select.chzn-done.invalid + .chzn-container.chzn-container-single > a.chzn-single,
select.chzn-done.invalid + .chzn-container.chzn-container-multi > ul.chzn-choices {
	border-color: #9d261d;
	color: #9d261d;
}
.tooltip {
	max-width: 400px;
}
.tooltip-inner {
	max-width: none;
	text-align: left;
	text-shadow: none;
}
th .tooltip-inner {
	font-weight: normal;
}
.tooltip.hasimage {
	opacity: 1;
}
.tip-text {
	text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
	margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.dropdown-menu {
	text-align: left;
}
.alert-link {
	font-weight: bold;
}
.alert .alert-link {
	color: #a47e3c;
}
.alert-success .alert-link {
	color: #356635;
}
.alert-danger .alert-link,
.alert-error .alert-link {
	color: #953b39;
}
.alert-info .alert-link {
	color: #2d6987;
}
div.modal {
	position: fixed;
	top: 5%;
	left: 50%;
	z-index: 1050;
	width: 80%;
	margin-left: -40%;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 5%;
}
.modal-batch {
	overflow-y: visible;
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
	max-height: none;
}
.jviewport-height10 {
	height: 10vh;
}
.jviewport-height20 {
	height: 20vh;
}
.jviewport-height30 {
	height: 30vh;
}
.jviewport-height40 {
	height: 40vh;
}
.jviewport-height50 {
	height: 50vh;
}
.jviewport-height60 {
	height: 60vh;
}
.jviewport-height70 {
	height: 70vh;
}
.jviewport-height80 {
	height: 80vh;
}
.jviewport-height90 {
	height: 90vh;
}
.jviewport-height100 {
	height: 100vh;
}
div.modal.jviewport-width10 {
	width: 10vw;
	margin-left: -5vw;
}
div.modal.jviewport-width20 {
	width: 20vw;
	margin-left: -10vw;
}
div.modal.jviewport-width30 {
	width: 30vw;
	margin-left: -15vw;
}
div.modal.jviewport-width40 {
	width: 40vw;
	margin-left: -20vw;
}
div.modal.jviewport-width50 {
	width: 50vw;
	margin-left: -25vw;
}
div.modal.jviewport-width60 {
	width: 60vw;
	margin-left: -30vw;
}
div.modal.jviewport-width70 {
	width: 70vw;
	margin-left: -35vw;
}
div.modal.jviewport-width80 {
	width: 80vw;
	margin-left: -40vw;
}
div.modal.jviewport-width90 {
	width: 90vw;
	margin-left: -45vw;
}
div.modal.jviewport-width100 {
	width: 100vw;
	margin-left: -50vw;
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
	div.modal[class*="jviewport-width"] {
		width: auto;
		margin: 0;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.site {

	padding: 0px;
	background: url(../images/bg.jpg) #141213;
}
body.site.fluid {
	background: url(../images/bg.jpg) #141213;
}



/* AMenu */
 
.amenu {
    background: #000;
    left: -320px; /* ?????? ???? */
    height: calc(100% - 40px);
    top: 0;
    overflow: auto;
    position: fixed;
    width: 300px;
    z-index: 100;
    border-radius: 0px 0 0 0px;
	padding: 20px 0;
}

.amenu-fon
{
    background: #000;
	opacity: 0.5;
    right: 0;
	left: 0;
    height: 100%;
    top: 0;
    overflow: auto;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.amenu-fon.icon-close {
    cursor: pointer;
    padding-right: 0px;
    padding-top: 0px;
    float: none;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    vertical-align: text-top;
}

div.amenu .mod-poisk {
    max-width: 100%;
    width: 90%;
    margin: 0px 5% 10px 5%;
    float: left;
}

.bodysait
{
    background: url(../images/bg.jpg) #141213;
	position: relative;
	z-index: 0;
}


/* Basic CSS */
 
.background {
    position: fixed;
    top: 0px;
    right: 0;
    background: #efdc56;
    border-radius: 0;
    width: 31px;
    height: auto;
    padding: 10px 10px;
    z-index: 100000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}


div.amenu .mainmenu {
    margin: 0em 0px 30px 0px;
    width: 100%;
}
 
div.amenu .moduletable_menu {
    margin: 0px 0 30px;
    display: inline-block;
} 
 
div.amenu .mainmenu h3{
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-size: 22px;
	margin: 0 5% 20px 5%;
	color: #efdc56;
}
  
 
div.amenu .mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
 
div.amenu .mainmenu .menu li {
    margin: 0 5% 0px 5% !important;
    font-family: 'Open Sans', sans-serif;
	line-height: 2.5em !important;
    font-size: 16px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    list-style: none !important;
	width: 90%;
    box-sizing: border-box;
	text-align: left;
	border-right: none;
    border-bottom: 1px solid #2a2a2a;
}

div.amenu .mainmenu .menu li:hover {
    background: #efdc56;
}

div.amenu .mainmenu .menu li:hover a{
    color: #000;
}


div.amenu .mainmenu .menu li a {
    text-decoration: none;
    display: block;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    text-transform: none;
    font-size: 18px;
    color: #fff;
	padding: 0 0px;
}

div.amenu .mainmenu .menu li ul {
	display: none;
}


.blok-telefon-top-adaptive
{
    margin: 0 5% 0px 5% !important;
	width: 90%;
	float: left;
}

div.blok-telefon-top-adaptive .tel p {
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Times, Times New Roman, Georgia, serif;
    font-size: 30px !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.aperezvonit
{
    font-family: OpenSans-Regular, Times, Times New Roman, Georgia, serif;
    font-size: 19px;
    color: #fff !important;
    line-height: 140%;
    text-align: center;
    margin: 25px 0 0 0;
    cursor: pointer;
    float: left;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #fff;
    z-index: 1;
    position: relative;
	box-sizing: border-box;
}

.blok-akonstruktor {
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 24px;
    color: #fff !important;
    line-height: 140%;
    text-align: center;
    margin: 0px 5% 40px 5%;
    cursor: pointer;
    float: left;
    width: 90%;
    padding: 15px 10px;
    border: 5px solid #efdc56;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
}

.blok-akonstruktor:hover
{
    color: #000 !important;
    border: 5px solid #efdc56;
    background: #efdc56;
}













.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: 1150px;
	margin: 0 auto;
}

.container p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #e0e0e0;
    line-height: 140%;
}


.body .container {
	padding: 0px;
    position: relative;
}
.well .page-header {
	margin: 0px 0px 5px 0px;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
	word-wrap: break-word;
}
h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 20px 0;
}
h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 25px 0;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}




.breadcrumb {
	margin: 20px 0;
	font-size: 14px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;

}

.breadcrumbs ul {
	margin: 0px 0px 10px !important;
}

div.breadcrumbs li {
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
	line-height: 120%;
	margin: 0;
}



.breadcrumb > li,
.breadcrumb > .active {
	color: #515151;
}




code {
	white-space: pre-wrap;
}


.container-popup {
	padding: 28px 10px 10px 10px;
}
li {
	word-wrap: break-word;
}
















/* .mainmenu .menuexample */
.mainmenu 
{
    margin: 0em 0;
	float: left;
    width: 100%;
}
.mainmenu .menu 
{ 
    min-height: 2.5em;
	line-height: 2.5em;
	text-align: center;
}
.mainmenu .menu li 
{  
    margin: 0 !important;
    display: inline-block;
	position: relative;
	list-style: none;
	min-width: 60px;
	text-align:center;
	line-height: 3em !important;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	font-size: 18px;
	color:#fff;
	z-index: 10;
}
.mainmenu .menu li:last-child { border-right: none; }
.mainmenu .menu a 
{ 
    text-decoration: none;
	display: block;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	font-size: 19px;
	color:#fff;
	font-weight: 400;
	padding: 0 15px;
}
.mainmenu ul { margin: 0 !important;}
.mainmenu .menu ul 
{ 
    display: none;
	position: absolute;
	top: 3.8em;
	left: -2px;
	border-left: 2px solid #b10629;
	min-width: 250px;
	z-index: 1;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.mainmenu .menu ul ul { left: 100%; top: -1px; }
.mainmenu .menu li.parent li { float: none;  border-top: none; }
.mainmenu .menu li:hover { background: #efdc56;}
.mainmenu .menu a:hover { color: #000; }
.mainmenu .menu li:hover ul ul,
.mainmenu .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu .menu li:hover ul,
.mainmenu .menu li:hover ul li:hover ul,
.mainmenu .menu li:hover ul li:hover ul li:hover ul { display: none; background: #fff;color: #000; width: 100%;}

.mainmenu .menu ul li a{ color: #b10629; padding: 15px 10px; }
.mainmenu .menu ul li { line-height: 140% !important; text-align: left; border-bottom: 1px solid #ffe2e8;}
.mainmenu .menu ul li:last-child { border-bottom: none; }
.mainmenu .menu ul li:hover a{ color: #fff; }




/* .mainmenu-niz-gorizontal */


.mainmenu-niz-gorizontal h3
{
    display: none;
}

.mainmenu-niz-gorizontal {margin: 20px 0px 20px 0;}
.mainmenu-niz-gorizontal .menu { min-height: 1em; line-height: 1em; }
.mainmenu-niz-gorizontal .menu li {float: left; display: block; position: relative; list-style: none; min-width: 90px; text-align:left; line-height: 1em !important;}
.mainmenu-niz-gorizontal ul { margin: 0;}
.mainmenu-niz-gorizontal .menu li:last-child { border-right: none; }
.mainmenu-niz-gorizontal .menu a { text-decoration: none; padding: 0 15px; display: block; font-family: Tahoma; font-size: 14px; color:#676767;}
.mainmenu-niz-gorizontal .menu ul { display: none; position: absolute; top: 2.5em; left: -1px; min-width: 160px;  border: none; }
.mainmenu-niz-gorizontal .menu ul ul { left: 100%; top: -1px; }
.mainmenu-niz-gorizontal .menu li.parent li { float: none; border: 1px solid #ccc; border-top: none; }
.mainmenu-niz-gorizontal .menu li:hover { }
.mainmenu-niz-gorizontal .menu a:hover { text-decoration: underline; }
.mainmenu-niz-gorizontal .menu li:hover ul ul,
.mainmenu-niz-gorizontal .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu-niz-gorizontal .menu li:hover ul,
.mainmenu-niz-gorizontal .menu li:hover ul li:hover ul,
.mainmenu-niz-gorizontal .menu li:hover ul li:hover ul li:hover ul { display: block; }




/* .mainmenu-niz */
.mainmenu-niz {margin: 0 40px 20px 0; float: left;}
.mainmenu-niz .menu { min-height: 1em; line-height: 1em; }
.mainmenu-niz .menu li { display: block; position: relative; list-style: none; min-width: 90px; text-align:left; line-height: 1em !important; margin: 0 0 15px 0;}
.mainmenu-niz ul { margin: 0;}
.mainmenu-niz .menu li:last-child { border-right: none; }
.mainmenu-niz .menu a 
{ 
    text-decoration: none;
	padding: 0 0px;
	display: block;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	font-size: 18px;
	color:#fff;
}
.mainmenu-niz .menu ul { display: none; position: absolute; top: 2.5em; left: -1px; min-width: 160px;  border: none; }
.mainmenu-niz .menu ul ul { left: 100%; top: -1px; }
.mainmenu-niz .menu li.parent li { float: none; border: 1px solid #ccc; border-top: none; }
.mainmenu-niz .menu li:hover { }
.mainmenu-niz .menu a:hover { text-decoration: underline; color:#7b7873;}
.mainmenu-niz .menu li:hover ul ul,
.mainmenu-niz .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu-niz .menu li:hover ul,
.mainmenu-niz .menu li:hover ul li:hover ul,
.mainmenu-niz .menu li:hover ul li:hover ul li:hover ul { display: block; }

div.mainmenu-niz h3
{
    font-size: 30px;
    margin: 15px 0 30px;
    font-family: OpenSans-Regular, Times, Times New Roman, Georgia, serif;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
}



/*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-glavnaya {
    padding: 0 0%;
    float: left;
    width: 460px;
    position: relative;
}

.blok-top
{
    padding: 0 0%;
    float: left;
    width: 100%;
    position: relative;
}

.top-img-glavnaya
{
    position: absolute;
    right: 0px;
    width: 650px;
    z-index: 1;
    top: 80px;
}

.top-img-glavnaya-a
{
    display: none;
	position: absolute;
    right: 0px;
    width: 42%;
    z-index: 1;
    top: 80px;
}


.top-img
{
    display: none;
}






.logo {
    width: 350px;
    margin: 40px 0px 40px 0px;
    float: left;
	height: auto;
}


.logo-glavnaya {
    width: 460px;
    margin: 50px 0px 40px 0px;
    float: left;
	height: auto;
}





.logo-a
{
     display: none;
	 width: 200px;
     margin: 8px 0px 8px 2%;
     float: left;
	 height: auto;
}



.blok-telefon-top-glavnaya
{
    float: left;
    margin: 15px 0px 0px 0px;
    width: 100%;
}

.blok-telefon-top
{
    float: right;
    margin: 40px 0px 0px 0;
    width: calc(100% - 500px);
}

.blok-telefon-top .blok-telefon-adres-top
{
    float: left;
    margin: 0px 0px 0px 0;
    width: auto;
}



.subblok-telefon-top
{
    float: left;
    margin: 0px 0px 0px 0px;
	width: auto;
}

.blok-adres-top
{
    float: left;
    margin: 15px 0px 0px 0px;
    width: 100%;
}

.blok-mail-top
{
    float: right;
    margin: 15px 0px 0px 0px;
    width: 20%;
}


div.adres-top h3
{
    color: #848484 !important;
    text-align: right;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.adres-top
{
    margin: 20px 0px 0px 0;
	width: 100%;
	float: left;
}

.adres-top div {
    vertical-align: middle;
    display: table-cell;
}

div.adres-top a, div.adres-top a:link, div.adres-top a:visited
{
    color: #fff !important;
}

div.adres-top p
{
    margin: 0px 0px 0px 0;
    font-size: 17px;
    line-height: 140%;
	color: #fff !important;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	text-align: center;
}

.blok-telefon-top div.adres-top
{
    display: none;
}


.tel {
    text-align: left;
}

div.tel p {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 52px !important;
    color: #fff !important;
	font-weight: 600 !important;
}

.blok-telefon-top div.tel p {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 36px !important;
    color: #fff !important;
	font-weight: 600 !important;
}



div.tel p a {
    color: #fff !important;
}



div.mail-top
{
    font: 14px Calibri,Arial;
    color: #066aa3!important;
    line-height: 140%;
	text-align: right;
	margin: 0px 0 10px 0px;
}

div.mail-top:hover {
    cursor: pointer;
}

div.mail-top p
{
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 20px !important;
    color: #000 !important;
	font-weight: 400 !important;
}


.blok-mail-top-svyaz
{
    margin: 0px auto 0px;
	float: right;
    width: 130px;
    border-radius: 30px;
    font-family: Tahoma, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    font-size: 13px;
    text-align: center;
    padding: 4.5px 0;
    background: #fdf495;
}

.blok-mail-top-svyaz:hover {
    background: #ffcc00;
    cursor: pointer;
}



div.perezvonim-title {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    float: left;
    border-radius: 0px;
    color: #fff;
    padding: 0px 0px 0px;
    margin: 20px 0px 0px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

div.perezvonim-title:hover {

}




.konstruktor-knopka
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 24px;
    color: #fff !important;
    line-height: 140%;
    text-align: center;
    margin: 30px 0 30px 0;
    cursor: pointer;
    float: left;
    width: 100%;
    padding: 15px 0px;
    border: 5px solid #9b8f3c;
    z-index: 1;
    position: relative;
	box-sizing: border-box;
}

.konstruktor-knopka:hover
{
    color: #000 !important;
    border: 5px solid #efdc56;
    background: #efdc56;
}


.blok-telefon-top .konstruktor-knopka
{
    font-size: 0px;
    margin: 10px 0 0px 0;
    cursor: pointer;
    float: right;
    width: 80px;
    height: 80px;
    padding: 15px 0px;
    border: 5px solid #9b8f3c;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    background: url(../svg/construktor.svg) no-repeat top center;
    background-size: 60px;
    background-position: 5px;
}




.blok-chto-delat {
    width: 364px;
    box-sizing: border-box;
    padding: 15px 0;
    float: left;
    border: 1px solid #efdc56;
    font-size: 24px;
    margin: -40px 0 5px 0;
    text-align: center;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}


.blok-chto-delat-glavnaya
{
    width: 65%;
    box-sizing: border-box;
    padding: 15px 0;
    float: left;
    border: 1px solid #efdc56;
    font-size: 24px;
    margin: 0px 0 40px 0;
    text-align: center;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}


.blok-chto-delat:hover
{

    border: 1px solid #efdc56;
    background: #efdc56;
    color: #151E27;
}







.poisk-icon {
    width: 36px;
    margin: 20px 0 0px 20px;
    float: left;
}

div.poisk-icon form {
    margin: 0 0 0px;
}


.menu-blok-glavnaya {
    margin: 20px 0 0px 0;
	min-height: 10px;
}

.menu-blok {
    margin: 10px auto 0px auto;
    padding: 0 0 10px 0;
    min-height: 10px;
    width: 92%;
    position: relative;
    border-bottom: 1px solid #504b28;
}


.breadcrumbs
{
    margin: 0 0% 2%;
}





/* blok slaider predl */

.slaider
{


}

div.slaider .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0 0 0px 0;
}

div.slaider li
{
    margin: 0 0 0 0;
}

div.slaider .bx-wrapper .bx-pager, div.slaider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}






/* blok zayavka glavnaya */


.blok-slaider-predl-img
{
    display: none;
}

.blok-zayavka-glavnaya-top
{
    background: #fff;
    padding: 20px 0 20px 0;
	margin: 0px 0 15px 0;
	border-bottom: 3px solid #d60d37;
}


div.blok-zayavka-glavnaya-top h3 {
    font-size: 28px;
    margin: 5px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #d60d37;
	text-align: center;
}

.zayvka-glavnaya-top
{
    margin: 5px auto 20px;
	width: 230px;
	border-radius: 30px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	background: #d60d37;
}



.blok-zayavka-glavnaya
{
    background: #d60d37;
    padding: 20px 0 5px 0;
	margin: 25px 0;
}

div.blok-zayavka-glavnaya h3 {
    font-size: 36px;
    margin: 5px 0 10px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
	text-align: center;
}



.cena-item-net
{
    margin: 0 0 10px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
}


.blok-telefon-item p {
    margin: 0 0 20px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 24px !important;
    color: #000 !important;
    font-weight: 600 !important;
}







.SsylkanaOfopmleniePamTwoD-text
{
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 400 !important;
}


.SsylkanaOfopmleniePamTwoD
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 22px;
    color: #fff !important;
    line-height: 140%;
    text-align: center;
    margin: 30px 0 30px 0;
    cursor: pointer;
    float: left;
    width: 100%;
    padding: 15px 0px;
    border: 5px solid #fff;
    z-index: 1;
    position: relative;
	box-sizing: border-box;
}

.SsylkanaOfopmleniePamTwoD:hover
{
    color: #000 !important;
    border: 5px solid #efdc56;
    background: #efdc56;
}









.ThreeDmodelyvkonstpuktope-text
{
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 14px !important;
    color: #efdc56 !important;
    font-weight: 400 !important;
}


.ThreeDmodelyvkonstpuktope
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 22px;
    color: #efdc56 !important;
    line-height: 140%;
    text-align: center;
    margin: 30px 0 30px 0;
    cursor: pointer;
    float: left;
    width: 100%;
    padding: 15px 0px;
    border: 5px solid #efdc56;
    z-index: 1;
    position: relative;
	box-sizing: border-box;
}

.ThreeDmodelyvkonstpuktope:hover
{
    color: #000 !important;
    border: 5px solid #efdc56;
    background: #efdc56;
}




.zakaz-item
{
    width: auto;
    margin: 20px 0 40px 0px;
    border: solid 1px #d17373;
    background: #ff0000;
    padding: 15px 40px 15px 40px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 24px;
    color: #fff;
}

.zakaz-item:hover
{
    cursor: pointer;
	background: #b70000;
}


.zakaz-item-uslugi
{
    width: 150px;
    margin: 20px 0 20px 0px;
    border: solid 1px #ffdfbe;
    background: #f1a457;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 22px;
    color: #fff;
}

.zakaz-item-uslugi:hover
{
    cursor: pointer;
}







/* mod novosti */

.blok-mod-novosti {
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    margin: 20px 0 20px 0;
}

/* mod novosti end */











.blok-niz {
    margin: 0px 0 0px 0;
	padding: 55px 0% 40px;
    background: #141213;
}


.blok-niz-mainmenu
{

}


.copyrights {
    float: left;
    color: #475058;
    margin: 20px 40px 0 0;
	font-family: OpenSans-Regular, Tahoma, "Arial", sans-serif;
    font-size: 13px;
}







div.map-sait-link {
    margin: 20px 0 0 0;
	float: left;
	font-family: OpenSans-Regular, Tahoma, "Arial", sans-serif;
    font-size: 13px;
}

div.map-sait-link a, div.map-sait-link a:link, div.map-sait-link a:visited {
    color: #475058 !important;
    text-decoration: none;
}




.pull-right {
    float: right!important;
}

.pull-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.pull-right ul li {
    float: left;
	list-style: none;
}

.pull-right ul li a {
    display: block;
}




.niz-1 {
    float: right;
    text-align: left;
    margin: 0px 0px 0px 0px;
    width: 100px;
}

.niz-1-2 {
    font-family: "Calibri", "Arial", sans-serif;
    font-size: 30px;
	font-weight: 700;
    color: #232e3a;
    float: right;
    margin: 10px 0px 10px 0px;
}

div.niz-1-2 a, div.niz-1-2 a:link, div.niz-1-2 a:visited
{
    color: #232e3a;
}

.niz-3 {
    float: right;
    margin: 15px 0px 10px 0px;
    width: 180px;
}


div.modal-content-box h1
{
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
    line-height: 120%;
    margin: 20px 0 40px;
	text-align: center;
}

.itemBody-mail
{
    width: 50%;
}

.genericItemView
{
    margin: 0px 0px 40px 0px;
}








div.k2Pagination
{
    margin: 30px 0px 20px 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 #323232;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
}

div.k2Pagination li a:hover
{
    color: #efdc56;
    border: 2px solid #efdc56;
}

div.k2Pagination li.active a 
{
    color: #000;
    width: 40px;
    height: auto;
    padding: 5px 0px;
    border: 2px solid #efdc56;
    background: #efdc56;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
}







/*table )*/
div.container tbody {}
div.container table {width:100%;border:solid 1px #403e3f;border-top:none;border-right:none;font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%; margin: 0 0 20px 0;border-spacing: 0px;}
div.container table li{font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%;margin:0px 0px 5px 0px;}
div.container table p{font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%;}
div.container table caption {color:#999;font-style: italic;}
div.container table th {text-align: right;}
div.container table thead th {text-align: center;border-bottom:solid 2px #222;}
div.container table th, div.container table td {line-height:1.5em;padding: 10px; background: none;}
div.container table thead th, div.container table thead td {padding-top:0.75em;}

div.container table tr {border-right:solid 1px #403e3f; color: #fff;}

div.container table td {border-right:solid 1px #403e3f; color: #fff;}

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 #403e3f}
div.container table tr:nth-child(even) td{ color: #fff;}
div.container table tr:hover {background: none!important;}
div.container table tbody tr:nth-child(odd) th, div.container table tbody tr:nth-child(odd) td {background:rgba(0, 0, 0, 0.05); }




div.itemHeader h2
{
    font-size: 28px;
    margin: 10px 0 20px 0;
    text-align: left;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}

div.itemListCategory h2
{
    font-size: 28px;
    margin: 10px 0 40px 0;
    text-align: left;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}

div.itemAttachmentsBlock ul
{
    margin: 10px 0 30px 0;
}

div.itemAttachmentsBlock li
{
    list-style: none;
	font-size: 16px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
}

.map
{
    height: 400px;
	margin: 20px 0;
}

.Blokkontaktov-item
{
    float: left;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

.catItemView-new
{
    margin: 0px 0px 30px 0px;
}

.catItemBody-new
{
    float: left;
    margin: 0px 20px 0px 0px;
    width: 200px;
}

.catItemHeader-new
{
    float: left;
    margin: 0px 0px 0px 0px;
    width: 490px;
}

.catItemTitle-new
{
    font-family: Calibri, Tahoma;
    font-size: 24px;
    list-style-position: outside;
    font-weight: 700;
    text-align: left;
    height: 60px;
    display: table;
    width: 100%;
    line-height: 140%;
    color: #0061a5
}

.catItemTitle-new div {
    vertical-align: middle;
    display: table-cell;
}

.catItemDateCreated-new, .itemDateCreated
{
    font-family: Calibri, Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #8e8e8e
}

.blok-telefon-item
{
    float: left;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

.itemImageBlock
{
    margin: 0 0 30px 0;
}









/* Сброс стилей для поля ввода в браузерах webkit */
div.poisk-icon input {
	outline: none;
}
div.poisk-icon input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
div.poisk-icon input::-webkit-search-decoration,
div.poisk-icon input::-webkit-search-cancel-button {
	display: none; /* Удаляем иконку поиска и сброса */
}

/* Поле ввода строки поиска */
div.poisk-icon input[type=search] {
	background: url(../images/poisk.jpg) no-repeat 2px center #fff;
	border: solid 1px #dcf4ff;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.poisk-icon input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* Заполнитель */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Демо B */
div#demo-b input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
div#demo-b input[type=search]:hover {
	background-color: #fff;
}
div#demo-b input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
div#demo-b input:-moz-placeholder {
	color: transparent;
}
div#demo-b input::-webkit-input-placeholder {
	color: transparent;
}





.catItemAttachmentsBlock-title
{
    font-family: Calibri, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    margin: 20px 0 0 0;
    color: #6d6d6d;
}

div.catItemAttachmentsBlock ul
{
    margin: 10px 0;
}

div.catItemAttachmentsBlock li
{
    list-style: none;
}












div.mod-menu-razdely-glavnaya
{
	margin: 30px 0 30px 0;
	padding: 0 0 0px 0;
}

div.mod-menu-razdely-glavnaya h3 {
    font-size: 28px;
    margin: 10px 0 40px;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: left;
}

div.mod-menu-razdely-glavnaya ul {
    margin: 0;
	float: left;
    width: 102%;
}

div.mod-menu-razdely-glavnaya li {
    border-radius: 0px;
    padding: 0%;
    list-style: none;
    float: left;
    width: 31.3%;
    margin: 0% 2% 2% 0;
    text-align: center;
    box-sizing: border-box;
}

div.mod-menu-razdely-glavnaya li:hover {

}

div.mod-menu-razdely-glavnaya li img{
    width: 100%;
	border: 5px solid #efdc56;
	box-sizing: border-box;
}

.mod-menu-razdely-glavnaya .image-title
{
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-size: 19px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 70%;
    line-height: 140%;
    color: #efdc56;
    margin: 5% auto 0px auto;
    display: table;
    height: 60px;
}

.mod-menu-razdely-glavnaya .image-title div
{
    vertical-align: middle;
    display: table-cell;
}



/* FAQ */

.mod-faq
{
    width: auto;
    margin: 0px 2% 40px 2%;
    float: left;
}

div.mod-faq h3 {
    font-size: 28px;
    margin: 0px 0 20px;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: center;
}

.mod-faq ul {
    margin-left: 0;
    margin-bottom: 0;
}

.mod-faq ul > li {
    list-style: none;
    list-style-position: outside;
}

.mod-faq ul > li a, .mod-faq ul > li a:hover {
    text-decoration: none;
}

.moduleItemTitle-faq
{
    background: #000000;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
	line-height: 120%;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    border: 3px solid #efdc56;
}

.modItemIntroText-faq
{
    margin: 0px 0 0px 0;
    padding: 20px;
    background: #efdc56;
}

div.modItemIntroText-faq p {
    margin: 0 0 10px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 15px;
    color: #000;
    line-height: 140%;
}

div.modItemIntroText-faq p:last-child {
    margin: 0 0 0px;
}






/* menu kategorii kataloga */

div.mod-katalog-menu
{
	margin: 0 0 30px 0;
	padding: 0 0 0px 0;
}

div.mod-katalog-menu h3 {
    font-size: 28px;
    margin: 10px 0 40px;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: center;
}

div.mod-katalog-menu ul {
    margin: 0;
	float: left;
    width: 102%;
}

div.mod-katalog-menu li {
    border-radius: 0px;
    border: 5px solid #323232;
    padding: 2% 1% 2%;
    list-style: none;
    float: left;
    width: 23%;
    margin: 0% 2% 2% 0;
    text-align: center;
    box-sizing: border-box;
}

div.mod-katalog-menu li:hover {
    border: 5px solid #efdc56;
}

div.mod-katalog-menu li img{
    width: 120px;
}

.image-title
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 17px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #efdc56;
    margin: 20px auto 0px auto;
    display: table;
    height: 60px;
}

.image-title div
{
    vertical-align: middle;
    display: table-cell;
}








/* perekluchenie */

.product-view-button
{
    margin: 1% 1%;
}

.product-view-button span
{
    margin: 0 1% 0 0;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
	color: #475058;
}

.product-view-button a {
    display: inline-block;
    font-size: 18px;
    color: #ddd;
    border: 1px solid #475058;
    padding: 7px 7px 5px;
    margin: 4px 4px 4px 0;
}

.product-view-button a.active{
    color: #428bca;
	text-decoration: none;
}

svg #vid-setka
{ 
  fill: #2f2d2d;
}

.product-view-button a.active svg #vid-setka
{ 
  fill: #ff0000;
}

svg #vid-list
{ 
  fill: #2f2d2d;
}

.product-view-button a.active svg #vid-list
{ 
  fill: #ff0000;
}


div.itemContainer-oborud.itemContainerLast.list-view .catItem-oborudovanie-img
{
    text-align: center;
	display: table;
	float: left;
	width: 15%;
	height: 150px;
}

div.itemContainer-oborud.itemContainerLast.list-view .catItem-katalog-blok-titl-cena-more
{
	display: block;
	float: left;
	width: 85%;
}

div.itemContainer-oborud.itemContainerLast.list-view .catItem-oborudovanie-img img
{
    border-radius: 0px 0 0 0px;
	max-height: 150px;
}

div.itemContainer-oborud.itemContainerLast.list-view div.catItemHeader-oborudovanie {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 60%;
	float: left;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px 5%;
    display: table;
    height: 120px;
}

div.itemContainer-oborud.itemContainerLast.list-view div.cena-cat-item {
    font-size: 28px;
    margin: 0px 5% 0px 0;
	display: table;
	height: 120px;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 140%;
    color: #efdc56;
	float: left;
    text-align: right;
	width: 30%;
}

div.itemContainer-oborud.itemContainerLast.list-view div.cena-cat-item div {
    vertical-align: middle;
    display: table-cell;
}

.itemContainer-oborud.itemContainerLast.grid-view
{
    width: 31%;
    margin: 1% 1%;
    float: left;
    border: 5px solid #475058;
    box-sizing: border-box;
    padding: 1%;
}

div.itemContainer-oborud.itemContainerLast.list-view
{
    width: 100%;
    margin: 1% auto;
    float: none;
    border: 5px solid #475058;
    box-sizing: border-box;
    padding: 1%;
}



div.itemContainer-oborud.itemContainerLast.list-view .catItemReadMore
{
    display: none;
}











/* Каталог камня */

.mod-kamen-glavnaya
{

}

.mod-kamen-glavnaya h3 {
    font-size: 28px;
    margin: 20px 0 40px;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: center;
}

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: 14.5%;
    margin: 0% 2% 0% 0;
    float: left;
    display: inline-block;
}

.moduleItemImages-kamen-glavnaya
{
    border: 5px solid #3a3a3a;
    padding: 2px;
}

.moduleItemImages-kamen-glavnaya:hover
{
    border: 5px solid #ff0000;
    padding: 2px;
}

.moduleItemImages-kamen-glavnaya img
{
    border-radius: 0px;
}






.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-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    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 {
    background: #ffffff00;
    box-sizing: border-box;
    list-style: none;
    width: 18%;
    margin: 0% 2% 2% 0;
    padding: 2px;
    float: left;
    display: inline-block;
    position: relative;
    border: 5px solid #323232;
}

div.k2ItemsModBlock-kamen li:hover {
    border: 5px solid #efdc56;
}


.moduleItemImages-kamen
{

}

.moduleItemImages-kamen img
{
    border-radius: 0px;
}

.modItemHeader-kamen
{
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 120%;
    color: #000;
    margin: 0px auto 0px auto;
    display: none;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: #fff;
	left: 0;
    right: 0;
}

.modItemHeader-kamen div {
    vertical-align: middle;
    display: table-cell;
}

div.k2ItemsModBlock-kamen li:hover .modItemHeader-kamen
{
    display: table;
}



.itemListCategory-Kamen h2
{
    font-size: 30px;
    margin: 0px 0 30px;
    font-family: OpenSans-Bold, Calibri, "Courier New", Courier, monospace;
    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% 2% 0;
    float: left;
    box-sizing: border-box;
}

.catItem-oborudovanie-img img
{
    width: 100%;
	border-radius: 15px;
}

.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: 30px;
    margin: 0px 0 20px 0px;
    font-family: OpenSans-Bold, OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    float: left;
}















/* oborudyivanie */




div.mod-komplekty
{
	margin: 0 0 50px 0;
}

div.mod-komplekty h3 {
    font-size: 28px;
    margin: 45px 0 45px;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: left;
}

div.mod-komplekty ul {
    margin: 0;
}

div.mod-komplekty li {

    border: 5px solid #475058;
    padding: 1%;
}

div.mod-komplekty li img 
{
    border-radius: 0px 0px 0px 0;
    max-height: 250px;
    width: auto;
}

div.ext-itemimage-katalog
{

    height: 250px;
    display: table;
    width: 95%;
    line-height: 100%;
    margin: 2.5% auto 0px auto;
    text-align: center;
}

.ext-itemimage-katalog div {
    vertical-align: middle;
    display: table-cell;
}



div.ext-itemtitle-komplekt
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.ext-itemtitle-komplekt div {
    vertical-align: middle;
    display: table-cell;
}




#itemListLeading-Katalog
{
    width: 102%;
    float: left;
}

.itemContainer-Katalog-One
{
    width: 100%;
    float: left;
}

.itemContainer-Katalog-One
{
    margin: 0% 0% 20px 0;
}


.itemContainer-oborud.itemContainerLast
{
    width: 31.3%;
    margin: 0% 2% 2% 0;
    float: left;
    border: 5px solid #323232;
    box-sizing: border-box;
    padding: 1%;
}

.itemContainer-oborud.itemContainerLast:hover
{
    border: 5px solid #efdc56;
}




.catItemView-oborudovanie {
    padding: 0px;
    margin: 0;
}

.catItem-oborudovanie-img
{
    height: 230px;
    display: table;
    width: 100%;
    line-height: 100%;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.catItem-oborudovanie-img div {
    vertical-align: middle;
    display: table-cell;
}

.catItem-oborudovanie-img img
{
    border-radius: 0px 0px 0px 0;
	max-height: 250px;
    width: auto;
}



.catItem-Katalog-One-img
{
    width: 100%;
	float: left;
}

.catItem-Katalog-One-img img
{
    width: 100%;
	height: auto;
}







div.catItemHeader-oborudovanie {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px auto;
    display: table;
    height: 70px;
}

.catItemHeader-oborudovanie div {
    vertical-align: middle;
    display: table-cell;
}

div.catItemHeader-oborudovanie a, div.catItemHeader-oborudovanie a:link, div.catItemHeader-oborudovanie a:visited {
    color: #efdc56;
    text-decoration: none;
}


div.cena-cat-item {
    font-size: 28px;
    margin: 15px 0 20px;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 140%;
    color: #efdc56;
    text-align: center;
}


div.cena-item {
    font-size: 34px;
    margin: 5px 0 5px;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}




div.catItemReadMore
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    color: #a2acae;
    width: 120px;
    margin: 15px auto 20px auto;
    border: solid 1px #f9d99b;
    padding: 0px;
    border-radius: 4px;
}

div.catItemReadMore a
{
    padding: 9px 10px 9px 10px;
	display: block;
}

div.itemContainer-oborud:hover div.catItemReadMore a
{
    color: #000 !important;
}

.OtobpazhatymodulyOfopmlenie
{
    width: 100%;
	float: left;
	margin: 0px 0 40px;
}

.OtobpazhatymodulyOfopmlenie h5
{
    font-size: 20px;
    margin: 20px 0 20px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    text-align: left;
}


.OtobpazhatymodulyOfopmlenie p
{
    font-size: 14px;
    margin: 0px 0 10px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: left;
}



.Vozmozhnyevapiantypazmepov
{
    width: 100%;
	float: left;
}

.Vozmozhnyevapiantypazmepov h5
{
    font-size: 28px;
    margin: 40px 0 40px;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: left;
}



div.mod-komplekty li:hover .catItemReadMore, .itemContainer-oborud:hover .catItemReadMore
{
   	border: solid 1px #ffcc00;
	background: #fdf495;
    color: #000 !important;
}



.itemImageBlock-komplekt
{
    width: 48%;
	float: left;
	margin: 0 0% 0 0;
}

.itemImageBlock-komplekt img
{
    width: 100%;
}



.catDescription-Katalog
{
    width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.catDescription-Katalog.niz-readmore
{
    width: 100%;
	float: left;
	margin: 20px 0 20px 0;
}

.catDescription-Katalog p {
    margin: 0 0 10px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 140%;
}


.itemImageBlock-Katalog-One
{
    width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.itemView-Katalog
{
    width: 100%;
	float: left;
	margin: 17px 0 0px 0;
}


.komlekt-item-right
{
    width: 50%;
	float: right;
	margin: 0 0 0 0;
}

.itemHeader-Katalog
{

}

.itemHeader-Katalog h1
{
    font-size: 28px;
    margin: 0px 0 20px 0;
    text-align: left;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}

.itemHeader-Katalog h2
{
    font-size: 28px;
    margin: 0px 0 20px 0;
    text-align: left;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}


.komlekt-item-right-top
{

	padding: 10px 0 10px 0;
}

.komlekt-item-right-bottom-2 {
    border: 1px solid #f5f5f5;
    padding: 10px 15px 10px 15px;
	margin: 15px 0 0 0;
    border-radius: 5px;
	font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
	line-height: 140%;
}

.komlekt-item-right p.telefon-item
{
    text-decoration: none;
    display: block;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 0 0px;
}


.itemListSubCategories-Katalog
{
    width: 102%;
    float: left;
}

.subCategoryContainer-katalog
{
    width: 31.3%;
    margin: 0% 2% 2% 0;
    float: left;
    border: 5px solid #323232;
    box-sizing: border-box;
}

.subCategoryContainer-katalog:hover
{
    border: 5px solid #efdc56;
}



.subCategoryContainer-katalog-Images
{
    height: 150px;
    display: table;
    width: 200px;
    line-height: 100%;
    margin: 10px auto 0px auto;
    text-align: center;
}

.subCategoryContainer-katalog-Images div {
    vertical-align: middle;
    display: table-cell;
}

.subCategoryContainer-katalog-Images img {
    border-radius: 0px 0px 0px 0;
    max-height: 200px;
    width: auto;
}



.subCategoryContainer-katalog-Title
{
    width: 100%;
    margin: 20px auto 20px auto;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    color: #efdc56;
    display: table;
    height: 90px;
}

.subCategoryContainer-katalog-Title div {
    vertical-align: middle;
    display: table-cell;
	padding: 0px 10px 0px 10px;
}

.subCategoryContainer-katalog-Title a
{
    color: #efdc56;
}



div.k2ItemsBlock-katalog ul {
    margin: 0;
    text-align: center;
}

div.k2ItemsBlock-katalog li {
    border: 5px solid #475058;
	box-sizing: border-box;
    padding: 1%;
    list-style: none;
    width: 30%;
    margin: 1.5%;
    display: inline-block;
}

.moduleItemImages-katalog
{
    height: 250px;
    display: table;
    width: 100%;
    line-height: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
}

.moduleItemImages-katalog div {
    vertical-align: middle;
    display: table-cell;
}

div.k2ItemsBlock-katalog li img
{
    border-radius: 0px 0px 0px 0;
    max-height: 250px;
    width: auto;
}

div.moduleItemTitle-katalog {
    font-family: Times, Times New Roman, Georgia, serif;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #efdc56;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.moduleItemTitle-katalog div {
    vertical-align: middle;
    display: table-cell;
}

div.moduleItemTitle-katalog a{
    color: #efdc56;
}



/* VIDEO */

.itemVideoBlock
{
    margin: 0px 0 20px;
}













 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
 
 @font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* minimal styles for that navi */
.rmm {margin: 0 auto;}
.rmm ul {margin: 0; padding:0; list-style: none; position: absolute; z-index: 10;}
.rmm ul:after {content: ""; clear: both; display: block;}
.rmm ul li {float: left; }
.rmm ul li:hover {background: #202020;}
.rmm ul li:hover > ul {display: block;}
.rmm ul li:hover a{color: #fff;}
.rmm ul li a {color: #fff; display: block; text-decoration: none;}
.rmm ul ul {display: none; margin:0; padding: 0; position: absolute; top: 100%;}
.rmm ul ul li {float: none; position: relative;}
.rmm ul ul li a{color: #fff;}
.rmm ul ul li a:hover {background: #202020;}
.rmm ul ul ul {position: absolute; left: 100%; top:0; width: 100%;}

/* mobile menu header button */
.rmm-toggled {width: 100%; min-height: 50px; margin: 0 auto; display: none;}
.rmm-closed ~ .rmm-mobile {display: none!important;}
.rmm-toggled-controls{width: 100%;}
.rmm-toggled-title{font-family: Times, Times New Roman, Georgia, serif; width: 60%; float: left; font-size: 27px; color: #fff; font-weight:300; display: block; padding: 8px 0; text-decoration: none; text-transform: uppercase; text-align: left; padding-left: 15px; line-height: 120%;}
.rmm-toggled-button{width: 20%; float: left; margin-top: 3px;
	display:block;
	width: 32px;
	padding:0 !important;
	margin:14px 10px 0 0;
	float: right;
}
.rmm-toggled-button span{float: left; display:block; margin: 3px 6px; height: 1px; background:white; width:20px;}

/* normalny back button visible only on mobiles  */
.rmm .rmm-back{display: none; font-size: 12px;}
.rmm .rmm-back:after {display: none;}
.rmm .rmm-back a:after {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	top: 1px;
	right: 0px ;
	float: left;
	font-size: 10px;
}
.rmm-mobile .rmm-back{display: block;}

/* mobile menu list */
.rmm-mobile{width: 100%;}
.rmm-mobile .rmm-dropdown:hover ~ ul, .rmm-mobile .rmm-dropdown:hover > ul ,.rmm-mobile .rmm-dropdown:hover + ul {display: none!important;}
.rmm-mobile ul{width: 100%; position: inherit!important;}
.rmm-mobile li{width: 100%; }

/* mobile menu js action */
.rmm-dropdown{display: block!important;}
.rmm-mobile .rmm-subview{display: block!important; width: 100%;}
.rmm-mobile .rmm-subover-hidden{display: none!important;}
.rmm-mobile .rmm-subover-visible{display: block;}
.rmm-mobile .rmm-subover-header{display: none!important; padding: 0; margin: 0;}

/* mobile menu content */
.rmm-mobile .rmm-submenu{position: relative; left: 0px;    width: 100% !important;
    border: none!important;}

.rmm .rmm-mobile li:hover > ul {display: none;}

/* arrow down for wide screen */
.rmm.style {text-align: left; font-family: Tahoma;}
.rmm.style ul {text-align:center; }
.rmm.style ul li {text-align:left;    list-style: none;
    margin: 0 !important; padding: 0px 0;}
.rmm.style ul li:hover {background: none;}
.rmm.style ul ul
{
    display: none;
	margin:0;
	background: #fff;
	border-radius: 0px;
	padding: 0;
	position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	z-index: 1;
	width: 290px;	
}
.rmm.style ul li:last-child ul
{
    margin: 0 0 0 -10px;
}

.rmm.style ul li a 
{
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 25px;
    font-family: OpenSans-Regular, Times, Times New Roman, Georgia, serif;
    text-decoration: none;
    font-size: 24px;
}

.rmm.style ul li a:hover
{
    color: #efdc56;
    text-decoration: underline;
}

.rmm.style ul ul li {border-bottom: 1px solid #ffe2e8; }
.rmm.style ul ul li:last-child {border-bottom: none; }
.rmm.style ul ul li a {padding: 12px 23px; color: #b10629;}
.rmm.style ul ul li a:hover {background: #424242;color: #fff;     }

/* arrow down for wide screen */
.rmm.style ul li > a:not(:only-child):after {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	top: -4px;
	left: 1px;
	font-size: 10px;
}

/* arrow left for wide screen submenus  */
.rmm.style ul ul li > a:not(:only-child):after {-webkit-transform: rotate(120deg)!important; transform: rotate(120deg)!important; top: 2px; font-size: 14px; float: right; margin-right: -20px;}
.rmm.style .rmm-mobile li > a{color: #efdc56!important; padding: 15px 15px;}
/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {-webkit-transform: rotate(120deg)!important; transform: rotate(120deg)!important; top: 4px!important; font-size: 14px!important; float: right; margin-right: -5px; color: #b10629!important;}
.rmm.style .rmm-mobile li
{
    background: #232e3a;
    border-bottom: 1px solid #475058!important;
    border-top: 0!important;}
	
.rmm.style .rmm-mobile li:last-child
{
    border-bottom: none !important;
}

div.rmm.style .rmm-mobile li:last-child ul
{
    margin: 0 0 0 0px!important;

}

div.rmm.style .rmm-mobile ul li ul
{
	width: 100%;
	border: none;
}

div.rmm.style ul.rmm-mobile 
{
    position: absolute;
}

/*
 like mobile view style
.rmm.style2 {text-align: left; font-family: Tahoma;}
.rmm.style2 ul {box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15); background:#990; text-transform: uppercase; display: inline-table; text-align:left; width: 100%;}
.rmm.style2 ul li {float: none;}
.rmm.style2 ul li:hover {background: #4b545f;}
.rmm.style2 ul ul {display: none; margin:0; background: #5f6975; border-radius: 0px; padding: 0; position: relative;}
.rmm.style2 ul li a {color: #fff; font-weight:600; display: block; padding: 15px 35px; text-decoration: none; font-weight:600; }
.rmm.style2 ul ul li {border-bottom: 1px solid #575F6A; border-top: 1px solid #6B727C;}
.rmm.style2 ul ul li a {padding: 12px 35px; color: #fff; }
.rmm.style2 ul ul li a:hover {background: #4b545f;}
.rmm.style2 ul ul ul {left: 0;}
*/


/********************************
         Aa?oeeaeuii-auiaaa?uaa iai? aeei?aaii
************************************************************/
ul.vmenu {
    font: 300 17px Tahoma, roboto-light, Arial,Helvetica,sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style:none;
}
ul.vmenu li {   
    margin: 0 0 0;
	list-style: none;
    font-size: 19px;
    font-family: OpenSans-Regular, Times, Times New Roman, Georgia, serif;
}

ul.vmenu li:last-child { border-bottom: none; }

ul.vmenu li a {
    color: #fff;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
}
ul.vmenu li > a:hover, ul.vmenu li.active > a, ul.vmenu li > a:focus {background-color:transparent; color:#efdc56;}
ul.vmenu li.parent > a:after {
    display:block;
    content:"";
    float:right;
    margin:8px 5px 0 0;
    height:3px;
    width:6px;
}
/* Auiaaa?uea ioieou */
ul.vmenu li ul {
    font-weight: normal;
    padding: 0;
    list-style:none;
	background: #232e3a;
	border-radius: 0;
	margin: 0;
}
ul.vmenu li ul li {
    border-bottom: 1px solid #d4d8dd;
    padding: 10px 0 10px 8px;
	font: 400 14px Tahoma, Arial,Helvetica,sans-serif;
	list-style: none;
}
ul.vmenu li ul li a {
    background: url("../images/vmenu-arrow.png") no-repeat scroll 5px center transparent !important;
    border: medium none;
    padding: 0 0 0 15px;
}
ul.vmenu li ul li a:hover {color:#29719E;text-decoration:underline}
ul.vmenu li ul li.active a {color:#d62828;font-weight:300}












div.blog-featured h2
{
    font-size: 28px;
    margin: 0px 0 25px;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: left;
}




/* mod novosti */

div.k2ItemsBlock-novosti li {
    width: 31.3%;
    float: left;
    margin: 1%;
    list-style: none;
}

.moduleItemIntrotext-novosti
{
    width: 25%;
    float: left;
    margin: 0 5% 0 0;
}

.moduleItemTitle-novosti
{
    width: 70%;
    float: left;
    font-family: roboto-light, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 300;
    text-align: left;
    height: 94px;
    display: table;
    line-height: 120%;
    color: #000;
}

.moduleItemTitle-novosti div {
    vertical-align: middle;
    display: table-cell;
}

div.mod-novosti ul
{
    margin: 0 0 0 0;
}

div.mod-novosti h3
{
    font-size: 24px;
    margin: 15px 0 25px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #0061a5;
}





div.page-header h1
{
    font-size: 28px;
    margin: 10px 0 20px 0;
    text-align: left;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}

.pg-cv-paginaton {
    margin-bottom: 0px;
    display: none;
}

.counter.pull-right
{
    display: none;
}







/* gallereya */

.pg-csv-box {
    float: left;
    padding: 10px;
    margin: 5px;
    background: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.pg-cv-box {
    float: left;
    background: #efdc56;
    margin: 8px;
	padding: 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}



/* staty-blok */

.itemContainer-staty-blok
{
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 1%;
    margin: 1%;
	float: left;
	width: 29%;
}

.catItemTitle-staty-blok {
    font-family: Calibri, Tahoma;
    font-size: 24px;
    list-style-position: outside;
    font-weight: 700;
    text-align: center;
    height: 150px;
    display: table;
    width: 100%;
    line-height: 140%;
    color: #0061a5;
}

.catItemTitle-staty-blok {
    vertical-align: middle;
    display: table-cell;
}


/* blok pod kategorii */

.subCategoryContainer-25proc
{
    background: #f9f9f9;
    border: 2px solid #3a9dc9;
    padding: 0;
    margin: 0.5%;
	float: left;
	width: 23.5%;
	color: #0061a5;
}

.subCategoryContainer-25proc:hover
{
    background: #3a9dc9;
    color: #fff;
}

.subCategory-title
{
    font-family: Calibri, Tahoma;
    font-size: 19px;
    list-style-position: outside;
    font-weight: 400;
    height: 45px;
    display: table;
    width: 90%;
    line-height: 120%;
    padding: 5%;
	text-align: center;
}

.subCategory-title div {
    vertical-align: middle;
    display: table-cell;
}

div.subCategoryContainer-25proc a, div.subCategoryContainer-25proc a:link, div.subCategoryContainer-25proc a:visited {
    text-decoration: none;
}



/* kontakty */









/* sistema oplaty */

.blok-pay
{
    width: 250px;
	float: left;
	margin: 10px;
}

.blok-pay-img {
    width: 55px;
    margin: 0 20px 0 0;
    float: left;
}

.blok-pay-text {
    font-family: Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    height: 46px;
    float: left;
    display: table;
    width: 175px;
    line-height: 120%;
    color: #000;
}

.blok-pay-text div{
    vertical-align: middle;
    display: table-cell;
}







.pgb-comment:after {
    content: "" !important;
}

div.pgb-comment:after {

    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    background-color: none;
    border: none;
    color: #fff;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

div.pgb-comment {

    margin: 15px 0;
    padding: 15px;
}





/* uslugi */

.itemListCategory
{
    margin: 0px 0 0px 0;
}

.mod-uslugi
{
    margin: 30px 0;
}

div.mod-uslugi .mod_ext_bxslider_k2_content {
    margin: 0;
    padding: 0 1%;
}

div.mod-uslugi h3 {
    font-size: 28px;
    margin: 45px 0 45px;
    font-family: Times, Times New Roman, Georgia, serif;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: left;
}

div.mod-uslugi ul
{
    margin: 0;
}

div.mod-uslugi li
{
    border: 5px solid #475058;
    box-sizing: border-box;
}

div.mod-uslugi li img {
    border-radius: 0;
    max-height: 350px;
    width: auto;
}

div.mod-uslugi .bx-wrapper .bx-next {
    right: 20px;
    top: 35%;
}

div.mod-uslugi .bx-wrapper .bx-prev {
    left: 20px;
    top: 35%;
}

div.mod-uslugi .bx-wrapper .bx-pager {
    bottom: -10px;
}

div.ext-itemtitle-uslugi
{
    font-family: Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    height: 58px;
    display: table;
    width: 100%;
    line-height: 120%;
    color: #0061a5;
}

.ext-itemtitle-uslugi div {
    vertical-align: middle;
    display: table-cell;
}

#itemListLeading-Uslugi
{
    width: 102%;
    float: left;
}

.itemContainer-uslugi.itemContainerLast {
    width: 31.3%;
    margin: 0% 2% 2% 0;
    float: left;
    border: 5px solid #323232;
    box-sizing: border-box;
    padding: 1%;
    box-sizing: border-box;
}

.itemContainer-uslugi.itemContainerLast:hover {
    border: 5px solid #efdc56;
}


div.catItemHeader-uslugi {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #efdc56;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.catItemHeader-uslugi div {
    vertical-align: middle;
    display: table-cell;
}

div.catItemHeader-uslugi a {
    color: #efdc56;
}


.catItem-uslugi-img img {

}



/* Rassrochka */


.mod-rassrochka {
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
}

.ItemsBlock-Zagolovok

{
    margin: 0;
    float: left;
    width: 100%;
}

.ItemsBlock-Zagolovok ul {
    margin: 0;
    float: left;
    width: 100%;
}

div.ItemsBlock-Zagolovok li {
    border-radius: 0px;
    border: 5px solid #323232;
    padding: 2% 1% 2%;
    list-style: none;
    float: left;
    width: 100%;
    margin: 0% 0% 0% 0;
    text-align: center;
    box-sizing: border-box;
}

.ItemsBlock-Zagolovok li:hover {
    border: 5px solid #efdc56;
}

.moduleItemTitle-Zagolovok {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 24px;
    list-style-position: outside;
    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #efdc56;
    margin: 0px auto 0px auto;
    display: table;
    height: 60px;
}

.moduleItemTitle-Zagolovok div {
    vertical-align: middle;
    display: table-cell;
}


/* AKCII */

div.mod-akcii {
    border-top: 1px solid #f7dde3;
    margin: 30px 0 0 0;
}

div.mod-akcii h3 {
    font-size: 36px;
    margin: 45px 0 45px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}



div.mod-akcii ul
{
    margin: 0;
}

div.mod-akcii .bx-wrapper .bx-next {
    right: 20px;
    top: 50%;
}

div.mod-akcii .bx-wrapper .bx-prev {
    left: 20px;
    top: 35%;
}

div.mod-akcii .bx-wrapper .bx-pager {
    bottom: 0px;
}


div.ext-itemtitle-akcii
{
    font-family: Calibri, Tahoma;
    font-size: 27px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    height: 65px;
    display: table;
    width: 100%;
    line-height: 120%;
    color: #0061a5;
}

.ext-itemtitle-akcii div {
    vertical-align: middle;
    display: table-cell;
}

div.mod-akcii .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #bad2e1;
    border: 2px solid #bad2e1;
}

div.mod-akcii .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    border: 2px solid #bad2e1;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}


.zayavka-item
{
	width: 170px;
    margin: 25px auto 50px auto;
    border: solid 1px #ffcc00;
    background: #fdf495;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    font-family: Calibri, Tahoma;
    font-size: 20px;
	font-weight: 400;
    line-height: 120%;
}

.zayavka-item:hover
{
    cursor: pointer;
}


.zayavka-item-title
{
    font-size: 20px;
    margin: 15px 0 0px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
	text-align: center;
}


/* forma zapis */

/* chrono-forms */

.chrono_credits
{
     margin: 40px 0 0 0;
}

.chrono_credits a, p.chrono_credits a:link, p.chrono_credits a:visited 
{
     text-decoration: none;
	 color: #fff;
	 float:right;
}


.chrono_credits a:hover 
{
     text-decoration: none;
	 color: #fff;
	 cursor: default;
	 
}

div.chrono_forma_vstuplenie
{
     margin: 0px 0 20px 0;
}

div.gbs3 h1
{
    font-size: 28px;
    margin: 0px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #000;
}


.gbs3 #fin-datepicker3 input
{
    background: url(../images/data.png) no-repeat center right;
}

.gbs3 #fin-text4 input
{
    background: url(../images/time.png) no-repeat center right;
}

div.gbs3 .form-control {
    display: block;
    width: 500px !important;
	}
	
div.gbs3 #fin-captcha1 input{
    display: block;
    width: 100% !important;
	}
	
div.gbs3 #fin-button6 input {
    display: block;
    width: 100% !important;
	background-image: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
	border: none;
    background: #d60d37;
	}
	
	
div.gbs3 .gcore-checkbox-item .gcore-label-checkbox {
    float: none !important;
    width: 90% !important;
	font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
	font-weight: 400;
	text-align: left;
	margin: 0px 0 -10px 2%;
}

div.gbs3 .form-control
{
    border-radius: 4px !important;
}







div.categories-list h3
{
    font-size: 28px;
    margin: 25px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

div.faqueue-category h2
{
    font-size: 28px;
    margin: 15px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

div.faqueue-category h4
{
    font-size: 22px;
    margin: 15px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}


div.faqueue-category-list table tbody tr:nth-child(odd) td
{
    background: #fff !important;
}

div.faqueue-category-list table tbody tr:nth-child(odd) td, div.faqueue-category-list table tbody td, div.faqueue-category-list table
{
    border: solid 1px #fff !important;
}




/

div.item-page h1
{
    font-size: 28px;
    margin: 15px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

div a#je-addbutton {
    background: #0064a1;
    padding: 10px !important;
    border: solid 1px #0064a1;
    text-decoration: none;
	border-radius: 4px;
	color: #fff;
}

div #je-faqpro h1
{
    font-size: 28px;
    margin: 15px 0 5px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #0061a5;
}

div #je-faqpro li
{
    list-style: none;
}

.yui-skin-sam ul#mymenu2 li.yui-accordion-panel a.yui-accordion-toggle {

    padding: 5px 5px 5px 30px;
    font-size: 20px !important;
    font-weight: bold;
    color: #0061a5;
	border-radius: 4px;

}

.yui-skin-sam ul#mymenu2 li.yui-accordion-panel a.yui-accordion-toggle.active {
    border-bottom: none;
    color: #000;
    border-radius: 4px 4px 0px 0px;
}

.yui-skin-sam ul#mymenu2 .yui-accordion-content {
    border-radius: 0px 0px 4px 4px;
	}
	
	
div.item-page
{
    width: 600px;
}





.cmbf-form-class fieldset {
    padding: 0 5% !important;
}




/* bloki saita */

.sait
{
    width: 96%;
	margin: 0 auto 20px;
}

.sait_left
{
    width: 73%;
    float: right;
    margin: 0 0 20px 2%;
}

.mod-slaider
{
    width: 100%;
    float: left;
    margin: 20px 0 0px 0%;
}

.mod-slaider .mod_ext_bxslider_k2_content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
	margin-bottom: 0em;
    margin-top: 0em;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0 0 30px 0;
}

.blok_menu_left
{
    width: 25%;
    box-sizing: border-box;
    padding: 0% 0 0% 0;
	margin: 0 0 40px 0;
    float: left;
}


div.blok_menu_left h1
{
    font-size: 28px;
    margin: 0px 0 0px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}

div.blok_menu_left h2
{
    font-size: 22px;
    margin: 10px 0 15px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #004591;
    text-align: center;
}


div.blok_menu_left h3
{
    font-size: 28px;
    margin: 10px 0 40px 0;
	text-align: left;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}


.mod-poisk
{

}

.blok_menu_left input {
    width: 100%;
    margin: 0 0 0 0%;
	box-sizing: border-box;
}

.blok_menu_left input[type="search"]
{
    background-color: #111111;
    border: 2px solid #efdc56;
    box-sizing: border-box;
    height: 60px;
    padding: 15px;
    border-radius: 0px !important;
	font-size: 18px !important;
    margin: 20px 0 20px 0;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}



/* Vstupitelnyi text */

.mod-preimushchestva
{
    margin: 20px auto 30px;
	padding: 10px;
    width: 100%;
	float: left;
	box-sizing: border-box;
	background: #efdc56;
}

div.mod-preimushchestva h3 {
    font-size: 26px;
    margin: 20px 0 20px;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: center;
}

div.mod-preimushchestva p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
    color: #000;
    line-height: 140%;
}

div.mod-preimushchestva p:last-child {
    margin: 0 0 0px;
}


.mod-vstupitelnyi-glavnaya
{
    margin: 0px auto 40px;
    width: 100%;
	float: left;
}

div.mod-vstupitelnyi-glavnaya h3 {
    font-size: 28px;
    margin: 20px 0 40px;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: center;
}

div.mod-vstupitelnyi-glavnaya p {
    margin: 0 0 10px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 15px;
    color: #fff;
    line-height: 140%;
}


.blok_menu_left .menu-left
{
    margin: 0px 0 30px;
}

div.moduletable_menu
{
    margin: 0px 0 0px;
}

div.menu-left ul
{
    margin: 0px 0 0px;
	background: #ffffff2e;
}

div.menu-left li
{
    list-style: none;
	padding: 0 0 0px 0;
	margin: 0px 0 0px;
	border-bottom: 1px solid #242426;
	line-height: 140%;
}

div.menu-left li a
{
    padding: 8px 15px;
	color: #fff;
	display: block;
	font-size: 19px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	line-height: 140%;
}

div.menu-left li a:hover
{
    color: #efdc56;
}




div.menu-left li:last-child {
    border-bottom: none;
}



/* kontakty niz */

.blok-kontakty-niz
{
    float: right;
	width: 350px;
	margin: 0px 0 0 0;
}




div.blok-kontakty-niz-telefon p
{
    margin: 0 0 5px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Times, Times New Roman, Georgia, serif;
    font-size: 30px !important;
    color: #fff !important;
    font-weight: 700 !important;
	text-align: right;
}


div.blok-kontakty-niz-telefon p a
{
    color: #fff !important;
}

div.blok-kontakty-niz-adres
{
    margin: 20px 0px 20px 0;
}

div.blok-kontakty-niz-adres h3 {
    color: #676767 !important;
    text-align: right;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

div.blok-kontakty-niz-adres p {
    margin: 0px 0px 0px 0;
	text-align: right;
	font-size: 16px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	color: #fff !important;
}

div.blok-kontakty-niz-adres p a, div.blok-kontakty-niz-adres p a:link, div.blok-kontakty-niz-adres p a:visited
{
    color: #fff !important;
}

div.blok-kontakty-niz-mail
{
    margin: 10px 0px 20px 0;
}

div.blok-kontakty-niz-mail p
{
    margin: 0px 0px 0px 0;
	text-align: right;
	font-size: 16px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	color: #fff !important;
}







/* Форма во всплывающем окне */

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: 5px;
    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: 24px;
    line-height: 120%;
    margin: 0px 0 10px;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	font-weight: 600;
}

div.box-modal h3 {
    font-size: 30px;
    line-height: 120%;
    margin: 0px 0 20px;
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-weight: 600;
}

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: #ffffe1;
	padding: 10px 0px 0px;
}

.box-modal-content form {
    margin: 0 0 0px;
}

.box-modal-content input[type="text"], .box-modal-content textarea
{
    background: #ffffe1;
    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;
}



/* OTZYIVYI */

blockquote p {
    line-height: 140%  !important;
}

div.tab-content input[type="text"]
{
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    vertical-align: middle;
}

div.tab-content .input-prepend input
{
    padding: 10px 3% !important;
}


div.tab-content textarea
{
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}






.zayavka-item-link
{
    border-radius: 30px !important;
    width: 280px;
    margin: 25px auto 0 auto;
    background: #d60d37;
	font-size: 36px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}

.itemListView-info
{
    margin: 0 2%;
}








/* portfolio */

.mod-portfolio
{

}

.mod-portfolio h3
{
    font-size: 28px;
    margin: 40px 0 20px;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: center;
}

div.mod-foto {

    margin: 0px 0 10px 0;
    padding: 0% 0% 0%;
	width: 100% !important;
    float: left !important;
}


div.mod-foto h3 {
    font-size: 28px;
    margin: 0px 0 40px;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: center;
}

div.mod-foto h4 {
    font-size: 28px;
    margin: 40px 0 20px;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: left;
}


div.mod-foto-item {
    margin: 0px 0 20px;
}

div.mod-foto-item h2 {
    font-size: 36px;
    margin: 25px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}














/* iconki na glavnoy */

.blok-iconki-glavnaya
{
    margin: 3% 0 1% 0;
	text-allign:center;
}


.podblok-iconki-glavnaya
{
    margin: 1%;
	width: 22.5%;
    display: inline-block;
}

.podblok-iconki-glavnaya-img
{
    width: 60px;
    margin: 5% auto 5% auto;
    height: 60px;
}

.podblok-iconki-glavnaya-title
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 15px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #000;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.podblok-iconki-glavnaya-title div {
    vertical-align: middle;
    display: table-cell;
}


/* blok bannery */

.blok-banner-subslaid
{

}

.podblok-banner-subslaid
{
    margin: 2% 1%;
	float: left;
	width: 31.3%;
}

.podblok-banner-subslaid img
{
	width: 100%;
}


/* pole akcii zamena */




.share42init
{
    margin: 0px 0px 15px 0px;
}

.ne-oferta
{
    float: left;
    margin: 20px 0px 20px 0px;
    padding: 30px 0 0 0;
    font-family: OpenSans-Regular, Tahoma, "Calibri", "Arial", sans-serif;
    font-size: 15px;
    color: #475058;
    width: 100%;
    border-top: 1px solid #2c292a;
}

.niz-2 {
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0 0 30px 0;
    font-family: OpenSans-Regular, Tahoma, "Calibri", "Arial", sans-serif;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #2c292a;
	line-height: 180%;
}

div.niz-2-2 a, div.niz-2-2 a:link, div.niz-2-2 a:visited, div.niz-2-1 a, div.niz-2-1 a:link, div.niz-2-1 a:visited
{
    color: #475058;
}






#phocagallery-module-ri
{
    float: left !important;
    width: 102% !important;
}


.pg-cv-box-mod-ri {
    float: left !important;
    display: inline-block !important;
    padding: 5px !important;
    margin: 0 2% 2% 0% !important;
    width: 23% !important;
	height: auto !important;
    border: none;
    border-radius: 0px !important;
    background: #323232 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

.pg-cv-box-mod-ri:hover {
    background: #efdc56 !important;
}

.mod-portfolio.portfolio-mini-item .pg-cv-box-mod-ri {
    margin: 0% 2% 2% 0 !important;
    width: 48% !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: 240px !important;
    max-height: 240px !important;
	width: 100% !important;
}




/* modul gallereya */



.pg-cv-box {
    float: left !important;
    display: inline-block !important;
    height: auto !important;
    width: 23% !important;
}

.pg-cv-box-img {
    height: auto !important;
    width: 100% !important;
}

#phocagallery img {
    max-width: 100% !important;
}



#phocagallery *
{
    box-sizing: border-box !important;
}

.pg-msnr-container
{
    float: left !important;
    width: 102% !important;
}


.pg-cv-box {
    float: left;
    padding: 5px;
    margin: 0 2% 2% 0;
    background: #323232;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box !important;
}


.pg-cv-box:hover {
    background: #efdc56;
}


#phocagallery a img {
    max-width: 240px !important;
    max-height: 240px !important;
    width: 100% !important;
}

















div.sigProGalleriaContainer {
    background: #fff !important;
    margin: 0px 0px !important;
    padding: 0% !important;
    clear: both;
}

ul.sigProGalleria {
    text-align: center;
}

ul.sigProGalleria li.sigProThumb {
    float: none !important;
	display: inline-block !important;
    background: none !important;
    margin: 4px 4px 4px 0;
    padding: 0;
    border: none!important;
    list-style: none !important;
}

ul.sigProGalleria li.sigProThumb a.sigProLink {color:#ccc;background-color:#ccc;border:1px solid #ccc !important;}
ul.sigProGalleria li.sigProThumb a.sigProLink:hover {color:#eee;text-decoration:none;background-color:#f4f2ed;border:1px solid #999 !important;}
ul.sigProGalleria li.sigProThumb a.sigProLinkSelected {border:1px solid #777 !important;}











.itemFullText
{
    margin: 20px 0px 0px 0;
}

.itemFullText p {
    margin: 0 0 10px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 18px;
    color: #e0e0e0;
    line-height: 140%;
}

div.catItemHeader h3
{
    font-size: 24px;
    margin: 25px 0 25px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}


























/* soc icon */


.blok-social-icon
{
    text-align: left;
    margin: 10px 0;
    float: right;
}

.blok-social-icon a
{
    text-decoration: none;
}

.blok-social-icon a:hover
{
    text-decoration: none;
}



.blok-social-icon-vk
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-vk:hover
{
    background: #4d75a3;
	border: 1px solid #4d75a3;
}

svg #vk
{ 
  fill: #fff;
}

.blok-social-icon-vk:hover svg #vk
{ 
  fill: #fff;
}

svg #vk{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}














.blok-social-icon-f
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-f:hover
{
    background: #39579f;
	border: 1px solid #39579f;
}

svg #f
{ 
  fill: #fff;
}

.blok-social-icon-f:hover svg #f
{ 
  fill: #fff;
}

svg #f{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}










.blok-social-icon-tvit
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-tvit:hover
{
    background: #00aced;
	border: 1px solid #00aced;
}

svg #tvit
{ 
  fill: #fff;
}

.blok-social-icon-tvit:hover svg #tvit
{ 
  fill: #fff;
}

svg #tvit{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}





















.blok-social-icon-ok
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-ok:hover
{
    background: #e77817;
	border: 1px solid #e77817;
}

svg #ok
{ 
  fill: #fff;
}

.blok-social-icon-ok:hover svg #ok
{ 
  fill: #fff;
}

svg #ok{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}


















.blok-social-icon-inst
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-inst:hover
{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	border: none;
    width: 37px;
    height: 28px;
	padding: 9px 0 0 0;
}

svg #inst
{ 
  fill: #fff;
}

.blok-social-icon-inst:hover svg #inst
{ 
  fill: #fff;
}

svg #inst{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}










.blok-social-icon-yotub
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.blok-social-icon-yotub:hover
{
    background: #ec1e18;
	border: 1px solid #ec1e18;
}

svg #yotub
{ 
  fill: #fff;
}

.blok-social-icon-yotub:hover svg #yotub
{ 
  fill: #fff;
}

svg #yotub{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}









/* mesedzhers i social */

.blok-mesengers
{
    text-align: center;
    margin: 20px auto 20px;
    float: right;
    width: 142px;
}

.mesengers-telegram
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.mesengers-telegram:hover
{
    background: #219fe2;
	border: 1px solid #219fe2;
}

svg #telegram
{ 
  fill: #fff;
}

.mesengers-telegram:hover svg #telegram
{ 
  fill: #fff;
}

svg #telegram{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}







.mesengers-viber
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.mesengers-viber:hover
{
    background: #7c529e;
	border: 1px solid #7c529e;
}

svg #viber
{ 
  fill: #fff;
}

.mesengers-viber:hover svg #viber
{ 
  fill: #fff;
}

svg #viber{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

















.mesengers-whatsapp
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    text-align: center;
    padding: 8px 0 0 0;
	margin: 3px;
}

.mesengers-whatsapp:hover
{
    background: #189d0e;
	border: 1px solid #189d0e;
}

svg #whatsapp
{ 
  fill: #fff;
}

.mesengers-whatsapp:hover svg #whatsapp
{ 
  fill: #fff;
}

svg #whatsapp{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}



/* Gallery Classic */

.itemImageGallery
{
    text-align: center;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: 0px 0 0 0px;
    padding: 1px;
    border: 1px solid #ccc;
}

ul.sigProClassic li.sigProThumb {
    background: #fff!important;
    margin: 1px;
    display: inline-block;
	float: none;
    padding: 0;
    list-style: none!important;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0px 0px 0;
    background: none;
}






/* forma kontakty */

.forma-content-box {
    background: #141213;
    padding: 3% 3% 1% 3%;
	border: 5px solid #efdc56;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 30px 0 30px 0;
}

.forma-content-box .checkbox {
    min-height: 20px;
    padding: 20px 0px 0px 0px;
}

.forma-content-box .checkbox-info {
    float: right;
    width: 95%;
    margin: 0 0 15px;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 140%;
    color: #efdc56;
}

div.forma-content-box h2 {
    font-size: 28px;
    margin: 0px 0 20px 0;
    text-align: left;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}












/* Отзывы */

.mod-otzyvy {
    padding: 0% 0 0px 0px;
    margin: 0px 0 65px 0;
    float: left;
    width: 100%;
}

.mod-otzyvy h3 {
    font-family: Montserrat-Regular, Montserrat-Bold, Arial, Verdana;
    font-size: 36px;
    margin: 0px 0 65px 0px;
    color: #2f2e2d;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
    max-width: 100%;
    z-index: 2;
    position: relative;
}


.mod-otzyv-item h4 {
    font-size: 28px;
    margin: 40px 0 40px;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
    text-align: left;
}


div.mod-otzyvy div.easylast_entry {
    margin-bottom: 1.2em !important;
    overflow: inherit;
    float: left;
    width: 100%;
    border: 2px solid #666666;
    background-color: #000;
    box-sizing: border-box;
    margin: 0px 0% 2% 0;
    padding: 15px;
}

.easylast_entry
{
    border: 2px solid #efdc56;
	box-sizing: border-box;
    margin: 0px 0% 20px 0;
    padding: 15px;
	float: left;
    width: 100%;
}





div.easylast_name  {
    font-size: 16px !important;
    vertical-align: middle !important;
    font-weight: 400 !important;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	float: left;
	margin: 0px 20px 10px 0;
}

div.easylast_name a {
    font-weight: 400 !important;
}

.easylast_title {
    text-align: left;
    margin: 10px 0;
    padding: 0px 0;
    background-color: #fff0;
    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: #fff0;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
    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: 28px;
    margin: 10px 0 40px 0;
    text-align: left;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}

.easy_entrylink {
    padding-top: 0px;
}

#easybook div.sign {
    height: auto;
}

#easybook a.sign {
    float: none;
}

.easy_entrylink .btn-success {
    border-color: #efdc56;
    background-color: #efdc56 !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: #000;
    background-color: #000 !important;
	color: #fff !important;
}

.easy_frame {
    border: #666666 solid 2px;
    background-color: #000;
    box-sizing: border-box;
	margin: 0px 0 10px 0;
}

.easy_frame:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: #10b981 solid 2px;
}

.easy_top {
    background-color: #000;
    height: auto;
}

.easy_top_left {
    padding: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.easy_big {
    font-size: 18px;
    vertical-align: middle;
    font-weight: 600;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	color: #efdc56;
}    

.easy_big a {
    font-size: 18px;
    vertical-align: middle;
    font-weight: 600;
    font-family: Montserrat-Regular, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
	color: #efdc56;
}

.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;
    color: #666666;
}

.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: 10px;
    text-align: left;
    margin-right: 10px;
    margin-top: 8px;
    padding: 10px 0;
    padding-bottom: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border-right: none;
    border-left: none;
    background-image: none;
    background-position: bottom;
    background-repeat: repeat-x;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    color: #fff;
    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;
}















/* стиль ползунка */

::-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:#efdc56; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 3px; 
}












.box-modal {
    position: relative;
    width: 400px;
    min-height: 120px;
    padding: 20px 40px 40px;
    background: #ffffe1 !important;
    color: #000000 !important;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
}

div.box-modal a{
    color: #000000 !important;
}

.bg-top
{

}

.blok-pervy-ekran
{
    margin: 80px 0 0px 0;
}

div.blok-pervy-ekran h1 {
    font-size: 36px;
    margin: 0px 0 20px 0;
    text-align: center;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}

div.blok-pervy-ekran p {
    margin: 0 0 10px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
	text-align: center;
}


/* преимущества */

.blok-preimushchestva
{
    padding: 20px 0;
    margin: 20px 0 0 0;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 102%;
}

.subblok-preimushchestva
{
    float: left;
    margin: 0px 2% 0px 0px;
    padding: 0 40px 0 60px;
    width: 31.3%;
    box-sizing: border-box;
    display: table;
    height: 70px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
    line-height: 120%;
    color: #f5edb3;
}

.subblok-preimushchestva div {
    vertical-align: middle;
    display: table-cell;
}

.subblok-preimushchestva.plus-1
{
    background: url(../svg/plus-1.svg) no-repeat top center;
    background-size: 45px;
    background-position: 0px;
}

.subblok-preimushchestva.plus-2
{
    background: url(../svg/plus-2.svg) no-repeat top center;
    background-size: 45px;
    background-position: 0px;
}

.subblok-preimushchestva.plus-3
{
    background: url(../svg/plus-3.svg) no-repeat top center;
    background-size: 45px;
    background-position: 0px;
}



.itemHeader-Konstruktor
{

}

.itemHeader-Konstruktor h2
{
    font-size: 28px;
    margin: 10px 0 40px 0;
    text-align: left;
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #efdc56;
}








.rutegra {
    float: right;
    text-align: left;
    margin: 20px 40px 0px 0px;
    width: auto;
    font-size: 20px;
    font-family: OpenSans-Bold, "Courier New", Courier, monospace;
}

div.rutegra a, div.rutegra a:link, div.rutegra a:visited
{
    color: #1e1e1e;
}



.kpam3d {
    float: right;
    text-align: left;
    margin: 20px 0px 0px 0px;
    width: auto;
    font-size: 20px;
    font-family: OpenSans-Bold, "Courier New", Courier, monospace;
}

div.kpam3d a, div.kpam3d a:link, div.kpam3d a:visited
{
    color: #1e1e1e;
}




















/* Форма заказа Памятника */

.box-modal-content.formname-pamyatniki
{
    background: #000;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
}

.box-modal-content form {
    margin: 0 0 0px;
}

.box-modal-content input[type="text"], .box-modal-content textarea
{
    background: #fff;
    border: 1px solid #cccccc;
}

.box-modal-content .checkbox {
    min-height: 20px;
    padding-left: 0px;
	margin: 20px 0 0 0;
}

div.box-modal-content textarea, div.box-modal-content input[type="text"] {
    padding: 15px 2.5% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 4px !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: 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-pamyatniki input[type=checkbox] {
    display:none;
}

.formname-pamyatniki .checkbox.katalog-pamyatniki input[type=checkbox] {
    display: none;
}

label.checkbox.katalog-pamyatniki
{
    position: relative;
	float: left;
    width: 100%;
	padding: 0 0 0 40px;
	margin: 5px 0 5px 0;
    box-sizing: border-box;
	font-size: 15px;
    color: #fff;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
}

.checkbox.katalog-pamyatniki span:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: -9px;
    cursor: pointer;
}

.checkbox.katalog-pamyatniki input:checked + span:before {
    content: "\f00c";
	font-family: "FontAwesome" !important;
    font: 600 0.8rem / 1.45 "FA5";
    color: #fff;
    border-color: #0eb923;
    background: #0eb923;
}




label.radio.katalog-pamyatniki
{
    position: relative;
	float: left;
    width: 100%;
	padding: 0 0 0 40px;
	margin: 5px 0 5px 0;
    box-sizing: border-box;
	font-size: 15px;
    color: #fff;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
}

label.radio.katalog-pamyatniki input {
    display: none;
}

.radio.katalog-pamyatniki span:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: -9px;
    cursor: pointer;
}

.radio.katalog-pamyatniki input:checked + span:before {
    content: "\f00c";
	font-family: "FontAwesome" !important;
    font: 600 0.8rem / 1.45 "FA5";
    color: #fff;
    border-color: #0eb923;
    background: #0eb923;
}





.formname-pamyatniki legend {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 16px;
    line-height: 120%;
	font-weight: 600;
    color: #efdc56;
    border: 0;
	font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    text-align: left;
}

.formname-pamyatniki legend.katalog-pamyatniki-kontakty
{
    margin: 30px 0 10px 0;
}

.formname-pamyatniki input[type="submit"].btn-block {
    width: 250px;
    margin: 10px 0 0 0;
}

.formname-pamyatniki input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 10px 0 20px 40px !important;
    cursor: pointer;
    line-height: 140%;
    color: #6ac171;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 13px;
}
.formname-pamyatniki input[type=checkbox] + label:hover {
    color:#337AB7;
}
.formname-pamyatniki input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    line-height: 18px;
    left: -40px;
    top: 0px;
    border: 1px solid #d4d4d4;
}
.formname-pamyatniki input[type=checkbox]:checked + label:before{
    content: '\2714';
    font-family: OpenSans-Regular, Arial, Verdana;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #16c60c;
}
.formname-pamyatniki 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-pamyatniki input[type=submit]:hover {
    background: #ffdd40;
	border: 1px solid #ffdd40;
	color: #000;
}
.formname-pamyatniki input[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.formname-pamyatniki .span2 {
    width: 100% !important;
    max-width: 100% !important;
    float: left !important;
    margin: 0 0px 10px 0;
    padding: 10px 10px;
    box-sizing: border-box;
    height: 40px;
    border: none !important;
    border: 1px solid #ccc !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 14px !important;
    color: #000000;
}

.formname-pamyatniki .span2.pamyatnik-material {
    width: 100% !important;
    max-width: 100% !important;
    float: left !important;
    margin: 0 0px 10px 0;
    padding: 10px 10px;
    box-sizing: border-box;
    height: 60px;
    border: none !important;
    border: 1px solid #ccc !important;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px !important;
    color: #000000;
}


div.arcticmodal-container {
    z-index: 10000000;
    background: #00000040 !important;
}



.radio-form-cvetnik {
    margin: 10px 0 0;
    width: 102%;
    float: left;
}
.radio-form-cvetnik .radio-control {
    width: 31.3%;
    margin: 0 2% 2% 0;
    float: left;
    transition: all ease 250ms;
}
.radio-form-cvetnik .radio-control input {
    display: none;
}
.radio-form-cvetnik .radio-control .radio-input {
    background: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0px;
    position: relative;
    transition: all ease 250ms;
    border: 2px solid #c4dfc7; 
    display: block;
}
.radio-form-cvetnik .radio-control:hover .radio-input {
    border: 2px solid #0eb923;
}
.radio-form-cvetnik .radio-control .radio-input i {
    display: block;
    font-size: 70px;
    color: #BFE2FF;
    font-weight: bold;  
}
.radio-form-cvetnik .radio-control .radio-input img {
    width: 100%; 
}
.radio-form-cvetnik .radio-control .radio-input span {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 16px;
    color: #AAA;
}
.radio-form-cvetnik .radio-control input:checked + .radio-input span {
    color: #444444;
    opacity: 1;
    transition: opacity ease 250ms;
}
.radio-form-cvetnik .radio-control input:checked + .radio-input:after {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    animation-name: animation;
    animation-duration: 250ms;
    background-color: #FFF;
    font-size: 25px;
    width: 20px;
    display: block;
    position: absolute;
    border-radius: 100%;
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: bold;
}
.radio-form-cvetnik .radio-control input:checked + .radio-input {
    border: 2px solid #0eb923;
}
.radio-form-cvetnik .radio-control input:checked + .radio-input:after,
.radio-form-cvetnik .radio-control input:checked + .radio-input i {
    color: #0eb923;
}
@keyframes animation {
    0% {
        transform: translateY(-50%) scale(0);
    }
    75% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}


.radio-form-material {
    margin: 0px 0 10px;
    width: 101%;
    float: left;
}
.radio-form-material .radio-control {
    width: 19.75%;
    margin: 0 0.25% 0.25% 0;
    float: left;
    transition: all ease 250ms;
}
.radio-form-material .radio-control input {
    display: none;
}
.radio-form-material .radio-control .radio-input {
    background: #000;
    text-align: center;
    padding: 0px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0px;
    position: relative;
    transition: all ease 250ms;
    border: 2px solid #000; 
    display: block;
}
.radio-form-material .radio-control:hover .radio-input {
    border: 2px solid #0eb923;
}
.radio-form-material .radio-control .radio-input i {
    display: block;
    font-size: 70px;
    color: #BFE2FF;
    font-weight: bold;  
}
.radio-form-material .radio-control .radio-input img {
    width: 100%; 
	border-radius: 2px;
}
.radio-form-material .radio-control .radio-input span {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    letter-spacing: 1px;
    font-size: 10px;
	line-height: 110%;
    font-weight: 400;
    display: block;
    margin: 0px 0 0px;
	padding: 5px;
    color: #000000;
    background: #ffffffa3;
    position: absolute;
    width: 100%;
    bottom: 0;
	display: none;
	box-sizing: border-box;
}

.radio-form-material .radio-control input:checked + .radio-input .radio-input span {
    display: block;
}

.radio-form-material .radio-control input:checked + .radio-input span {
    color: #000;
    opacity: 1;
    transition: opacity ease 250ms;
	display: block;
}
.radio-form-material .radio-control input:checked + .radio-input:after {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    animation-name: animation;
    animation-duration: 250ms;
    background-color: #FFF;
    font-size: 25px;
    width: 20px;
    display: block;
    position: absolute;
    border-radius: 100%;
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: bold;
}
.radio-form-material .radio-control input:checked + .radio-input {
    border: 2px solid #0eb923;
}
.radio-form-material .radio-control input:checked + .radio-input:after,
.radio-form-material .radio-control input:checked + .radio-input i {
    color: #0eb923;
}
@keyframes animation {
    0% {
        transform: translateY(-50%) scale(0);
    }
    75% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}






/* Конструктор памятников онлайн Pam-2D */

.blok-pam2d
{
    border-radius: 15px;
    border: 2px solid #d7cbcb;
    background: url(../../../conpam/info-blok/construktor-mini.svg) no-repeat center right;
    background-size: 37%;
    background-position: 100% 50%;
    box-sizing: border-box;
    padding: 0px;
    list-style: none;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 40px 40% 40px 40px;
    float: left;
}

.blok-pam2d-img
{
    width: 47%;
    margin: 0px 3% 20px 0;
	padding: 0 0 0 80px;
    float: left;
	box-sizing: border-box;
    display: table;
    height: 60px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 13px;
    line-height: 120%;
    color: #efdc56;
}

.blok-pam2d-img div {
    vertical-align: middle;
    display: table-cell;
}

.blok-pam2d-img.forma{
    background: url(../../../conpam/info-blok/model.svg) no-repeat 0px center;
    background-size: 60px;
    background-position: 0px 50%;
}

.blok-pam2d-img.color{
    background: url(../../../conpam/info-blok/color.svg) no-repeat 0px center;
    background-size: 60px;
    background-position: 0px 50%;
}

.blok-pam2d-img.design{
    background: url(../../../conpam/info-blok/design.svg) no-repeat 0px center;
    background-size: 60px;
    background-position: 0px 50%;
}

.blok-pam2d-img.foto{
    background: url(../../../conpam/info-blok/foto.svg) no-repeat 0px center;
    background-size: 60px;
    background-position: 0px 50%;
}

.blok-pam2d h1 {
    font-family: Baltica, OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-size: 28px;
    margin: 20px 0 10px 0px;
    color: #efdc56;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
}

.blok-pam2d h2 {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 20px;
    margin: 0px 0 20px 0px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
}

.blok-pam2d p {
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 15px;
    margin: 0px 0 30px 0px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
}

.blok-pam2d button {
    background: #efdc56;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 18px;
    border-radius: 5px;
	border: none;
    margin: 20px 0px 20px 0px;
    padding: 10px 10px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    width: 300px;
}

.blok-pam2d .button:focus {
    outline: none;
    background: #fff;
    color: #000;
}



@media screen and (max-width: 1300px) {

.blok-pam2d
{
    background: url(../../../conpam/info-blok/construktor-pad-mini.svg) no-repeat center right;
	background-size: 37%;
    background-position: 100% 50%;
    padding: 40px 40% 40px 40px;
}

.blok-pam2d-img
{
    width: 100%;
    margin: 0px 0% 20px 0;
	padding: 0 0 0 80px;
}
}

@media screen and (max-width: 800px) {

.blok-pam2d h1 {
    font-size: 27px;
    margin: 0px 0 10px 0px;
}

.blok-pam2d h2 {
    font-size: 18px;
    margin: 0px 0 20px 0px;
}

.blok-pam2d p {
    font-size: 14px;
}

.blok-pam2d-img.forma{
    background-size: 40px;
}

.blok-pam2d-img.color{
    background-size: 40px;
}

.blok-pam2d-img.design{
    background-size: 40px;
}

.blok-pam2d-img.foto{
    background-size: 40px;
}

.blok-pam2d-img {
    padding: 0 0 0 60px;
    height: 40px;
    font-family: Montserrat-Regular, Montserrat-Bold, OpenSans-Bold, GothaProBol, Calibri, Tahoma;
    font-size: 15px;
}

.blok-pam2d button {
    font-size: 14px;
    width: 220px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
}
}


@media screen and (max-width: 660px) {

.blok-pam2d
{
    background: url(../../../conpam/info-blok/construktor-mobile-mini.svg) no-repeat center right;
	background-size: 37%;
    background-position: 100% 50%;
    padding: 30px 40% 30px 30px;
}
}


@media screen and (max-width: 540px) {

.blok-pam2d
{
    background: url(../../../conpam/info-blok/construktor-knopki.svg) no-repeat center right;
	background-size: 15%;
    background-position: 95% 50%;
    padding: 30px 25% 30px 30px;
}
}


@media screen and (max-width: 400px) {

.blok-pam2d
{
    background: url(../../../conpam/info-blok/construktor-knopki-mini.svg) no-repeat center right;
	background-size: 10%;
    background-position: 95% 50%;
    padding: 30px 25% 30px 30px;
}
}

/* КОНЕЦ Конструктор памятников онлайн Pam-2D */