@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.woff2') format('woff2'), 
       url('../fonts/open_sans_regular.ttf')  format('truetype'), /* ?????? ???? ????? ????????? ?????? Android, ????? ???????????????? */ 
       url('../fonts/open_sans_regular.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
} 
  
@font-face { 
  font-family: 'OpenSans-Bold'; 
  src: url('../fonts/open-sans-bold.woff2') format('woff2'), 
       url('../fonts/open-sans-bold.ttf')  format('truetype'), /* ?????? ???? ????? ????????? ?????? Android, ????? ???????????????? */ 
       url('../fonts/open-sans-bold.woff') format('woff'); 
  font-weight: bold; 
  font-style: normal; 
} 
 
@font-face {
    font-family: OpenSans-Bold; /*   */
    src: url(../fonts/open-sans-bold.ttf); /*      */
   }


/* страница ошибки */ 
   
.blok-error-item
{
    text-align: center;
	margin: 40px 0;
}   
   
.subblok-error-item   
{
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
}   

.blok-error-item-title
{
    font-family: GothaProBol, Tahoma !important;
    font-size: 15em !important;
    color: #000 !important;
    line-height: 100%;
}  
   
.blok-error-item-text
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 17px;
    margin: 30px 0 20px 0px;
    color: #7b7b7b;
    line-height: 100%;
}


.subblok-error-item-knopka
{
    width: 230px;
    margin: 0px auto 0px auto;
}


.error-item-knopka
{
    border: 5px solid #efefef !important;
    border-radius: 30px !important;
    padding: 7px 0px;
    font-size: 17px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #adadad;
    width: 220px;
    text-align: center;
    margin: 40px auto 20px auto;
    cursor: pointer;
}

.error-item-knopka:hover
{
    border: 5px solid #ff6767 !important;
    color: #000;
}

.blok-error-item-opisanie h1
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 27px;
    margin: 0px 0 0px 0px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}

.blok-error-item-knopka p
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 17px;
    margin: 20px 0 30px 0px;
    color: #5d5d5d;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}

/* страница ошибки конец*/


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;
}


img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

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;
}


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 10px;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 16px;
    color: #000;
	line-height: 1.42857143;
}

/*list*/
.container ul, .container ol{margin-left:2em;margin-bottom:1em;}
.container ol ol{margin-left:2.5em;}
.container ul > li
{
    list-style:url('../images/list.png');
    list-style-position:outside;
	margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #000;
	line-height: 1.42857143;
}
.container ol > li
{
    list-style-image:none;
	list-style-type:decimal;
    margin: 0 0 10px 0;
	font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #000;
	line-height: 1.42857143;
}
.container dt{font-weight:bold;}


.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}

.text-warning {
	color: #c09853;
}

.text-error {
	color: #b94a48;
}

.text-info {
	color: #3a87ad;
}

.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: 50px;
    padding: 5% 3%;
    margin-bottom: 15px;
    font-size: 17px !important;
    line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	vertical-align: middle;
}

.menu-left input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
	width: 100%;
}

input,
textarea,
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #fff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #999;
	background-color: #fcfcfc;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}

.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;
}


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;
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	border: none;

}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}





.breadcrumb {

	list-style: none;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}



.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;
}


.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;
}





body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.site {

	padding: 0px;
	background: url(../images/bg.png) #ffeac8;
}
body.site.fluid {
	background-color: #ffffff;
}


.site-title {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
}


.header {
	margin-bottom: 10px;
}
.header .finder {
	margin-top: 14px;
}
.header .finder .btn {
	margin-top: 0px;
}
.navigation {
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,0.075);
	border-bottom: 1px solid rgba(0,0,0,0.075);
	margin-bottom: 10px;
}
.navigation .nav-pills {
	margin-bottom: 0;
}
.hero-unit {
	background-color: #08C;
}
.hero-unit > * {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.container {
    max-width: 1150px;
    box-shadow: 0px 0px 60px #988267;
    background: #fff;
    margin: 40px auto;
}
.body .container {
	padding: 0px;

}
.well .page-header {
	margin: 0px 0px 5px 0px;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
	word-wrap: break-word;
}
h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 20px 0;
}
h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 25px 0;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}




.breadcrumb {
	margin: 20px 0;
	font-size: 14px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;

}

.breadcrumbs ul {
	margin: 10px 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;}
.mainmenu .menu { min-height: 2.5em; line-height: 2.5em; }
.mainmenu .menu li {  margin: 0 !important; float: left; display: block; position: relative;padding: 0 15px; list-style: none; min-width: 100px; text-align:center;    line-height: 3em !important; font-family: Tahoma; font-size: 14px; color:#fff; z-index: 10;}
.mainmenu .menu li:last-child { border-right: none; }
.mainmenu .menu a { text-decoration: none;  display: block; font-family: Tahoma; font-size: 14px; color:#fff;}
.mainmenu ul { margin: 0 !important;}
.mainmenu .menu ul 
{ 
    display: none;
	position: absolute;
	top: 3.8em;
	left: -2px;
	border-left: 2px solid #b10629;
	min-width: 250px;
	z-index: 1;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.mainmenu .menu ul ul { left: 100%; top: -1px; }
.mainmenu .menu li.parent li { float: none;  border-top: none; }
.mainmenu .menu li:hover { background: #424242;}
.mainmenu .menu a:hover { color: #fff; }
.mainmenu .menu li:hover ul ul,
.mainmenu .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu .menu li:hover ul,
.mainmenu .menu li:hover ul li:hover ul,
.mainmenu .menu li:hover ul li:hover ul li:hover ul { display: block; 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: OpenSans-Regular, Tahoma;
    font-size: 19px;
    text-transform: uppercase;
    color: #f4e4af;
}
.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;}
.mainmenu-niz ul { margin: 0;}
.mainmenu-niz .menu li:last-child { border-right: none; }
.mainmenu-niz .menu a { text-decoration: none; padding: 0 0px; display: block; font-family: Tahoma; font-size: 12px; color:#676767;}
.mainmenu-niz .menu ul { display: none; position: absolute; top: 2.5em; left: -1px; min-width: 160px;  border: none; }
.mainmenu-niz .menu ul ul { left: 100%; top: -1px; }
.mainmenu-niz .menu li.parent li { float: none; border: 1px solid #ccc; border-top: none; }
.mainmenu-niz .menu li:hover { }
.mainmenu-niz .menu a:hover { text-decoration: underline; }
.mainmenu-niz .menu li:hover ul ul,
.mainmenu-niz .menu li:hover ul li:hover ul ul { display: none; }
.mainmenu-niz .menu li:hover ul,
.mainmenu-niz .menu li:hover ul li:hover ul,
.mainmenu-niz .menu li:hover ul li:hover ul li:hover ul { display: block; }

div.mainmenu-niz h3
{
    font-size: 22px;
    margin: 15px 0 15px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #484848;
}



/*clearfix*/
.clear, .clr{clear:both!important;overflow:hidden!important;line-height:0!important;height:0!important;*zoom: 1;}
.clear:before, .clear:after, .clr:before, .clr:after{content:""!important;display:table!important;}
.clear:after, .clr:after{clear:both!important;}


.blok-top {
    background: #663333;
	padding: 0 0%;
	border: 4px solid #f4e4af;
	box-sizing: border-box;
}

.blok-osnovnogo-kontenta
{
	padding: 1% 0% 0;
	border-left: 4px solid #f4e4af;
	border-right: 4px solid #f4e4af;
	border-bottom: 4px solid #f4e4af;
	box-sizing: border-box;
}


/* adaptiv */

@media only screen and (max-width: 1200px){

div.blok-top {
}

div.bx-wrapper .bx-prev {
	left: 0px;
}

div.bx-wrapper .bx-next {
	right: 0px;
}

}



.logo {
    width: 145px;
    margin: 20px 0px 0px 20px;
    float: left;
	height: 97px;
}



.logo-title
{
    line-height: 120%;
    text-align: left;
    padding: 0px 0px;
    margin: 55px 0 0 50px;
    border: none;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 24px;
    color: #fae5ae;
    font-weight: 400;
    float: left;
}

.blok-telefon-top
{
    float: right;
    margin: 15px 0px 0px 0px;
	width: 23%;
}

.blok-adres-top
{
    float: right;
    margin: 15px 30px 0px 0px;
    width: 25%;
}

.blok-mail-top
{
    float: right;
    margin: 15px 0px 0px 0px;
    width: 20%;
}


div.adres-top h3
{
    color: #848484 !important;
    text-align: right;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.adres-top
{
    color: #e21a1a !important;
    text-align: right;
    margin: 0px 0px 0px 0;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

div.adres-top a, div.adres-top a:link, div.adres-top a:visited
{
    color: #000 !important;
}

div.adres-top p
{
    margin: 0px 0px 0px 0;
}



.tel {
    text-align: center;
}

div.tel p {
    margin: 0 0 0px 0 !important;
	line-height: 120% !important;
	font-family: OpenSans-Regular, Tahoma !important;
    font-size: 26px !important;
    color: #000 !important;
	font-weight: 400 !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: 15px OpenSans-Regular, Arial;
    color: #e21c1c!important;
    line-height: 140%;
    text-align: center;
    margin: 5px 0 0 0;
    cursor: pointer;
}


.poisk-icon {
    width: 36px;
    margin: 20px 0 0px 20px;
    float: left;
}

div.poisk-icon form {
    margin: 0 0 0px;
}


.menu-blok {
    background: #663333;
    margin: 0 0 0 0;
	min-height: 10px;
}


.breadcrumbs
{
    margin: 0 1% 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;
}

.blok-forma-zakaz-liniya .input-prepend {
    display: inline-block;
    margin: 1.5%;
    vertical-align: middle;
    font-size: 0;
    width: 30%;
    white-space: nowrap;
}


.blok-forma-zakaz-liniya input[type="button"].btn-block {
    width: 30%;
    border: 1px solid #f56886;
    margin: 1.5%;
    display: inline-block;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 0;
}



.zakaz-item
{
    width: 150px;
    margin: 20px 0 40px 0px;
    border: solid 1px #bb381a;
    background: #ff2f00;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 19px;
	color: #fff;
}

.zakaz-item:hover
{
    cursor: pointer;
}


.zakaz-item-uslugi
{
    width: 150px;
    margin: 20px 0 20px 0px;
    border: solid 1px #bb381a;
    background: #ff2f00;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    float: left;
    font-family: OpenSans-Regular, Tahoma;
    font-size: 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 {
    background: #663333;
    margin: 0px 0 0px 0;
    padding: 1% 2.5%;
}


.blok-niz-mainmenu
{

}


.copyrights {
    float: left;
    color: #8e6c78;
    margin: 20px 0 0 0;
	font-family: Tahoma, "Arial", sans-serif;
    font-size: 13px;
}







div.map-sait-link {
    margin: 15px 0 0 0;
	float: left;
	font-family: Tahoma, "Arial", sans-serif;
    font-size: 13px;
}

div.map-sait-link a, div.map-sait-link a:link, div.map-sait-link a:visited {
    color: #8e6c78 !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: #6d3737;
    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: #6d3737;
}

.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 30px 0px;
}

div.k2Pagination ul
{
    margin: 0px 0px 0px 0px;
	text-align: center;
}

div.k2Pagination li
{
    margin: 0px 5px 0px 5px;
	display: inline-block;
    list-style: none;
    padding: 2px 0px;
    width: 25px;
    text-align: center;
	font-size: 18px;
}

div.k2Pagination li a 
{
    color: #a5a5a5;
}

div.k2Pagination li.active a 
{
    color: #000;
}


/*table )*/
div.container tbody {}
div.container table {width:100%;border:solid 1px #ccc;border-top:none;border-right:none;font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%; margin: 0 0 20px 0;border-spacing: 0px;}
div.container table li{font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%;margin:0px 0px 5px 0px;}
div.container table p{font-family: tahoma,Arial,Sans-serif;font-size:14px;line-height: 140%;}
div.container table caption {color:#999;font-style: italic;}
div.container table th {text-align: right;}
div.container table thead th {text-align: center;border-bottom:solid 2px #222;}
div.container table th, div.container table td {line-height:1.5em;padding: 10px; background: none;}
div.container table thead th, div.container table thead td {padding-top:0.75em;}

div.container table tr {border-right:solid 1px #ccc;}

div.container table td {border-right:solid 1px #ccc;}

div.container table tfoot th, div.container table tfoot td {padding-bottom:0.75em; font-style: italic;}
div.container table tbody th, .container table tbody td, div.container table tfoot th, div.container table tfoot td {border-top:solid 1px #ccc}
div.container table tr:nth-child(even) td{}
div.container table tr:hover {background: none!important;}
div.container table tbody tr:nth-child(odd) th, div.container table tbody tr:nth-child(odd) td {background:rgba(0, 0, 0, 0.05); }




div.itemHeader h2
{
    font-size: 24px;
    margin: 15px 0 25px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.itemListCategory h2
{
    font-size: 28px;
    margin: 10px 0 25px;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #633;
}

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;
}

.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
}


.itemImageBlock
{
    margin: 0 0 30px 0;
}









/* Сброс стилей для поля ввода в браузерах webkit */
div.poisk-icon input {
	outline: none;
}
div.poisk-icon input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
div.poisk-icon input::-webkit-search-decoration,
div.poisk-icon input::-webkit-search-cancel-button {
	display: none; /* Удаляем иконку поиска и сброса */
}

/* Поле ввода строки поиска */
div.poisk-icon input[type=search] {
	background: url(../images/poisk.jpg) no-repeat 2px center #fff;
	border: solid 1px #dcf4ff;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.poisk-icon input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* Заполнитель */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Демо B */
div#demo-b input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
div#demo-b input[type=search]:hover {
	background-color: #fff;
}
div#demo-b input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
div#demo-b input:-moz-placeholder {
	color: transparent;
}
div#demo-b input::-webkit-input-placeholder {
	color: transparent;
}





.catItemAttachmentsBlock-title
{
    font-family: Calibri, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    margin: 20px 0 0 0;
    color: #6d6d6d;
}

div.catItemAttachmentsBlock ul
{
    margin: 10px 0;
}

div.catItemAttachmentsBlock li
{
    list-style: none;
}








/* menu kategorii kataloga */

div.mod-katalog-menu
{
	margin: 0 0 50px 0;
	padding: 0 0 0px 0;
}

div.mod-katalog-menu h3 {
    font-size: 28px;
    margin: 45px 0 45px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: center;
}

div.mod-katalog-menu ul {
    margin: 0;
}

div.mod-katalog-menu li {
    border-radius: 5px;
    box-shadow: 0px 0px 20px #d8d6d6;
    padding: 0px 0 20px 0;
    list-style: none;
    float: left;
    width: 31.3%;
    margin: 1%;
    text-align: center;
    box-sizing: border-box;
}

div.mod-katalog-menu li img{

    border-radius: 5px 5px 0 0;
}

.image-title
{
    font-family: OpenSans-Bold, Tahoma;
    font-size: 18px;
    list-style-position: outside;
	text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #630728;
    margin: 0px 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;
}

.product-view-button a {
    display: inline-block;
    font-size: 18px;
    color: #ddd;
    border: 1px solid #eaf2f4;
    border-radius: 3px;
    padding: 7px 7px 5px;
    margin: 4px 4px 4px 0;
}

.product-view-button a.active{
    color: #428bca;
	text-decoration: none;
}

svg #vid-setka
{ 
  fill: #2f2d2d;
}

.product-view-button a.active svg #vid-setka
{ 
  fill: #ff0000;
}

svg #vid-list
{ 
  fill: #2f2d2d;
}

.product-view-button a.active svg #vid-list
{ 
  fill: #ff0000;
}


div.itemContainer-oborud.itemContainerLast.list-view .catItem-oborudovanie-img
{
    text-align: center;
	display: table;
	float: left;
	width: 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: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
	float: left;
    text-align: right;
	width: 30%;
}

div.itemContainer-oborud.itemContainerLast.list-view div.cena-cat-item div {
    vertical-align: middle;
    display: table-cell;
}

.itemContainer-oborud.itemContainerLast.grid-view
{
    width: 29%;
    margin: 1% 1%;
    float: left;
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    padding: 1%;
}

div.itemContainer-oborud.itemContainerLast.list-view
{
    width: 96.5%;
    margin: 1% auto;
    float: none;
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    padding: 0.5%;
}



div.itemContainer-oborud.itemContainerLast.list-view .catItemReadMore
{
    display: none;
}


























/* oborudyivanie */


div.mod-komplekty .bx-wrapper .bx-viewport {
    background: none;
    padding: 20px 0 20px 0;
}

div.mod-komplekty
{
	margin: 0 0 50px 0;
}

div.mod-komplekty h3 {
    font-size: 28px;
    margin: 25px 0 25px;
    text-align: left;
    font-family: OpenSans-Bold, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #630728;
}

div.mod-komplekty ul {
    margin: 0;
}

div.mod-komplekty li {

    border-radius: 5px;
    box-shadow: 0px 0px 20px #d8d6d6;
    padding: 10px 0 20px 0;
}

div.mod-komplekty li img 
{
    border-radius: 0px 0px 0px 0;
    max-height: 250px;
    width: auto;
}

div.ext-itemimage-katalog
{

    height: 250px;
    display: table;
    width: 95%;
    line-height: 100%;
    margin: 2.5% auto 0px auto;
    text-align: center;
}

.ext-itemimage-katalog div {
    vertical-align: middle;
    display: table-cell;
}



div.ext-itemtitle-komplekt
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.ext-itemtitle-komplekt div {
    vertical-align: middle;
    display: table-cell;
}


.itemContainer-oborud.itemContainerLast
{
    width: 29%;
    margin: 1% 1%;
    float: left;
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    padding: 1%;
}



.catItemView-oborudovanie {
    padding: 0px;
    margin: 0;
}

.catItem-oborudovanie-img
{
    height: 250px;
    display: table;
    width: 100%;
    line-height: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
}

.catItem-oborudovanie-img div {
    vertical-align: middle;
    display: table-cell;
}

.catItem-oborudovanie-img img
{
    border-radius: 0px 0px 0px 0;
	max-height: 250px;
    width: auto;
}








div.catItemHeader-oborudovanie {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.catItemHeader-oborudovanie div {
    vertical-align: middle;
    display: table-cell;
}

div.catItemHeader-oborudovanie a, div.catItemHeader-oborudovanie a:link, div.catItemHeader-oborudovanie a:visited {
    color: #000;
    text-decoration: none;
}


div.cena-cat-item {
    font-size: 24px;
    margin: 15px 0 20px;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #630728;
    text-align: center;
}

div.cena-item {
    font-size: 28px;
    margin: 5px 0 5px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
	text-align: left;
}

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 15px auto;
    border: solid 1px #f9d99b;
    padding: 6px 10px 6px 10px;
    border-radius: 4px;
}

div.mod-komplekty li:hover .catItemReadMore, .itemContainer-oborud:hover .catItemReadMore
{
   	border: solid 1px #ffcc00;
	background: #fdf495;
    color: #391b00 !important;
	box-shadow: 0 4px 17px -2px #e6e7eb;
}

.itemImageBlock-komplekt
{
    width: 53%;
	float: left;
	margin: 0 2% 0 0;
}

.itemImageBlock-komplekt img
{
    width: 100%;
}

.komlekt-item-right
{
    width: 45%;
	float: right;
	margin: 0 0 0 0;

}

.komlekt-item-right-top
{

	padding: 10px 0 10px 0;
}

.komlekt-item-right-bottom-2 {
    border: 1px solid #f5f5f5;
    padding: 10px 15px 10px 15px;
	margin: 15px 0 0 0;
    border-radius: 5px;
	font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
	line-height: 140%;
}


.subCategoryContainer-katalog
{
    width: 31%;
    margin: 1% 1%;
    float: left;
    border-radius: 5px;
    border: 1px solid #eaf2f4;
}


.subCategoryContainer-katalog-Images
{
    height: 200px;
    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: 1% auto 1% auto;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 18px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    line-height: 140%;
    color: #0061a5;
    display: table;
    height: 65px;
}

.subCategoryContainer-katalog-Title div {
    vertical-align: middle;
    display: table-cell;
}




div.k2ItemsBlock-katalog ul {
    margin: 0;
    text-align: center;
}

div.k2ItemsBlock-katalog li {
    border-radius: 5px;
    border: 1px solid #eaf2f4;
	box-sizing: border-box;
    padding: 0.5%;
    list-style: none;
    width: 31.3%;
    margin: 0.5%;
    display: inline-block;
}

.moduleItemImages-katalog
{
    height: 250px;
    display: table;
    width: 100%;
    line-height: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
}

.moduleItemImages-katalog div {
    vertical-align: middle;
    display: table-cell;
}

div.k2ItemsBlock-katalog li img
{
    border-radius: 0px 0px 0px 0;
    max-height: 250px;
    width: auto;
}

div.moduleItemTitle-katalog {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #0061a5;
    margin: 15px auto 0px auto;
    display: table;
    height: 80px;
}

.moduleItemTitle-katalog div {
    vertical-align: middle;
    display: table-cell;
}



/* VIDEO */

.itemVideoBlock
{
    margin: 0px 0 20px;
}













 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
 
 @font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* minimal styles for that navi */
.rmm {margin: 0 auto;}
.rmm ul {margin: 0; padding:0; list-style: none; position: relative; }
.rmm ul:after {content: ""; clear: both; display: block;}
.rmm ul li {float: left; }
.rmm ul li:hover {background: #202020;}
.rmm ul li:hover > ul {display: block;}
.rmm ul li:hover a{color: #fff;}
.rmm ul li a {color: #fff; display: block; text-decoration: none;}
.rmm ul ul {display: none; margin:0; padding: 0; position: absolute; top: 100%;}
.rmm ul ul li {float: none; position: relative;}
.rmm ul ul li a{color: #fff;}
.rmm ul ul li a:hover {background: #202020;}
.rmm ul ul ul {position: absolute; left: 100%; top:0; width: 100%;}

/* mobile menu header button */
.rmm-toggled {width: 100%; min-height: 50px; margin: 0 auto; display: none;}
.rmm-closed ~ .rmm-mobile {display: none!important;}
.rmm-toggled-controls{width: 100%;}
.rmm-toggled-title{width: 60%; float: left; font-size: 27px; color: #fae5ae; 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: #fae5ae; 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: #663333;}
.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: #f4e4af;
    font-weight: 400;
    display: block;
    padding: 15px 15px;
    font-family: OpenSans-Bold, OpenSans-Regular, "Courier New", Courier, monospace;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
}
.rmm.style ul ul li {border-bottom: 1px solid #ffe2e8;}
.rmm.style ul ul li a {font-size: 17px;}
.rmm.style ul ul li:last-child {border-bottom: none; }
.rmm.style ul ul li a {padding: 12px 23px; color: #630728;}
.rmm.style ul ul li a:hover {background: #663333;color: #f4e4af;     }

/* 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: #b10629!important;}
/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {-webkit-transform: rotate(120deg)!important; transform: rotate(120deg)!important; top: 4px!important; font-size: 14px!important; float: right; margin-right: -5px; color: #b10629!important;}
.rmm.style .rmm-mobile li{background: #fff; border-bottom: 1px solid #ffe2e8!important; border-top: 0!important;}

div.rmm.style .rmm-mobile li:last-child ul
{
    margin: 0 0 0 0px!important;

}

div.rmm.style .rmm-mobile ul li ul
{
	width: 100%;
	border: none;
}

/*
 like mobile view style
.rmm.style2 {text-align: left; font-family: Tahoma;}
.rmm.style2 ul {box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15); background:#990; text-transform: uppercase; display: inline-table; text-align:left; width: 100%;}
.rmm.style2 ul li {float: none;}
.rmm.style2 ul li:hover {background: #4b545f;}
.rmm.style2 ul ul {display: none; margin:0; background: #5f6975; border-radius: 0px; padding: 0; position: relative;}
.rmm.style2 ul li a {color: #fff; font-weight:600; display: block; padding: 15px 35px; text-decoration: none; font-weight:600; }
.rmm.style2 ul ul li {border-bottom: 1px solid #575F6A; border-top: 1px solid #6B727C;}
.rmm.style2 ul ul li a {padding: 12px 35px; color: #fff; }
.rmm.style2 ul ul li a:hover {background: #4b545f;}
.rmm.style2 ul ul ul {left: 0;}
*/


/********************************
         Aa?oeeaeuii-auiaaa?uaa iai? aeei?aaii
************************************************************/
ul.vmenu {
    font: 300 17px Tahoma, roboto-light, Arial,Helvetica,sans-serif;
	background: #fff;    
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style:none;
    border-radius: 3px;
	border: 1px solid #ffbc4e;
}
ul.vmenu li {   
    margin: 0 0 0;
	border-bottom: 1px solid #efe4b0;
	list-style: none;
	font-size: 17px;
}

ul.vmenu li:last-child { border-bottom: none; }

ul.vmenu li a {
    color: #630728;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
}
ul.vmenu li > a:hover, ul.vmenu li.active > a, ul.vmenu li > a:focus {background-color:transparent; color:#d62828}
ul.vmenu li.parent > a:after {
    display:block;
    content:"";
    float:right;
    margin:8px 5px 0 0;
    height:3px;
    width:6px;
}
/* Auiaaa?uea ioieou */
ul.vmenu li ul {
    font-weight: normal;
    padding: 0;
    list-style:none;
	background: #e6e6e6;
	border-radius: 0;
	margin: 0;
}
ul.vmenu li ul li {
    border-bottom: 1px solid #d4d8dd;
    padding: 10px 0 10px 8px;
	font: 400 14px Tahoma, Arial,Helvetica,sans-serif;
	list-style: none;
}
ul.vmenu li ul li a {
    background: url("../images/vmenu-arrow.png") no-repeat scroll 5px center transparent !important;
    border: medium none;
    padding: 0 0 0 15px;
}
ul.vmenu li ul li a:hover {color:#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: OpenSans-Bold, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #630728;
}




/* 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: 24px;
    margin: 0px 0 0px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}









/* gallereya */

.pg-csv-box {
    float: left;
    padding: 10px;
    margin: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    box-shadow: 0px 0px 10px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pg-cv-box {
    float: left;
    padding: 1%;
    margin: 0.5%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    box-shadow: 0px 0px 10px 0px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2) !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}



/* staty-blok */

.itemContainer-staty-blok
{
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 1%;
    margin: 1%;
	float: left;
	width: 29%;
}

.catItemTitle-staty-blok {
    font-family: Calibri, Tahoma;
    font-size: 24px;
    list-style-position: outside;
    font-weight: 700;
    text-align: center;
    height: 150px;
    display: table;
    width: 100%;
    line-height: 140%;
    color: #0061a5;
}

.catItemTitle-staty-blok {
    vertical-align: middle;
    display: table-cell;
}


/* blok pod kategorii */

.subCategoryContainer-25proc
{
    background: #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: 25px 0 45px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: center;
}

div.mod-uslugi ul
{
    margin: 0;
}

div.mod-uslugi li
{
    border-radius: 5px;
    border: 1px solid #eaf2f4;
    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;
}

.itemContainer-uslugi.itemContainerLast {
    width: 31.3%;
    margin: 1% 1%;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #eee;
    border: 1px solid #f7dde3;
    padding: 0px 0 20px 0;
    box-sizing: border-box;
}

div.catItemHeader-uslugi {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 95%;
    line-height: 140%;
    color: #0061a5;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.catItemHeader-uslugi div {
    vertical-align: middle;
    display: table-cell;
}

.catItem-uslugi-img img {
    border-radius: 5px 5px 0px 0;
}



/* 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: 75%;
    float: right;
    margin: 0 1% 50px 0;
}

.blok_menu_left
{
    width: 22%;
    padding: 0 1% 0 1%;
	float: left;
	background: #fff;
}

div.blok_menu_left h1
{
    font-size: 28px;
    margin: 0px 0 0px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}

div.blok_menu_left h2
{
    font-size: 22px;
    margin: 10px 0 15px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #004591;
    text-align: center;
}


div.blok_menu_left h3
{
    font-size: 24px;
    margin: 0px 0 25px 0;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    display: none;
}


/* TRICOLOR TV GOROD */

div.itemHeader-Tricolor-Gorod h2
{
    font-size: 36px;
    margin: 25px 0 5px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #d60d37;
	text-align: center;
}

div.itemBody-Tricolor-Gorod
{
    margin: 20px auto;
    width: 96%;
}


div.itemBody-Tricolor-Gorod h2
{
    font-size: 28px;
    margin: 25px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}



/* Vstupitelnyi text */

.mod-vstupitelnyi-glavnaya
{
    margin: 20px auto 0;
    width: 96%;
}

div.mod-vstupitelnyi-glavnaya h3 {
    font-size: 28px;
    margin: 50px 0 30px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #000;
	text-align: center;
}

div.mod-vstupitelnyi-glavnaya p {
    margin: 0 0 9px;
    font-family: OpenSans-Regular, Arial, Verdana;
    font-size: 14px;
    color: #000;
    line-height: 1.42857143;
}




div.moduletable_menu
{
    margin: 0px 0 30px;
}

div.menu-left ul
{
    margin: 0px 0 0px;
}

div.menu-left li
{
    list-style: none;
    border-bottom: 1px solid #efe4b0;
	padding: 0 0 0px 0;
}

div.menu-left li:last-child {
    border-bottom: none;
}



/* kontakty niz */

.blok-kontakty-niz
{
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.blok-kontakty-niz-telefon
{
    margin: 0px 0 20px 0;
}



div.blok-kontakty-niz-telefon p
{
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Bold, OpenSans-Regular, Tahoma !important;
    font-size: 30px !important;
    color: #fae5ae !important;
    font-weight: 400 !important;
    text-align: left;
}

div.blok-kontakty-niz-adres
{
    margin: 5px 2% 5px 0;
    float: left;
    width: 48%;
    display: table;
    height: 25px;
    padding: 0 0 0 3%;
    box-sizing: border-box;
    background: url(../svg/adres.svg) left center no-repeat;
    background-size: 2.5%;
    background-position: 2% 30%;
}


.blok-kontakty-niz-adres div
{
    vertical-align: middle;
    display: table-cell;
}

div.blok-kontakty-niz-adres h3 {
    color: #676767 !important;
    text-align: left;
    margin: 0px 0px 0px 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

div.blok-kontakty-niz-adres p {
    margin: 0px 0px 0px 0;
	text-align: left;
	font-size: 13px;
	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: #fae5ae !important;
}

div.blok-kontakty-niz-mail
{
    margin: 10px 0px 20px 0;
}

div.blok-kontakty-niz-mail p
{
    margin: 0px 0px 0px 0;
	text-align: right;
	font-size: 16px;
	font-family: OpenSans-Regular, Calibri, Tahoma;
	color: #fff !important;
}



/* tricolor dlya doma */

div.itemHeader-Tricolor-dom h2 {
    font-size: 36px;
    margin: 10px 0 30px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #d60d37;
    text-align: center;
}

.slaider-dom
{
    background: url(../images/bg-dom.jpg) no-repeat center bottom;
    border-bottom: 3px solid #d60d37;
}


.catItemIntroText-slaid
{
    margin: 20px 0 0px;
}




.slaider-dacha {
    background: url(../images/bg-dacha.jpg) no-repeat center;
    border-bottom: 3px solid #d60d37;
}




.box-modal h2
{
    font-size: 24px;
    margin: 10px 0 25px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.btn-success {
    font-size: 17px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
}

div.box-modal textarea, div.box-modal input[type="text"]{
    padding: 13px 2.9% !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

div.zakaz-box input[type="button"]
{
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
	width: 280px;
	margin: 10px auto 0 auto;
	border: 1px solid #d60d37;
}

div.blok-zayavka-glavnaya input[type="button"]
{
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
	padding: 13px 0 !important;
}



/* OTZYIVYI */

blockquote p {
    line-height: 140%  !important;
}

div.tab-content input[type="text"]
{
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    vertical-align: middle;
}

div.tab-content .input-prepend input
{
    padding: 10px 3% !important;
}


div.tab-content textarea
{
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}






.zayavka-item-link
{
    border-radius: 30px !important;
    width: 280px;
    margin: 25px auto 0 auto;
    background: #d60d37;
	font-size: 36px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}

.itemListView-info
{
    margin: 0 2%;
}








/* portfolio */

div.mod-foto
{
    padding: 2.5% 2% 2%;
    border-top: 1px solid #f4e4af;
}


div.mod-foto h3 {
    font-size: 28px;
    margin: 35px 0 35px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000000;
    text-align: center;
}

div.mod-foto-item {
    margin: 0px 0 20px;
}

div.mod-foto-item h2 {
    font-size: 36px;
    margin: 25px 0 25px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #004591;
    text-align: center;
}








/* blok-colonka-right-zayavka-link */

.blok-colonka-right-zayavka-link
{
    background: #d60d37;
    margin: 20px 0 0px 0;
	padding: 15px;
	border-radius: 5px;
}

.blok-colonka-right-zayavka-link-title
{
    font-size: 17px;
    margin: 10px 2% 10px 0;
    font-family: Calibri light, "Courier New", Courier, monospace;
    font-weight: 300;
    line-height: 120%;
    color: #fff;
    text-align: left;
	float: left;
	width: 70%;
}

.blok-colonka-right-zayavka-link-button
{
    font-size: 20px;
    margin: 10px 2% 10px 0;
	padding: 7px 0;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #d60d37;
    text-align: center;
	float: right;
	width: 25%;
	background: #fff;
	border-radius: 20px;
}



/* iconki na glavnoy */

.blok-iconki-glavnaya
{
    margin: 3% 0 3% 0;
    text-align: center;
}


.podblok-iconki-glavnaya
{
    margin: 1%;
	width: 31.3%;
    float: left;
	box-sizing: border-box;
}

.podblok-iconki-glavnaya-img
{
    width: 60px;
    margin: 5% auto 5% auto;
    height: 60px;
}

.podblok-iconki-glavnaya-title
{
    font-family: OpenSans-Bold, Tahoma;
    font-size: 20px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #3a1616;
    margin: 30px auto 0px auto;
    display: table;
    height: 40px;
}

.podblok-iconki-glavnaya-title div {
    vertical-align: middle;
    display: table-cell;
}


.podblok-iconki-glavnaya-text
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 13px;
    list-style-position: outside;
    font-weight: 400;
    text-align: center;
    width: 100%;
    line-height: 140%;
    color: #3a1616;
    margin: 0px auto 0px auto;
    display: table;
    height: 80px;
}

.podblok-iconki-glavnaya-text div {
    vertical-align: middle;
    display: table-cell;
}


/* blok bannery */

.blok-banner-subslaid
{

}

.podblok-banner-subslaid
{
    margin: 2% 1%;
	float: left;
	width: 31.3%;
}

.podblok-banner-subslaid img
{
	width: 100%;
}


/* pole akcii zamena */




.share42init
{
    margin: 0px 0px 15px 0px;
}

.ne-oferta
{
    float: left;
    margin: 20px 0px 20px 0px;
	font-family: Tahoma, "Calibri", "Arial", sans-serif;
    font-size: 12px;
    color: #8e6c78;
}

.niz-2 {
    float: left;
    margin: 0px 0px 5px 0px;
	font-family: Tahoma, "Calibri", "Arial", sans-serif;
    font-size: 12px;
}

div.niz-2-2 a, div.niz-2-2 a:link, div.niz-2-2 a:visited, div.niz-2-1 a, div.niz-2-1 a:link, div.niz-2-1 a:visited
{
    color: #8e6c78;
}


.pg-cv-box-mod-ri {
    float: none !important;
    display: inline-block !important;
	float: left;
    padding: 1px !important;
    margin: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 0px !important;
    background: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}







/* modul gallereya */



.pg-cv-box {
    float: none !important;
    display: inline-block !important;
}

div.sigProGalleriaContainer {
    background: #fff !important;
    margin: 0px 0px !important;
    padding: 0% !important;
    clear: both;
}

ul.sigProGalleria {
    text-align: center;
}

ul.sigProGalleria li.sigProThumb {
    float: none !important;
	display: inline-block !important;
    background: none !important;
    margin: 4px 4px 4px 0;
    padding: 0;
    border: none!important;
    list-style: none !important;
}

ul.sigProGalleria li.sigProThumb a.sigProLink {color:#ccc;background-color:#ccc;border:1px solid #ccc !important;}
ul.sigProGalleria li.sigProThumb a.sigProLink:hover {color:#eee;text-decoration:none;background-color:#f4f2ed;border:1px solid #999 !important;}
ul.sigProGalleria li.sigProThumb a.sigProLinkSelected {border:1px solid #777 !important;}











.itemFullText
{
    margin: 20px 0px 0px 0;
}

div.catItemHeader h3
{
    font-size: 24px;
    margin: 25px 0 25px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}


























/* soc icon */


.blok-social-icon
{
    text-align: left;
    margin: 50px 20px 0 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 #f4e4af;
    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: #f4e4af;
}

.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 #f4e4af;
    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: #f4e4af;
}

.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 #f4e4af;
    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: #f4e4af;
}

.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 #f4e4af;
    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: #f4e4af;
}

.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 #f4e4af;
    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: #f4e4af;
}

.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 #f4e4af;
    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: #f4e4af;
}

.blok-social-icon-yotub:hover svg #yotub
{ 
  fill: #fff;
}

svg #yotub{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}









/* mesedzhers i social */

.blok-mesengers
{
    text-align: center;
    margin: 20px auto 20px;
    float: right;
    width: 142px;
}

.mesengers-telegram
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.mesengers-telegram:hover
{
    background: #219fe2;
	border: 1px solid #219fe2;
}

svg #telegram
{ 
  fill: #fff;
}

.mesengers-telegram:hover svg #telegram
{ 
  fill: #fff;
}

svg #telegram{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}







.mesengers-viber
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    padding: 8px 0 0 0;
	margin: 3px;
	text-align: center;
}

.mesengers-viber:hover
{
    background: #7c529e;
	border: 1px solid #7c529e;
}

svg #viber
{ 
  fill: #fff;
}

.mesengers-viber:hover svg #viber
{ 
  fill: #fff;
}

svg #viber{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

















.mesengers-whatsapp
{
    display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
    width: 35px;
    height: 27px;
    text-align: center;
    padding: 8px 0 0 0;
	margin: 3px;
}

.mesengers-whatsapp:hover
{
    background: #189d0e;
	border: 1px solid #189d0e;
}

svg #whatsapp
{ 
  fill: #fff;
}

.mesengers-whatsapp:hover svg #whatsapp
{ 
  fill: #fff;
}

svg #whatsapp{ 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}



/* Gallery Classic */

.itemImageGallery
{
    text-align: center;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: 0px 0 0 0px;
    padding: 1px;
    border: 1px solid #ccc;
}

ul.sigProClassic li.sigProThumb {
    background: #fff!important;
    margin: 1px;
    display: inline-block;
	float: none;
    padding: 0;
    list-style: none!important;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0px 0px 0;
    background: none;
}






/* forma kontakty */

.forma-content-box {
    border: 1px solid #eaf2f4 !important;
    padding: 3%;
    border-radius: 8px;
    margin: 20px 0 0 0;
}

div.forma-content-box h2 {
    font-size: 24px;
    margin: 0px 0 25px;
    font-family: OpenSans-Regular, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

div.forma-content-box .input-prepend input
{
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 14px 3%;
    box-sizing: border-box;
    width: 100%;
}

div.forma-content-box .input-medium {
    width: 100%;
    box-sizing: border-box;
}

div.forma-content-box textarea
{
    display: inline-block;
    padding: 2% 3%;
}



/* стиль ползунка */

::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#fefcea00; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#ffcb17; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 3px; 
}




/* mod template */

.container-ficsir {
    max-width: 1150px;
    margin: 0 auto;
}

.blok-ficsir
{
    background: #ffcc00;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.blok-ficsir-info
{
    float: left;
	margin: 0 30px 0 0;
	width: 50%;
}

.blok-ficsir-info-title
{
    font-size: 26px;
    margin: 0px 0 15px;
    font-family: Calibri, "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    text-align: left;
	text-transform: uppercase;
}

.blok-ficsir-info-text
{
    font-size: 16px;
    margin: 0px 0 0px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: left;
}

span.blok-ficsir-info-text-1
{

}

span.blok-ficsir-info-text-2
{
    display: none;
}


.blok-ficsir-info-buton
{
    font-size: 18px;
    margin: 20px 0 0px;
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    text-align: center;
    border-radius: 5px;
	border: 1px solid #d49d22;
	padding: 5px;
	width: 150px;
	cursor: pointer;
}

.blok-ficsir-info-buton:hover
{
    color: #fff;
    background: #ff0000;
	border: 1px solid #ff0000;
}


#tplthumb
{
    float: left;
	margin: 0 10px 0 0;
}

#tplthumb img
{
    border-radius: 5px;
	padding: 1px;
	border: 1px solid #d49d22;
}

.blok-tp
{
    float: left;
	width: 266px;
}

.blok-tp select {
    width: 99.5%;
    border: 1px solid #cccccc;
    background-color: #ffffff;
	margin: 0 0 10px 0;
}

.blok-tp select, input[type="file"] {
    height: 40px;
    line-height: 40px;
    padding: 5px 3%;
    font-family: OpenSans-Regular, Calibri, Tahoma;
}