.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #ffffff;
}
.sp-megamenu-parent {
    text-transform: uppercase;
}
img.logo-image {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
#offcanvas-toggler {
    line-height: 53px;
}
section#sp-section-2 {
    height: 53px;
    line-height: 53px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-header, #sp-header .logo { height: 45px; 
}
.sp-megamenu-parent > li > a { line-height: 40px; 
}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a { color: red; 
}

.sp-megamenu-parent > li > a {
  text-decoration: none; /*убираем подчеркивание текста ссылок*/
  background:#30A8E6; /*добавляем фон к пункту меню*/
  color:#fff; /*меняем цвет ссылок*/
  font-family: arial; /*меняем шрифт*/
  border-radius:4px; /*добавляем скругление*/
  -moz-transition: all 0.3s 0.01s ease; /*делаем плавный переход*/
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}
.sp-megamenu-parent > li > a:hover {
  background:#1C85BB;/*добавляем эффект при наведении*/
  color:#fff;
}
.sp-megamenu-parent > li {
  float:left; /*Размещаем список горизонтально для реализации меню*/
  margin-right:5px; /*Добавляем отступ у пунктов меню*/  
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 5px;
}
#sp-top-bar .sp-module {
    display: table;
    margin: 0;
    float: none;
    text-align: center;
    width: 100%;
}
.scrollup {
    left: 100px;
 } 
.sp-contact-info li {
    display: inline-block;
    margin: 0 3px;
    font-size: 100%;
}
ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: inline-block;
    font-size: 20px;
}
a.morelink144 {
    color: black;
}
@media (max-width: 979px) {
  .b24-widget-button-wrapper b24-widget-button-position-bottom-right b24-widget-button-visible {
    display:none !important;
  }
}
@media (max-width: 979px) {
     .b24-widget-button-visible {
     display:none !important;
  }
}
#sp-main-body {
   padding: 30px 0;
}
.table-wrap{
  overflow:auto !important;
}
table.blueTable {
  border: 1px solid #26AAE1;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
  color: #2B2B2B;
}
table.blueTable tr:nth-child(even) {
  background: #E3E4E6;
}
table.blueTable thead {
  background: #26AAE1;
  background: -moz-linear-gradient(top, #5cbfe8 0%, #3bb2e4 66%, #26AAE1 100%);
  background: -webkit-linear-gradient(top, #5cbfe8 0%, #3bb2e4 66%, #26AAE1 100%);
  background: linear-gradient(to bottom, #5cbfe8 0%, #3bb2e4 66%, #26AAE1 100%);
  border-bottom: 2px solid #828282;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot td {
  font-size: 14px;
}
.offcanvas-menu .sp-module ul >li >a {
    padding-left: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}
.offcanvas-menu .sp-module ul >li:hover a, .offcanvas-menu .sp-module ul >li:focus a,  .offcanvas-menu .sp-module ul >li.active a {
    background: #22b8f0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
}
.offcanvas-menu {
    background-color: #2b2f3b;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #ffffff;
}
.offcanvas-menu .offcanvas-inner {
    padding: 0px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 30px;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.offcanvas-menu .offcanvas-inner .search input {
    width: 100%;
    background: transparent;
    border-color: #5f5f5f;
    color: #fff;
}
h3.sp-module-title {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
}
