/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 80px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 80px;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration .modal {
  display: inline-block;
  position: inherit;
}
.com-content.layout-edit .nav-tabs .nav-link, .com-content.layout-edit label.hasPopover, .registration label.hasPopover {
  display: inline-block !important;
}
.registration .form-check-inline input[type="radio"] {
  display: inline-block;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #e31e25;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #e31e25;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #252525;
}
.article-info > span a:hover {
  color: #e31e25;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form, html.offline .coming-soon-login form {
  display: inline-block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 14px;
  margin: 0;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
div#lightbox {
  display: none;
}
#jtmodule-101 .swiper-button-next, #jtmodule-101 .swiper-button-prev {
  color: #9c9c9c;
  font-family: "Font Awesome 5 Free" !important;
}
.grad-svet {
  background-image: -webkit-linear-gradient(180deg, #e31e25 0%, #fff 70%);
  background-image: -moz-linear-gradient(180deg, #e31e25 0%, #fff 70%);
  background-image: -o-linear-gradient(180deg, #e31e25 0%, #fff 70%);
  background-image: linear-gradient(180deg, #e31e25 0%, #fff 70%);
}
@keyframes dowPulse {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  0% {
    -webkit-transform: translateY(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes glow {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(3) scaleY(3);
    transform: scaleX(3) scaleY(3);
    opacity: 0;
  }
}
@-webkit-keyframes downPulse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes downPulse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes downPulse2 {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes downPulse2 {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes flick {
  0% {
    background: #e31e25;
  }
  20% {
    background: #fff;
  }
  40% {
    background: #e31e25;
  }
  60% {
    background: #fff;
  }
  80% {
    background: #e31e25;
  }
  100% {
    background: #fff;
  }
}
@keyframes sarik {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.moduletitle-holder .text-white::before, .moduletitle-holder .text-white::after {
  color: #fff;
}
.moduletitle-holder .text-dark {
  color: #08244f !important;
}
.moduletitle-holder .text-dark::before, .moduletitle-holder .text-dark::after {
  color: #08244f;
}
.moduletitle-holder {
  text-align: center;
}
.moduletitle-holder h3.sp-module-title.div-w {
  position: relative;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.moduletitle-holder h3.sp-module-title.div-w::after {
  content: url(/images/divider-white.svg);
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
.moduletitle-holder {
  text-align: center;
}
.moduletitle-holder h3.sp-module-title.div-s, .moduletitle-holder h2.sp-module-title.div-s, .moduletitle-holder h1.sp-module-title.div-s {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-top: 15px;
  color: #08244f;
}
.moduletitle-holder h3.sp-module-title.div-s::after, .moduletitle-holder h2.sp-module-title.div-s::after, .moduletitle-holder h1.sp-module-title.div-s::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/images/divider.svg) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 37px;
}
.article-details .article-header {
  text-align: center;
}
.article-details .article-header h1 {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-top: 15px;
  color: #08244f;
}
.article-details .article-header h1::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/images/divider.svg) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 37px;
}
.content-category h1 {
  text-align: center;
  display: block;
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-top: 15px;
  color: #08244f;
}
.content-category h1::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/images/divider.svg) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 37px;
}
.blog h2 {
  text-align: center;
}
.blog h2 span.subheading-category {
  display: block;
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-top: 15px;
  color: #08244f;
}
.blog h2 span.subheading-category::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/images/divider.svg) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 37px;
}
.moduletitle-holder {
  text-align: center;
}
.moduletitle-holder h3.sp-module-title {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-top: 15px;
  color: #08244f;
}
h3 {
  color: #1977ba;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 12px;
}
.sp-module.top-cart-modul1.top-cart-modul1-mob {
  display: none;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
html {
  font-weight: normal;
  font-size: 14px;
}
body .b1c-form .b1c-close {
  font-size: 24px;
  font-family: initial;
}
body {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  background-color: #eff9ff !important;
}
i b, span.fa b {
  display: none;
}
.menu-home #sp-main-body, .menu-uslugi #sp-main-body {
  display: none;
}
.menu-home section#sp-titles, .menu-uslugi section#sp-titles {
  display: none !important;
}
p, li {
  font-weight: normal;
  line-height: 1.4;
}
.nav-placeholder {
  height: 0px;
}
.nav-placeholder.placeholder-sticky {
  height: 45px;
}
img.pull-right {
  float: right;
  margin: 15px 0 15px 15px;
}
img.pull-left {
  float: left;
  margin: 15px 15px 15px 0;
}
img.pull-center {
  margin: 15px auto;
}
.body-innerwrapper {
  overflow-y: hidden;
}
.all-button-holder {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.all-button {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  display: inline-block;
  border: 1px solid #e31e25;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 25px;
  max-height: 36px;
  line-height: 34px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #e31e25;
  white-space: nowrap;
}
.all-button:hover {
  color: #08244f !important;
  background: #fff !important;
  border: 1px solid #08244f;
}
.all-button:hover a {
  color: #08244f !important;
}
.article-details ul, div#sp-user2 .sp-module-content ul {
  list-style: none;
  padding: 0;
  padding-left: 21px;
  display: inline-block;
}
.article-details ul li, div#sp-user2 .sp-module-content ul li {
  position: relative;
  margin-bottom: 8px;
}
.article-details ul li::before, div#sp-user2 .sp-module-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 4px;
  color: #e31e25;
  font-size: 14px;
}
body .tabs {
  text-align: center;
}
body .tabs dt {
  float: left;
  position: relative;
  margin-right: 1px;
  padding: 1px 1px;
  height: 75px;
  line-height: 1;
  font-size: 22px;
  text-transform: uppercase;
  color: #b7b7b7;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.51);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 32%;
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
body .tabs dd {
  background: #fff;
  display: none;
  float: right;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 75px 0 0 -100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body .tabs dt.selected {
  cursor: auto;
  color: #fff;
  background: #e92430;
  border-color: #d9d9d9;
}
body .tabs .tab-content {
  border: 1px solid #fff;
  overflow: hidden;
  padding: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
section#sp-top-bar {
  padding: 0;
  background: #08244f;
  color: #fff;
}
div#sp-top1 .sp-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-height: 50px;
}
div#sp-top1 .sp-column a {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
div#sp-top1 .sp-column a:hover {
  color: #e31e25;
}
div#sp-top1 .sp-column i {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  color: #a3d9fa;
}
div#sp-top1 .sp-column .top-phones-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
div#sp-top1 .sp-column .top-phones-holder .top-mob-tel {
  margin-right: 20px;
}
div#sp-top1 .sp-column .custom.top1-worktime-modul h3 {
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  color: #9dd1f3;
}
div#sp-top1 .sp-column .custom.top1-callback-modul a {
  font-size: 1rem;
  text-decoration: underline;
  color: #08244f;
  background: #fff;
  line-height: 23px;
  padding: 0 15px;
  font-weight: 600;
}
div#sp-top1 .sp-column .custom.top1-callback-modul a:hover {
  background: #e31e25;
  color: #fff;
}
header#sp-header .sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 10px 0;
}
header#sp-header .sp-megamenu-parent > li > a, header#sp-header .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 12px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #08244f;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
header#sp-header .sp-megamenu-parent > li.active a {
  color: #fff;
}
header#sp-header .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
}
header#sp-header .sp-megamenu-parent > li:hover > a {
  color: #fff;
  background: #e92430;
}
header#sp-header li.sp-menu-item.current-item.active {
  background: #e92430;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: -moz-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* ff3.6+ */
  background: -webkit-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* ie10+ */
  background: linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e92430', endColorstr='#c30000',GradientType=0);
  /* ie6-9 */
}
video#video {
  min-height: 640px;
  max-width: none;
  width: auto;
}
section#sp-categories {
  padding: 0px;
  background-color: #08244f;
  background-attachment: fixed;
}
section#sp-categories div#sp-slider .sp-column {
  position: relative;
}
section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}
section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-images-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-text-logo img {
  margin: 0 auto;
}
section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul h1.slider-slogan,
section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul h3.slider-slogan {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}
section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-tel {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
}
section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-tel a {
  color: #e31e25;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.2;
  padding: 0 30px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, .45);
  background: rgba(8, 36, 79, .40);
}
section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-tel a:hover {
  color: #fff;
}
section#sp-categories div#sp-slider .sp-column .custom.top-vizov-modul, section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
section#sp-categories div#sp-slider .sp-column .custom.top-vizov-modul.top-vizov-modul-desktop {
  position: relative;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop {
  bottom: 9%;
  max-width: 900px;
  margin: 0 auto;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop h3.sp-module-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop form.vizov-baform .ba-form-page {
  background: rgba(255, 255, 255, .7);
  padding: 6px 4px;
  border-radius: 7px;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column {
  margin: 0;
  padding: 0 3px;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .ba-form-field-item {
  margin: 0;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .vizov-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .vizov-button .ba-form-submit-wrapper {
  width: 100%;
  height: 100%;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .vizov-button .ba-form-submit-wrapper .ba-form-submit-btn-wrapper {
  width: 100%;
  height: 100%;
}
section#sp-categories div#sp-slider .sp-column .sp-module.top-vizov-modul.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .vizov-button .ba-form-submit-wrapper .ba-form-submit-btn-wrapper span.ba-form-submit-btn {
  background: -moz-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* ff3.6+ */
  background: -webkit-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* ie10+ */
  background: linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e92430', endColorstr='#c30000',GradientType=0);
  /* ie6-9 */
  width: 100%;
  height: 100%;
}
.top-vizov-modul-desktop form.vizov-baform .ba-form-page {
  background: rgba(255, 255, 255, .7);
  padding: 6px 4px;
  border-radius: 7px;
}
.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column {
  margin: 0;
  padding: 0 3px;
}
.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .ba-form-field-item {
  margin: 0;
}
.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .vizov-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .vizov-button .ba-form-submit-wrapper {
  width: 100%;
  height: 100%;
}
.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .vizov-button .ba-form-submit-wrapper .ba-form-submit-btn-wrapper {
  width: 100%;
  height: 100%;
}
.top-vizov-modul-desktop form.vizov-baform .ba-form-page .ba-form-column-wrapper .span3.ba-form-column .vizov-button .ba-form-submit-wrapper .ba-form-submit-btn-wrapper span.ba-form-submit-btn {
  background: -moz-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* ff3.6+ */
  background: -webkit-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* ie10+ */
  background: linear-gradient(-50deg, #e88a8a 0, #c30000 50%, #8c0000 51%, #c30000 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e92430', endColorstr='#c30000',GradientType=0);
  /* ie6-9 */
  width: 100%;
  height: 100%;
}
#main_meganav .childcontent {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  right: 1rem !important;
  bottom: 0;
  width: calc(66% - 1rem);
  background: #fff;
  max-width: 215px;
  z-index: 0 !important;
}
#main_meganav .childcontent .childcontent-inner-wrap.dropdown-menu.tabs_vertical {
  display: block !important;
  width: 100% !important;
}
#main_meganav .childcontent .childcontent-inner.clearfix {
  width: auto !important;
}
#main_meganav .childcontent .childcontent-inner.clearfix .moduletable {
  padding: 40px 0 30px 10px !important;
}
#main_meganav ul.megamenu.level0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#main_meganav ul.megamenu.level0 li.megacss {
  width: 33.333%;
  flex: 33.333%;
  padding: 0 1rem !important;
  min-height: 240px;
  margin-bottom: 3.125rem;
}
#main_meganav ul.megamenu.level0 li.megacss > a {
  background: -moz-linear-gradient(270deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 20%, rgba(255, 255, 255, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(55, 53, 135, 1)), color-stop(20%, rgba(55, 53, 135, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 20%, rgba(255, 255, 255, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 20%, rgba(255, 255, 255, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 20%, rgba(255, 255, 255, 1) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 20%, rgba(255, 255, 255, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373587', endColorstr='#ffffff',GradientType=0);
  /* ie6-9 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
#main_meganav ul.megamenu.level0 li.megacss > a img {
  float: left;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  width: 112px;
  height: 105px;
  margin-top: 15px;
  margin-left: 10px;
}
#main_meganav ul.megamenu.level0 li.megacss > a span.image-title {
  flex: 2;
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.slogan {
  text-align: center;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 40px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  text-shadow: 2px 2px 7px #000;
}
.col-lg-4.top-feature {
  padding: 20px;
}
.col-lg-4.top-feature .icon-item {
  padding: 20px 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.25);
}
.col-lg-4.top-feature .icon-item .su-icon-list .icon_list_item {
  padding-bottom: 0;
  margin-bottom: 0 !important;
  padding-top: 15px;
}
.col-lg-4.top-feature .icon-item.icon-item1 {
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.25);
}
input.popup-btn {
  border: 1px solid #fff !important;
  box-shadow: 3px 3px 0 #fff;
  padding: 10px 45px !important;
}
.icon_list_icon {
  background: #373587 !important;
}
.custom.kat-main .kat-col.col-sm-4 {
  margin-bottom: 3rem;
}
.custom.kat-main .kat-col.col-sm-4 a {
  display: block;
  height: 100%;
  background: -moz-linear-gradient(270deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 30%, rgba(255, 255, 255, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(55, 53, 135, 1)), color-stop(20%, rgba(55, 53, 135, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 30%, rgba(255, 255, 255, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 30%, rgba(255, 255, 255, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 30%, rgba(255, 255, 255, 1) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(55, 53, 135, 1) 0%, rgba(55, 53, 135, 1) 30%, rgba(255, 255, 255, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373587', endColorstr='#ffffff',GradientType=0);
  /* ie6-9 */
}
.custom.kat-main .kat-col.col-sm-4 a > div {
  height: 100%;
}
.custom.kat-main .kat-col.col-sm-4 a > div > div {
  height: 100%;
}
.custom.kat-main .custom.kat-item.d-flex .kat-img {
  flex: 1;
  padding: 15px 12px 0 5px;
}
.custom.kat-main .custom.kat-item.d-flex .kat-text {
  flex: 2;
  background: #fff;
}
.custom.kat-main .custom.kat-item.d-flex .kat-text h3 {
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 0 14px 10px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  background: #08244f;
}
.custom.kat-main .custom.kat-item.d-flex .kat-text ul {
  padding: 0;
  padding-left: 10px;
  list-style: none;
  margin: 0;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
}
.custom.kat-main .custom.kat-item.d-flex .kat-text ul li:before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  margin-top: 0.6rem;
  color: #08244f;
}
.custom.kat-main .custom.kat-item.d-flex .kat-text p {
  font-size: 16px;
  line-height: 1.4;
  padding: 6px;
  font-weight: 600;
  word-break: break-all;
}
.icon_list_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px !important;
}
.icon_list_item .icon_list_wrapper {
  margin-bottom: 30px;
}
.icon_list_item .icon_list_icon {
  margin: 0 auto;
  max-width: 25px !important;
  height: 25px !important;
  padding: 12px !important;
}
.icon_list_item .icon_description {
  margin: 0 auto !important;
  text-align: center;
  color: #fff;
}
.icon_list_item .icon_description h3 {
  font-size: 20px !important;
  font-weight: 100 !important;
  margin-top: 3px;
  margin-bottom: 10px;
  clear: none !important;
  line-height: 1.7 !important;
}
.custom.top-btn {
  margin-bottom: 60px;
  padding-top: 50px;
}
.custom.top-btn .btn-default {
  text-align: center;
}
section#sp-main-text {
  padding-top: 65px;
  padding-bottom: 80px;
}
section#sp-main-text h3.sp-module-title {
  max-width: 700px;
}
section#sp-main-text .custommain-text .col-m-text {
  background: #e3e3e3;
  padding: 1rem;
  height: 100%;
}
section#sp-schetchik {
  padding: 50px 0;
}
section#sp-preimus {
  padding-top: 65px;
  padding-bottom: 80px;
  background-size: cover;
}
section#sp-preimus h3.sp-module-title {
  color: #fff;
  margin-bottom: 3.5rem;
}
.custommain-feature {
  padding: 0 15%;
}
.num-col {
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
  padding-top: 1rem;
}
.text-col.d-flex {
  background: #fff;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
.text-col.d-flex i.feat-item-ico {
  margin-right: 20px;
}
.text-col.d-flex .feat-item {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 600;
  flex: 2;
  margin: 0;
  line-height: 1.3;
}
.row.feat-row.feat-row-2 .num-col {
  order: 2;
}
.row.feat-row.feat-row-2 .text-col.d-flex {
  order: 1;
}
.row.feat-row.feat-row-2 p.num i:after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  border-bottom: 2px dashed #fff;
  position: absolute;
  left: -21px;
  top: 50%;
  right: inherit;
}
p.num i:after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  border-bottom: 2px dashed #fff;
  position: absolute;
  right: -21px;
  top: 50%;
}
section#sp-pochemu {
  padding-top: 80px;
  padding-bottom: 60px;
  background: url(/images/graphy.png) repeat center;
}
.menu-uslugi section#sp-pochemu {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eff9ff;
}
.sp-features.uslugi-modul .all-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  text-align: center;
  padding: 15px !important;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 {
  padding: 5px;
  border-radius: 10px;
  border: 6px solid rgba(25, 119, 186, .22);
  width: 100%;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature {
  background: #fff;
  border-radius: 7px;
  position: relative;
  padding: 76px 10px 5px;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-img-wrapper {
  margin-bottom: 20px;
  padding-top: 20px;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-img-wrapper a {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100px;
  height: 100px;
  padding: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #bae3fb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bae3fb), color-stop(50%, #128ee1), color-stop(51%, #125a8e), color-stop(100%, #107fc9));
  background: -webkit-linear-gradient(top, #bae3fb 0, #128ee1 50%, #125a8e 51%, #107fc9 100%);
  background: -moz-linear-gradient(top, #bae3fb 0, #128ee1 50%, #125a8e 51%, #107fc9 100%);
  background: -ms-linear-gradient(top, #bae3fb 0, #128ee1 50%, #125a8e 51%, #107fc9 100%);
  background: -o-linear-gradient(top, #bae3fb 0, #128ee1 50%, #125a8e 51%, #107fc9 100%);
  background: linear-gradient(top, #bae3fb 0, #128ee1 50%, #125a8e 51%, #107fc9 100%);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-img-wrapper a img {
  margin: 0 auto;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  background: #bae3fb;
  border-radius: 7px 7px 0 0;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a:first-child h4 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  max-width: 238px;
  margin: 0 auto;
  line-height: 1.2;
  z-index: 1;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content h5 {
  font-size: 24px;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a.read-more {
  color: #fff;
  background: #1977ba;
  line-height: 30px;
  display: block;
  border-radius: 5px;
  letter-spacing: 1px;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a.read-more:hover {
  background: #bae3fb;
  color: #08244f;
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature:hover .feature-img-wrapper a {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature:hover .feature-img-wrapper a img {
  -webkit-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
}
.sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1.uslugi-7-block .sp-feature .feature-content a:first-child h4 {
  font-size: 24px;
  line-height: 1;
}
.sp-module.obrashenie-mod {
  margin-bottom: 50px;
}
p.replik {
  font-style: italic;
  font-size: 15px;
  padding-left: 20px;
}
p.replik:before {
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #c3c3c3;
  margin: 0 30px 8px 0;
}
.vivod {
  background: #e8e8e8;
  padding: 25px 15px;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
}
.su-drawer-toggle {
  background: transparent !important;
  color: #000 !important;
}
section#sp-recom {
  background: #f5f5f5;
  padding: 50px 0;
}
.sp-module.recomend-modul ul {
  list-style: none;
}
.sp-module.recomend-modul ul li {
  margin-bottom: 25px;
}
section#sp-price {
  padding: 50px 0;
  background: #f5f5f5;
}
.custom.shagi-modul {
  text-align: center;
}
.custom.shagi-modul i {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 26px;
}
.custom.shagi-modul i::before {
  background: #373587;
  width: 45px;
  height: 45px;
  display: inline-block;
  padding-top: 10px;
  border-radius: 50px;
  color: #fff;
}
.custom.shagi-modul .su-row + .su-row {
  margin-top: 0 !important;
}
.custom.shagi-modul .su-column {
  padding: 20px;
}
.custom.shagi-modul .su-column .su-column-inner {
  padding-bottom: 10px;
}
.custom.shagi-modul .su-column .su-column-inner::after {
  content: " ";
  display: block;
  height: 2px;
  width: 40%;
  background: #373587;
  margin: 30px auto 0;
}
span.shag {
  margin-right: 10px;
}
.custom.uslugi-modul ul.menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.custom.uslugi-modul ul.menu li {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding: 5px;
}
.custom.uslugi-modul ul.menu li a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  border: 9px solid rgba(55, 53, 135, 0.46);
  color: #373587;
  font-size: 20px;
}
.custom.uslugi-modul ul.menu li a:hover {
  background: #373587;
  color: #fff;
}
#sp-dostavka {
  padding: 80px 8%;
  background-image: url(/images/graphy.png);
}
.sp-module.diagnozi-karusel-modul .sp-module-content {
  padding: 5px;
  border-radius: 10px;
  border: 6px solid rgba(25, 119, 186, .22);
}
.sp-module.diagnozi-karusel-modul .sp-module-content .custom.diagnozi-karusel-modul {
  background: #fff;
  border-radius: 7px;
  position: relative;
  padding: 10px;
}
.article-list .article .article-intro-image img {
  min-width: 100%;
}
.custom.sosico-mobila-mod ul.social-icons > li:hover {
  background: #000;
}
.custom.sosico-mobila-mod ul.social-icons > li:hover a {
  color: #fff;
}
section#sp-partners {
  padding-top: 60px;
  padding-bottom: 40px;
}
section#sp-main-news {
  padding-top: 40px;
  padding-bottom: 60px;
}
div#sp-bottom1 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.39);
}
section#sp-bottom-menu {
  background: #08244f;
  color: #fff;
}
section#sp-bottom-menu ul#cat_bottom_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -ms-flex-direction: row;
  flex-direction: row;
}
section#sp-bottom-menu ul#cat_bottom_menu li {
  text-align: center;
}
section#sp-bottom-menu ul#cat_bottom_menu li a {
  color: #fff;
  white-space: nowrap;
  padding: 1.4rem 0.7rem;
  display: inline-block;
  position: relative;
}
section#sp-bottom-menu ul#cat_bottom_menu li a:hover {
  background: #e31e25;
}
section#sp-bottom-menu ul#cat_bottom_menu li a:after {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  right: -6px;
  top: 50%;
}
section#sp-bottom-menu ul#cat_bottom_menu li:last-child a:after {
  content: normal;
}
#sp-footer, #sp-bottom a {
  color: #fff;
}
section#sp-bottom {
  padding: 40px 0 90px;
  font-size: 16px;
  line-height: 1.6;
  background: #12366f url(/images/bottom-BG.jpg) no-repeat bottom center;
}
footer#sp-footer {
  margin-top: -80px;
  background: transparent;
}
footer#sp-footer a, section#sp-bottom a {
  color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 25px !important;
}
section#sp-bottom .custom.bottom-contakts-modul a {
  color: #fff;
  font-size: 24px;
  margin: 0 0 12px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
section#sp-bottom .custom.bottom-contakts-modul a span {
  font-size: 14px;
}
section#sp-bottom .custom.bottom-contakts-modul a:hover {
  color: #e31e25;
  letter-spacing: 1px;
}
section#sp-bottom ul#bottom_menu li {
  margin: 0;
}
section#sp-bottom ul#bottom_menu li a {
  font-size: 16px;
  display: inline-block;
  padding: 15px 10px;
  position: relative;
}
section#sp-bottom ul#bottom_menu li a::after {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: -3px;
  top: 23px;
  color: #e31e25;
}
.diagnos h5 a {
  display: block;
  text-align: center;
  color: #08244f;
  font-size: 18px;
  padding: 8px 0;
  background: #a3d9fa;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.owl-item:hover .diagnos h5 a {
  color: #fff;
  letter-spacing: 1px;
  background: #08244f;
}
.custom.bottom-contacts h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.custom.bottom-contacts a {
  color: #fff !important;
}
.custom.bottom-contacts a:hover {
  color: #e31e25 !important;
}
div#sp-bottom3 .ba-form {
  padding: 0;
}
div#sp-bottom3 .ba-form .ba-textInput.tool {
  width: 45%;
  padding-right: 7px;
  float: left;
}
div#sp-bottom3 .ba-form .ba-email.tool {
  width: 55%;
  float: left;
  margin-top: 0;
  padding-left: 5px;
}
div#sp-bottom3 .ba-form .ba-textInput.tool.phone-row {
  width: 100%;
  float: none;
  padding-right: 0px;
}
h2.sp-page-title-heading.pull-center {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
.title-logo img {
  max-width: 260px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1.5rem;
  padding: 0.7rem 0;
  position: relative;
}
.custom.comback-link-modul a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}
.custom.comback-link-modul a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
h1.sp-module-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  font-weight: 600;
  display: block;
}
.article-introtext h1 {
  text-transform: uppercase;
  font-size: 24px;
  color: #373587;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-introtext h1:before {
  content: normal;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-right: 5px;
  color: #8887c3;
}
.article-list .article {
  border-radius: 0px !important;
  box-shadow: 1px 1px 10px rgba(55, 53, 135, 0.18);
}
.readmore a {
  font-weight: bold !important;
  padding: 10px 20px;
  background: #e5e5ff;
  color: #373587;
}
.readmore a:hover {
  background: #373587;
  color: #fff !important;
}
.article-details h1 {
  text-transform: uppercase;
  font-size: 24px;
  color: #373587;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-details .modal {
  display: inherit;
  position: inherit;
}
h3.pomni {
  display: inline-block;
  background: #e0e0e0;
  padding: 20px;
  margin: 20px;
  font-size: 24px;
  font-weight: 600;
  width: 90%;
  max-width: 600px;
  position: relative;
  left: 0;
  right: 0;
  height: auto;
  padding-bottom: 70px;
  border-top: 5px solid #373587;
  border-bottom: 5px solid #373587;
  line-height: 1;
}
h3.pomni::before {
  content: url(/images/advokat-mini.jpg);
  float: left;
  margin-right: 15px;
  height: 156px;
}
h3.pomni::after {
  content: "Получите бесплатную консультацию уголовного адвоката: 8 (906) 792-18-29";
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 215px;
  bottom: 8%;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}
ul.pager.pagenav a.hasTooltip {
  display: block !important;
}
.sp-module.links-menu-modul {
  background: #ddddf0;
  padding: 20px;
  margin: 20px auto;
}
.sp-module.links-menu-modul li {
  margin-bottom: 10px;
}
.sp-module.links-menu-modul a {
  font-size: 14px;
  text-decoration: underline;
}
.page-header h1 {
  font-size: 1.875rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  font-weight: 600;
  display: block;
}
.top-cont {
  justify-content: space-between;
}
.su-drawer {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.su-drawer-toggle {
  width: 100% !important;
  font-size: 14px !important;
  max-width: 300px;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  background: #1977ba !important;
  border-radius: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.su-drawer-toggle:hover {
  background: #c30000 !important;
}
.su-drawer-content {
  padding: 0px !important;
  background: transparent !important;
  color: #252525 !important;
}
#perehod li {
  list-style: none;
}
.pager > li a, #perehod li a {
  border: 1px solid #ededed;
  color: #252525;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  font-weight: 400;
}
.diagnos p {
  margin-bottom: 0;
}
.diagnos a {
  display: block;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.diagnos a:hover {
  color: #f00;
}
#sp-bottom h3.sp-module-title {
  text-align: left;
}
#sp-bottom1 {
  text-align: center;
}
#sp-bottom1 a {
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
}
#sp-bottom1 ul {
  width: 100%;
  text-align: center;
}
#sp-bottom1 ul li {
  display: inline-block !important;
  margin: 25px 15px 0;
}
#sp-bottom1 li a {
  font-size: 14px;
  margin-top: 0px;
}
#sp-bottom1 a span {
  margin-right: 15px;
  color: #f00;
}
div#spoiler1 .title.active {
  background-position: right 5px;
}
body:not(.menu-home) section#sp-categories {
  background-color: #a3d9fa;
  padding: 0;
}
body:not(.menu-home) section#sp-categories .spoilers .title {
  margin-top: 0;
}
body:not(.menu-home) .sp-module.top-vizov-modul.top-vizov-modul-desktop.d-none.d-sm-block {
  position: static !important;
  padding: 15px 0;
}
body:not(.menu-home) .sp-module.top-vizov-modul.top-vizov-modul-desktop.d-none.d-sm-block .moduletitle-holder {
  display: none;
}
.menu-prajs .table .thead-dark th {
  color: #fff;
  background-color: #1977ba;
  border-color: #a3d9fa;
}
.menu-prajs tbody tr td:first-child {
  color: #fff;
  background: #e92430;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 10px;
  font-size: 14px;
}
.menu-prajs tbody tr td:last-child {
  font-weight: bold;
  white-space: nowrap;
}
body #offcanvas-toggler {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
}
.mark {
  display: none;
}
div#spoiler1 .title {
  background: #e92430 url(/images/arrow-square.gif) no-repeat right -51px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.my-article img {
  margin: 10px;
}
.my-article h3 {
  padding-left: 64px;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  font-size: 1.9rem;
}
.my-article h3::after {
  content: " ";
  position: absolute;
  display: inline-block;
  background: url(/images/divider-h3.svg) no-repeat center;
  background-size: contain;
  left: 0;
  bottom: -6px;
  width: 245px;
  height: 40px;
}
body.itemid-693 .article-introtext img {
  margin: 10px;
}
body.itemid-693 .article-introtext h3 {
  padding-left: 64px;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  font-size: 1.9rem;
}
body.itemid-693 .article-introtext h3::after {
  content: " ";
  position: absolute;
  display: inline-block;
  background: url(/images/divider-h3.svg) no-repeat center;
  background-size: contain;
  left: 0;
  bottom: -6px;
  width: 245px;
  height: 40px;
}
.article-details ul.pager.pagenav li::before {
  content: normal;
}
div#sp-user2 .su-drawer-content h3 {
  padding-left: 64px;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  font-size: 1.9rem;
}
div#sp-user2 .su-drawer-content h3::after {
  content: " ";
  position: absolute;
  display: inline-block;
  background: url(/images/divider-h3.svg) no-repeat center;
  background-size: contain;
  left: 0;
  bottom: -6px;
  width: 245px;
  height: 40px;
}
.custom.top-vizov-modul.top-vizov-modul.-mobila.d-sm-none > a.jext {
  display: none !important;
}
body table.category.table.table-bordered tbody {
  display: flex;
  flex-wrap: wrap;
}
body table.category.table.table-bordered tbody > tr {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
body table.category.table.table-bordered tbody > tr > td {
  width: 100% !important;
  height: 100%;
  display: inline-block;
}
.menu-informatsiya ul.category-module.gde-rab-modul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.menu-informatsiya ul.category-module.gde-rab-modul li {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 1px solid #1977ba;
}
.menu-informatsiya ul.category-module.gde-rab-modul li::before {
  content: normal;
}
.menu-informatsiya ul.category-module.gde-rab-modul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  line-height: 1;
  background: #fff;
}
.menu-informatsiya ul.category-module.gde-rab-modul li a:hover {
  background: #1977ba;
  color: #fff;
}
.my-article > a.jext {
  font-size: 0px !important;
}
.uslugi-phones-holder.d-flex.justify-content-center a {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 1.5rem;
  color: #e92430;
}
.uslugi-phones-holder.d-flex.justify-content-center a i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #1977ba;
}
.menu-prajs tbody tr td:first-child {
  color: #000;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 10px;
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  #sp-dostavka {
    padding: 80px 3%;
  }
  section#sp-bottom {
    background-size: 115%;
  }
}
@media screen and (max-width: 1199px) {
  header#sp-header .sp-megamenu-parent > li > a, header#sp-header .sp-megamenu-parent > li > span {
    padding: 0 13px;
    font-size: 18px;
  }
  video#video {
    height: 630px;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a:first-child h4 {
    font-size: 26px;
  }
  section#sp-bottom ul#bottom_menu li a {
    font-size: 18px;
  }
  section#sp-bottom {
    background-size: 145%;
    background-position-x: 80%;
  }
  div#sp-top1 .sp-column .custom.top1-worktime-modul h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  div#sp-top2 {
    order: 4;
  }
  .slogan {
    font-size: 28px;
  }
  .col-lg-4.top-feature .icon-item.icon-item1 {
    padding: 0px;
  }
  .col-lg-4.top-feature .icon-item {
    padding: 0px;
  }
  .custom.top-btn {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .slogan {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .slider-text-logo.col {
    padding: 0 10px;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul h3.slider-slogan {
    font-size: 30px;
    max-width: 740px;
    margin: 0 auto 15px;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 {
    padding: 5px !important;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a:first-child h4 {
    font-size: 22px;
  }
  #sp-dostavka {
    padding: 80px 15px;
  }
  video#video {
    height: 610px;
    min-height: auto;
  }
  div#sp-top1 .sp-column {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .custom.phone-top {
    padding-top: 9px;
    margin-bottom: 6px;
  }
  .custom.top1-worktime-modul {
    margin-bottom: 10px;
    margin-right: 24px;
  }
  .custom.top1-callback-modul {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .all-button {
    padding: 0px 15px;
    letter-spacing: 0px;
    font-size: 13px !important;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1.uslugi-7-block .sp-feature .feature-content a:first-child h4 {
    font-size: 20px;
  }
  body .tabs dt {
    padding: 25px 3px;
    font-size: 15px;
    max-width: 32%;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .slider-text-logo.col {
    padding: 0 5px;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-tel {
    font-size: 40px;
  }
  video#video {
    height: 555px;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul h3.slider-slogan {
    font-size: 22px;
    max-width: 560px;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px !important;
  }
  .moduletitle-holder h3.sp-module-title.div-s, .moduletitle-holder h2.sp-module-title.div-s, .moduletitle-holder h1.sp-module-title.div-s {
    font-size: 34px;
  }
  .moduletitle-holder h3.sp-module-title.div-s::after, .moduletitle-holder h2.sp-module-title.div-s::after, .moduletitle-holder h1.sp-module-title.div-s::after {
    width: 300px;
    height: 29px;
  }
  .sp-module.diagnozi-karusel-modul .sp-module-content {
    max-width: 300px;
    margin: 0 auto;
  }
  .menu-informatsiya ul.category-module.gde-rab-modul li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .uslugi-phones-holder.d-flex.justify-content-center a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .custom.uslugi-modul ul.menu li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  h3.pomni::before {
    content: url(/images/advokat-mini.jpg);
    float: left;
    margin-right: 15px;
    transform: scale(0.5);
    transform-origin: left top;
    width: 85px;
    height: 85px;
  }
  h3.pomni {
    padding: 10px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    width: 92%;
    max-width: 600px;
    position: relative;
    height: auto;
    padding-bottom: 70px;
  }
  h3.pomni::after {
    content: "Получите бесплатную консультацию уголовного адвоката: 8 (906) 792-18-29";
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 10px;
    padding-right: 10px;
    bottom: 8%;
    font-size: 18px;
  }
  .my-article img {
    float: none !important;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 280px;
  }
  body.itemid-693 .article-introtext img {
    float: none !important;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 280px;
  }
  .feature-content {
    padding-left: 1rem;
    padding-top: 8px;
  }
}
@media screen and (max-width: 575px) {
  h3.sp-module-title {
    font-size: 1.5rem;
  }
  .col-lg-4.top-feature {
    padding: 10px;
  }
  .icon_list_item .icon_list_wrapper {
    margin-bottom: 10px;
  }
  .top-adress.mr-5 {
    margin-right: 1rem !important;
  }
  .custom.phone-top a {
    font-size: 1.5rem;
  }
  #sp-top-bar .sp-module {
    margin: 0;
  }
  section#sp-categories {
    padding-top: 12px;
    min-height: auto;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul {
    padding-top: 10px;
  }
  section#sp-categories div#sp-slider .sp-column .custom.top-vizov-modul.top-vizov-modul.-mobila.d-sm-none {
    position: relative;
  }
  .slider-text-logo.col {
    padding: 0 2px;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul h3.slider-slogan {
    font-size: 22px;
    max-width: 420px;
  }
  video#video {
    height: 290px;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-images-holder {
    max-width: 420px;
    margin: 0 auto;
  }
  section#sp-pochemu {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .moduletitle-holder h3.sp-module-title.div-s, .moduletitle-holder h2.sp-module-title.div-s, .moduletitle-holder h1.sp-module-title.div-s {
    font-size: 27px;
  }
  h3 {
    font-size: 1.5rem;
  }
  img.pull-right {
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 280px;
  }
  img.pull-left {
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 280px;
  }
  .custom.bottom-contakts-modul {
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #5f8ad0;
  }
  section#sp-bottom {
    background-size: 325%;
    background-position-x: 80%;
  }
  .slider-text-logo.col:nth-child(1) {
    display: none;
  }
  .slider-text-logo.col:nth-child(4) {
    display: none;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-text-logo img {
    max-height: 80px;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
    padding: 7px 0px !important;
  }
  .article-details .article-header h1 {
    font-size: 27px;
  }
  .article-details .article-header h1::after {
    width: 290px;
    height: 37px;
  }
  .blog h2 span.subheading-category {
    font-size: 27px;
  }
  .blog h2 span.subheading-category::after {
    width: 290px;
  }
  #sp-main-body {
    padding: 50px 0;
  }
  .menu-uslugi section#sp-pochemu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#sp-bottom ul#bottom_menu li a {
    font-size: 14px;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a:first-child h4 {
    font-size: 19px;
    max-width: none;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-img-wrapper a {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a:first-child {
    min-height: 46px;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature {
    padding: 46px 10px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-img-wrapper {
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .sp-features .sp-feature p {
    margin: 0;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content a.read-more {
    margin-top: 10px;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1 .sp-feature .feature-content h5 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 0px;
  }
  .table td, .table th {
    padding: 0.5rem;
  }
  .menu-prajs tbody tr td:first-child {
    margin: 0.5rem;
  }
  body {
    font-size: 14px !important;
  }
  body.itemid-693 .article-introtext h3 {
    padding-left: 34px;
    font-size: 1.6rem;
  }
  body.itemid-693 .article-introtext h3::after {
    left: -5px;
    bottom: -10px;
    width: 165px;
    height: 33px;
  }
  .my-article h3 {
    padding-left: 34px;
    font-size: 1.6rem;
  }
  .my-article h3::after {
    left: -5px;
    bottom: -10px;
    width: 165px;
    height: 33px;
  }
  div#sp-user2 .su-drawer-content h3 {
    padding-left: 34px;
    font-size: 1.6rem;
  }
  div#sp-user2 .su-drawer-content h3::after {
    left: -5px;
    bottom: -10px;
    width: 165px;
    height: 33px;
  }
  body table.category.table.table-bordered tbody > tr {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-features.uslugi-modul .all-features .d-flex.features-block.col.p-0 .cols-1.uslugi-7-block .sp-feature .feature-content a:first-child h4 {
    font-size: 19px;
  }
  body .tabs dt {
    padding: 25px 1px;
    font-size: 12px;
    ax-width: 31%;
    width: 31%;
  }
  .menu-informatsiya ul.category-module.gde-rab-modul li a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 424px) {
  .custom.uslugi-modul ul.menu li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  h3.pomni::before {
    height: 110px;
  }
  h3.pomni {
    margin: 10px 0;
    width: 100%;
  }
  .custom.phone-top a {
    font-size: 1.2rem;
  }
  .slider-images-holder {
    display: none !important;
  }
  div#sp-top1 .sp-column .top-phones-holder {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  div#sp-top1 .sp-column .top-phones-holder .top-mob-tel {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .custom.top1-worktime-modul {
    margin-right: 0;
  }
  .custom.top1-callback-modul {
    padding-left: 0;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-tel a {
    padding: 0 20px;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul .slider-tel {
    font-size: 30px;
  }
  section#sp-categories div#sp-slider .sp-column .custom.slider-content-modul h3.slider-slogan {
    max-width: 310px;
  }
  video#video {
    height: 224px;
  }
  table.table.table-bordered.table-striped.table-hover.table-md {
    font-size: 12px;
  }
  body.itemid-693 .article-introtext h3 {
    font-size: 1.5rem;
  }
  .my-article h3 {
    font-size: 1.5rem;
  }
  div#sp-user2 .su-drawer-content h3 {
    font-size: 1.5rem;
  }
  .all-button {
    max-height: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 374px) {
  .custom.comback-link-modul a {
    font-size: 12px;
  }
  div#sp-user2 .su-drawer-content h3 {
    font-size: 1.4rem;
  }
  body.itemid-693 .article-introtext h3 {
    font-size: 1.4rem;
  }
  .my-article h3 {
    font-size: 1.4rem;
  }
}
ul.ulmarket-none li:before{
  content: none;
}