* { color: inherit; font: inherit; margin: 0; padding: 0; }

a img { border: none; }

a { text-decoration: none; }

b, strong, th { font-weight: bold; }

i, em { font-style: italic; }

fieldset { border: none; }

input, textarea, select, option, button { box-sizing: border-box; }

[hidden] { display: none !important; }

sub, sup { font-size: smaller; }

.envelope, .category-desc { box-sizing: border-box; display: table; width: 100%; table-layout: fixed; }

.clearfix::after { content: ""; display: table; clear: both; }

table.equal-cage-top, table.equal-cage-middle, table.equal-cage-bottom { border-collapse: collapse; table-layout: fixed; width: 100%; }
table.equal-cage-top:not(:first-child), table.equal-cage-middle:not(:first-child), table.equal-cage-bottom:not(:first-child) { margin-top: 1em; }

table.equal-cage-top > tbody > tr > td { vertical-align: top; }

table.equal-cage-middle > tbody > tr > td { vertical-align: middle; }

table.equal-cage-bottom > tbody > tr > td { vertical-align: bottom; }

table.simple { border-collapse: collapse; margin-left: auto; margin-right: auto; }
table.simple:not(:first-child) { margin-top: 1em; }
table.simple > thead > tr > td, table.simple > thead > tr > th, table.simple > tbody > tr > td, table.simple > tbody > tr > th, table.simple > tfoot > tr > td, table.simple > tfoot > tr > th { border: 1px solid #AAA; padding: 8px; }
table.simple > thead > tr > td, table.simple > tbody > tr > td, table.simple > tfoot > tr > td { vertical-align: top; }
table.simple > thead > tr > th, table.simple > tbody > tr > th, table.simple > tfoot > tr > th { vertical-align: middle; }

table.bordered:not(:first-child) { margin-top: 1em; }
table.bordered > thead > tr > td, table.bordered > thead > tr > th, table.bordered > tbody > tr > td, table.bordered > tbody > tr > th, table.bordered > tfoot > tr > td, table.bordered > tfoot > tr > th { border: 1px solid #666; }

table.spaced-cells > thead > tr > td, table.spaced-cells > thead > tr th, table.spaced-cells tbody > tr > td, table.spaced-cells tbody > tr th, table.spaced-cells tfood > tr > td, table.spaced-cells tfood > tr th { padding: .5em .5ex; }
table.spaced-cells > thead > tr:first-child, table.spaced-cells tbody > tr:first-child, table.spaced-cells tfood > tr:first-child { padding-top: 0; padding-left: 0; }
table.spaced-cells > thead > tr:last-child, table.spaced-cells tbody > tr:last-child, table.spaced-cells tfood > tr:last-child { padding-bottom: 0; padding-right: 0; }

table.symmetrical-aligned-cells > tbody > tr > td { text-align: center; }
table.symmetrical-aligned-cells > tbody > tr > td:first-child { text-align: left; }
table.symmetrical-aligned-cells > tbody > tr > td:last-child { text-align: right; }

@media print { table.collapse-on-print > tbody, table.collapse-on-print > tbody > tr, table.collapse-on-print > tbody > tr > td { display: block !important; width: auto !important; text-align: left !important; }
  table.collapse-on-print > thead, table.collapse-on-print > tfoot { display: none !important; }
  table.collapse-on-print > tbody > tr:not(:first-child) > td { padding: 1em 0 0 0 !important; }
  table.collapse-on-print > tbody > tr:first-child > td:not(:first-child) { padding: 1em 0 0 0 !important; } }
.pull-right { float: right; margin-left: 1ex; }

.pull-left { float: left; margin-right: 1ex; }

input, textarea, select, option, button { background: #FFF; color: #000; }

input, textarea, select, button { border: 1px solid #C7C7C7; padding: .2em 1ex; }

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) { margin-top: 1em; }

h1, h2 { color: #19648c; font-size: 14pt; font-weight: bold; text-transform: uppercase; }
h1 > a, h2 > a { text-decoration: none !important; }

h3 { font-size: 14pt; font-weight: bold; color: #2B4274; text-transform: uppercase; }

h4, h5, h6 { font-weight: bold; }

hr { border: 1px solid #DDD; color: #DDD; }
hr:not(:first-child) { margin-top: 1em; }

.fullscreen-layout { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); overflow: auto; }

.info-blocks { border-spacing: 18px; table-layout: fixed; width: 100%; width: calc(100% + 36px); margin-left: -18px; }
.info-blocks > tbody > tr > td { border: 2px solid #DFE7EA; border-radius: 4px; vertical-align: top; padding: 17px 20px; }
.info-blocks > tbody > tr:nth-child(even) { border-color: #E7E7E7; }

.works { margin-top: 27px; border-top: 4px solid #2D4375; padding-top: 18px; }

.illustration { text-align: center; padding: 1ex; background: #F5F5F5; border: 1px solid #D4D4D4; }
.illustration:not(:first-child) { margin-top: 1em; }

#old-ie { background: #FFF; color: #000; border-bottom: 2px solid #861207; font-size: 12pt; margin-bottom: 1em; padding: .5em 0; text-align: center; }
#old-ie a { color: #861207; text-decoration: underline; }
#old-ie a.firefox { color: #3D6D31; }

.hidden-form-layout { width: 600px; height: 100%; table-layout: fixed; border-spacing: 0; margin: 0 auto; }
.hidden-form-layout > tbody > tr > td { vertical-align: middle; }
.hidden-form-layout > tbody > tr > td > div { background: #FFF; color: #000; padding: 8px; border-radius: 4px; }

.tip-wrap { background: #FFF; color: #000; border: 1px solid #999; padding: 3px; }

.tooltip { display: none !important; }

.blog .item-image { text-align: center; margin-top: 1em; }
.blog .blog-intro-layout { width: 100%; border-collapse: collapse; table-layout: fixed; }
.blog .blog-intro-layout:not(:first-child) { margin-top: 1em; }
.blog .blog-intro-layout > tbody > tr > td { vertical-align: top; padding: 1em 1ex 0 1ex; }
.blog .blog-intro-layout > tbody > tr > td:first-child { padding-left: 0; }
.blog .blog-intro-layout > tbody > tr > td:last-child:not(:first-child) { padding-right: 0; }
.blog .blog-intro-layout > tbody > tr:first-child > td { padding-top: 0; }

span.highlight { background-color: #FFFFCC; font-weight: bold; padding: 1px 4px; }

#article-index li { display: inline; border-left: 1px solid #D1D1D1; margin-left: .5ex; padding-left: .75ex; }

#article-index li:first-child { margin-left: 0; padding-left: 0; border-left: none; }

.category-desc + .cat-items { margin-top: 1em; }

.readmore:not(:first-child) { margin-top: 1em; }
.readmore > a { display: inline-block; border: 1px solid #D1D1D1; background: #FFF; color: #000; padding: 0.3em 0.8ex; text-decoration: none !important; box-shadow: 1px 2px 2px 0 rgba(100, 100, 100, 0.3); transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear; }
.readmore > a:hover, .readmore > a:active { background: #111; color: #FFF; border: 1px solid #EEE; }

.navigation, .pagination { clear: both; padding-top: 1em; text-align: center; }
.navigation > ul, .pagination > ul { display: inline-block; margin: 0 0 0 1ex; border: 1px solid #D1D1D1; border-radius: .2em; background: #FFF; color: #000; }
.navigation > ul > li, .pagination > ul > li { display: inline-block; }
.navigation > ul > li > *, .pagination > ul > li > * { display: block; border-left: 1px solid #D1D1D1; padding: 0.3em 0.8ex; text-decoration: none; }
.navigation > ul > li > a:hover, .navigation > ul > li > span, .pagination > ul > li > a:hover, .pagination > ul > li > span { background: #111; color: #FFF; }
.navigation > ul > li:first-child > *, .pagination > ul > li:first-child > * { border-left: none; }
.navigation > ul > li.pagination-start > *, .navigation > ul > li.pagination-prev > *, .navigation > ul > li.pagination-next > *, .navigation > ul > li.pagination-end > *, .pagination > ul > li.pagination-start > *, .pagination > ul > li.pagination-prev > *, .pagination > ul > li.pagination-next > *, .pagination > ul > li.pagination-end > * { background: transparent; color: inherit; }
.navigation > .counter, .pagination > .counter { display: inline-block; margin: 0; }

#system-message-container { position: relative; }
#system-message-container .alert { background: #FBF9F9; border: 1px solid #CCC; padding: 8px 14px; color: #000; }
#system-message-container .alert h4 { color: #000064; margin: 5px 0; }
#system-message-container .alert p { padding: 0; margin: 0; }
#system-message-container .close { position: absolute; right: 4px; top: 0; cursor: pointer; text-decoration: none; border: none; background: transparent; color: inherit; font-size: 16pt; }
#system-message-container .close:focus, #system-message-container .close:hover { text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th { background: #EEE6C2; color: #000; }

.table-bordered { border-collapse: collapse; }
.table-bordered > thead > tr > td, .table-bordered tbody > tr > td, .table-bordered tfoot > tr > td { border: 1px solid #EEE; }

.table-hover > tbody > tr:hover > td { background: #333; color: #FFF; }

.item-page > .page-header { margin-bottom: 1em; }

.login { margin-top: 1em; }
.login fieldset { display: table; }
.login .controls { margin-top: 1em; }
.login .control-label { float: left; width: 15ex; }
.login .control-group { clear: left; }

.icon-calendar { display: inline-block; background: transparent url("../../../media/system/images/calendar.png"); width: 16px; height: 16px; }

@media print { .discardable { display: none !important; } }
html { background: #FFF; color: #000; font: 12pt "Arial", "Liberation Sans", "Arimo", sans-serif; }

body { min-width: 980px; }

.top { box-sizing: border-box; padding: 9px 0 11px 0; border-bottom: 1px solid #DDDEE0; background: transparent url("../images/top.jpg") no-repeat center top; }
.front-page .top { min-height: 516px; }
.top > .wrap { max-width: 980px; margin: 0 auto; }
@media (max-width: 999px) { .top > .wrap { padding-left: 16px; padding-right: 16px; } }
.top .logo img { vertical-align: middle; }
.top .logo .company-type { display: inline-block; vertical-align: middle; margin-left: 20px; color: #999594; font-size: 18pt; }
.top .phone-adr { float: right; color: #4A4A4A; }
.top .phone-adr .hl { font-size: 19pt; }
.top .phone-adr .adr { background: transparent url("../images/adr.png") no-repeat left center; padding-left: 30px; display: table; margin: 9px 0 0 auto; }
.top nav { clear: both; padding-top: 11px; }
.top .menu-horizontal { text-transform: uppercase; background: #0A58C4; background: linear-gradient(to bottom, #006CD8 0%, #1279D5 50%, #0A58C4 50%, #0A58C4 100%); color: #FFF; border-radius: 5px; text-align: center; }
.top .menu-horizontal > li { padding: 1px 0; }
.top .menu-horizontal > li > :first-child { display: block; padding: 14px 17px 13px 17px; transition: background-color .3s, color .3s; }
.top .menu-horizontal > li:not(:first-child) { margin-left: 19px; }
.top .menu-horizontal > li.active > :first-child, .top .menu-horizontal > li > :first-child:hover, .top .menu-horizontal > li > :first-child:focus { background: #CDE5FA; color: #000; }
.top .menu-horizontal ul { background: #0A58C4; color: #FFF; padding: 8px 1px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-align: left; text-transform: none; min-width: 250px; box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3); }
.top .menu-horizontal ul > li > :first-child { transition: background-color .3s, color .3s; }
.top .menu-horizontal ul > li > :first-child:hover, .top .menu-horizontal ul > li > :first-child:active { background: #EBF0F6; color: #000; }

.main { max-width: 980px; margin: 1em auto 0 auto; }
@media (max-width: 999px) { .main { padding-left: 16px; padding-right: 16px; } }

.bottom { clear: both; margin-top: 19px; }
.bottom .menu-horizontal { border-top: 7px solid #2D4174; text-align: center; color: #2D4176; background: #E0E6F4; text-transform: uppercase; }
.bottom .menu-horizontal > li { padding: 1px 0; }
.bottom .menu-horizontal > li > :first-child { display: block; padding: 14px 17px 13px 17px; transition: background-color .3s, color .3s; }
.bottom .menu-horizontal > li:not(:first-child) { margin-left: 19px; }
.bottom .menu-horizontal > li.active > :first-child, .bottom .menu-horizontal > li > :first-child:hover, .bottom .menu-horizontal > li > :first-child:focus { background: #2D4375; color: #FFF; }
.bottom > .info { width: 100%; max-width: 980px; margin: 1.27em auto; color: #262626; table-layout: fixed; border-spacing: 0; }
@media (max-width: 999px) { .bottom > .info { padding-left: 16px; padding-right: 16px; } }
.bottom > .info > * > tr > * { text-align: center; }
.bottom > .info > * > tr > *:first-child { color: #606060; text-align: left; }
.bottom > .info > * > tr > *:last-child { text-align: right; }

.category-desc:not(:first-child) { margin-top: 1em; }

.blog .cat-children:not(:first-child) { margin-top: 1em; }
.blog .cat-children > div > h3 { text-transform: none; display: list-item; list-style: disc outside; margin-left: 3ex; font-size: inherit; }
.blog .cat-children > div > h3 > a { text-decoration: none; }
.blog .cat-children > div > h3 > a:hover, .blog .cat-children > div > h3 > a:focus { text-decoration: underline; }
.blog .cat-children > div:not(:first-child) > h3 { margin-top: .5em; }

img.jg_photo, .jg_minis a img { border: none !important; }

#mod-93 { margin-top: 1em; }

.itemid-126 .jg_category > .sectiontableheader { display: none; }

.info-blocks > tbody > tr > td:first-child li:not(:first-child) { margin-top: .5em; }
.blog, .blog > .cat-children, .blog > .items-row, .blog > .items-row > .item { box-sizing: border-box; display: table; width: 100%; }

.blog > .cat-children > ul > li { float: left; list-style: none; text-align: center; width: 33%; margin-bottom: 1em; }
.blog > .cat-children > ul > li:nth-child(3n + 1) { clear: left; }
.blog > .cat-children > ul > li > .item-image img { border: 3px solid #FFF; border-radius: 3px; box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15), -1px -1px 2px 0 rgba(0, 0, 0, 0.15); margin-bottom: 6px; vertical-align: top; }
.blog > .cat-children > ul > li > .item-title { font-size: 12pt; }
.blog > .cat-children > ul > li > .item-title > a { text-decoration: none; }
.blog > .cat-children > ul > li > .item-title > a:hover { text-decoration: underline; }
.blog > .items-row > .item { padding-top: 1em; }
.blog > .items-row.row-0 > .item { padding-top: 0; }
.blog > .items-row:not(.cols-1) > .item { float: left; margin-right: 1%; width: 32%; }
.blog > .items-row:not(.cols-1) > .item > .img-intro-left img, .blog > .items-row:not(.cols-1) > .item > .img-intro-right img, .blog > .items-row:not(.cols-1) > .item > .img-intro-none img { border: 3px solid #FFF; border-radius: 3px; box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15), -1px -1px 2px 0 rgba(0, 0, 0, 0.15); vertical-align: top; }
.menu-horizontal li { list-style: none; position: relative; }
.menu-horizontal li:hover > ul, .menu-horizontal li:focus > ul { display: block; }
.menu-horizontal > li { display: inline-block; }
.menu-horizontal > li ul { display: none; position: absolute; }
.menu-horizontal > li > ul { left: 0; top: 100%; }
.menu-horizontal > li > ul ul { left: 100%; top: 0; }
.menu-horizontal > li li > :first-child { display: block; padding: .2em 1ex; }
.gallery .sectiontableheader { font-weight: bold !important; margin-top: 1em !important; }
.gallery .jg_subcatelem_txt > ul, .gallery .jg_catelem_txt > ul { margin: 0 !important; }
.gallery .jg_subcatelem_txt > ul > li > b, .gallery .jg_catelem_txt > ul > li > b { font-weight: normal !important; }
.gallery .jg_dtl_photo { margin-top: 1em; }
.qlform fieldset input, .qlform textarea, .qlform .captcha input, .qlform select, .qlform option { width: 100%; }
.qlform dd.submit, .qlform .submit-w { margin-top: 1em; }
.qlform textarea { height: 15em; resize: vertical; }
.qlform .message { margin-bottom: 1em; }
.qlform .additionalFields { margin-top: .5em; margin-bottom: .5em; }
.qlform .jform_sendcopy { display: inline-block; }
.menu-vertical li { list-style: none; position: relative; }
.menu-vertical li:hover > ul, .menu-vertical li:focus > ul { display: block; }
.menu-vertical > li ul { display: none; position: absolute; left: 100%; top: 0; }
.menu-vertical > li li > :first-child { display: block; padding: .2em 1ex; }
.wysiwyg-content p:not([class]):not(:first-child), .wysiwyg-content p.default-styles:not(:first-child) { margin-top: 1em; }
.wysiwyg-content ul:not([class]), .wysiwyg-content ul.default-styles, .wysiwyg-content ol:not([class]), .wysiwyg-content ol.default-styles { margin-top: 1em; margin-left: 3ex; }
.wysiwyg-content ul:not([class]) ul:not([class]), .wysiwyg-content ul:not([class]) ul.default-styles, .wysiwyg-content ul:not([class]) ol:not([class]), .wysiwyg-content ul:not([class]) ol.default-styles, .wysiwyg-content ul.default-styles ul:not([class]), .wysiwyg-content ul.default-styles ul.default-styles, .wysiwyg-content ul.default-styles ol:not([class]), .wysiwyg-content ul.default-styles ol.default-styles, .wysiwyg-content ol:not([class]) ul:not([class]), .wysiwyg-content ol:not([class]) ul.default-styles, .wysiwyg-content ol:not([class]) ol:not([class]), .wysiwyg-content ol:not([class]) ol.default-styles, .wysiwyg-content ol.default-styles ul:not([class]), .wysiwyg-content ol.default-styles ul.default-styles, .wysiwyg-content ol.default-styles ol:not([class]), .wysiwyg-content ol.default-styles ol.default-styles { margin-top: 0; }
.wysiwyg-content ul:not([class]) > li:not(:first-child), .wysiwyg-content ul.default-styles > li:not(:first-child), .wysiwyg-content ol:not([class]) > li:not(:first-child), .wysiwyg-content ol.default-styles > li:not(:first-child) { margin-top: .2em; }
.wysiwyg-content td > :first-child:not([class]), .wysiwyg-content td > :first-child.default-styles, .wysiwyg-content th > :first-child:not([class]), .wysiwyg-content th > :first-child.default-styles { margin-top: 0; }
.wysiwyg-content a:not([class]), .wysiwyg-content a.default-styles { text-decoration: underline; }
.wysiwyg-content img { max-width: 100%; }
.wysiwyg-content blockquote:not([class]), .wysiwyg-content blockquote.default-styles { margin-top: 1ex; margin-left: 1ex; padding-left: 1ex; border-left: 2px solid #ddd; }
.wysiwyg-content a[href$=".doc"]:not([class])::before, .wysiwyg-content a[href$=".doc"].default-styles::before, .wysiwyg-content a[href$=".docx"]:not([class])::before, .wysiwyg-content a[href$=".docx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/doc.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".xls"]:not([class])::before, .wysiwyg-content a[href$=".xls"].default-styles::before, .wysiwyg-content a[href$=".xlsx"]:not([class])::before, .wysiwyg-content a[href$=".xlsx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/xls.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".pdf"]:not([class])::before, .wysiwyg-content a[href$=".pdf"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/pdf.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".txt"]:not([class])::before, .wysiwyg-content a[href$=".txt"].default-styles::before, .wysiwyg-content a[href$=".odt"]:not([class])::before, .wysiwyg-content a[href$=".odt"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/odt.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".zip"]:not([class])::before, .wysiwyg-content a[href$=".zip"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/zip.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".rar"]:not([class])::before, .wysiwyg-content a[href$=".rar"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/rar.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content > :first-child { margin-top: 0; }
