.entry-image{max-width: 300px;margin-right: 15px;float:left;}

.item-page .blog-s {
    display: none;
}

.blog-s {
    position: absolute;
    top: 30px;
    background: #ad2d2d;
    color: #fff;
    padding: 2px 10px;
    width: 150px;
  text-align: center;
}

.not-active {
  pointer-events: none !important;
  cursor: default;
  text-decoration: none;
}

.blog-a .pagination>.active>a {
    border-color: #fde9d2;
    background-color: #ad2d2d;
}


.blog-a .tags span {
    display: none;
}
.blog-a .tags a {
    color: #fff;
}
.blog-a .tags {
    position: absolute;
    top: 10px;
  background: #ad2d2d;
    color: #fff;
  padding: 2px 10px;
  width: 150px;
}
.blog-a  .entry-image img {
    border: 3px solid #ad2d2d;
}

.blog-a .entry-header.has-post-format {
    margin-left: 34px;
    margin-right: 34px;
}
.blog-a h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.blog-a .post-format {
    display: none;
}

#sp-header, #sp-header .logo { height: 45px;
}
.sp-megamenu-parent > li > a, #offcanvas-toggler { 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%;
}

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

#sp-main-body {
    padding: 50px 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;
}
#floatingCalcBtnWrapper {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: max-content;
  animation: slideUp 1s ease-out forwards;
  animation-delay: 2s;
}

.floatingCalcBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #00bcd4, #0097a7);
  color: #fff;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 10px 24px rgba(0, 188, 212, 0.5);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.floatingCalcBtn:hover {
  transform: scale(1.05);
}

/* Стили для сменяющихся текстов */
#floatingCalcBtnWrapper {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: max-content;
  animation: slideUp 1s ease-out forwards;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.floatingCalcBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #00bcd4, #0097a7);
  color: white;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 10px 24px rgba(0, 188, 212, 0.5);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.floatingCalcBtn:hover {
  transform: scale(1.05);
}

.floatingCalcBtn .shine-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: shineMove 3s infinite;
  pointer-events: none;
}

@keyframes shineMove {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes slideUp {
  to {
    bottom: 30px;
  }
/* ==== SEO Перелинковка ==== */
.seo-simple-links {
  border-top: 1px solid #ddd;
  margin-top: 2em;
  padding-top: 1em;
  background: #f8f8f8;
  border-radius: 8px;
}
.seo-links-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.8em;
  color: #333;
}
.seo-simple-links ul {
  list-style-type: disc;
  padding-left: 1.2em;
}
.seo-simple-links ul li {
  margin-bottom: 0.5em;
}
.seo-simple-links ul li a {
  color: #0077cc;
  text-decoration: none;
}
.seo-simple-links ul li a:hover {
  text-decoration: underline;
}
/* ==== /SEO Перелинковка ==== */
.footer-ratings { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; align-items: center; }
.rating-2gis {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #1f2a3a;
  padding: 6px 12px; border-radius: 6px;
  text-decoration: none; font-size: 14px;
  width: max-content;
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.rating-2gis:hover { text-decoration: none; color: #1f2a3a; }
.rating-2gis__label { font-weight: 700; color: #19b85e; }
.rating-2gis__stars { color: #f5a623; letter-spacing: 1px; }
.rating-2gis__score { font-weight: 700; }

