/* Panther CMS Common CSS */
@charset "utf-8";

/* Global */
* { font-family: 'Ubuntu', Arial, Helvetica, 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; scroll-behavior: smooth; }
td { vertical-align: top; padding: 0px; }
img { border: none; display: inline-block; }
hr { width: 100%; height: 1px; color: #ccc; line-height: 1px; padding: 0; border: none; background: #ccc; margin: 0; }
form { margin: 0; padding: 0; display: block; }
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; }
a { text-decoration: none; color: #5c3387; }
a:hover { color: #835aae; }

/* Content */
article h1 { font-size: 22px; line-height: 28px; color: #5c3387; }
article h2 { font-size: 20px; line-height: 26px; color: #5c3387; }
article h3 { font-size: 18px; line-height: 24px; color: #5c3387; }
article h4, article h5, article h6 { font-size: 16px; line-height: 24px; color: #5c3387; }

/*article p, article li, .content-text, .content-text * { font-size: 16px; line-height: 24px; margin-bottom: 18px; }*/
article p, article li, .content-text, .content-text * { font-size: 16px; line-height: 24px; margin: 20px 0; }
article p, article li, .content-text, .content-text p, .content-text li { color: #252525; }
article p:first-child, article:first-child 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 p:last-child, .content-text p:last-child  { margin-bottom: 0; }
article a { color: #5c3387; }
article ul, .content-text ul { padding: 0; margin: 15px 0 15px 10px; list-style: none; }
article ul li, .content-text ul li { position: relative; padding: 0 0 0 35px; }
article ul li::before, .content-text ul li::before { content: ''; background: url(/images/icons/bullet.svg) center left no-repeat; display: block; position: absolute; width: 10px; height: 11px; top: 6px; left: 0; }
article ol { padding: 0; margin: 15px 0 15px 25px; }
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: 8px; }
article big { font-size: 20px; }

article img { max-width: 100%; height: auto; }
article table { border-collapse: collapse; margin: 0 auto; max-width: 100%; overflow-x: auto; }
article table td { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
/*article td img { max-width: none; }*/

article .content-date { margin-bottom: 24px; }
article .content-lead { font-size: 18px; line-height: 26px; }
article .content-footer { font-size: 16px; line-height: 24px; }
article .content-citate { font-size: 14px; line-height: 19px; font-style: italic; }
.content-cite { font-size: 16px; line-height: 24px; padding-left: 15px; display: block; border-left: 4px solid #5c3387; }
article .content-note { font-size: 14px; color: #7b7c7e; }
article .content-highlight { color: red; }
article .content-border { display: inline-block; padding: 7px 10px 10px 10px; font-size: 16px; line-height: 24px; border: 1px solid #5c3387; box-sizing: border-box; }
article .content-address {}
article .content-phone {}
article .content-email {}
article .content-cover { margin: 0 0 30px 0; padding: 0; font-size: 0; line-height: 0; display: block; text-align: center; }
article .content-cover img { display: inline-block; margin: 0; }
article .content-icon { padding: 0; font-size: 0; line-height: 0; }
article .content-icon img { display: inline-block; margin: 0; }
article .content-image { background: #231f20; font-size: 16px; line-height: 22px; color: #fff; text-align: center; margin: 15px 0; padding: 0 0 10px 0; }
article .content-image img { display: inline-block; margin-bottom: 5px; position: relative; }
article .content-hidden { display: none; }
article .content-split { font-size: 1px; line-height: 1px; height: 1px; background: #e5e5e5; display: block; clear: both; float: none; margin: 15px 0 15px 0; }

.content-list-item { margin-bottom: 30px; }
.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 .content-description { font-size: 18px; line-height: 29px; font-weight: 400; }
.content-list-item .content-date { font-size: 16px; font-weight: 400; line-height: 24px; color: #7b7c7e; }

.preset-content_icon .content-icon { width: 300px; }
.preset-content_icon .text { margin-left: 350px; }

.content-title, .content-title a, .content-list-item .title { font-size: 22px; line-height: 29px; color: #5c3387; }
.content-description, .content-list-item .description {font-size: 16px; line-height: 24px; color: #252525; }
.content-date, .content-list-item .date { margin-bottom: 6px; font-size: 16px; line-height: 16px; color: #7b7c7e; }

.content-icon { display: inline-block; font-size: 0; text-align: center; vertical-align: middle; overflow: hidden; outline: none; }
.content-icon img { display: inline-block; vertical-align: middle; line-height: inherit; }
a:hover .content-icon img, a.content-icon:hover img, .content-icon a:hover img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }


/* Buttons */
.button { display: inline-block; line-height: 30px; padding: 0 15px; border: 0; text-align: center; color: #fff; background: #ed1c24; cursor: pointer; text-decoration: none; }
.button:hover { background: #ed5056; }
.button:active { -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.20); box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.20); }
button::-moz-focus-inner { border: 0; outline: none; }


/* Messages */
.result-message { padding: 30px; font-size: 16px; line-height: 22px; color: #fff; text-align: left; margin-bottom: 30px; }
.result-message.success { background-color: #508e70; }
.result-message.error { background-color: #ca3535; }

.content-empty { padding: 30px; background-color: #fff799; }
.content-empty, .content-empty * { font-size: 16px; line-height: 22px; color: #252525; }


/* Pagination */
.pagination { clear: both; text-align: left; padding-top: 41px; font-size: 0; }
.pagination, .pagination * { font-size: 18px; line-height: 18px; color: #000; display: inline-block; }
.pagination:before { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.pagination .title { display: none; }
.pagination a, .pagination .current { margin-right: 5px; padding: 8px 13px 10px 13px; display: inline-block; font-size: 18px; font-weight: 400; line-height: 18px; color: #5c3387; border-radius: 100%; }
.pagination a:hover, .pagination .current { background: #5c3387; text-decoration: none; color: #fff; }
.pagination .pagination-prev, .pagination .pagination-next { display: none; }
.pagination .dots { margin: 0 10px 0 5px; }

.content-list-pagination { text-align: center; }
.content-list-pagination a { font-size: 14px; line-height: 14px; padding: 10px 35px 10px 35px; display: inline-block; text-decoration: none; outline: none; background: #ccc; background-position: center center; }
.content-list-pagination a:hover { }
.content-list-pagination a:active { background-color: #ebebeb; }
.content-list-pagination a:active span { border: 0; }
.content-list-pagination a span { border-bottom: 1px dotted #000; }
.content-list-pagination a.loading { padding: 10px 20px; border-radius: 20px; background-image: url(/images/loading1.gif); background-repeat: no-repeat; }
.content-list-pagination a.loading span { border: 0; font-size: 0; }


/* Page Title */
.page-title { margin: 0 0 10px 0; font-size: 48px; font-weight: 700; color: #252525; line-height: 60px; letter-spacing: 1.4px; }
.page-title h1 { font-size: 22px; line-height: 27px; color: #000; margin: 0; padding: 0; }
.page-crumbs { width: 100%; padding: 23px 0; color: #7b7c7e; font-size: 16px; line-height: 24px; border-bottom: 1px solid #e4e4e4; }
.page-crumbs a { color: inherit; font-size: inherit; line-height: inherit; font-family: inherit; display: inline-block; margin-right: 7px; padding-right: 14px; position: relative; }
.page-crumbs a::before { content: '\2022'; color: #5c3387; display: inline-block; position: absolute; right: 0px; top: 1px; font-size: 14px; }
.page-crumbs a:hover { color: #5c3387; }
.page-crumbs a.last-child { background: none; padding: 0; margin: 0; }
.page-crumbs a.last-child::before {display: none;}


/* Effects */
.fx-border-2px { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; }
.fx-border-3px { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; }
.fx-border-4px { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; }
.fx-border-5px { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; }
.fx-border-6px { border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; }

.fx-trans-5s, .fx-trans-5s > a, .fx-trans-5s > a:hover { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -khtml-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; }


/* Animation */
.fx-delay-1ms { -moz-animation-delay: 0.1s; -webkit-animation-delay: 0.1s; animation-delay: 0.1s; -ms-animation-delay: 0.1s; }
.fx-delay-2ms { -moz-animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; -ms-animation-delay: 0.2s; }
.fx-delay-3ms { -moz-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -ms-animation-delay: 0.3s; }
.fx-delay-4ms { -moz-animation-delay: 0.4s; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; -ms-animation-delay: 0.4s; }
.fx-delay-5ms { -moz-animation-delay: 0.5s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; -ms-animation-delay: 0.5s; }
.fx-delay-6ms { -moz-animation-delay: 0.6s; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; -ms-animation-delay: 0.6s; }
.fx-delay-7ms { -moz-animation-delay: 0.7s; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; -ms-animation-delay: 0.7s; }
.fx-delay-8ms { -moz-animation-delay: 0.8s; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; -ms-animation-delay: 0.8s; }
.fx-delay-9ms { -moz-animation-delay: 0.9s; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; -ms-animation-delay: 0.9s; }
.fx-delay-1s { -moz-animation-delay: 1s; -webkit-animation-delay: 1s; animation-delay: 1s; -ms-animation-delay: 1s; }

.no-animation, .no-animation * { -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; transition: none !important; animation: none !important; -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; }


/* Misc */
.line-solid { margin: 15px 0 15px 0; clear: both; font-size: 1px; height: 1px; line-height: 0; background: #515150; }
.line-dotted { margin: 15px 0 15px 0; clear: both; font-size: 1px; height: 1px; line-height: 0; background: url(/images/bg/ln1.gif) repeat-x; }

img.border { border: 3px solid #cbd3cc; }
img.align-left { float: left; margin-right: 25px; margin-bottom: 10px; margin-left: 0; }
img.align-right { float: right; margin-left: 25px; margin-bottom: 10px; margin-right: 0; }
img.align-center { display: block; margin: 15px auto 15px auto; }

.float-left { float: left; }
.float-right { float: right; }

.ui-scroll-up { position: fixed; z-index: 3000; width: 48px; height: 48px; bottom: -48px; right: 30px; opacity: 0; background-color: rgba(200, 154, 68, 0.7); background-image: url(/images/icons/scroll-up.png); background-position: center center; background-repeat: no-repeat; background-size: 32px 32px; cursor: pointer; }
.ui-scroll-up:hover { background-color: rgba(200, 154, 68, 1); }
.ui-scroll-up:active { bottom: 29px; }

.scroll-down .ui-scroll-up { bottom: 30px; opacity: 1; }

.no-desktop { display: none; }
.no-scroll { overflow: hidden; }


/* Reset */
.clear { clear: both; }
.clearfix:before, .clearfix:after { content: ""; display: block; }
.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, .content-phone a, a.content-phone { text-decoration: none !important; color: inherit; cursor: default; }

.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }


/* 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; color: #fff; 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; font-size: 14px; line-height: 14px; font-weight: bold; color: #fff; cursor: pointer; position: absolute; right: 10px; top: 4px; }

.helper-highlight { font-weight: bold; background: red !important; color: white !important; outline: 2px solid #ffb80c; }


/* UI Tabs */
.ui-tabs { }
.ui-tabs .ui-tabs-buttons { margin-bottom: 25px; font-size: 0; }
.ui-tabs .ui-tabs-buttons a { display: inline-block; text-decoration: none; outline: none; font-size: 16px; line-height: 35px; padding: 0 20px; min-width: 73px; margin-right: 3px; border: 1px solid #d6d6d6; color: #252c34; text-align: center; }
.ui-tabs .ui-tabs-buttons a:hover { border-color: #a6b0bb; }
.ui-tabs .ui-tabs-buttons .selected { color: #fff; background: #a6b0bb; border-color: #a6b0bb !important; cursor: default; }
.ui-tabs .ui-tabs-items {}
.ui-tabs .ui-tabs-panel { display: none; }
.ui-tabs .ui-tabs-panel.opened { display: block; }


/* UI Before After */
.ui-before-after { font-size: 0; margin: 0 auto; }
.ui-before-after-label { font-size: 14px; color: #fff; position: absolute; top: 0; padding: 5px; background-color: rgba(0, 0, 0, 0.5); z-index: 100; }
.ui-before-after-item { position: relative; }
.ui-before-after-item.nth-1 .ui_before-after-label { left: 0; }
.ui-before-after-item.nth-2 .ui_before-after-label { right: 0; }


/* UI Accordeon */
.ui-accordeon { font-size: 0; }
.ui-accordeon-item { margin-bottom: 20px; }
.ui-accordeon-item:last-child { margin-bottom: 0; }
.ui-accordeon-title { font-size: 20px; line-height: 26px; color: #fff; text-transform: uppercase; font-weight: 300; text-align: center; background-color: #a8aeb8; cursor: pointer; padding: 6px 22px; border-radius: 19px; -moz-border-radius: 19px; -webkit-border-radius: 19px; }
.ui-accordeon-content { font-size: 18px; line-height: 24px; color: #525d71; padding: 25px 30px 5px 25px; display: none; }


/* Maps */
.contacts-map { margin-top: 4px; position: relative; max-width: 640px; width: 100%; height: 360px; font-size: 0; }
.contacts-map::before { content: '.'; font-size: 0; color: transparent; display: block; position: absolute; left: 50%; top: 50%; width: 55px; height: 55px; margin: -30px 0 0 -30px; border-radius: 50%; border: 5px solid #545654; border-right: 5px solid transparent; border-bottom: 5px solid transparent; -webkit-animation: overlay-spin 3s infinite linear; animation: overlay-spin 3s infinite linear; }
.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; }


/* Video */
.embed-video { position: relative; margin: 15px 0 15px 0; }
.embed-video::before { content: '.'; font-size: 0; color: transparent; display: block; position: absolute; left: 50%; top: 50%; width: 55px; height: 55px; margin: -30px 0 0 -30px; border-radius: 50%; border: 5px solid #545654; border-right: 5px solid transparent; border-bottom: 5px solid transparent; -webkit-animation: overlay-spin 3s infinite linear; animation: overlay-spin 3s infinite linear; }
.embed-video iframe { position: relative;  padding: 5px; }


/* Fancybox */
.js-fancybox { outline: none; }

.fancybox-slide .form { width: auto; max-width: 400px; text-align: center; background: #f2f2f2; padding: 30px; position: relative; }
.fancybox-slide .form-title { font-size: 24px; line-height: 24px; color: #2e3192; margin-bottom: 15px; }
.fancybox-slide .form-description { font-size: 16px; line-height: 22px; color: #363636; }
.fancybox-slide .form .textbox, .fancybox-slide .form div { text-align: center; }
.fancybox-slide .form .button { min-width: 160px; }
.fancybox-slide .form .result-message { padding: 10px; display: none; }

.fancybox-slide .fancybox-alert { width: auto; max-width: 400px; padding: 30px; display: inline-block; margin: 0; }
.fancybox-slide .fancybox-alert h1 { margin: 0 0 15px 0; font-size: 18px; line-height: 26px; color: #2e3192; font-weight: normal; text-transform: none; text-align: center; }
.fancybox-slide .fancybox-alert p { font-size: 16px; line-height: 24px; color: #363636; text-align: center; padding: 0; margin: 0; }

.fancybox-lock { width: auto; }
.fancybox-lock body { overflow: hidden !important; }