@charset "IBM866";
/* general styles
-------------------------------------------------------------------------------- */
/* CKEDITOR
-------------------------------------------------------------------------------- */
/* Global styles, layout
-------------------------------------------------------------------------------- */
/* global reset
---------------------------------------------------------------------------- */
a, abbr, address, b, bdo, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tbody, tfoot, th, thead, tr, tt, u, ul, var {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  font-weight: normal;
  text-align: left;
  margin: 0;
  outline: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

address {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote, cite {
  font-style: italic;
}

/* global styles
---------------------------------------------------------------------------- */
button, input, select, textarea {
  margin: 0;
}

input[type=text], select, textarea {
  border: 1px solid #cccccc;
  border-radius: 1px;
}

input[type=text], select {
  padding: 0 5px;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
}

textarea {
  padding: 5px;
  font-size: 14px;
}

input[type=checkbox] {
  vertical-align: middle;
}

a {
  color: #1c9ae8;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a.nolink {
  cursor: default;
  text-decoration: none !important;
}

:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background: white;
  color: black;
  font: 12px Arial, Helvetica, sans-serif;
  position: relative;
}

/* PopUp
-------------------------------------------------------------------------------- */
.popupBody {
  min-height: auto;
  padding: 10px;
}

.popupBody .tree {
  border: 1px solid #EFEFEF;
}

#popupHeader {
  margin: 3px 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#popupClose span {
  font-size: 45px;
  font-weight: normal;
  line-height: 28px;
  color: #cccccc;
}

.popupBody .txtInfo,
.popupBody .txtHighlighted {
  margin-top: -30px;
}

.popupBody .txtInfo + .txtHighlighted,
.popupBody .txtHighlighted + .txtInfo {
  margin-top: 0;
}

/* Page structure
-------------------------------------------------------------------------------- */
#wrapper, .footer {
  margin: 0 auto;
  min-width: 1112px;
  max-width: 1600px;
}

#wrapper {
  padding-bottom: 80px;
}

/* Header
-------------------------------------------------------------------------------- */
#header {
  width: 1112px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 103px;
  margin-bottom: 10px;
  color: #666666;
}

#header .logo {
  position: absolute;
  left: 0;
  top: 21px;
  background: url("../img/logo.png") 0 0 no-repeat;
  width: 200px;
  height: 63px;
}

#header .logo.en {
  background-image: url("../img/logo-en.png");
}

#header .header_contacts {
  position: absolute;
  left: 253px;
  top: 32px;
  font-size: 18px;
}

#header .header_contact {
  float: left;
}

#header .tel {
  width: 362px;
}

#phoneIcon {
  background: url("../img/phone.png") 0 0 no-repeat;
  width: 24px;
  height: 40px;
  margin-right: 8px;
  float: left;
}

#header .phoneCaption {
  font-size: 13px;
  padding-left: 8px;
}

#header .skype {
  width: 150px;
  margin-top: 4px;
}

#header .skype:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("../img/skype.png") 0 0 no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

#header .mail {
  margin-top: 8px;
}

#header .mail:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("../img/mail.png") 0 0 no-repeat;
  width: 30px;
  height: 24px;
  margin-right: 14px;
}

/* LanguageToolBar
-------------------------------------------------------------------------------- */
#header .languageToolBar {
  position: absolute;
  top: 35px;
  right: 1px;
  background: #1c9ae8;
  padding: 2px;
}

#header .languageToolBar li {
  display: inline-block;
}

#header .languageToolBar li a {
  display: inline-block;
  padding: 4px 7px 1px;
  font-size: 18px;
  color: white;
  text-decoration: none;
}
#header .languageToolBar li a:hover {
  text-decoration: underline;
}

#header .languageToolBar li a#ru {
  padding-left: 5px;
  padding-right: 5px;
}

#header .languageToolBar li a#en {
  padding-left: 9px;
  padding-right: 9px;
}

#header .languageToolBar li.activeTab a {
  background: white;
  color: black;
}

/* Navigation
-------------------------------------------------------------------------------- */
#navigation {
  height: 49px;
  background: #1c9ae8;
}

.navbar {
  width: 1112px;
  margin: 0 auto;
  height: 49px;
}

.navbar .wrap {
  position: relative;
}

.navbar .nav-item {
  text-align: center;
}

.navbar a {
  color: white;
  text-decoration: none;
}

.navbar .nav-link {
  font-size: 18px;
  display: block;
  height: 49px;
  line-height: 49px;
  white-space: nowrap;
}

.navbar .wrap:hover .nav-link,
.navbar a:hover,
.navbar a.active {
  background: #167bba;
}

.navbar .subnav {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 49px;
  background: #167bba;
  border-top: 5px solid #126295;
  padding-bottom: 8px;
  text-align: left;
  font-size: 14px;
  display: none;
}

.navbar .wrap:hover .subnav {
  display: block;
}

.navbar .subnav a {
  display: block;
  border-top: 1px solid #126295;
  padding: 0 32px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
}

.navbar .subnav a:hover {
  text-decoration: underline;
}

/* ---------------- */
.content-block {
  width: 1112px;
  margin: 0 auto;
  padding: 14px 16px;
  overflow: hidden;
  /* wrap floats */
}
.homePage .content-block {
  padding: 0;
}

.content-block_header {
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.content-block_header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 2px solid #cccccc;
}

#contentHeader {
  font-weight: bold;
  margin-bottom: 17px;
}

/* ---------------- */
.breadcrumbs {
  margin-bottom: 16px;
}

.breadcrumbs ul {
  overflow: hidden;
  width: 100%;
}

.breadcrumbs li {
  float: left;
}
.breadcrumbs li:before {
  content: '/';
  color: #ccc;
  padding: 0 8px;
}
.breadcrumbs li.first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #ccc;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* ---------------- */
.footer_container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer {
  background: #167bba;
  height: 50px;
}

.footer_inner {
  width: 1112px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  position: relative;
}

.footer_inner, .footer_inner a {
  color: white;
}

.footer_contacts {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 2px;
}

.footer_contact {
  display: inline-block;
}

.instagram, .vk, .fb {
  width: 52px;
  height: 30px;
  background: none 100% 0 no-repeat;
}

.instagram {
  background-image: url("../img/instagram.png");
}

.vk {
  background-image: url("../img/vk.png");
}

.fb {
  background-image: url("../img/fb.png");
}

/* List
-------------------------------------------------------------------------------- */
.listTable {
  border: 1px solid #044180;
  border-bottom: none;
}

.listTable th {
  padding: .3em .7em;
  color: #FFF;
}

.listTable th a {
  color: #FFF;
}

.listTable td {
  padding: .2em .3em;
  border-bottom: 1px solid #044180;
  color: #000;
}

.listTable td a {
  color: #000;
}

.tableHeader {
  background-color: #044180;
}

.tableHeaderAct {
  background-color: #044180;
}

.tableCell2 {
  background-color: #EFBB92;
}

.tableCell2Act {
  background-color: #EFBB92;
}

th.TableHeaderDelimiterLeft,
th.TableHeaderDelimiterRight,
th.TableHeaderDelimiter,
td.TableCellDelimiter {
  padding: 0;
  font-size: 0;
  display: none;
}

.pagerNumb,
.pagerNumbAct {
  padding: 0 14px 0 0;
  color: #666;
}

.pagerMenu {
  padding-bottom: 15px;
}

/* ArrayPropertyEditor
-------------------------------------------------------------------------------- */
.arrayPropertyEditor {
  margin-bottom: 10px;
  background-color: #FFF;
}

.arrayPropertyEditor td.editorCaptionCell {
  border: none;
  background-color: #F6F6F6;
  font: bold 1.1em/1.3em tahoma;
  color: #616A4C;
  text-align: left;
}

.arrayPropertyEditor th {
  padding: 4px;
  border-bottom: 1px solid #CCC;
  background-color: #044180;
  color: #FFF;
}

.arrayPropertyEditor tr td {
  padding: 2px;
  border: 1px solid #FFF;
  text-align: center;
}

.arrayPropertyEditor input {
  padding: 0 4px;
  height: 16px;
}

.arrayPropertyEditor select {
  padding: 0;
  height: 18px;
}

.newItemEditorRow td {
  background-color: #EFBB92;
}

th.removeHeaderCell {
  margin: 0;
  padding: 2px 0 0;
}

.removeHeaderCell input,
.editorAddRemoveButtonCell input {
  height: 20px;
}

.arrayPropertyEditorButtons {
  margin: -5px 0 10px;
}

/* ListToolBar
-------------------------------------------------------------------------------- */
.listToolBar {
  /* фильтры в списке новостей скрыты */
  display: none;
}

.listToolBar li {
  float: left;
  padding: 0 5px;
  margin: 0;
  line-height: 20px;
}

.listToolBar li.activeTab {
  position: relative;
  border-top: 1px solid #E3A561;
  border-right: 1px solid #E0E0E0;
  border-bottom: none;
  border-left: 1px solid #CCC;
  background-color: #F6F6F6;
}

.listToolBar li a {
  padding: 0 2px;
  margin: 0 1px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #CCC;
  outline: none;
}

.listToolBar li.activeTab a {
  color: #666;
  border-bottom: none;
}

.showHideBlock {
  clear: left;
  padding: 10px;
  background-color: #F6F6F6;
  border: 1px solid #CCC;
  /*IE*/
  height: 1%;
}

.ListAddNewItem {
  padding: 10px 0 0 0;
}

.ListAddNewItem a {
  color: #555;
}

/* ServerToolBar
-------------------------------------------------------------------------------- */
.serverToolBar {
  float: left;
  position: relative;
  margin: 0 0 -1px;
  padding: 0;
  list-style-type: none;
}

.serverToolBar li {
  float: left;
  position: relative;
  padding: 0 5px;
  border-top: 1px solid #F3D7B7;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #DDD;
  background-color: #FDFCF9;
  line-height: 20px;
}

.serverToolBar li.activeTab {
  margin: 0;
  bottom: -1px;
  border-top: 1px solid #E3A561;
  border-right: 1px solid #E0E0E0;
  border-bottom: none;
  border-left: 1px solid #CCC;
  background-color: #F6F6F6;
}

.serverToolBar li a,
.serverToolBar li span {
  padding: 0 2px;
  margin: 0 1px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

.serverToolBar li.activeTab a {
  color: #666;
  border-bottom: none;
}

.serverToolBar li.disabledTab span {
  color: #AAA;
  font-style: italic;
}

/* Optional Group
-------------------------------------------------------------------------------- */
tr.optionalControlsTrigger td {
  padding: 10px 20px;
  background: url(../img/optional_opened.gif) left center no-repeat;
  cursor: pointer;
}

tr.optionalControlsTrigger.collapsed td {
  background: url(../img/optional_closed.gif) left center no-repeat;
}

tr.optionalControlsTrigger.languageSelectionItem td {
  padding-left: 30px;
  background-position: 10px center;
  background-color: #E0E0E0;
}

tr.optionalControlsTrigger td span {
  border-bottom: 1px dashed #CCC;
  font-weight: bold;
}

/* ToolBarMisc
-------------------------------------------------------------------------------- */
.formControlsTable td {
  padding: 0 9px 11px 0;
}

.formControlsTable caption {
  text-align: left;
  font-weight: bold;
}

.txtBold {
  font-size: 13px;
}

/* Blocks
-------------------------------------------------------------------------------- */
.controlsGroup {
  float: left;
  clear: left;
  padding: 10px;
  margin: 0 10px 10px 0;
  border: 1px solid #AAA;
}

.controlsGroup h3 {
  margin: -9px -9px 10px;
  padding: 3px 5px;
  background-color: #044180;
  font: bold 1.2em/1.1em tahoma;
  color: #FFF;
}

.showHideBlock, .toolBarBlock {
  clear: both;
  padding: 10px;
  border: #e0e0e0 1px solid;
  border-bottom: #d0d0d0 1px solid;
  background-color: #F6F6F6;
  height: 1%;
}

.toolBarBlock:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.editorControlsContainer {
  padding: 10px;
  border: #AAA 1px solid;
  border-bottom: #999 1px solid;
  background-color: #F7F9F9;
}

.editorContainerButtons {
  clear: left;
  margin: 10px 0 0;
}

.subgroup {
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}

td.ToolBarCell {
  padding: 0;
}

td.FilterPage {
  display: none;
  padding: 0;
}

.activeCommand {
  font: bold 11px tahoma;
  color: #616A4C;
}

.txtLink {
  text-decoration: underline;
  cursor: pointer;
}

.txtBoldLight {
  color: pink;
  font: 1em bold tahoma;
}

.txtHighlighted {
  padding: 10px 0;
  color: #bf1c14;
  font-weight: bold;
}

.txtInfo {
  padding: 10px 0;
  color: #78b4f0;
  font-weight: bold;
}

/* ячейка тулбара, стиль для каждой команды */
.ToolBarCell {
  padding: 0 10px 0 10px;
}

/* контрола для вывода не редактируемых данных */
.TextControlDisabled {
  border: 1px solid #AAA;
  background-color: #EFEFEF;
}

/* ошибка в контроле при валидации */
.errorclass {
  border: 2px solid #A90F02;
  padding: 2;
}

.header {
  font-family: arial;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
}

.headerbold {
  font-family: arial;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
}

.sectiontable {
  border: #CCC 1px solid;
}

.sectionheader {
  padding: 4px 7px;
  font-weight: bold;
  border: 1px solid #FFF;
  border-bottom: 1px solid #E0E0E0;
  background-color: #CFE2EC;
  color: #375668;
}

.sectionbody {
  padding: 10px 5px 10px 5px;
}

/* общего назначения */
/* одна строчка во вкладках фильтры */
.filterRow {
  clear: both;
  margin: 0;
  padding: 0;
}

.printCommand {
  margin-right: 5px;
}

.printCommand img {
  vertical-align: bottom;
  border: none;
}

/* секция закладки с заголовком и огороженная рамкой */
.t_section {
  float: left;
  margin: 0 1em 1em 0;
  color: #021642;
  font-size: 11px;
  font-family: tahoma;
}

/* заголовок секции */
.s_title {
  float: left;
  position: relative;
  padding: 0.2em 0.2em 0em;
  margin: 0 0.4em -0.6em;
  font-weight: bold;
  background-color: #F0F0F2;
}

/* тело секции */
.s_body {
  clear: both;
  padding: 0.7em 2em 0.5em;
  margin: 0;
  list-style-type: none;
  border: 1px dashed #C0C0C2;
}

/* ------ дерево ------ */
.tree {
  float: left;
}

/* стиль ссылки дерева */
.treeSelectStyle,
.treeSelectStyle:visited {
  border: #FFF 1px solid;
  color: #000;
  line-height: 16px;
  border-bottom: 1px solid #FFF;
}

/* стиль фона ссылки дерева */
.treeSelectStyleActive {
  background-color: #EFEFEF;
  border: 1px solid #AAA;
}

/* ------ редактор дерева ------*/
.treeEditorMenu {
  float: left;
  margin-left: 30px;
}

.treeEditorMenu ul {
  margin: 5px;
  padding: 5px;
  list-style-type: none;
  background-color: #EFEFEF;
}

.treeEditorMenu li {
  border-bottom: 1px dashed #FFF;
}

.treeEditorMenu a,
.treeEditorMenu a:visited {
  padding: 0 5px;
  line-height: 18px;
  display: block;
}

.treeEditorMenu a:hover {
  background-color: #AAA;
}

/* ------- ------*/
.multiSelect th {
  padding: 2px 10px;
  font: bold 11px tahoma;
  color: #FFFCE2;
  border-bottom: #E0E0E0 1px solid;
  background-color: #0E2443;
}

.multiSelect td {
  padding: 0 5px;
  margin: 1px;
  font: 11px tahoma;
  border-bottom: #FFF6BE 1px solid;
  background-color: #FFFCE2;
}

/* CajFileControl
-------------------------------------------------------------------------------- */
input.fakeFileInput_file {
  width: 230px;
  padding: 0;
  text-align: left;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  height: auto;
}

input.fakeFileInput_input {
  width: 150px;
  height: auto;
  padding: 0;
}

.fakeFileInput .imageSubmit {
  left: 160px;
}

/* SelectControl
-------------------------------------------------------------------------------- */
.selectValidationErrorContainer {
  display: table;
  display: inline-block;
  border: 2px solid #A90F02;
}

/* Buttons
-------------------------------------------------------------------------------- */
.button {
  background: transparent;
  height: 40px;
}

.button input {
  background: transparent;
  display: inline-block;
  margin: 0 9px 0 0;
  border: 2px solid;
  border-radius: 2px;
  padding: 0 16px;
  height: 40px;
  white-space: nowrap;
  font: bold 13px Verdana, sans-serif;
  line-height: 36px;
  color: #1c9ae8;
  text-decoration: none !important;
  cursor: pointer;
}

/* Home page
-------------------------------------------------------------------------------- */
.homePage h1 {
  display: none;
}

/* ---------------- */
.slideBlock {
  height: 682px;
  margin-bottom: 10px;
  position: relative;
}

.slideBlock_slides li {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.slideBlock_slide {
  display: block;
  height: 682px;
  background: none 50% 0 no-repeat;
  position: relative;
}

.slideBlock_slideTextBackground {
  position: absolute;
  left: 310px;
  bottom: 70px;
  border-radius: 110px;
  height: 220px;
  width: 220px;
  text-align: center;
  background: rgba(0, 122, 204, 0.8);
  color: white;
}
.slideBlock_slideTextBackground a {
  color: white;
}
.slideBlock_slideTextBackground:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slideBlock_slideTextAlignment {
  display: inline-block;
  vertical-align: middle;
}

.slideBlock_slideText {
  font-size: 30px;
  text-shadow: 1px 1px black;
  margin-bottom: 15px;
}

.slideBlock_slideLink {
  font-size: 18px;
  font-style: italic;
}

.slideBlock_nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35px;
  line-height: 30px;
  background: rgba(0, 122, 204, 0.8);
  text-align: center;
}

.slideBlock_nav li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #07263c;
  margin: 0 18px;
  cursor: pointer;
}

.slideBlock_nav li.current {
  background: white;
  cursor: default;
}

/* ---------------- */
.boxes {
  margin: 16px 0 28px;
}

.boxes .box {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px 1px 0;
  width: 277px;
  height: 200px;
  overflow: hidden;
  color: white;
  position: relative;
}

.boxes .box_titleBackground {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: rgba(0, 122, 204, 0.8);
}

.boxes .box:hover .box_titleBackground {
  height: 100%;
}

.boxes .box_imageContainer {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

.boxes .box:hover .box_imageContainer {
  display: block;
}

.boxes .box_titleContainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  padding: 0 12px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.boxes .box_titleContainer:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.boxes .box_title {
  display: inline-block;
  vertical-align: middle;
}

/* ---------------- */
.banner {
  margin-top: 10px;
}

.banner img {
  max-width: 790px;
}

/* News
-------------------------------------------------------------------------------- */
h3.newsTitle {
  color: #1c9ae8;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.newsBlockList dd, .newsBlockList dt {
  background: #ddf0fc;
  padding: 10px 18px 0;
  font-size: 14px;
}

.newsBlockList dd {
  padding-bottom: 12px;
  margin-bottom: 6px;
}

/* wrap floats */
dd.newsShortText:after {
  content: '';
  display: block;
  clear: both;
}

.newsBlockList .newsDate {
  color: #1573ae;
}

.newsBlockList .newsTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 0;
}

.newsBlockList .newsFullTextLink {
  margin: 5px 0 0;
}

/* All news
-------------------------------------------------------------------------------- */
.newsPage #navigation {
  z-index: 1;
  position: relative;
}

.newsPage #contentHeader {
  display: none;
}

.newsPage .newsTitle {
  padding: 0 0 1em;
  font: bold 1.3em/1em tahoma;
  color: #666;
  background-image: none;
}

.newsPage .newsBlock .newsTitle {
  padding: 1em 0 .5em .8em;
}

/* Material text
-------------------------------------------------------------------------------- */
.materialText,
.newsShortText {
  font: 13px Verdana, sans-serif;
  /* сворачиваемый блок
  -------------------------------------------------------------------------------- */
  /* таблица с ценами
  -------------------------------------------------------------------------------- */
}
.materialText a,
.newsShortText a {
  font-weight: bold;
  text-decoration: none;
}
.materialText a:hover,
.newsShortText a:hover {
  text-decoration: underline;
}
.materialText p,
.newsShortText p {
  margin: 1.25em 0;
}
.materialText li,
.newsShortText li {
  padding-left: 15px;
  margin: 6px 0;
}
.materialText ul > li,
.newsShortText ul > li {
  background: url("../Img/bullet.png") 3px 50% no-repeat;
}
.materialText h3,
.newsShortText h3 {
  color: #1c9ae8;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.materialText h4,
.newsShortText h4 {
  color: #1c9ae8;
  margin: 6px 0;
  font-weight: bold;
}
.materialText h5,
.newsShortText h5 {
  color: #1c9ae8;
  margin: 4px 0;
  font-weight: bold;
}
.materialText h3 a,
.materialText h4 a,
.materialText h5 a,
.newsShortText h3 a,
.newsShortText h4 a,
.newsShortText h5 a {
  color: #1c9ae8;
}
.materialText .PictureDescription,
.newsShortText .PictureDescription {
  font-size: 10px;
}
.materialText .LeftPicture,
.newsShortText .LeftPicture {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}
.materialText .LeftPicture img,
.newsShortText .LeftPicture img {
  margin-bottom: 5px;
}
.materialText .imageLeft,
.newsShortText .imageLeft {
  float: left;
  margin-right: 10px;
}
.materialText .imageRight,
.newsShortText .imageRight {
  float: right;
  margin-left: 10px;
}
.materialText .toggleSwitch,
.newsShortText .toggleSwitch {
  font-weight: bold;
  color: #1c9ae8;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  cursor: pointer;
}
.materialText .toggleBlock,
.newsShortText .toggleBlock {
  border-bottom: 1px solid #999;
  overflow: hidden;
  padding: 1.25em 0;
}
.materialText .toggleBlock p:first-child,
.newsShortText .toggleBlock p:first-child {
  margin-top: 0;
}
.materialText .toggleBlock p:last-child,
.newsShortText .toggleBlock p:last-child {
  margin-bottom: 0;
}
.materialText .priceTable,
.newsShortText .priceTable {
  width: 100%;
}
.materialText .priceTable th,
.newsShortText .priceTable th {
  padding: 10px 20px;
  background-color: #1c9ae8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.materialText .priceTable tr td,
.newsShortText .priceTable tr td {
  padding: 10px 20px;
  border-bottom: 1px solid #1c9ae8;
}
.materialText .priceTable tr:nth-child(odd),
.newsShortText .priceTable tr:nth-child(odd) {
  background-color: #C7E4F7;
}

/* default.aspx
-------------------------------------------------------------------------------- */
.appointmentButton {
  display: inline-block;
  margin: 0 9px 0 0;
  border: 2px solid;
  border-radius: 2px;
  padding: 0 16px;
  height: 36px;
  white-space: nowrap;
  font: bold 13px Verdana, sans-serif;
  line-height: 36px;
  color: #1c9ae8;
  text-decoration: none !important;
  cursor: pointer;
  margin-top: 22px;
}

/* doctors-list.aspx
-------------------------------------------------------------------------------- */
.doctorsList h3.caption {
  border-bottom: 1px solid #1c9ae8;
  padding: 10px 20px;
  background: #1c9ae8;
  color: #fff;
}

.doctorsList_item {
  margin: 30px 0 35px;
  padding-bottom: 27px;
}
.doctorsList_item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 25px;
  border-bottom: 2px solid #cccccc;
}
.doctorsList_item:last-child {
  padding-bottom: 0;
}
.doctorsList_item:last-child:after {
  display: none;
}

.doctorsList_itemInner {
  padding-left: 266px;
  overflow: hidden;
}

.doctorsList_item h3 {
  margin: 0 0 5px;
}
.doctorsList_item h3 a {
  border-bottom: 1px solid;
}
.doctorsList_item h3 + p {
  margin-top: 0;
}

.doctorsList_item img {
  float: left;
  margin-top: 5px;
  margin-left: -266px;
  border-radius: 118px;
}

.doctorsList_itemShortInfo {
  font-size: 14px;
  font-weight: bold;
}

.doctorsList_itemSubheading.doctorsList_itemSubheading {
  color: #666666;
  font-style: italic;
  margin-bottom: 5px;
}
.doctorsList_itemSubheading.doctorsList_itemSubheading + p {
  margin-top: 0;
}

.doctorsList_itemButtons a {
  display: inline-block;
  margin: 0 9px 0 0;
  border: 2px solid;
  border-radius: 2px;
  padding: 0 16px;
  height: 36px;
  white-space: nowrap;
  font: bold 13px Verdana, sans-serif;
  line-height: 36px;
  color: #1c9ae8;
  text-decoration: none !important;
  cursor: pointer;
  margin-top: 22px;
}

/* appointment.aspx
-------------------------------------------------------------------------------- */
.page__appointment #popupHeader {
  padding-left: 40px;
}
.page__appointment td.txtBold {
  width: 134px;
  text-align: right;
}
.page__appointment .appointment_textarea td.txtBold {
  vertical-align: top;
  padding-top: 12px;
}
.page__appointment input[type=text], .page__appointment textarea {
  width: 317px;
}
.page__appointment select {
  width: 329px;
}
.page__appointment textarea {
  height: 92px;
}
.page__appointment .formButtonsRow td {
  padding-left: 40px;
  text-align: center;
}
