/**
 * @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
 */
@media (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }
}
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, 0.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: 60px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
#sp-header .logo {
  height: 60px;
  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: 60px;
}
#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: #ff5f03;
}
.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: #ff5f03;
}
.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: #ff5f03;
}
.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, 0.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, 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, 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, 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, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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, 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, 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, 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, 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, 0.2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 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, 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, 0.2), 0 1px 2px rgba(0, 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: rgb(146, 206, 255);
  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: rgb(146, 206, 255);
  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: 60px;
  font-size: 14px;
  margin: 0;
}
.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: 60px;
  line-height: 60px;
  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, 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 {
  background: -webkit-linear-gradient(119deg, #9bc7f6 0%, #f00 100%);
  background: -moz-linear-gradient(119deg, #9bc7f6 0%, #f00 100%);
  background: -o-linear-gradient(119deg, #9bc7f6 0%, #f00 100%);
  background: linear-gradient(119deg, #9bc7f6 0%, #f00 100%);
}
@-webkit-keyframes animationpulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 inherit;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes animationpulse1 {
  0% {
    transform: scale(1, 1);
    -moz-box-shadow: 0 0 0 0 inherit;
    box-shadow: 0 0 0 0 inherit;
  }
  10% {
    transform: scale(1.2, 1.2);
  }
  15% {
    transform: scale(1, 1);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@-ms-keyframes animationpulse1 {
  0% {
    -ms-transform: scale(1, 1);
    box-shadow: 0 0 10px #a00000;
  }
  10% {
    box-shadow: 0 0 20px #a00000;
    -ms-transform: scale(1.2, 1.2);
  }
  20% {
    box-shadow: 0 0 10px #a00000;
    -ms-transform: scale(1, 1);
  }
  100% {
    box-shadow: 0 0 10px #a00000;
    -ms-transform: scale(1, 1);
  }
}
@-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: #ccc;
  }
  20% {
    background: #fff;
  }
  40% {
    background: #ccc;
  }
  60% {
    background: #fff;
  }
  80% {
    background: #ccc;
  }
  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);
  }
}
html {
  font-size: 18px;
}
body {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  background-color: inherit;
}
i b, span.fa b {
  display: none;
}
.menu-home #sp-main-body, .menu-home-2 #sp-main-body {
  display: none;
}
.menu-home section#sp-titles, .menu-home-2 section#sp-titles {
  display: none !important;
}
p, li {
  font-weight: normal;
  line-height: 1.4;
}
.nav-placeholder, .nav-placeholder1 {
  height: 0px;
}
.nav-placeholder.placeholder-sticky, .nav-placeholder1.placeholder-sticky {
  height: 60px;
}
#sp-header.header-sticky, #sp-header1.header-sticky {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  margin-top: 0px;
}
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 {
  display: inline-block;
  border: 2px solid #fff;
  color: #4a4a4a;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  max-height: 42px;
  white-space: nowrap;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #9bc7f6;
  background: #f00;
}
.all-button:hover {
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
  color: #fff !important;
  background-color: #4a4a4a;
  background: #4a4a4a;
  background: -webkit-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -moz-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -o-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
}
section[id^="sp-divider"] {
  margin-top: -35px;
}
.custom.divider-modul .divider-holder {
  position: relative;
  background: #333;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: 111;
}
.divider-romb {
  display: inline-block;
  border: 2px solid #4a4a4a;
  box-shadow: 0px 0px 0px 2px #fff;
  color: #4a4a4a;
  outline: none;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  -webkit-transition: all 0ms;
  transition: all 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-shadow: 1px 1px 0 #fff;
  background-color: #9bc7f6;
  background: -webkit-linear-gradient(119deg, #9bc7f6 0%, #f00 100%);
  background: -moz-linear-gradient(119deg, #9bc7f6 0%, #f00 100%);
  background: -o-linear-gradient(119deg, #9bc7f6 0%, #f00 100%);
  background: linear-gradient(119deg, #9bc7f6 0%, #f00 100%);
  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;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.divider-romb .divider-romb1 {
  -webkit-transform: rotate(-45deg) scale(0.7);
  -ms-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7);
}
.mouse {
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  position: relative;
  width: 52px;
  height: 88px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 46px;
  height: 82px;
  background-color: #222a30;
  border-radius: 100px;
}
.mouse:after {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}
a.divider-link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #fff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #fff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #fff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #fff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #fff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #fff;
  }
}
.custom.divider-modul.divider1 .divider-holder, .custom.divider-modul.divider2 .divider-holder, .custom.divider-modul.divider3 .divider-holder {
  background: -webkit-linear-gradient(370deg, #9bc7f6 0%, #f00 100%);
  background: -moz-linear-gradient(370deg, #9bc7f6 0%, #f00 100%);
  background: -o-linear-gradient(370deg, #9bc7f6 0%, #f00 100%);
  background: linear-gradient(370deg, #9bc7f6 0%, #f00 100%);
}
body .article-details ul {
  list-style: none;
  padding: 0;
  padding-left: 0px;
  list-style-type: none !important;
}
body .article-details ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
body .article-details ul li::before {
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.9rem;
  -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;
  left: -1px;
  top: 2px;
  color: #f00;
}
body .article-details .article-header h1, body .article-details .article-header h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  position: relative;
}
body .article-details .article-header h1::after, body .article-details .article-header h2::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 3px;
  background: #f00;
  left: 0;
  bottom: 0;
}
body .article-details h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  position: relative;
}
body .article-details h3::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: transparent;
  border-bottom: 2px dashed #f00;
  left: 0;
  bottom: 0;
}
body .article-details h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  position: relative;
  color: #f00;
}
body .article-details h4::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: transparent;
  border-bottom: 2px dashed #f00;
  left: 0;
  bottom: 0;
}
body .article-details .warning {
  padding: 1.3rem;
  padding-bottom: 0.3rem;
  background-color: #e9e9e9;
  box-shadow: 7px 7px 0 #ccc;
  border-radius: 6px;
  font-size: 120%;
  margin-bottom: 1.2rem;
}
body .article-details .warning h1, body .article-details .warning h2, body .article-details .warning h3, body .article-details .warning h4, body .article-details .warning h5, body .article-details .warning h6 {
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
body .article-details .warning h1::after, body .article-details .warning h2::after, body .article-details .warning h3::after, body .article-details .warning h4::after, body .article-details .warning h5::after, body .article-details .warning h6::after {
  content: normal;
}
body .article-details .warning h1::before, body .article-details .warning h2::before, body .article-details .warning h3::before, body .article-details .warning h4::before, body .article-details .warning h5::before, body .article-details .warning h6::before {
  content: "\f06a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  -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;
  left: -5px;
  top: 2px;
  color: #f00;
}
.custom.bottom-call i.fab.fa-whatsapp.mr-2 {
  border-radius: 30px;
  box-shadow: 0 0 0 #55e532;
  animation: animationpuls1e 2s infinite;
  -webkit-animation: animationpulse1 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
.custom.bottom-call i.fas.fa-phone.mr-2 {
  border-radius: 30px;
  box-shadow: 0 0 0 #0c9eff;
  animation: animationpuls1e 2s infinite;
  -webkit-animation: animationpulse1 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 1s;
}
#sp-footer .custom.bottom-call {
  position: fixed;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  font-weight: 700;
  line-height: 47px;
}
#sp-footer .custom.bottom-call .pozvonit {
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}
#sp-footer .custom.bottom-call .pozvonit a {
  color: #0c9eff;
}
#sp-footer .custom.bottom-call .napisat {
  text-align: left;
  font-size: 20px;
  padding-left: 0;
  color: #ff4f00;
}
#sp-footer .custom.bottom-call .napisat a {
  color: rgba(85, 229, 50, 1);
}
#sp-footer .custom.bottom-call .napisat a i {
  color: rgba(85, 229, 50, 1);
}
.custom.bottom-call {
  display: none;
}
h2.fav_title {
  font-weight: 600;
  color: #db4834;
}
.moduletitle-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.moduletitle-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.moduletitle-holder h3.sp-module-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.custom.button-modul .all-button-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sp-features .pre-text {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  line-height: 1.3;
}
.sp-features .features-link .all-button-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
}
div.sp-module ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  list-style-type: none !important;
}
div.sp-module ul li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 18px;
  padding-left: 16px;
}
div.sp-module ul li::before {
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  -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;
  left: -12px;
  top: 4px;
  color: #f00;
}
div#YMapsID ymaps.ymaps-2-1-78-image {
  background-image: url(/images/map-marker.png) !important;
  background-repeat: no-repeat;
  width: 150px !important;
  height: 100px !important;
  background-size: contain !important;
  top: -100px !important;
}
.page-header h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  position: relative;
}
.page-header h1::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 3px;
  background: #ff5f03;
  left: 0;
  bottom: 0;
}
section#sp-uslugi {
  padding: 3.125rem 0 4rem;
}
body .ba-caption-content h3 {
  position: absolute;
  visibility: visible;
  top: 0;
  right: 0;
}
.top-uslugi .ba-caption-content h3 {
  font-size: 1.875rem !important;
  color: #fff !important;
  text-transform: uppercase;
  max-width: 300px;
  text-overflow: unset !important;
  white-space: normal !important;
  line-height: 1;
  text-align: right !important;
  font-weight: 600 !important;
}
.top-uslugi .ba-caption-content p.image-category {
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-uslugi .ba-caption-content p.short-description {
  font-size: 2.5rem !important;
  text-overflow: unset !important;
  white-space: normal !important;
  line-height: 1;
}
.top-uslugi .ba-image:hover .ba-caption .ba-caption-content h3 {
  color: #fff !important;
}
.top-uslugi .ba-gallery-items.det-sko-img .ba-caption-content h3 {
  max-width: 200px;
}
section#sp-top-bar {
  padding: 8px 0 0;
}
.custom.top-modul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.custom.top-modul .top-group {
  flex-direction: column;
}
.custom.top-modul .top-group > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom.top-modul p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.15;
  margin-bottom: 0px;
}
.custom.top-modul p i {
  font-size: 1rem;
  margin-right: 5px;
  opacity: 0.6;
}
.custom.top-modul p a {
  white-space: nowrap;
}
.custom.top-modul > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}
.custom.top-modul .search {
  margin: 0;
  padding: 0;
  padding-right: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 250px;
  margin-bottom: 6px;
}
.custom.top-modul .search form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.custom.top-modul .search form .input-group {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 100%;
}
.custom.top-modul .search form .input-group input#mod-search-searchword105 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  height: 38px;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 13px;
  border: 1px solid #fff;
}
.custom.top-modul .search form .input-group span.input-group-btn {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  height: 40px;
}
.custom.top-modul .search form .input-group span.input-group-btn input.btn.btn-primary {
  padding: 6px 12px;
  max-height: 38px;
  height: 38px;
  width: 100%;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #fff;
}
.custom.top-modul i.far.fa-envelope {
  font-size: 0.67rem;
}
.custom.top-adress-modul .top-adress {
  margin-bottom: 5px;
}
.custom.top-mail-modul {
  margin-bottom: 8px;
}
.custom.top-mail-modul .top-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom.top-mail-modul .top-mail p {
  font-size: 0.7rem;
}
.custom.top-mail-modul .top-mail a {
  padding-left: 8px;
}
.custom.top-worktime-modul {
  max-width: 260px;
}
.custom.top-worktime-modul p {
  font-size: 0.7rem;
  margin-bottom: 7px;
}
.custom.top-phones-modul .top-phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom.top-phones-modul .top-phones p {
  font-size: 1.1rem;
}
.custom.top-phones-modul .top-phones p.top-phone1 {
  padding-right: 10px;
}
.custom.top-calback-modul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.custom.top-calback-modul a.top-calback-button {
  padding: 5px;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  font-weight: 600;
}
.custom.top-calback-modul a.top-calback-button::after {
  content: " ";
  display: inline-block;
  position: absolute;
  white-space: 100%;
  height: 1px;
  background: transparent;
  border-bottom: 2px dashed;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .custom.top-modul .search form .input-group span.input-group-btn input.btn.btn-primary {
    width: auto;
  }
  .custom.top-mail-modul .top-mail p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .custom.top-modul .search {
    display: none;
  }
  .custom.top-modul.logo-searh-modul .search {
    display: block;
  }
  .custom.top-calback-modul {
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 7px;
    padding-left: 24px;
  }
  .top-adress p {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .custom.top-worktime-modul {
    display: none !important;
  }
  .custom.top-mail-modul {
    display: none !important;
  }
  .custom.top-modul.logo-searh-modul .search {
    max-width: 230px;
  }
}
@media screen and (max-width: 575px) {
  .custom.top-modul {
    flex-wrap: wrap;
    -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.top-modul .top-group > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 374px) {
  div#sp-top1 {
    padding: 0 8px;
  }
}
section#sp-top-bar-2 .custom.top-modul {
  align-items: center;
  padding: 8px 0 0;
}
section#sp-top-bar-2 .custom.top-modul > .top-group {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0;
}
section#sp-top-bar-2 .custom.top-modul > .top-group > .top-group {
  margin-right: 10px;
  margin-left: auto;
}
section#sp-top-bar-2 .custom.top-modul .top-worktime-holder p {
  font-size: 0.7rem;
}
section#sp-top-bar-2 .custom.top-modul .top-worktime-holder p:first-child {
  display: none;
}
section#sp-top-bar-2 .custom.top-modul .custom.top-phones-modul {
  margin-bottom: auto;
  padding-top: 1px;
  font-size: 1.3rem;
}
section#sp-top-bar-2 .custom.top-modul .custom.top-phones-modul .top-phones p {
  font-weight: 600;
  font-size: 1.3rem;
}
section#sp-top-bar-2 .custom.top-modul .custom.top-phones-modul p.ico i {
  font-size: 1.3rem;
}
section#sp-top-bar-2 .custom.top-modul .custom.top-calback-modul {
  margin-bottom: 6px;
}
section#sp-top-bar-2 .custom.top-modul .custom.top-calback-modul a.top-calback-button {
  display: inline-block;
  border: 2px solid #fff;
  color: #4a4a4a;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  max-height: 42px;
  white-space: nowrap;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #9bc7f6;
  background: #f00;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 20px;
  max-height: 36px;
}
section#sp-top-bar-2 .custom.top-modul .custom.top-calback-modul a.top-calback-button:hover {
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
  color: #fff !important;
  background-color: #4a4a4a;
  background: #4a4a4a;
  background: -webkit-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -moz-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -o-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
}
section#sp-top-bar-2 .custom.top-modul .custom.top-calback-modul a.top-calback-button::after {
  content: normal;
}
.custom.top-modul .aikonsearch-trigger {
  position: static !important;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: inline-block;
  border: 2px solid #fff;
  color: #4a4a4a;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  max-height: 42px;
  white-space: nowrap;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #9bc7f6;
  background: #f00;
  margin: 0;
  padding: 8px;
  border: none;
  background: #fff;
  height: auto;
  width: auto;
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 8px;
  max-height: 36px;
}
.custom.top-modul .aikonsearch-trigger:hover {
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
  color: #fff !important;
  background-color: #4a4a4a;
  background: #4a4a4a;
  background: -webkit-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -moz-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -o-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
}
.custom.top-modul .aikonsearch-trigger:hover {
  background: #4a4a4a;
}
@media screen and (max-width: 1199px) {
  section#sp-top-bar-2 .custom.top-modul .custom.top-calback-modul a.top-calback-button {
    padding: 8px 10px;
  }
  .custom.top-modul .aikonsearch-trigger {
    padding: 8px 2px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  div#sp-top2 .custom.top-worktime-modul {
    display: none;
  }
  div#sp-top2 .custom.top-calback-modul {
    display: none !important;
  }
  div#sp-top2 .custom.top-mail-modul {
    display: none !important;
  }
  div#sp-top2 .custom.top-modul > div:nth-child(3) {
    display: none;
  }
  div#sp-top2 {
    padding-left: 100px;
  }
}
ul.sp-megamenu-parent > li {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  position: relative;
}
ul.sp-megamenu-parent > li > a {
  display: inline-block;
  padding: 0 12px;
  line-height: 60px;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  position: relative;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
ul.sp-megamenu-parent > li > a::after {
  content: " ";
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #4a4a4a;
  height: 0px;
}
ul.sp-megamenu-parent > li:hover {
  background: #f00;
}
ul.sp-megamenu-parent > li:hover > a::after {
  height: 8px;
}
ul.sp-megamenu-parent > li.active, ul.sp-megamenu-parent > li.active:hover {
  background: #f00;
}
ul.sp-megamenu-parent > li.active a, ul.sp-megamenu-parent > li.active:hover a {
  color: #fff;
}
@media screen and (max-width: 1439px) {
  ul.sp-megamenu-parent > li > a {
    padding: 0 9px;
  }
}
@media screen and (max-width: 1199px) {
  ul.sp-megamenu-parent > li > a {
    padding: 0 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  div#sp-logo .sp-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .custom.top-modul.logo-searh-modul.d-lg-none {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 250px;
  }
  .custom.top-modul .search {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 250px;
    margin-bottom: 6px;
    padding-top: 10px;
  }
  .custom.top-modul .search form .input-group input#mod-search-searchword105 {
    background: #e6e6e6;
  }
}
@media screen and (max-width: 767px) {
  .custom.top-modul.logo-searh-modul.d-lg-none {
    max-width: 230px;
    margin-left: auto;
  }
  #sp-header .logo {
    margin-right: 10px;
  }
  #sp-header .logo .logo-image {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  div#sp-logo {
    padding-right: 0;
  }
}
#sp-header1 {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: none;
}
#sp-header1.header-sticky {
  position: fixed;
  z-index: 9999;
}
section#sp-header1 {
  height: 70px;
}
section#sp-header1 ul.sp-megamenu-parent {
  height: 70px;
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
section#sp-header1 ul.sp-megamenu-parent > li {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
section#sp-header1 ul.sp-megamenu-parent > li > a {
  line-height: 50px;
  text-transform: uppercase;
}
ul#menu_left, ul#menu_right {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.custom.logo-center-modul {
  height: 70px;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  position: relative;
}
.custom.logo-center-modul p {
  margin: 0 auto;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.custom.logo-center-modul p.logo-center {
  position: absolute;
  left: 0;
  right: 0;
  top: -60%;
  max-width: 90%;
  margin: 0 auto;
  opacity: 1;
}
.custom.logo-center-modul p.logo-center-sticky {
  opacity: 0;
  height: 70px;
  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;
}
#sp-header1.header-sticky .custom.logo-center-modul p.logo-center {
  opacity: 0;
  height: 0;
}
#sp-header1.header-sticky .custom.logo-center-modul p.logo-center img {
  height: 70px;
}
#sp-header1.header-sticky .custom.logo-center-modul p.logo-center-sticky {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  div#sp-logo1 {
    padding: 0 1px;
  }
  .custom.logo-center-modul p.logo-center {
    top: -45%;
    max-width: 140px;
  }
}
@media screen and (max-width: 991px) {
  div#sp-logo1 {
    padding: 0 8px;
  }
  div#sp-logo1 .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;
  }
  .custom.logo-center-modul {
    max-width: 120px;
    margin-right: auto;
    margin-left: 0;
  }
  .custom.logo-center-modul p.logo-center {
    top: -30%;
    max-width: 120px;
  }
}
section#sp-utp-1 {
  padding: 3rem 0 2rem;
}
div#sp-utp1-left, div#sp-utp1-center, div#sp-utp1-right {
  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;
  width: 100%;
  margin-bottom: 1rem;
}
div#sp-utp1-left h3, div#sp-utp1-center h3, div#sp-utp1-right h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.sp-module.utp1left-modul {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sp-module.utp1left-modul .utp1left-block {
  background: rgba(255, 255, 255, 0.2);
}
.sp-module.utp1left-modul h3 {
  color: #fff;
}
.sp-module.utp1left-modul .utp1text-holder {
  background: none;
  display: inline-block;
  position: relative;
  padding: 20px;
}
.sp-module.utp1left-modul .utp1img-holder {
  max-width: 100%;
  overflow: hidden;
}
.sp-module.utp1left-modul .utp1img-holder img {
  margin: 0 auto;
}
.sp-module.utp1center-modul {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sp-module.utp1center-modul h3 {
  text-align: center;
  margin-bottom: 1.2rem !important;
  color: #f00;
}
.sp-module.utp1center-modul .utp1center-text-holder {
  background: #fff;
  padding: 34px 10px 20px 28px;
}
.sp-module.utp1center-modul .utp1center-tel-text {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #f00;
}
.sp-module.utp1center-modul .utp1center-tel {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  color: #f00;
}
.sp-module.utp1center-modul .utp1center-tel a {
  color: #f00;
}
.sp-module.utp1right-modul {
  display: inline-block;
  position: relative;
}
.sp-module.utp1right-modul h3 {
  text-align: center;
  color: #fff;
}
.sp-module.utp1right-modul .utp1right-text-holder {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  padding-bottom: 1px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
body .ba-field-container textarea {
  min-height: 120px;
}
section#sp-utp-2 {
  position: relative;
}
section#sp-utp-2 .utp2-content {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
}
.sp-features.utp2-content-modul {
  margin-bottom: 1rem;
}
.sp-features.utp2-content-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;
  text-align: center;
}
.sp-features.utp2-content-modul .all-features .features-block {
  margin-bottom: 1rem;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 {
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 1rem;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature {
  position: relative;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
  max-height: 160px;
  overflow: hidden;
  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: 1rem;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a {
  display: inline-block;
  height: 100px;
  width: 100px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 0.5rem;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a img {
  margin: 0 auto;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-content {
  background: #fff;
  padding: 0.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #f00;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-content p {
  font-size: 0.9rem;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more {
  display: inline-block;
  border: 2px solid #fff;
  color: #4a4a4a;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  max-height: 42px;
  white-space: nowrap;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #9bc7f6;
  background: #f00;
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more:hover {
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
  color: #fff !important;
  background-color: #4a4a4a;
  background: #4a4a4a;
  background: -webkit-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -moz-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -o-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
}
.sp-features.utp2-content-modul .all-features .features-block .cols-1:hover .feature-img-wrapper a {
  transform: rotateY(180deg);
}
section#sp-uslugi-1 {
  padding: 3rem 0 5rem;
}
section#sp-uslugi-1 h3.sp-module-title {
  color: #fff;
}
section#sp-uslugi-1 .all-button-holder {
  padding-top: 1.5rem;
}
section#sp-uslugi-2 {
  padding: 5rem 0 2rem;
  position: relative;
}
section#sp-uslugi-2::before {
  content: url(/images/divider-transporent.png);
  position: absolute;
  width: 100%;
  top: -90px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.sp-module.uslugi2-modul {
  text-align: center;
}
.sp-module.uslugi2-modul .all-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-module.uslugi2-modul .all-features .features-block {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  margin-left: auto;
  margin-right: 8%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.sp-module.uslugi2-modul .all-features .features-block .cols-1 {
  position: relative;
}
.sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
  flex: 0 0 35%;
  max-width: 180px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 0.5rem;
  box-shadow: 7px 7px 0px #fff;
}
.sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a img {
  max-width: none;
  width: 150%;
}
.sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-content {
  text-align: left;
  padding: 1rem;
  background: #fff;
  margin-left: 1rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
.sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 30px solid transparent;
}
.sp-module.uslugi2-modul .all-features .features-block:nth-child(even) {
  margin-left: 8%;
  margin-right: auto;
}
.sp-module.uslugi2-modul .all-features .features-block:nth-child(even) .cols-1 .sp-feature {
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sp-module.uslugi2-modul .all-features .features-block:nth-child(even) .cols-1 .sp-feature .feature-content {
  text-align: right;
  margin-left: 0rem;
  margin-right: 1rem;
}
.sp-module.uslugi2-modul .all-features .features-block:nth-child(even) .cols-1 .sp-feature .feature-content::after {
  left: auto;
  right: -20px;
  border-right: none;
  border-top: 30px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 30px solid transparent;
}
.sp-module.uslugi2-modul h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #f00;
}
.sp-module.uslugi2-modul a.read-more {
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 5px 15px 5px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.sp-module.uslugi2-modul a.read-more::after {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -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;
  left: auto;
  right: 0;
  top: 6px;
}
.sp-module.uslugi2-modul a.read-more:hover {
  color: #f00;
}
.sp-module.uslugi2-modul a.read-more:hover::after {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section#sp-preimushchestva-1 {
  padding: 3rem 0 2rem;
  background: linear-gradient(-45deg, #ffad94, #ff9800, #862000, #f44336);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  position: relative;
}
section#sp-preimushchestva-1::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  background: url(/images/main_bg.png) no-repeat center;
  background-size: cover;
  opacity: 0.5;
}
.sp-features.preimus1-modul .all-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-features.preimus1-modul .all-features .features-block {
  max-width: 800px;
  margin: 0 auto;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1 {
  background: rgba(255, 255, 255, 0.25);
  padding: 1rem;
  border: 1px solid #fff;
  border-bottom: none;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0.5rem;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper img {
  margin: auto;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-content {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0.5rem;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-content h4 {
  font-weight: 600;
  font-size: 1.4rem;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-content p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1:hover {
  background: #a13b00;
}
.sp-features.preimus1-modul .all-features .features-block .cols-1:hover .feature-img-wrapper {
  background: rgba(255, 255, 255, 1);
}
.sp-features.preimus1-modul .all-features .features-block:last-child .cols-1 {
  border-bottom: 1px solid #fff;
}
section#sp-preimushchestva-2 {
  padding: 4rem 0 10rem;
}
.sp-features.preimus2-modul {
  text-align: center;
}
.sp-features.preimus2-modul .all-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-features.preimus2-modul .all-features .features-block {
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  padding: 0;
}
.sp-features.preimus2-modul .all-features .features-block .cols-1 {
  width: 100%;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-img-wrapper img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content a {
  color: #fff;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content > a:first-child {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.5rem;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content > a:first-child h4 {
  color: #fff;
  font-size: 1.3rem;
  background: #ff5f03;
  margin: 0 auto;
  font-weight: 600;
  width: 100%;
  max-width: 270px;
  padding: 0.5rem;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content p {
  font-size: 1rem;
  margin: 0 auto 1.5rem;
  width: 100%;
  max-width: 270px;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content a.read-more {
  display: inline-block;
  border: 2px solid #fff;
  color: #4a4a4a;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  max-height: 42px;
  white-space: nowrap;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #9bc7f6;
  background: #f00;
}
.sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content a.read-more:hover {
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
  color: #fff !important;
  background-color: #4a4a4a;
  background: #4a4a4a;
  background: -webkit-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -moz-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -o-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
}
.sp-features.preimus2-modul .all-features .features-block.block-hover {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.sp-features.preimus2-modul .all-features .features-block.block-hover .sp-feature .feature-content {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  padding-top: 100px;
}
.sp-features.preimus2-modul .all-features .features-block.block-hover .sp-feature .feature-content a:first-child {
  top: 10px;
}
.sp-features.preimus2-modul .all-features .features-block.block-hover .sp-feature .feature-img-wrapper img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transform: scale(1.2);
  transform-origin: top;
}
section#sp-main-text {
  padding: 3rem 0 6rem 0;
}
section#sp-main-text .main-text-row.row {
  max-width: 1200px;
  margin: 0 auto;
}
.sp-module.main-text-modul h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  color: #f00;
}
.sp-module.main-text-modul .main-text-col-left p {
  font-size: 0.9rem;
}
.sp-module.main-text-modul .main-text-col-img img {
  margin: 0 auto;
}
.sp-module.main-text-modul ul li {
  font-size: 0.9rem;
  padding-left: 20px;
}
.sp-module.main-text-modul ul li::before {
  font-size: 0.9rem;
  left: 0;
  top: 1px;
}
body .spoilers {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
}
body .spoilers .title.my-spoiler-zagolovok {
  display: block;
  background-color: transparent;
  padding: 6px 35px 6px 0;
  margin: 0;
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  color: #f00;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
body .spoilers .title.my-spoiler-zagolovok::after {
  content: " ";
  display: inline-block;
  position: absolute;
  white-space: 100%;
  height: 1px;
  background: transparent;
  border-bottom: 2px dashed;
  left: 0;
  right: 0;
  bottom: 0;
}
body .spoilers .title.my-spoiler-zagolovok:hover {
  color: #4a4a4a !important;
}
body .spoilers .title.my-spoiler-zagolovok.active {
  top: 100%;
}
body .spoilers .desc.my-spoiler-content {
  border: none;
  background: transparent;
}
.mark {
  display: none !important;
}
section#sp-nashi-raboty {
  padding: 5rem 2rem;
  position: relative;
}
section#sp-nashi-raboty::before {
  content: url(/images/divider-transporent.png);
  position: absolute;
  width: 100%;
  top: -90px;
  left: 0;
  right: 0;
  overflow: hidden;
}
body a.ba-btn.ba-filter-active {
  background-color: #f00 !important;
}
body a.ba-btn.ba-filter:hover {
  background-color: #f00 !important;
}
body .ba-gallery .ba-goback a, body .ba-gallery .category-filter a.ba-filter, body .ba-gallery .category-filter a.ba-filter-active {
  width: 33%;
  max-width: 150px;
  font-size: 1.1rem !important;
  padding: 10px 5px;
  border: 2px solid #fff !important;
}
section#sp-kak-rabotaem {
  padding: 3rem 0;
  position: relative;
}
section#sp-kak-rabotaem::before {
  content: " ";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: transparent;
  border-bottom: 3px dotted #fff;
}
.sp-features.kak-rabotaem-modul {
  text-align: center;
}
.sp-features.kak-rabotaem-modul .all-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-features.kak-rabotaem-modul .all-features .features-block {
  margin-bottom: 1rem;
  position: relative;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 {
  width: 100%;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature {
  width: 100%;
  position: relative;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
  margin: 0 auto 1rem;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1rem;
  border: 7px solid rgba(255, 255, 255, 0.35);
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content {
  width: 100%;
  position: relative;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content h4 {
  font-weight: 600;
  position: relative;
  width: 100%;
  color: #f00;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content h4::after {
  content: " ";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
  font-weight: bold;
  position: absolute;
  left: calc(50% + 1rem);
  top: 50%;
  color: #f00;
  width: calc(100% - 2rem);
  border-bottom: 3px dashed;
  text-align: right;
  z-index: 1;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content h4::before {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
  font-weight: bold;
  position: absolute;
  left: calc(50% + 1.2rem);
  top: 55%;
  color: #f00;
  width: calc(100% - 2rem);
  border-bottom: none;
  text-align: right;
  z-index: 1;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content h4 span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  width: 53px;
  height: 53px;
  line-height: 43px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  border: 7px solid rgba(255, 255, 255, 0.35);
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content p {
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  padding: 0 1rem;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content::after {
  content: " ";
  position: absolute;
  display: inline-block;
  top: 18px;
  right: 0;
  width: calc(100% - .7rem);
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  left: calc(50% + 1.22rem);
  z-index: 0;
}
.sp-features.kak-rabotaem-modul .all-features .features-block .cols-1:hover .feature-img-wrapper {
  animation: animationpulse1 1s infinite ease-in-out;
}
.sp-features.kak-rabotaem-modul .all-features .features-block:last-child h4::after, .sp-features.kak-rabotaem-modul .all-features .features-block:last-child h4::before {
  content: normal !important;
}
.sp-features.kak-rabotaem-modul .all-features .features-block:last-child .feature-content::after {
  content: normal !important;
}
section#sp-podval-1 {
  padding: 2rem 0;
  text-align: center;
}
section#sp-podval-1 .moduletitle-holder h3.sp-module-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
section#sp-podval-1 .custom.top-worktime-modul {
  max-width: none;
}
section#sp-podval-1 .custom.top-mail-modul .top-mail {
  display: block;
}
section#sp-podval-1 .all-button-holder {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
section#sp-podval-1 a.top-calback-button {
  display: inline-block;
  border: 2px solid #fff;
  color: #4a4a4a;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  max-height: 42px;
  white-space: nowrap;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #9bc7f6;
  background: #f00;
  letter-spacing: 0px;
  font-size: 0.85rem;
  padding: 8px 20px;
  max-height: 36px;
}
section#sp-podval-1 a.top-calback-button:hover {
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
  color: #fff !important;
  background-color: #4a4a4a;
  background: #4a4a4a;
  background: -webkit-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -moz-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: -o-linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
  background: linear-gradient(119deg, #4a4a4a 0%, #4a4a4a 100%);
}
section#sp-podval-1 a.top-calback-button::after {
  content: normal !important;
}
section#sp-podval-1 .custom.top-phones-modul .top-phones {
  display: block;
}
section#sp-podval-1 p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
section#sp-podval-1 p.ico {
  margin-bottom: 0.3rem;
}
section#sp-podval-1 p.ico i {
  color: #f00;
  font-size: 1.5rem;
}
section#sp-podval-1 .top-mail p {
  display: inline-block;
}
section#sp-podval-1 .top-phones p {
  font-weight: 600;
  font-size: 1.3rem;
}
section#sp-podval-1 p.bottom-slogan {
  font-size: 1.2rem;
  color: #f00;
  font-weight: 600;
}
.customcolor-socicons-modul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}
.customcolor-socicons-modul p {
  margin: 0 1rem;
}
.customcolor-socicons-modul p a img {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.customcolor-socicons-modul p a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transform: scale(1.1);
}
nav.sp-module.bottom-menu-modul ul.menu {
  list-style: none;
  padding: 0;
  text-align: inherit;
}
nav.sp-module.bottom-menu-modul ul.menu li {
  padding: 0;
  margin: 0;
}
nav.sp-module.bottom-menu-modul ul.menu li a {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1;
  padding: 0.4rem 0 0.4rem 1rem;
  text-align: left;
  font-size: 1rem;
}
nav.sp-module.bottom-menu-modul ul.menu li a::before {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.35rem;
  -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;
  left: 0px;
  top: 0.85rem;
  color: #f00;
}
section#sp-podval-2 {
  padding: 0;
  background-size: 100%;
}
section#sp-podval-2 .custom.top-phones-modul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
section#sp-podval-2 .custom.top-phones-modul p.ico {
  margin-right: 0.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #f00;
}
section#sp-podval-2 .custom.top-phones-modul .top-phones {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#sp-podval-2 .custom.top-phones-modul .top-phones p {
  display: block;
  padding: 0;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
section#sp-podval-2 .custom.top-calback-modul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
div#sp-podval1, div#sp-podval2 {
  padding-top: 1.5rem;
}
.custom.podval2-contakts-modul > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom.podval2-contakts-modul > div p {
  font-size: 1rem;
}
.custom.podval2-contakts-modul > div p.ico {
  margin-right: 0.5rem;
}
.custom.podval2-contakts-modul .custom.top-mail-modul .top-mail p {
  font-size: 1rem;
}
.custom.podval2-contakts-modul p.ico {
  color: #f00;
}
body .offcanvas-menu {
  color: #fff !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li::before {
  content: normal;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li > a {
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  position: relative;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li ul.sp-megamenu-parent > li.active, body .offcanvas-menu .offcanvas-inner .sp-module ul > li ul.sp-megamenu-parent > li.active:hover {
  background: #f00 !important;
}
body .offcanvas-menu body .ba-form-page {
  padding: 0px !important;
}
#sp-top-bar-2 a {
  color: #fff !important;
}
ul.sp-megamenu-parent > li > a {
  display: inline-block;
  padding: 0 12px;
  line-height: 60px;
  font-size: 20px !important;
  margin: 0;
  font-weight: 600;
  position: relative;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.custom.top-modul p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.95;
  margin-bottom: 0px;
}
.top-uslugi .ba-caption-content h3 {
  font-size: 0.775rem !important;
  color: #000 !important;
  text-transform: uppercase;
  max-width: 300px;
  text-overflow: unset !important;
  white-space: normal !important;
  line-height: 1;
  text-align: right !important;
  font-weight: 600 !important;
}
.top-uslugi .ba-caption-content p.short-description {
  font-size: 1.5rem !important;
  text-overflow: unset !important;
  white-space: normal !important;
  line-height: 1;
}
img.pull-left.ssr-img {
  max-width: 119px;
}
.prib-img.rpib1 {
  margin: 0 0 10px 10px;
}
.prib-img.rpib2 {
  margin: 0 10px 10px 0px;
}
.vigoda {
  padding: 2rem;
  background: #ffdbdb;
  margin-bottom: 1.5rem;
}
body .article-details .vigoda ul li::before {
  content: "\f005";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.7rem;
}
div#lightbox {
  display: none;
}
#jtmodule-101 .swiper-button-next, #jtmodule-101 .swiper-button-prev {
  color: #9c9c9c;
  font-family: "Font Awesome 5 Free" !important;
}
.grad {
  background: -webkit-linear-gradient(119deg, #9bc7f6 0%, #ff5f03 100%);
  background: -moz-linear-gradient(119deg, #9bc7f6 0%, #ff5f03 100%);
  background: -o-linear-gradient(119deg, #9bc7f6 0%, #ff5f03 100%);
  background: linear-gradient(119deg, #9bc7f6 0%, #ff5f03 100%);
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
  .sp-features.kak-rabotaem-modul .all-features .features-block {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
    padding: 0 5px;
  }
  .sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    max-width: 100%;
    height: auto;
  }
  .sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content p {
    padding: 0 0.6rem;
    line-height: 1.2;
  }
  .customcolor-socicons-modul p {
    margin: 0 3px;
  }
  section#sp-podval-2 .custom.top-phones-modul .top-phones p {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  div#sp-utp1-left, div#sp-utp1-center, div#sp-utp1-right {
    padding: 0;
  }
  .sp-module.utp1right-modul .utp1right-text-holder {
    padding: 5px;
  }
  div#sp-utp1-left h3, div#sp-utp1-center h3, div#sp-utp1-right h3 {
    font-size: 1.4rem;
  }
  div#sp-utp1-right .ba-form-field-item.ba-form-submit-field {
    max-width: 200px;
    margin: 0 auto;
  }
  section#sp-podval-1 .custom.top-mail-modul .top-mail > p:first-child {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .custom.top-worktime-modul {
    max-width: 260px;
    padding-right: 0 !important;
  }
  .customtop-modul.logo2-searh-modul.d-lg-none {
    margin-right: 25px;
  }
  .customtop-modul.logo2-searh-modul.d-lg-none .aikonsearch-trigger {
    position: static;
    background-color: transparent;
    border-right: solid 0px #fff;
  }
  .sp-module.utp1left-modul .utp1text-holder {
    padding: 8px;
  }
  div#sp-utp1-left h3, div#sp-utp1-center h3, div#sp-utp1-right h3 {
    font-size: 1.2rem;
  }
  div.sp-module ul li {
    font-size: 1rem;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  body .ba-field-container textarea {
    min-height: 70px;
  }
  .sp-module.utp1center-modul .utp1center-tel-text {
    font-size: 1.2rem;
  }
  .sp-module.utp1center-modul .utp1center-tel {
    font-size: 2rem;
  }
  .sp-module.utp1center-modul .utp1center-text-holder {
    padding: 20px 10px 10px 15px;
  }
  .sp-features.utp2-content-modul .all-features .features-block .cols-1 {
    padding: 0.5rem;
    max-width: 100%;
  }
  .sp-features.utp2-content-modul .d-flex.features-block.col.col-sm-3 {
    padding: 0 5px;
  }
  .sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more {
    font-size: 0.8rem;
    padding: 7px 8px;
  }
  .sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-content h4 {
    font-size: 1.1rem;
    line-height: 1.1;
  }
  .sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-content p {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a {
    height: 50px;
    width: 50px;
  }
  .sp-features.utp2-content-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    margin-bottom: 0.5rem;
  }
  section#sp-utp-2 .utp2-content {
    bottom: -30px;
  }
  .moduletitle-holder h3.sp-module-title {
    font-size: 2rem;
  }
  .sp-features .pre-text {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    max-width: 134px;
    width: 134px;
    max-height: 134px;
  }
  .sp-module.uslugi2-modul h4 {
    font-size: 1.2rem;
  }
  .sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-content h4 {
    font-size: 1.2rem;
  }
  .sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    width: 125px;
    height: 125px;
  }
  .sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content > a:first-child h4 {
    font-size: 1rem;
  }
  .sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-content {
    padding: 0.5rem;
  }
  .sp-module.uslugi2-modul .all-features .features-block {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  section#sp-uslugi-2::before {
    width: 100%;
    top: -90px;
    left: -50%;
    right: auto;
    overflow: visible;
    transform: scale(0.7);
  }
  .ls-gui-element.ls-bottom-nav-wrapper {
    display: none !important;
  }
  .ba-caption .ba-caption-content h3, .ba-caption .ba-caption-content .image-category, .ba-caption .ba-caption-content .short-description {
    margin: 8px;
  }
  .top-uslugi .ba-caption-content h3 {
    font-size: 1.3rem !important;
  }
  .top-uslugi .ba-caption-content p.short-description {
    font-size: 1.6rem !important;
    margin: 0 auto;
  }
  .sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content p {
    font-size: 0.8rem;
    max-width: 185px;
  }
  .sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content a.read-more {
    font-size: 0.8rem;
    padding: 8px 10px;
  }
  div.sp-module ul li::before {
    font-size: 1rem;
    left: -6px;
  }
  .sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-content p {
    padding: 0 0rem;
    font-size: 0.9rem;
  }
  section#sp-nashi-raboty {
    padding: 5rem 10px;
  }
  section#sp-podval-1 p {
    font-size: 0.8rem;
  }
  section#sp-podval-1 .top-phones p {
    font-size: 1rem;
    white-space: nowrap;
  }
  section#sp-podval-1 .moduletitle-holder h3.sp-module-title {
    font-size: 1.1rem;
  }
  nav.sp-module.bottom-menu-modul ul.menu li a {
    font-size: 0.8rem;
  }
  section#sp-podval-2 .custom.top-calback-modul {
    margin-bottom: 1rem;
  }
  div#sp-podval1 img {
    max-width: 250px;
  }
  .customcolor-socicons-modul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.kak-rabotaem-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  [data-aos][data-aos] {
    opacity: 1 !important;
    transition-property: none !important;
    transform: none !important;
  }
  div#sp-top2 .custom.top-modul > div {
    padding-right: 0;
  }
  div#sp-top2 .custom.top-phones-modul .top-phones {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#sp-top-bar-2 .custom.top-modul > .top-group {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .utp1left-img {
    display: none;
  }
  section#sp-utp-1 {
    background-size: cover;
  }
  section#sp-utp-2 .utp2-content {
    position: static;
  }
  section#sp-utp-2 {
    background: #ccc;
    padding-top: 1.5rem;
  }
  .sp-features.utp2-content-modul .d-flex.features-block.col.col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ba-gallery {
    padding: 0 !important;
  }
  .top-uslugi .ba-caption-content h3 {
    font-size: 1rem !important;
    margin: 8px !important;
  }
  p.image-category {
    font-size: 12px !important;
    margin: 5px !important;
  }
  div#sp-uslugi1 {
    padding: 0;
  }
  .top-uslugi .ba-caption-content p.short-description {
    font-size: 1.2rem !important;
  }
  .sp-module.uslugi2-modul .all-features .features-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }
  .sp-feature .feature-img-wrapper {
    padding: 0.2rem;
  }
  .sp-features.preimus1-modul .all-features .features-block .cols-1 {
    padding: 0.3rem;
  }
  .sp-features.preimus2-modul .all-features .features-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section#sp-preimushchestva-2 .feature-img-wrapper {
    max-width: 150px;
    margin: 0 auto;
  }
  .sp-features.preimus2-modul .all-features .features-block .sp-feature {
    padding-bottom: 0;
  }
  .sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content {
    position: static;
    background: rgba(0, 0, 0, 0.5);
    color: #000;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none !important;
  }
  .sp-features.preimus2-modul .all-features .features-block .sp-feature .feature-content p {
    font-size: 0.8rem;
    max-width: none;
    margin: 0 auto 0.5rem;
    min-height: 104px;
  }
  .sp-features.preimus2-modul .all-features .features-block {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .sp-module.main-text-modul .main-text-col-img img {
    max-width: 260px;
  }
  .sp-features.kak-rabotaem-modul .all-features .features-block {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .sp-features.kak-rabotaem-modul .all-features .features-block.col-kol3 .cols-1 .sp-feature .feature-content::after {
    content: normal;
  }
  .sp-features.kak-rabotaem-modul .all-features .features-block.col-kol3 .cols-1 .sp-feature .feature-content h4::after {
    content: normal;
  }
  section#sp-podval-1 .custom.top-worktime-modul {
    display: block !important;
  }
  section#sp-podval-2 .custom.top-worktime-modul {
    display: block !important;
  }
  .jo-whatsappcontactbutton {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .custom.bottom-call {
    display: block;
  }
  footer#sp-footer {
    padding-bottom: 35px;
  }
  section#sp-top-bar-2 .custom.top-modul > .top-group {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  div#sp-top2 .custom.top-phones-modul .top-phones {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin-bottom: 5px;
  }
  section#sp-top-bar-2 .custom.top-modul .custom.top-phones-modul .top-phones p {
    font-size: 1rem;
  }
  div#sp-top2 {
    padding-left: 10px;
  }
  section#sp-top-bar-2 .custom.top-modul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    justify-content: flex-end;
  }
  .sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    max-width: 120px;
    width: 120px;
    max-height: 120px;
  }
  .sp-features.preimus1-modul .all-features {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    width: 70px;
    height: 70px;
    max-height: 70px;
    max-width: 70px;
    padding: 1px;
  }
  .moduletitle-holder h3.sp-module-title {
    font-size: 1.8rem;
  }
  nav.sp-module.bottom-menu-modul ul.menu {
    max-width: 180px;
    margin: 0 auto 20px;
  }
  section#sp-utp-1 {
    background: #ff5f03 !important;
  }
}
@media screen and (max-width: 424px) {
  html {
    font-size: 14px;
  }
  .custom.logo-center-modul p.logo-center {
    top: -20%;
    max-width: 100px;
    margin-left: 0;
  }
  .custom.top-modul.logo-searh-modul .search {
    max-width: 130px;
  }
  span.ba-form-submit-title {
    font-size: 1rem;
  }
  .sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    max-width: 100px;
    width: 100px;
    max-height: 100px;
  }
  html {
    font-size: 13px;
  }
  .sp-module.uslugi2-modul .all-features .features-block:nth-child(even) {
    margin-left: 0;
  }
  .sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    padding: 1px;
  }
  .sp-features.preimus1-modul .all-features .features-block {
    padding: 0;
  }
  body .spoilers .title.my-spoiler-zagolovok {
    font-size: 1.2em;
  }
  #sp-footer .custom.bottom-call .pozvonit {
    font-size: 16px;
  }
  #sp-footer .custom.bottom-call .napisat {
    font-size: 16px;
  }
  body .ba-gallery .ba-goback a, body .ba-gallery .category-filter a.ba-filter, body .ba-gallery .category-filter a.ba-filter-active {
    max-width: 90px;
  }
}
@media screen and (max-width: 374px) {
  .custom.logo-center-modul p.logo-center {
    top: -3%;
    max-width: 95px;
  }
  div#sp-utp2 {
    padding: 0 5px;
  }
  .sp-module.uslugi2-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    max-width: 90px;
    width: 90px;
    max-height: 90px;
  }
  .sp-features.preimus1-modul .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    display: none;
  }
}
