@charset "UTF-8";
* { 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; }

button::-moz-focus-inner { border: 0; padding: 0; }

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

.clearfix::after, .sidebar-1 > section::after, .sidebar-2 > section::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 > td:first-child, table.spaced-cells > thead > tr > th:first-child, table.spaced-cells tbody > tr > td:first-child, table.spaced-cells tbody > tr > th:first-child, table.spaced-cells tfood > tr > td:first-child, table.spaced-cells tfood > tr > th:first-child { padding-left: 0; }
table.spaced-cells > thead > tr > td:last-child, table.spaced-cells > thead > tr > th:last-child, table.spaced-cells tbody > tr > td:last-child, table.spaced-cells tbody > tr > th:last-child, table.spaced-cells tfood > tr > td:last-child, table.spaced-cells tfood > tr > th:last-child { padding-right: 0; }
table.spaced-cells > :first-child > tr:first-child > td, table.spaced-cells > :first-child > tr:first-child > th { padding-top: 0; }
table.spaced-cells > :last-child > tr:last-child > td, table.spaced-cells > :last-child > tr:last-child > th { padding-bottom: 0; }

table.spaced-rows > thead > tr > td, table.spaced-rows > thead > tr > th, table.spaced-rows tbody > tr > td, table.spaced-rows tbody > tr > th, table.spaced-rows tfood > tr > td, table.spaced-rows tfood > tr > th { padding-top: .5em; padding-bottom: .5em; }
table.spaced-rows > :first-child > tr:first-child > td, table.spaced-rows > :first-child > tr:first-child > th { padding-top: 0; }
table.spaced-rows > :last-child > tr:last-child > td, table.spaced-rows > :last-child > tr:last-child > th { padding-bottom: 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; }

table.wide { width: 100%; }

@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: #FF8100; font-size: 51pt; text-transform: uppercase; font-weight: bold; }
h1 > a, h2 > a { text-decoration: none !important; }
h1.news-heading, h2.news-heading { color: #595959; font-size: 40pt; text-align: center; }

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

h3 { font-size: 21pt; font-weight: 300; text-transform: uppercase; }

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

.button-select { display: inline-block; background: #FF9004 url("../images/select.png") no-repeat 22px 50%; color: #FFF; padding: 30px 23px 30px 114px; border-radius: 4px; cursor: pointer; transition: background 300ms; font-size: 17pt; font-weight: 300; }
.button-select:hover, .button-select:focus { background-color: #109800; }

.button-download { display: inline-block; background: #FF9004 url("../images/download.png") no-repeat 95px 50%; color: #FFF; padding: 30px 99px 30px 154px; border-radius: 5px; cursor: pointer; transition: background 300ms; font-size: 17pt; font-weight: 300; }
.button-download:hover, .button-download:focus { background-color: #F40603; }

.button-download-small { display: inline-block; background: #FF9004 url("../images/download-small.png") no-repeat 86px 50%; color: #FFF; padding: 16px 86px 16px 130px; border-radius: 5px; cursor: pointer; transition: background 300ms; font-size: 17pt; font-weight: 300; }
.button-download-small:hover, .button-download-small:focus { background-color: #F40603; }
@media (max-width: 1250px) { .button-download-small { padding-left: 32px; padding-right: 32px; background-image: none; } }

.button-all-news { display: inline-block; background: #109800; color: #FFF; padding: 22px 65px; border-radius: 5px; cursor: pointer; transition: background 300ms; font-size: 13pt; }
.button-all-news:hover, .button-all-news:focus { background-color: #F40603; }

.info-box { background: #000; background: rgba(0, 115, 232, 0.8); color: #FFF; font-size: 17pt; font-weight: 300; padding: 22px 26px; line-height: 1.7; }

.subtitle { font-size: 21pt; font-weight: 300; text-transform: uppercase; }

.statistics-layout { width: 100%; table-layout: fixed; font-size: 15pt; font-weight: 300; }
.statistics-layout > tbody > tr > td { text-align: center; }
.statistics-layout > tbody > tr:first-child > td { font-size: 40pt; font-weight: normal; }

.pdf-icon { background: transparent url("../images/pdf.png") no-repeat left top; padding-left: 86px; min-height: 60px; }

.download-puov { background: transparent url("../images/xls.png") no-repeat 147px 50%; padding-left: 214px; padding-right: 100px; min-height: 45px; font-weight: 300; font-size: 18pt; color: #343434; }

.everything-ul { max-width: 584px; padding-left: 3ex; padding-right: 50px; padding-bottom: 100px; list-style-position: inside; text-indent: -.9em; line-height: 1.3; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0)); }
.everything-ul:not(:first-child) { margin-top: 1em; }
.everything-ul > li:not(:first-child) { margin-top: 45px; }

.plan-info-layout { font-size: 13pt; margin-top: 27px; width: 100%; table-layout: fixed; border-collapse: collapse; }
.plan-info-layout > tbody > tr > td { vertical-align: top; box-sizing: border-box; }
.plan-info-layout > tbody > tr > td:not(:first-child) { padding-left: 64px; }
.plan-info-layout > tbody > tr:first-child > td { vertical-align: bottom; }
.plan-info-layout > tbody > tr:not(:first-child) > td { padding-top: 16px; }
.plan-info-layout > tbody > tr:last-child > td { font-size: 17pt; font-weight: normal; }
.plan-info-layout img { vertical-align: top; }

.plan-ul { margin-left: 250px; margin-top: 37px; font-size: 14pt; }
.plan-ul > li:not(:first-child) { margin-top: 23px; }
.plan-ul-title { margin-left: 250px; margin-top: 58px; font-size: 14pt; }

.as-p { font: inherit; text-transform: none; color: inherit; }
.as-p: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; background: linear-gradient(to bottom, #EDEDED, #FFF, #EDEDED); color: #000; padding: 8px; border-radius: 4px; }

.space-above { margin-top: 1em; }

.space-above-2x { margin-top: 2em; }

.space-above-3x { margin-top: 3em; }

.space-below { margin-bottom: 1em; }

.space-below-2x { margin-bottom: 2em; }

.space-below-3x { margin-bottom: 3em; }

.sidebar-1 { float: left; width: 250px; }
.sidebar-1 ~ .content { margin-left: 266px; }
.sidebar-1 > section:not(:first-child) { margin-top: 1em; }

.sidebar-2 { float: right; width: 250px; }
.sidebar-2 ~ .content { margin-right: 266px; }
.sidebar-2 > section:not(:first-child) { margin-top: 1em; }

.limit-content { max-width: 1158px; box-sizing: border-box; margin-left: auto; margin-right: auto; }
@media (max-width: 1189px) { .limit-content { padding-left: 16px; padding-right: 16px; } }

.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 #303030; background: #424242; color: #FFF; padding: 0.3em 0.8ex; text-decoration: none !important; box-shadow: 1px 2px 2px 0 rgba(100, 100, 100, 0.3); transition: background 0.3s linear, border-color 0.3s linear, color 0.3s linear; }
.readmore > a:hover, .readmore > a:focus { background: #303030; color: #FFF; border: 1px solid #424242; }

.navigation, .pagination { clear: both; padding-top: 1em; text-align: center; }
.navigation > ul, .pagination > ul { display: inline-block; margin: 0 !important; border: 1px solid #303030; border-radius: .2em; background: #424242; color: #FFF; }
.navigation > ul > li, .pagination > ul > li { display: inline-block; margin: 0 !important; }
.navigation > ul > li > *, .pagination > ul > li > * { display: block; border-left: 1px solid #303030; 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: #303030; 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; } }
.content #searchForm { margin-top: 1em; }
.content #searchForm .btn-toolbar button::before { content: "➟"; }
.content #searchForm fieldset { margin-top: 1em; }
.content #searchForm legend { margin-bottom: .5em; }
.content #searchForm .ordering-box { margin-top: 1em; }
.content #searchForm + .error { margin-top: 1em; font-weight: bold; }

html { background: #FFF; color: #000; font: 12pt "Roboto", "Arial", "Liberation Sans", "Arimo", sans-serif; }

body { min-width: 960px; margin: 0 auto; }

.top { padding: 11px 0 6px 0; min-height: 68px; background: transparent url("../images/logo.png") no-repeat 0 11px; font-weight: 300; }
@media (max-width: 1690px) { .top { background-image: none; } }
@media (min-width: 1850px) { .top { background-position: 76px 11px; } }
.top .menu-horizontal { text-transform: uppercase; word-wrap: break-all; display: table; table-layout: fixed; border-collapse: collapse; width: 100%; }
.top .menu-horizontal > li { display: table-cell; vertical-align: middle; box-sizing: border-box; width: 12.5%; overflow: hidden; text-align: center; }
.top .menu-horizontal > li.active > :first-child, .top .menu-horizontal > li > :first-child:hover, .top .menu-horizontal > li > :first-child:focus { text-decoration: underline; }

.slider-1 { position: relative; }
.slider-1-body { position: relative; z-index: 0; }
.slider-1-text { position: absolute; z-index: 1; top: 0; left: 0; padding: 49px 0 232px 0; width: 100%; color: #FFF; background: linear-gradient(to bottom, rgba(0, 74, 155, 0.8), rgba(0, 74, 155, 0)); }
.slider-1-text .phone-select { float: right; margin-left: 16px; }
.slider-1-text .phone { font-size: 25pt; font-weight: bold; }
.slider-1-text .select { margin-top: 20px; }
.slider-1-text .text-1 { font-size: 17pt; font-weight: 300; }
.slider-1-text .text-2 { margin-top: 8px; font-size: 28pt; font-weight: bold; line-height: 1.45; }
@media (max-width: 973px) { .slider-1-text .text-2 { font-size: 26pt; } }
.slider-1-text .text-3 { margin-top: 16px; font-size: 18pt; }
.slider-1-info { position: absolute; left: 0; bottom: 64px; width: 100%; z-index: 1; }

.order-now { background: #E8DFD9 url("../images/order-now.jpg") no-repeat right top; color: #3D3C39; box-sizing: border-box; min-height: 768px; padding-top: 55px; font-weight: 300; }

.statistics { background: #FF8100; color: #FFF; padding: 35px 0; }

.instruction { background: #00977D url("../images/instruction.png") no-repeat center top; color: #FFF; box-sizing: border-box; padding-top: 100px; min-height: 788px; }

.support { padding: 60px 0; color: #424242; font-size: 15pt; font-weight: 300; }
.support h2 { font-size: 40pt; }

.everything { box-sizing: border-box; min-height: 1011px; padding-top: 100px; background: #FBF4EE url("../images/everything.jpg") no-repeat left top; font-size: 22pt; color: #444; font-weight: 300; }

.body { padding-top: 50px; padding-bottom: 45px; }

.plan { background: #FFF2F2 url("../images/plan.png") no-repeat right top; min-height: 749px; padding-top: 40px; color: #343434; font-weight: 300; }
.plan .wrap { width: 697px; margin-left: auto; }

.puov { padding: 39px; }

.bottom { clear: both; background: #F2F7FA; border-top: 2px solid #E6E8E8; border-bottom: 1px solid #E6E8E8; padding: 23px 0 22px 0; color: #504D35; font-size: 10pt; line-height: 1.4; }
.bottom a:hover, .bottom a:focus { text-decoration: underline; }
.bottom .soc { float: right; }

#mod-88 + .bottom { margin-top: 2em; }

.front-news { display: table; width: 100%; table-layout: fixed; border-spacing: 0; }
.front-news .newsflash-item { float: left; margin-top: 1em; box-sizing: border-box; width: calc((100% - 126px) / 4); margin-left: 42px; font-size: 10pt; color: #393C3A; }
.front-news .newsflash-item:nth-child(4n + 1) { clear: left; margin-left: 0; }
.front-news .intro-image img { vertical-align: top; max-width: 100%; }
.front-news .date { color: #989898; margin: 16px 0 9px 0; }

.blog .page-header > h2 { font-size: 25pt; }

.contact-form { font-size: 15pt; }
.contact-form label { display: none; }
.contact-form .form-unit:first-child, .contact-form .form-unit:nth-child(2), .contact-form .form-unit:nth-child(3) { display: inline-block; vertical-align: top; width: calc((100% - 26px) / 3); }
.contact-form .form-unit:first-child input, .contact-form .form-unit:nth-child(2) input, .contact-form .form-unit:nth-child(3) input { padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; }
.contact-form .form-unit:nth-child(2), .contact-form .form-unit:nth-child(3) { margin-left: 13px; }
.contact-form .form-unit:nth-child(4) { margin-top: 13px; }
.contact-form .form-unit:nth-child(4) textarea { padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; height: 106px; }
.contact-form .captcha { margin-top: 13px; }
.contact-form input[name="captcha"] { padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; }
.contact-form .submit-w { text-align: center; margin-top: 13px !important; }
.contact-form .submit-w::before { content: "* Поле, обязательное для заполнения."; display: block; padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; text-align: center; font-size: 12pt; color: #333; }
.contact-form .submit { margin-top: 13px; background: #FF9100; color: #FFF; padding: 21px 102px; border: none; border-radius: 4px; font-weight: 300; transition: background-color 300ms; }
.contact-form .submit:hover, .contact-form .submit:focus { background-color: #109800; }

.business-plan-form { font-size: 15pt; }
.business-plan-form label { display: none; }
.business-plan-form .form-unit:first-child, .business-plan-form .form-unit:nth-child(2), .business-plan-form .form-unit:nth-child(3) { display: inline-block; vertical-align: top; width: calc((100% - 26px) / 3); }
.business-plan-form .form-unit:first-child input, .business-plan-form .form-unit:nth-child(2) input, .business-plan-form .form-unit:nth-child(3) input { padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; }
.business-plan-form .form-unit:nth-child(2), .business-plan-form .form-unit:nth-child(3), .business-plan-form .form-unit:nth-child(5) { margin-left: 13px; }
.business-plan-form .form-unit:nth-child(4), .business-plan-form .form-unit:nth-child(5) { display: inline-block; vertical-align: top; width: calc((100% - 13px) / 2); margin-top: 13px; }
.business-plan-form .form-unit:nth-child(4) input, .business-plan-form .form-unit:nth-child(5) input { padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; }
.business-plan-form .form-unit:nth-child(6) { margin-top: 13px; }
.business-plan-form .form-unit:nth-child(6) textarea { padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; height: 106px; }
.business-plan-form .captcha { margin-top: 13px; }
.business-plan-form input[name="captcha"] { padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; }
.business-plan-form .submit-w { text-align: center; margin-top: 13px !important; }
.business-plan-form .submit-w::before { content: "* Поле, обязательное для заполнения."; display: block; padding: 14px 28px; border: 1px solid #D2D2D2; border-radius: 5px; text-align: center; font-size: 12pt; color: #333; }
.business-plan-form .submit { margin-top: 13px; background: #FF9100; color: #FFF; padding: 21px 102px; border: none; border-radius: 4px; font-weight: 300; transition: background-color 300ms; }
.business-plan-form .submit:hover, .business-plan-form .submit:focus { background-color: #109800; }
.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 > :first-child: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; }

.jg_subcatelem_txt > ul, .jg_catelem_txt > ul { margin: 0 !important; }
.jg_subcatelem_txt > ul > li, .jg_catelem_txt > ul > li { list-style: none; }
.jg_subcatelem_txt > ul > li > b, .jg_catelem_txt > ul > li > b { font-weight: normal !important; }

.jg_dtl_photo { margin-top: 1em; }
.qlform fieldset input, .qlform textarea, .qlform .captcha input, .qlform select, .qlform option { width: 100%; }
.qlform fieldset input[type="checkbox"] { width: auto; }
.qlform dd.submit, .qlform .submit-w { margin-top: 1em; }
.qlform textarea { height: 10em; 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 > :first-child: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]), .wysiwyg-content p.default-styles { text-align: justify; }
.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: .5em; }
.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: .5em; }
.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 a[href$=".ppt"]:not([class])::before, .wysiwyg-content a[href$=".ppt"].default-styles::before, .wysiwyg-content a[href$=".pptx"]:not([class])::before, .wysiwyg-content a[href$=".pptx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/ppt.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content > :first-child { margin-top: 0; }
