/* Panther CMS Common CSS */
@charset "utf-8";

/* Global */
* { font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figure, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

body, html { height: 100%; margin: 0; padding: 0; background: #fff; }
body { position: relative; }
td { vertical-align: top; padding: 0px; }
img { border: none; }
hr { width: 100%; height: 1px; color: #ebebeb; line-height: 1px; padding: 0; border: none; background: #ebebeb; margin: 0; }
form { margin: 0; padding: 0; }
input::-moz-focus-inner { border: 0; padding: 0; }
button::-moz-focus-inner { margin: -1px; padding: 0; }
input:invalid, textarea:invalid, select:invalid { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
td, div, span, p, li { white-space: normal; }

/* Content */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 { color: #000; margin: 15px 0 15px 0; text-transform: uppercase; font-weight: 700; }

article h1 { font-size: 26px; line-height: 32px; }
article h2 { font-size: 24px; line-height: 30px; }
article h3 { font-size: 22px; line-height: 28px; }
article h4 { font-size: 20px; line-height: 26px; }
article h5 { font-size: 18px; line-height: 24px; }
article h6 { font-size: 16px; line-height: 22px; }

a { color: #08acab; transition: color 0.2s; }
a:hover { color: #0ac6c5; text-decoration: underline; }
a[name] { text-decoration: none; }
a.interactive { text-decoration: none; border-bottom: 1px dashed #08acab; }

article p, article li, .content-text, .content-text * { font-size: 16px; line-height: 24px; font-weight: 500; }
article p, article li, .content-text, .content-text p, .content-text li { color: #252525; }
article p:first-child, article h2:first-child, article h3:first-child, .content-text p:first-child, .content-text h2:first-child, .content-text h3:first-child { padding-top: 0; margin-top: 0; }
article ul, .content-text ul { padding: 0; margin: 25px 0 25px 15px; list-style: none; }
article ul li, .content-text ul li { padding: 0 0 0 20px; background: url(../fonts/bullet.svg) no-repeat left 8px; }
article ol { padding: 0; margin: 25px 0 25px 35px; }
article ol li, .content-text ol li { padding: 0; }
article ul li:last-child, article ol li:last-child { margin-bottom: 0; }
article li, .content-text li { margin-bottom: 7px; }
article img { max-width: 100%; height: auto; }
article td img { max-width: none; }
article table td { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

article .content-date { margin-bottom: 20px; }
article .content-file { }
article .content-author { float: left; margin-top: 15px; } 
article .content-print { float: right; margin-top: 15px; }
article .content-icon { float: left; margin: 0 15px 15px 0; }

.article-list { padding-top: 30px; }

.content-list-item { margin: 0 0 30px -20px; }
.content-list-item:first-child { margin-top: 20px; }
.content-list-item .content-title { margin: 0 0 8px 0; }
.content-list-item .content-description { }
.content-list-item .content-date { margin-bottom: 10px;}
.content-list-item .content-file { }
.content-list-item .content-author { margin-top: 5px; }
.content-list-item .content-icon { width: 275px; text-align: center; float: left; }
/*.content-list-item.last-child, .content-wrap .content-list-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; background: none; }*/
.content-list-item.with-icon .text { margin-left: 300px; padding-top: 18px; } 

.content-title, .content-title a, .content-list-item .title { font-size: 16px; color: #633690; text-decoration: none; line-height: 20px; }
.content-title a:hover { text-decoration: underline; }
.content-description, .content-list-item .description { font-size: 14px; line-height: 20px; color: #000000; margin-bottom: 8px; }
.content-date, .content-list-item .date { font-size: 14px; line-height: 16px; color: #959595; }
img.content-icon, div.content-icon img { display: inline-block; border-radius: 5px; }
div.content-icon { background: #fff; font-size: 0; }
.content-icon:hover { border-color: #3ba8e7; }
.content-author, .content-print { font-size: 12px; line-height: 16px; color: #898989; }
.content-print { background: url(../images/print.png) no-repeat left center; padding-left: 25px; display: inline-block; }

.content-phone { text-decoration: none; color: inherit; }

.content-file { display: inline-block; font-size: 14px; line-height: 19px; padding: 5px 15px; background-color: #f6f6f5; color: #888888; text-decoration: none; }

.content-menu { padding: 15px 15px 10px 15px; background-color: #f6f6f5; clear: both; margin-bottom: 30px; }
.content-menu a { display: inline-block; margin: 0 10px 5px 10px; font-size: 15px; line-height: 20px; text-decoration: none; }
.content-menu a:hover { text-decoration: underline; }
.content-menu a.selected { text-decoration: none; font-weight: bold; }
.content-menu a:first-child { margin-left: 0; }
.content-menu a:last-child { margin-right: 0; }

.content-share { min-height: 24px; padding-top: 15px; }
.content-share ul { padding: 0; margin: 0; list-style: none; }
.content-share li { padding: 0; margin: 0; background: none; }

.content-other-list { margin-top: 30px; padding-top: 15px; border-top: 3px solid #b7b7b7; }
.content-other-list .title { font-size: 18px; line-height: 18px; color: #2e2f3e; margin-bottom: 15px; }
.content-other-list ul { padding: 0; margin: 0; list-style: none; }
.content-other-list li { padding: 0; margin: 0 0 15px 0; font-size: 0; display: block; }
.content-other-list li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.content-other-list li a { font-size: 16px; line-height: 21px; display: inline-block; }
.content-other-list .content-title { margin: 0 0 5px 0; }
.content-other-list .content-date { margin: 0 0 5px 0; }
.content-other-list .content-description { margin: 0; }

.content-navigation { font-size: 0; padding-top: 15px; }
.content-navigation a { font-size: 14px; line-height: 19px; display: inline-block; }
.content-navigation a.prev { float: left; }
.content-navigation a.next { float: right; }

/* Forms */
.form-field { display: block; margin-bottom: 25px; font-size: 0; }
.form-field.last-child { margin-bottom: 0; }

.form-field .caption { display: inline-block; vertical-align: middle; font-size: 14px; line-height: 18px; color: #252525; width: 150px; margin-right: 5px; }
.form-field .field   { display: inline-block; vertical-align: middle; width: 265px; }

form .columns { margin-right: -20px; font-size: 0; }
.form-field.column { display: inline-block; vertical-align: top; width: 33.33%; padding-right: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.form-footer { clear: both; font-size: 0; padding-top: 30px; }
.form-required { font-size: 12px; line-height: 12px; color: red; }

.form-field .label { display: block; margin: 0 0 5px 0; font-size: 14px; line-height: 14px; color: #ccc; }
span.required, .form-field .label span, .form-required span { font-size: 14px; line-height: 14px; font-weight: bold; color: red; }

.overlay { position: absolute; background: #08acab; z-index: 5000; display: none; padding: 5px; margin: -5px 0 0 -5px; }

.overlay:before {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 0 15px 0 15px;
    background: #fff;
    animation:spin 1s linear infinite;
    transform-origin: 10px 25px;
}

.overlay:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 5px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 0 15px 0 15px;
    background: #fff;
    animation:spin 1s linear infinite;
    transform-origin: 10px -5px;
}

.textbox, .textarea {border-radius: 3px;outline: none;font-family: "Raleway", Arial, Helvetica, sans-serif;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border: none;border-bottom: 2px solid #056a69;color: #000;margin: 0;padding: 9px 18px 10px 18px;vertical-align: top;background-color: #fff;transition: 0.2s;font-size: 16px;font-weight: 500;}

.textbox::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color:    #000;
}
.textbox:-moz-placeholder, .textarea:-moz-placeholder {
   color:    #000;
   opacity:  1;
}
.textbox::-moz-placeholder, .textarea::-moz-placeholder {
   color:    #000;
   opacity:  1;
}
.textbox:-ms-input-placeholder, .textarea:-ms-input-placeholder {
   color:    #000;
}

.textarea { height: 120px; resize: none; overflow: auto; }
.textbox.error, .textarea.error, .select.error { background-color: #fffcd3 !important; }

input, textarea, button, .textbox, .textarea/*, .button*/ {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

button::-moz-focus-inner {
  border: 0;
  outline: none;
}

/* Messages */
.result-message { padding: 10px 15px; font-size: 14px; line-height: 19px; color: #fff; text-align: left; margin-bottom: 15px; }
.result-message.success { background-color: #508e70; }
.result-message.error { background-color: #ca3535; }

.content-empty { padding: 15px 25px 15px 25px; background-color: #ebebeb; text-align: center; }
.content-empty, .content-empty * { font-size: 18px; line-height: 20px; color: #252525; margin: 20px; }

/* Misc */
.line-solid { margin: 15px 0 15px 0; clear: both; font-size: 1px; height: 1px; line-height: 0; background: #ebebeb; }
.line-dotted { margin: 15px 0 15px 0; clear: both; font-size: 1px; height: 1px; line-height: 0; background: url(../images/ln1.gif) repeat-x; }

img.border { border: 1px solid #fff; }
img.align-left { margin-right: 15px; margin-bottom: 10px; margin-left: 0; }
img.align-right { margin-left: 15px; margin-bottom: 10px; margin-right: 0; }
img.align-center { margin-top: 10px; margin-bottom: 10px; }

.float-left { float: left; }
.float-right { float: right; }

.no-desktop { display: none; }

/* Reset */
.clear { clear: both; }
.clearfix:before, .clearfix:after { content: ""; display: block; overflow: auto; height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.reset-margin, .reset-margin p { margin: 0; }

.ul-reset { margin: 0; padding: 0; list-style: none; }
.ul-reset li { margin: 0; padding: 0; background-image: none; }

.prevent-text-breakouts { -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }

.js-phone a, .fck_content-phone a, a.content-phone { text-decoration: none !important; color: inherit; cursor: default; }

/* Embed Objects */
.embed-video { margin: 15px 0 15px 0; }
.embed-video iframe { padding: 5px; background: #f7f6f1 url(../images/indicator.gif) no-repeat center center; border: 1px solid #e1ddce; }

.FCK_Video { margin: 15px 0 15px 0; }
.FCK_Video embed { background: #fff; }

/* Snippets */
.fck_content-snippet { font-size: 16px; line-height: 20px; color: #252525; background: #e9e8e5; padding: 15px; }
.fck_content-snippet * { padding: 0; margin: 0; font-size: inherit; line-height: inherit; color: inherit; }

.fck_content-description { font-size: 20px !important; line-height: 30px !important; color: #000 !important; margin-bottom: 20px !important; font-weight: 500 !important; }

.fck_content-hidden { display: none; }
.fck_content-date { font-size: 11px; line-height: 11px; font-weight: bold; color: #252525; }
.fck_content-lead { font-size: 16px; line-height: 20px; color: #252525; }
.fck_content-citate { font-size: 14px; line-height: 18px; font-style: italic; color: #252525; }
.fck_content-address {}
.fck_content-phone {}
.fck_content-email {}

/* Debug */
.debug { background: #fff568; border: 1px solid red; }
.debug-message { position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; border: 1px solid #50a848; }
.debug-message * { font-size: 12px; line-height: 17px; color: #000; font-family: Tahoma; }
.debug-message .title { font-weight: bold; background: #7cc576; padding: 5px; position: relative; }
.debug-item { padding: 2px;  background: #fffbc6; }
.debug-item .var-title { font-size: 11px; font-weight: bold; color: #50a848; background: #fff799; padding: 3px; border: 1px solid #f7c12e; }
.debug-item .var-value { padding: 7px 5px 5px 5px; }
.debug-message .close { width: 10px; height: 10px; background: url(../images/close.gif); cursor: pointer; position: absolute; right: 6px; top: 8px; }

.helper-highlight { font-weight: bold; background: red !important; color: white !important; outline: 2px solid #ffb80c; }

.upload-filelist { width: 300px; }
.upload-filelist-item { position: relative; height: 16px; margin: 0 0 10px 0; border: 1px solid #d2d2d2; background: #dfdfdf; cursor: pointer; overflow: hidden; -webkit-box-shadow: inset 0 0px 2px 0 rgba(0,0,0,0.15); box-shadow: inset 0 0px 2px 0 rgba(0,0,0,0.15);}
.upload-filelist-item:after { content: ""; display: block; top: 0; right: 0; width: 16px; height: 16px; position: absolute; background: url(../images/delete2.png) no-repeat center center; z-index: 3; }
.upload-filelist-item .progress { position: absolute; left: 0; top: 0; width: 0; height: inherit; z-index: 1; background-color: #7e9cb7; }
.upload-filelist-item.complete .progress { background-color: #0ec477; }
.upload-filelist-item .filename { position: absolute; width: 92%; left: 5px; font-size: 12px; line-height: 15px; color: #fff; z-index: 2; }

/* Maps */
.contacts-map { margin: 0 -60px 45px -60px; height: 320px; background: url(../images/loading.gif) no-repeat center center; font-size: 0; }
.ymaps-b-balloon, .map-baloon, .ymaps-b-balloon__content-head { font-size: 14px !important; line-height: 19px !important; }
.ymaps-b-balloon__content-head { font-weight: bold; }
.map-baloon { font-size: 14px; line-height: 21px; }
.map-baloon p { margin: 0; padding: 0; }
.dg-popup__container { min-width: 200px; }

strong, strong * { font-weight: bold; }
.red, .red * { color: #ff0000; }

p:last-child { margin-bottom: 0; }
p:first-child { margin-top: 0; }