/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 80px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 80px;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration .modal {
  display: inline-block;
  position: inherit;
}
.com-content.layout-edit .nav-tabs .nav-link, .com-content.layout-edit label.hasPopover, .registration label.hasPopover {
  display: inline-block !important;
}
.registration .form-check-inline input[type="radio"] {
  display: inline-block;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #181818;
}
.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: #f6ae03;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #181818;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #f6ae03;
}
.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: #181818;
}
.article-info > span a:hover {
  color: #f6ae03;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form, html.offline .coming-soon-login form {
  display: inline-block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 14px;
  margin: 0;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
div#lightbox {
  display: none;
}
#jtmodule-101 .swiper-button-next, #jtmodule-101 .swiper-button-prev {
  color: #9c9c9c;
  font-family: "Font Awesome 5 Free" !important;
}
.grad-svet {
  background: -webkit-linear-gradient(180deg, #ffe19a 0%, #fff 70%);
  background: -moz-linear-gradient(180deg, #ffe19a 0%, #fff 70%);
  background: -o-linear-gradient(180deg, #ffe19a 0%, #fff 70%);
  background: linear-gradient(180deg, #ffe19a 0%, #fff 70%);
}
@-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);
  }
}
@-webkit-keyframes rightPulse {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes rightPulse {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(360deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes dowPulse {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  0% {
    -webkit-transform: translateY(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes flick {
  0% {
    background: #f6ae03;
  }
  20% {
    background: #fff;
  }
  40% {
    background: #f6ae03;
  }
  60% {
    background: #fff;
  }
  80% {
    background: #f6ae03;
  }
  100% {
    background: #fff;
  }
}
@keyframes sarik {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.moduletitle-holder .text-white::before, .moduletitle-holder .text-white::after {
  color: #fff;
}
.moduletitle-holder .text-dark {
  color: #916702 !important;
}
.moduletitle-holder .text-dark::before, .moduletitle-holder .text-dark::after {
  color: #916702;
}
html {
  font-weight: normal;
  font-size: 16px;
}
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 {
  display: none;
}
.menu-home section#sp-titles {
  display: none !important;
}
p, li {
  font-weight: normal;
  line-height: 1.4;
}
.nav-placeholder {
  height: 0px;
}
.nav-placeholder.placeholder-sticky {
  height: 80px;
}
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;
}
.article-details ul {
  list-style: none;
  padding: 0;
  padding-left: 21px;
}
.article-details ul li {
  position: relative;
  margin-bottom: 8px;
}
.article-details ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 4px;
  color: #f6ae03;
  font-size: 12px;
}
.my-spoiler {
  position: relative;
  padding-bottom: 50px;
}
div#headingOne {
  position: absolute;
  bottom: 0;
}
div#headingOne > div {
  display: inline-block;
}
a.spoiler-btn.collapsed {
  position: relative;
}
a.spoiler-btn.collapsed::after {
  content: "Читать полностью";
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 180px;
  max-height: 36px;
  text-align: center;
  background: #1c5868;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  padding: 9px 20px;
  margin: 0px 0 0 0;
  display: block;
  float: left;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  border: 1px #f6ae03 solid !important;
  text-shadow: 1px 1px 0 #916702;
  background: -webkit-linear-gradient(180deg, #f6ae03 0%, #ffe19a 100%);
  background: -moz-linear-gradient(180deg, #f6ae03 0%, #ffe19a 100%);
  background: -o-linear-gradient(180deg, #f6ae03 0%, #ffe19a 100%);
  background: linear-gradient(180deg, #f6ae03 0%, #ffe19a 100%);
}
a.spoiler-btn.collapsed:hover::after {
  background-position: 0 34px;
  color: #fff !important;
}
a.spoiler-btn {
  position: relative;
  width: 180px;
  display: inline-block;
  height: 36px;
}
a.spoiler-btn::after {
  content: "Закрыть";
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 180px;
  max-height: 36px;
  text-align: center;
  background: #1c5868;
  white-space: nowrap;
  color: #fff;
  padding: 9px 20px;
  cursor: pointer;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  margin: 0px 0 0 0;
  display: block;
  float: left;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  border: 1px #f6ae03 solid !important;
  text-shadow: 1px 1px 0 #916702;
  background: -webkit-linear-gradient(180deg, #f6ae03 0%, #ffe19a 100%);
  background: -moz-linear-gradient(180deg, #f6ae03 0%, #ffe19a 100%);
  background: -o-linear-gradient(180deg, #f6ae03 0%, #ffe19a 100%);
  background: linear-gradient(180deg, #f6ae03 0%, #ffe19a 100%);
}
a.spoiler-btn:hover::after {
  background-position: 0 34px;
  color: #fff !important;
}
.alert-success {
  background: #ffe19a !important;
}
.mw-800 {
  max-width: 800px;
}
h3.sp-module-title {
  color: #ffe19a;
}
body:not(.menu-home) h3.sp-module-title {
  color: #181818;
}
section#sp-top-bar {
  padding: 7px 0;
  font-size: 22px;
}
section#sp-top-bar .sp-column {
  height: 100%;
}
section#sp-top-bar a:hover {
  color: #f6ae03;
}
section#sp-top-bar .container {
  position: relative;
}
section#sp-top-bar .container::before {
  content: url(/images/decor-lines.svg);
  position: absolute;
  right: 100%;
  top: calc(50% - 15px);
}
section#sp-top-bar .container::after {
  content: url(/images/decor-lines.svg);
  position: absolute;
  left: 100%;
  top: calc(50% - 15px);
}
div#sp-top1 .custom.kontakts-top-modul {
  font-size: 20px;
  text-align: center;
}
div#sp-top1 .custom.kontakts-top-modul .top-adresss {
  margin-bottom: 14px;
}
div#sp-top1 .custom.kontakts-top-modul .top-adresss i {
  font-size: 22px;
  margin-right: 7px;
  color: #f6ae03;
}
div#sp-top1 .custom.kontakts-top-modul .top-mail {
  margin-bottom: 5px;
  font-size: 18px;
}
div#sp-top1 .custom.kontakts-top-modul .top-mail i {
  font-size: 20px;
  margin-right: 7px;
  color: #f6ae03;
}
div#sp-top2 .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;
}
div#sp-top2 .top-mob-phone {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}
div#sp-top2 .top-mob-phone i {
  font-size: 30px;
  margin-right: 7px;
  color: #f6ae03;
}
div#sp-top2 .top-stst-phone {
  font-size: 24px;
}
div#sp-top2 .top-stst-phone i {
  font-size: 22px;
  margin-right: 7px;
  color: #f6ae03;
}
div#sp-top2 .top-worktime {
  font-size: 13px;
  padding-top: 7px;
}
div#sp-top2 .top-worktime i {
  font-size: 15px;
  margin-right: 5px;
  color: #f6ae03;
}
#sp-top-bar div#sp-top3 .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;
  text-align: center;
}
#sp-top-bar div#sp-top3 .custom.callbak-top-modul {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
#sp-top-bar div#sp-top3 .custom.callbak-top-modul a {
  text-decoration: underline;
}
#sp-top-bar div#sp-top3 .custom.search-top-modul {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  height: 100%;
}
#sp-top-bar div#sp-top3 .custom.search-top-modul .search-top-holder {
  padding-top: 40px;
  position: relative;
}
#sp-top-bar div#sp-top3 .custom.search-top-modul .search-top-holder a.search-top::before {
  content: "\f002";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 33px;
  -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: 0;
  right: 0;
  top: 5px;
  color: #fff;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#sp-top-bar div#sp-top3 .custom.search-top-modul:hover a.search-top::before {
  color: #f6ae03;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul {
  margin: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .mc-arrow {
  display: none !important;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul span.mc-status {
  display: none !important;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-wrap {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
  height: 100%;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: none;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  height: 100%;
  min-height: 60px;
  position: relative;
  z-index: 100;
  padding-top: 38px;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header::before {
  content: "\f472";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 34px;
  -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: 0;
  right: 0;
  top: 0;
  color: #fff;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-content {
  border: none;
  font-size: 16px;
  -moz-box-shadow: 2px 2px 2px #6d6d6d;
  -webkit-box-shadow: 2px 2px 2px #6d6d6d;
  box-shadow: 2px 2px 2px #6d6d6d;
  z-index: 100;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header .mc-yourcart {
  background: transparent;
  margin: 0;
  float: left;
  padding: 0;
  background-color: transparent;
  line-height: 21px;
}
#sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header .mc-yourcart span.mc-totalproduct {
  background: #f6ae03;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 20px;
  position: absolute;
  top: 6px;
  right: 12px;
  color: #fff;
}
div#sp-top1::after, div#sp-top2::after {
  content: " ";
  display: inline-block;
  position: absolute;
  background: #fff;
  width: 1px;
  height: 80%;
  right: 0;
  top: 10%;
  -webkit-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
header#sp-header {
  padding: 0 8%;
}
header#sp-header div#sp-logotip {
  padding: 0px;
  height: 80px;
}
header#sp-header div#sp-logotip .sp-column {
  height: 100%;
}
header#sp-header div#sp-logotip .sp-column .custom.logo-top-modul {
  height: 100%;
}
header#sp-header div#sp-logotip .sp-column .custom.logo-top-modul .logo-top-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header#sp-header div#sp-logotip img.logo-top-img {
  max-width: 100%;
  max-height: 76px;
}
header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 18px;
  line-height: 80px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
header#sp-header div#sp-menu li.sp-menu-item.current-item.active {
  background: #f6ae03;
  box-shadow: 5px 9px 0 #181818;
}
header#sp-header div#sp-menu .sp-megamenu-parent > li {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
header#sp-header div#sp-menu .sp-megamenu-parent > li:hover {
  background: #f6ae03;
  box-shadow: 5px 9px 0 #181818;
}
header#sp-header div#sp-menu .sp-megamenu-parent > li .sp-menu-item.zapchasti-link.active {
  background: #f6ae03;
  box-shadow: 5px 9px 0 #181818;
}
header#sp-header div#sp-menu .sp-megamenu-parent > li a {
  -webkit-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  transform: skewX(8deg);
}
header#sp-header div#sp-menu .katalog-link a::after {
  content: normal;
}
header#sp-header ul.sp-dropdown-items {
  column-count: 2;
}
header#sp-header .sp-megamenu-parent > li.active > a, header#sp-header .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
}
header#sp-header li.sp-menu-item.sp-has-child.zapchasti-link.active {
  background: #f6ae03;
}
header#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #000 !important;
}
section#sp-main-slider {
  position: relative;
  background: #181818 url(/images/Slide1-BG.jpg);
  max-height: 643px;
}
section#sp-main-slider .custom.utp-main-modul {
  max-width: 750px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  margin-top: 339px;
  margin-bottom: 50px;
  padding: 22px;
}
section#sp-main-slider::after {
  content: "\f063";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 25px;
  color: #fff;
  -webkit-animation: dowPulse 2.5s infinite ease-in-out;
  animation: dowPulse 2.5s infinite ease-in-out;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
section#sp-catalog {
  margin-top: -50px;
  padding-bottom: 50px;
  position: relative;
}
section#sp-catalog::after {
  content: "\f063";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 0px;
  left: 0;
  bottom: -80px;
  color: #181818;
  -webkit-animation: dowPulse 2.5s infinite ease-in-out;
  animation: dowPulse 2.5s infinite ease-in-out;
  margin: 0 auto;
  text-align: center;
}
div#sp-position1 {
  position: static;
}
div#sp-position1 .Gol-bg-left {
  background: #f6ae03 url(/images/Yell-BG-L.jpg) repeat-y top left;
  position: absolute;
  width: 50%;
  height: 777px;
  left: 0;
  z-index: 0;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
}
div#sp-position1 .Gol-bg-right {
  background: #f6ae03 url(/images/Yell-BG-R.jpg) repeat-y top right;
  position: absolute;
  width: 50%;
  height: 777px;
  right: 0;
  z-index: 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
h3.sp-module-title {
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 58px;
  position: relative;
}
h3.sp-module-title::after {
  content: " ";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 300px;
  background: url(/images/decor-lines-black.svg) no-repeat center;
  background-size: cover;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.sp-module.main-categories-modul {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.sp-module.main-categories-modul ul.vm-categories-wall, .sp-module.main-categories-modul .sp-features.main-categories-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;
  padding-top: 25px;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}
.sp-module.main-categories-modul ul.vm-categories-wall li, .sp-module.main-categories-modul .sp-features.main-categories-modul li {
  padding: 0 10px;
}
.sp-module.main-categories-modul ul.vm-categories-wall li a, .sp-module.main-categories-modul .sp-features.main-categories-modul li a {
  overflow: hidden;
  position: relative;
}
.sp-module.main-categories-modul ul.vm-categories-wall li a img, .sp-module.main-categories-modul .sp-features.main-categories-modul li a img {
  margin: 0 auto;
  width: 100%;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
}
.sp-module.main-categories-modul ul.vm-categories-wall li a .vm-categories-wall-catname, .sp-module.main-categories-modul .sp-features.main-categories-modul li a .vm-categories-wall-catname {
  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;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  background: #ffe19a;
  padding: 5px 1px;
  min-height: 54px;
  position: relative;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.sp-module.main-categories-modul ul.vm-categories-wall li a:hover img, .sp-module.main-categories-modul .sp-features.main-categories-modul li a:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.sp-module.main-categories-modul ul.vm-categories-wall li a:hover::after, .sp-module.main-categories-modul .sp-features.main-categories-modul li a:hover::after {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
}
.sp-module.main-categories-modul ul.vm-categories-wall li a:hover .vm-categories-wall-catname, .sp-module.main-categories-modul .sp-features.main-categories-modul li a:hover .vm-categories-wall-catname {
  background: #34a7de;
}
.sp-module.main-categories-modul ul.vm-categories-wall li a::after, .sp-module.main-categories-modul .sp-features.main-categories-modul li a::after {
  content: "\f00e";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  -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: calc(50% - 30px);
  top: calc(50% - 30px);
  color: #fff;
  opacity: 0;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0;
  padding: 0 10px;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 {
  padding: 0;
  text-align: center;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper a, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper a {
  font-size: 14px;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  display: block;
  transform: none !important;
  background: none !important;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper a img, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper a img {
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  margin: 0 auto;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper a::after, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper a::after {
  content: "\f00e";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  -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: calc(50% - 30px);
  top: calc(50% - 30px);
  color: #fff;
  opacity: 0;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 a, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 a {
  display: inline-block;
  -webkit-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  transform: skewX(-8deg);
  background: #181818;
  z-index: 1;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 a.readmore, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 a.readmore {
  margin: 0 auto;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  width: auto;
  text-align: center;
  color: #f6ae03;
  background: #181818;
  padding: 12px 40px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-transform: uppercase;
  border: 1px solid #181818;
  z-index: -1;
  position: relative;
  bottom: 50px;
  opacity: 0;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature h3, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature h3 {
  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;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 20px;
  min-height: 73px;
  position: relative;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -webkit-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  transform: skewX(8deg);
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature:hover img, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature:hover .feature-img-wrapper a::after, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature:hover .feature-img-wrapper a::after {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
  text-shadow: 0px 0px 23px #000;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature:hover h3, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature:hover h3 {
  color: #f6ae03 !important;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature:hover a.readmore, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature:hover a.readmore {
  bottom: 0px;
  opacity: 1;
  z-index: 1;
  color: #fff;
}
.sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature:hover a.readmore:hover, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature:hover a.readmore:hover {
  color: #f6ae03;
}
div#YMapsID ymaps.ymaps-2-1-78-image {
  background-image: url(/images/map-marker.svg) !important;
  background-repeat: no-repeat;
  width: 100px !important;
  height: 100px !important;
  background-size: contain !important;
}
section#sp-remont {
  padding-top: 150px;
  padding-bottom: 120px;
  background: #10100e url(/images/main-text-BG2.jpg) top no-repeat;
}
section#sp-remont h3.sp-module-title {
  color: #fff;
  font-size: 32px;
  padding-top: 20px;
  width: 100%;
  margin-bottom: 20px;
}
section#sp-remont h3.sp-module-title::after {
  content: normal;
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 300px;
  background: url(/images/decor-lines.svg) no-repeat center;
  background-size: cover;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
section#sp-remont .container-inner {
  background: rgba(255, 255, 255, 0.00);
}
section#sp-remont .container-inner p {
  color: #fff;
  text-align: justify;
  font-size: 90%;
}
section#sp-remont .container-inner .main-text-holder.main-text-arenda {
  position: relative;
}
section#sp-remont .spoilers .desc {
  padding: 0;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
section#sp-remont .mark, section#sp-remont mark {
  display: none;
}
section#sp-remont .spoilers .title {
  background: #f6ae03 url(/images/arrow-square.gif) no-repeat right -51px;
  padding: 5px 15px;
  margin: 0;
  margin-top: 5px;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  border: solid 1px #181818;
  cursor: pointer;
  display: block;
  max-width: 220px;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
section#sp-remont .spoilers .title.active {
  background-position: right 5px !important;
}
section#sp-features {
  margin-top: -50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
section#sp-features::after {
  content: "\f063";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 0px;
  left: 0;
  top: -30px;
  color: #181818;
  -webkit-animation: dowPulse 2.5s infinite ease-in-out;
  animation: dowPulse 2.5s infinite ease-in-out;
  margin: 0 auto;
  text-align: center;
}
div#sp-feature {
  position: static;
}
div#sp-feature .Gol-bg-left {
  background: #e4e4e4;
  position: absolute;
  width: 50%;
  height: 610px;
  left: 0;
  z-index: 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
div#sp-feature .Gol-bg-left::before {
  content: " ";
  position: absolute;
  display: inline-block;
  background: url(/images/Ekscovator-1.svg) no-repeat center;
  background-size: contain;
  width: 370px;
  height: 500px;
  top: 50px;
  left: -50px;
  z-index: 1;
}
div#sp-feature .Gol-bg-right {
  background: #e4e4e4;
  position: absolute;
  width: 50%;
  height: 610px;
  right: 0;
  z-index: 0;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
}
div#sp-feature .Gol-bg-right::after {
  content: " ";
  position: absolute;
  display: inline-block;
  background: url(/images/Ekscovator-2.svg) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 600px;
  top: 0;
  right: -50px;
  z-index: 1;
}
.sp-module.features-main-modul {
  padding-top: 70px;
}
.sp-module.features-main-modul .sp-features.features-main-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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-module.features-main-modul .row-fluid.row {
  margin: 0 auto;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature {
  padding: 20px;
  text-align: center;
  position: relative;
  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;
  min-height: 300px;
}
.sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper {
  background: #f6ae03;
  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: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.72);
  margin: 0 auto 20px;
  position: absolute;
  opacity: 1;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper img {
  width: auto;
  height: 110px;
  margin: 0 auto;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature h3 {
  font-family: 'Fira Sans', sans-serif;
  margin-top: auto;
  margin-bottom: 0;
  font-style: normal;
}
.sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature:hover .feature-img-wrapper {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  visibility: hidden;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.00);
  background: rgba(246, 174, 3, 0.00);
}
.sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature:hover .feature-img-wrapper img {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 1;
  visibility: visible;
}
.sp-module.features-main-modul .row-fluid.row .icons-10let .feature-img-wrapper img {
  max-height: 80px;
}
.sp-module.features-main-modul .row-fluid.row .icons-klients .feature-img-wrapper img {
  max-height: 80px;
}
.sp-module.features-main-modul .row-fluid.row .icons-garant .feature-img-wrapper img {
  max-height: 80px;
}
.sp-module.features-main-modul .row-fluid.row .icons-opata .feature-img-wrapper img {
  max-height: 80px;
}
.sp-module.features-main-modul .row-fluid.row .icons-dogovor .feature-img-wrapper img {
  max-height: 80px;
}
.sp-module.features-main-modul .row-fluid.row .col.span12.icons-klients, .sp-module.features-main-modul .row-fluid.row .col.span12.icons-opata {
  padding-top: 40px;
}
.sp-module.features-main-modul .row-fluid.row .col.span12.icons-10let, .sp-module.features-main-modul .row-fluid.row .col.span12.icons-dogovor {
  padding-top: 80px;
}
.sp-module.knopka-modul {
  position: relative;
}
a.readmore {
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  width: auto;
  text-align: center;
  color: #181818;
  background: #f6ae03;
  padding: 12px 40px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-transform: uppercase;
  border: 1px solid #181818;
}
a.readmore:hover {
  background: #fff;
  color: #181818;
}
section#sp-main-popular {
  padding-top: 200px;
  padding-bottom: 255px;
  background: #ccc url(/images/main-zaphasti-BG.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  margin-top: -110px;
  z-index: 0;
}
section#sp-main-popular h3.sp-module-title {
  color: #fff;
}
section#sp-main-popular h3.sp-module-title::after {
  content: " ";
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 300px;
  background: url(/images/decor-lines.svg) no-repeat center;
  background-size: cover;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
section#sp-main-popular::after {
  content: "\f063";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 140px;
  color: #fff;
  -webkit-animation: dowPulse 2.5s infinite ease-in-out;
  animation: dowPulse 2.5s infinite ease-in-out;
  margin: 0 auto;
  text-align: center;
}
section#sp-main-popular .sp-features.zapchasti-main-modul {
  padding-top: 50px;
  margin: 0 auto;
  max-width: 1500px;
  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;
}
section#sp-main-popular .row-fluid.row {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
section#sp-main-popular .row-fluid.row .sp-feature {
  background: #fff;
  height: 100%;
}
section#sp-main-popular .row-fluid.row .sp-feature .feature-img-wrapper {
  overflow: hidden;
  position: relative;
  background: #e4e4e4;
  padding: 45px;
}
section#sp-main-popular .row-fluid.row .sp-feature .feature-img-wrapper a::after {
  content: "\f00e";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  -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: calc(50% - 30px);
  top: calc(50% - 30px);
  color: #f6ae03;
  opacity: 0;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
section#sp-main-popular .row-fluid.row .sp-feature .feature-img-wrapper a img {
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
section#sp-main-popular .row-fluid.row .sp-feature > a {
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -15px;
  background: #f6ae03;
  position: relative;
  -webkit-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
section#sp-main-popular .row-fluid.row .sp-feature > a h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 45px 65px;
  max-width: 256px;
  margin: 0 auto;
  color: #181818 !important;
  -webkit-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  transform: skewX(8deg);
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  min-height: 133px;
}
section#sp-main-popular .row-fluid.row .sp-feature > a h3::after {
  content: " ";
  display: inline-block;
  position: absolute;
  background: #181818;
  width: 150px;
  height: 2px;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
section#sp-main-popular .row-fluid.row .sp-feature a.readmore {
  position: absolute;
  font-size: 18px;
  color: #000;
  background: transparent;
  width: 100%;
  padding: 0;
  display: inline-block;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}
section#sp-main-popular .row-fluid.row .sp-feature:hover a::after {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
}
section#sp-main-popular .row-fluid.row .sp-feature:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
section#sp-main-popular .row-fluid.row .sp-feature:hover a.readmore {
  color: #fff !important;
}
section#sp-main-popular .row-fluid.row .sp-feature:hover a h3 {
  color: #fff !important;
}
section#sp-konsult-form {
  background: url(/images/main-fofma-BG.jpg) no-repeat center;
  position: relative;
  z-index: 1;
}
section#sp-konsult-form div#sp-position4 {
  padding: 50px 0;
  background-size: contain;
}
section#sp-konsult-form div#sp-position4 .customkonult-form-modul h3 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#sp-konsult-form div#sp-position4 .customkonult-form-modul p {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
section#sp-konsult-form div#sp-position4 .customkonult-form-modul a.btn {
  margin: 0 auto;
  background: #181818;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  padding-left: 60px;
  padding-right: 60px;
  border: 1px solid #181818;
}
section#sp-konsult-form div#sp-position4 .customkonult-form-modul a.btn:hover {
  background: #ffe19a;
  color: #181818;
}
section#sp-konsult-form div#sp-position4 .customkonult-form-modul > div.text-center {
  position: relative;
}
section#sp-konsult-form div#sp-position4 .customkonult-form-modul > div.text-center::before {
  content: " ";
  position: absolute;
  display: inline-block;
  background: url(/images/Konsult-BG.png) no-repeat center;
  width: 386px;
  height: 373px;
  left: -386px;
  left: -386px;
  top: -70px;
}
section#sp-bottom {
  padding-top: 110px;
  position: relative;
  z-index: 0;
}
section#sp-bottom::before {
  content: url(/images/decor-lines.svg);
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  text-align: center;
}
section#sp-bottom div#sp-bottom1 h3.sp-module-title {
  font-size: 26px;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
}
section#sp-bottom div#sp-bottom1 ul#bottom_menu {
  padding-left: 30px;
}
section#sp-bottom div#sp-bottom1 ul#bottom_menu li {
  margin: 0;
}
section#sp-bottom div#sp-bottom1 ul#bottom_menu li a {
  padding: 8px 0;
  font-size: 18px;
  white-space: nowrap;
  position: relative;
}
section#sp-bottom div#sp-bottom1 ul#bottom_menu li a::before {
  content: "\f45c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  -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: -20px;
  top: 15px;
  color: #f6ae03;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
section#sp-bottom div#sp-bottom1 ul#bottom_menu li a:hover::before {
  left: -35px;
}
section#sp-bottom div#sp-bottom2 .custom.kontakts-bottom-modul {
  font-size: 18px;
}
section#sp-bottom div#sp-bottom2 .bottom-logo {
  margin: 0 auto 40px;
}
section#sp-bottom div#sp-bottom2 .bottom-logo img {
  display: block;
  max-width: none;
  max-height: 55px;
  height: auto;
  margin-left: -20px;
  position: relative;
  z-index: 1;
  background: #181818;
}
section#sp-bottom div#sp-bottom2 .bottom-adresss, section#sp-bottom div#sp-bottom2 .bottom-mail, section#sp-bottom div#sp-bottom2 .bottom-mob-phone, section#sp-bottom div#sp-bottom2 .bottom-stst-phone {
  margin-bottom: 30px;
}
section#sp-bottom div#sp-bottom2 .bottom-adresss i, section#sp-bottom div#sp-bottom2 .bottom-mail i, section#sp-bottom div#sp-bottom2 .bottom-mob-phone i, section#sp-bottom div#sp-bottom2 .bottom-stst-phone i {
  color: #f6ae03;
  font-size: 24px;
  margin-right: 8px;
}
section#sp-bottom div#sp-bottom2 .bottom-mob-phone {
  font-size: 26px;
  font-weight: 600;
  white-space: nowrap;
}
section#sp-bottom div#sp-bottom2 .bottom-worktime {
  font-size: 16px;
  font-weight: 300;
}
section#sp-bottom div#sp-bottom2 .bottom-worktime i {
  color: #f6ae03;
  margin-right: 5px;
  font-size: 18px;
}
section#sp-bottom div#sp-bottom2 a.btn {
  margin: 20px auto;
  background: #f6ae03;
  color: #181818;
  border-radius: 0;
  border: 1px solid #181818;
  font-size: 20px;
  font-weight: 500;
}
section#sp-bottom div#sp-bottom2 a.btn:hover {
  background: #fff;
  color: #181818;
}
.article-details h3 {
  font-size: 2.3rem;
  text-align: center;
  color: #181818;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.article-details a.jext {
  display: none !important;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.3rem;
  text-align: center;
  color: #181818;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.menu-kontakty #sp-main-body {
  padding: 100px 0;
  padding-bottom: 50px;
}
.menu-kontakty h3.sp-module-title {
  font-size: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #f6ae03;
  text-shadow: none;
  margin-bottom: 30px;
  position: relative;
}
.menu-kontakty .our-kontakts.row {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 30px;
}
.menu-kontakty .our-kontakts.row i {
  display: block;
  color: #181818;
  font-size: 40px;
  margin-bottom: 20px;
}
.menu-kontakty .our-kontakts.row > div {
  background: #fdd77b;
  border: 10px solid #fff;
  padding: 15px;
}
.menu-kontakty .our-kontakts.row .kont-mail {
  font-size: 20px;
}
.menu-kontakty .calback-form {
  max-width: 800px;
  margin: 0 auto;
}
.menu-kontakty section#sp-bottom div#sp-bottom1 ul#bottom_menu {
  padding-left: 0px;
  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;
}
.menu-kontakty section#sp-bottom div#sp-bottom1 ul#bottom_menu li {
  padding: 0 15px;
  padding-left: 30px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-bottom: 15px;
}
.menu-remont-konditsionerov .remont-aktion {
  display: inline-block;
  width: 100%;
  background: url(/images/Remont-Akt-GG.jpg) no-repeat center;
  margin-bottom: 50px;
}
.menu-remont-konditsionerov .custom.utp-main-modul {
  max-width: 750px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto 0 0;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 22px;
}
.menu-remont-konditsionerov .custom.utp-main-modul .utp-text {
  text-align: center;
  position: relative;
}
.menu-remont-konditsionerov .custom.utp-main-modul .utp-text h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #ffe19a;
}
.menu-remont-konditsionerov .custom.utp-main-modul .utp-text p {
  font-size: 20px;
  line-height: 1.2;
}
.menu-remont-konditsionerov .custom.utp-main-modul .utp-text p.gol-text {
  font-size: 21px;
  font-weight: 600;
  color: #ffe19a;
}
.menu-remont-konditsionerov .custom.utp-main-modul .utp-text::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 44px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: -53px;
  top: 53%;
  color: #ffe19a;
  -webkit-animation: rightPulse 2.5s infinite ease-in-out;
  animation: rightPulse 2.5s infinite ease-in-out;
}
.menu-remont-konditsionerov div#slider1 {
  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;
}
.menu-remont-konditsionerov div#slider1 .title.h4.my-spoiler-title {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background: #21b3ff url(/images/click-to-open.gif) no-repeat;
  background-size: contain;
  background-position: right center;
  padding: 17px 15px;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  border: solid 1px #fff;
  border-bottom: none;
  cursor: pointer;
  color: #fff;
}
.menu-remont-konditsionerov div#slider1 .title.h4.my-spoiler-title .mark {
  display: none;
}
.menu-remont-konditsionerov div#slider1 .desc.my-spoiler-content {
  margin: 0;
  padding: 20px 20px 20px;
  background: #e8f5fc;
  border-left: none;
  border-right: none;
}
body ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
  background: #f00;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
body ul.social-icons > li a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
}
body ul.social-icons > li:hover {
  background: #fff !important;
}
body ul.social-icons > li:hover a {
  color: #181818 !important;
}
body ul.social-icons li.social-icon-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
body ul.social-icons li.social-icon-vk {
  background: #3f51b5;
}
.menu-prajs .sp-features.main-categories-modul.main-categories-modul-min .row-fluid.row {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0;
  padding: 0 15px;
}
.menu-prajs .sp-features.main-categories-modul.main-categories-modul-min .col.span12 .sp-feature .feature-img-wrapper a img {
  padding: 0 24px;
}
.menu-prajs .sp-features.main-categories-modul.main-categories-modul-min .row-fluid.row .col.span12 .sp-feature h3 {
  font-size: 26px;
}
.menu-prajs .sp-features.main-categories-modul.main-categories-modul-min .col.span12 .sp-feature {
  margin-bottom: 50px;
}
li.sp-menu-item.zapchasti-link.active {
  background: #ffc000;
  box-shadow: 5px 9px 0 #181818;
}
/*Tabs*/
.nav-tabs {
  *zoom: 1;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.nav-tabs:before, .nav-tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
  list-style: none;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  display: block;
  padding: 8px 12px;
  line-height: 20px;
  margin-right: 5px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #e5e5e5;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
  background: #ffc000;
  color: inherit;
}
.nav-tabs > .li > a.active.show, .nav-tabs > .li > a.active.show:hover, .nav-tabs > .li > a.active.show:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
a.active.show {
  background-color: #ffc000;
}
.tab-content {
  overflow: auto;
  padding: 15px 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.view-productdetails .tab-content {
  display: block;
  padding: 0;
  font-size: inherit;
  width: 100%;
  max-width: none;
}
.view-productdetails .tab-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid #dee2e6;
}
.view-productdetails .tab-content table td, .view-productdetails .tab-content table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.view-productdetails .tab-content table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.fade.active.show {
  opacity: 1;
}
.sp-module.price-modul h4 {
  font-size: 1.8rem !important;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
  padding-top: 6px;
}
body, .sp-preloader {
  background-color: #e4e4e4 !important;
  color: #181818;
}
.category-view div[class*="-view"] .row {
  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;
}
.category-view div[class*="-view"] .row .category {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.category-view div[class*="-view"] .row .category .spacer {
  padding: 10px;
  width: 100%;
}
.category-view div[class*="-view"] .row .category .spacer h2 {
  height: 100%;
  border: 1px solid #ccc;
}
.category-view div[class*="-view"] .row .category .spacer h2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background: #181818;
  padding: 0;
  color: #fff;
  font-size: 18px;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.category-view div[class*="-view"] .row .category .spacer h2 a .my-category-img-holder {
  background: #fff;
  padding: 40px;
  margin-bottom: 10px;
}
.category-view div[class*="-view"] .row .category .spacer h2 a .my-category-img-holder img {
  margin-top: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.category-view .plitki {
  padding: 0 8px;
  margin-bottom: 15px !important;
}
.category-view .plitki .product {
  height: 100%;
}
.category-view .plitki .spacer.product-container {
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.category-view .plitki .vm-product-media-container {
  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;
  overflow: hidden;
  background: #f7f7f7;
  min-height: 200px;
  max-height: 200px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.category-view .plitki .vm-product-media-container a img.browseProductImage {
  width: 100%;
}
.category-view .plitki .vm-product-info-container {
  padding: 15px;
  max-width: 100%;
  flex-grow: 2;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.category-view .plitki .vm-product-info-container .vm-product-descr-container-1 > h2, .category-view .plitki .vm-product-info-container .vm-product-descr-container-0 > h2 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: center;
}
.category-view .plitki .vm-product-info-container p.product_s_desc {
  line-height: 20px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.category-view .plitki .vm-product-info-container .product-price {
  margin: 0 auto 10px;
  width: 100%;
  text-align: center;
}
.category-view .plitki .vm-product-info-container .product-price span.PricesalesPrice {
  font-size: 24px;
  font-weight: 600;
}
.category-view .plitki .vm-product-info-container .addtocart-bar span.addtocart-button1.all-button-holder {
  padding-right: 0;
}
.category-view .plitki .vm-product-info-container .addtocart-bar span.addtocart-button1.all-button-holder input.addtocart-button.all-button-dark {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: #ffc000;
  max-height: 36px;
  cursor: pointer;
}
.category-view .plitki .vm-product-info-container .vm-details-button a.product-details {
  max-height: 36px;
  line-height: 36px;
  padding: 0;
  border-radius: 0;
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.mc-totalprice {
  display: none !important;
}
a.mc-checkout-top {
  display: none !important;
}
a.mc-checkout-footer {
  display: none !important;
}
.quantity-controls {
  padding: 0;
  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;
}
.quantity-controls input.quantity-input.js-recalculate {
  height: 36px;
  width: 100% !important;
  max-width: 50px;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  margin-bottom: 0;
}
.quantity-controls input.quantity-controls {
  height: 36px;
  border: none;
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.quantity-controls input.quantity-controls.quantity-minus {
  background: url(/images/quantity-controls-minus.png) no-repeat;
  background-position: center;
}
.quantity-controls input.quantity-controls.quantity-plus {
  background: url(/images/quantity-controls-plus.png) no-repeat;
  background-position: center;
}
.orderby-displaynumber {
  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;
  width: 100%;
  background: #ffc000;
}
.orderby-displaynumber .orderlistcontainer {
  font-size: 0.8rem;
}
.orderby-displaynumber .orderlistcontainer .title {
  margin-bottom: 5px;
  font-size: 1rem;
}
.orderby-displaynumber .floatright.display-number {
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.5;
}
.orderby-displaynumber .floatright.display-number select#limit {
  font-size: 0.8rem;
}
.orderby-displaynumber .orderlistcontainer div.activeOrder {
  cursor: pointer;
  border: solid #cac9c9 1px;
  border-radius: 4px;
  padding: 0px 24px 0px 12px;
  height: 38px;
  vertical-align: middle;
  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;
  background-position-y: 45%;
}
.product-container.productdetails-view.productdetails .product-neighbours {
  font-size: 12px;
  text-transform: none;
}
.product-container.productdetails-view.productdetails .back-to-category {
  display: block;
  float: none;
  margin-bottom: 20px;
}
.product-container.productdetails-view.productdetails .back-to-category a.product-details {
  max-height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 0;
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.product-container.productdetails-view.productdetails .back-to-category a.product-details:hover {
  background: #ffc000;
  color: #000;
}
.product-container.productdetails-view.productdetails h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .product-short-description {
  font-size: 1rem;
  margin-bottom: 30px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area {
  padding: 25px 15px 1px;
  background: #fff2c9;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .product-price {
  margin: 0 0 20px;
  text-align: left;
  float: none;
  line-height: 1;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .product-price .vm-price-value {
  font-size: 30px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .product-price .vm-price-value span.PricesalesPrice, .product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .product-price .vm-price-value span.PricesalesPriceTt {
  font-weight: 600;
  color: #666;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area {
  margin-bottom: 30px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0;
  text-align: center;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-controls.js-recalculate {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 0 15px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.quantity-controls.js-recalculate input.quantity-controls {
  height: 36px;
  border: none;
  width: 36px;
  cursor: pointer;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button1.all-button-holder input.addtocart-button.all-button-dark {
  width: 100%;
  height: 36px;
  border-radius: 0;
  background: #ffc000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button1.all-button-holder input.addtocart-button.all-button-dark:hover {
  background: #000;
  color: #fff;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .ask-a-question {
  margin: 0 0 30px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .ask-a-question a.ask-a-question {
  margin: 0 auto;
  display: block;
  height: 36px;
  max-width: 300px;
  white-space: nowrap;
  text-align: center;
  line-height: 36px;
  padding: 0;
  border-radius: 0;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #000;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .ask-a-question a.ask-a-question:hover {
  background: #ffc000;
  color: #000;
}
.product-container.productdetails-view.productdetails .tab-content span.product-fields-title strong {
  min-width: 160px;
  font-weight: 400;
  padding: 15px 0 0;
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 1792px) {
  header#sp-header {
    padding: 0 10px;
  }
  header#sp-header div#sp-logotip .sp-column .custom.logo-top-modul.jmoddiv {
    height: 100%;
    max-height: 80px;
  }
  header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
    padding: 0 15px;
  }
  header#sp-header div#sp-logotip img.logo-top-img {
    max-height: 70px;
  }
}
@media screen and (max-width: 1439px) {
  header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
    padding: 0px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
    font-size: 12px;
  }
  section#sp-bottom div#sp-bottom1 ul#bottom_menu li a {
    white-space: normal;
  }
  div#sp-top2 {
    padding: 0 2px;
  }
  div#sp-top1::after {
    right: 12px;
  }
  section#sp-top-bar {
    font-size: 18px;
  }
  #sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header {
    font-size: 18px;
  }
  div#sp-top1 .custom.kontakts-top-modul .top-mail {
    font-size: 16px;
  }
  header#sp-header div#sp-logotip {
    padding-left: 10px;
  }
  div#sp-top1 .custom.kontakts-top-modul .top-adresss {
    margin-bottom: 7px;
  }
  header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
    line-height: 60px;
  }
  header#sp-header {
    height: 60px;
  }
  header#sp-header div#sp-logotip {
    height: 60px;
  }
  .sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature h3, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature h3 {
    font-size: 24px;
  }
  .sp-features .sp-feature h3 {
    font-size: 19px;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature {
    padding: 10px;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper {
    width: 120px;
    height: 120px;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature {
    min-height: 240px;
  }
  h3.sp-module-title {
    font-size: 40px;
  }
  section#sp-bottom div#sp-bottom2 .bottom-mob-phone {
    font-size: 22px;
  }
  section#sp-bottom div#sp-bottom2 .custom.kontakts-bottom-modul {
    font-size: 14px;
  }
  section#sp-bottom div#sp-bottom1 ul#bottom_menu li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  a#offcanvas-toggler {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
  header#sp-header div#sp-logotip img.logo-top-img {
    max-height: 57px;
  }
  #sp-top-bar div#sp-top3 .custom.search-top-modul .search-top-holder {
    padding-top: 0;
    height: 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;
  }
  #sp-top-bar div#sp-top3 .custom.search-top-modul .search-top-holder a.search-top::before {
    font-size: 20px;
    position: relative;
    left: -5px;
    right: 0;
    top: 0;
  }
  #sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header {
    padding-top: 21px;
  }
  #sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header::before {
    position: relative;
    top: -8px;
  }
  #sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header .mc-yourcart span.mc-totalproduct {
    top: 0px;
    right: 0px;
  }
  header#sp-header div#sp-logotip .sp-column .custom.logo-top-modul .logo-top-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  div#sp-position1 .Gol-bg-right {
    background: #f6ae03 url(/images/Yell-BG-R.jpg) repeat-y top right;
    background-position-x: 60%;
  }
  div#sp-position1 .Gol-bg-left {
    background: #f6ae03 url(/images/Yell-BG-L.jpg) repeat-y top left;
    background-position-x: 40%;
  }
  .sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature h3, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature h3 {
    font-size: 20px;
    padding: 10px 5px;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature {
    padding: 1px;
  }
  .sp-features .sp-feature h3 {
    font-size: 20px !important;
    line-height: 1.1;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature {
    min-height: 196px;
  }
  div#sp-feature .Gol-bg-left {
    height: 500px;
  }
  div#sp-feature .Gol-bg-right {
    height: 500px;
  }
  div#sp-feature .Gol-bg-left::before {
    height: 425px;
  }
  div#sp-feature .Gol-bg-right::after {
    height: 480px;
  }
  section#sp-main-popular .row-fluid.row .sp-feature .feature-img-wrapper {
    padding: 7px;
  }
  section#sp-main-popular .row-fluid.row .sp-feature > a h3 {
    padding: 6px 9px 37px;
    min-height: 100px;
  }
  section#sp-main-popular {
    padding-top: 100px;
    padding-bottom: 110px;
    margin-top: -27px;
  }
  section#sp-konsult-form div#sp-position4 .customkonult-form-modul h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  section#sp-konsult-form div#sp-position4 .customkonult-form-modul p {
    font-size: 20px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2rem;
  }
  .category-view div[class*="-view"] .row .category .spacer h2 a .my-category-img-holder {
    padding: 8px;
  }
  div#sp-top2::after {
    content: normal;
  }
}
@media screen and (max-width: 767px) {
  div#sp-top1 .custom.kontakts-top-modul .top-mail {
    display: none;
  }
  div#sp-top2 .top-worktime {
    display: none;
  }
  div#sp-top1::after, div#sp-top2::after {
    content: normal;
  }
  div#sp-top2 .sp-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  section#sp-top-bar .container::before {
    right: calc(100% - 50px);
    top: 20px;
  }
  section#sp-top-bar .container::after {
    left: calc(100% - 50px);
    top: 20px;
  }
  div#sp-top1 .custom.kontakts-top-modul {
    font-size: 16px;
  }
  div#sp-top2 .top-stst-phone {
    font-size: 22px;
  }
  div#sp-top1 .custom.kontakts-top-modul .top-adresss i {
    font-size: 18px;
    margin-right: 5px;
  }
  div#sp-top2 .top-stst-phone i {
    font-size: 18px;
    margin-right: 5px;
  }
  section#sp-top-bar {
    padding: 7px 0 0;
  }
  section#sp-main-slider::after {
    font-size: 36px;
    bottom: 0;
  }
  section#sp-catalog {
    margin-top: -20px;
    padding-bottom: 40px;
  }
  .sp-module.main-categories-modul {
    padding-top: 35px;
  }
  h3.sp-module-title {
    font-size: 34px;
    margin-bottom: 38px;
  }
  .sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature h3, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature h3 {
    font-size: 16px !important;
    padding: 7px 5px;
    min-height: auto;
  }
  .sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 a.readmore, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 a.readmore {
    display: none !important;
  }
  div#sp-position1 .Gol-bg-left {
    height: 440px;
  }
  div#sp-position1 .Gol-bg-right {
    height: 440px;
  }
  section#sp-catalog::after {
    font-size: 38px;
  }
  section#sp-remont h3.sp-module-title {
    font-size: 26px;
  }
  .custommain-text-modul img {
    max-width: 300px;
  }
  .sp-features .sp-feature h3 {
    font-size: 16px !important;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper {
    width: 100px;
    height: 100px;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature {
    min-height: 170px;
  }
  .col.span12.icons-opata img {
    height: 57px !important;
  }
  section#sp-main-popular .row-fluid.row .sp-feature a.readmore {
    font-size: 14px;
    font-weight: 500;
  }
  .sp-features.zapchasti-main-modul .col.span12 {
    padding: 0 1px;
  }
  section#sp-main-popular .row-fluid.row .sp-feature {
    background: transparent;
  }
  section#sp-main-popular .row-fluid.row .sp-feature .feature-img-wrapper {
    padding: 2px;
  }
  section#sp-main-popular .row-fluid.row .sp-feature > a {
    width: calc(100% + 3px);
  }
  section#sp-main-popular .row-fluid.row .sp-feature > a h3 {
    padding: 8px 9px 8px;
    min-height: auto;
    font-size: 14px !important;
  }
  section#sp-main-popular .row-fluid.row .sp-feature a.readmore {
    display: none;
  }
  section#sp-main-popular .row-fluid.row .sp-feature > a h3::after {
    content: normal;
  }
  section#sp-main-popular .sp-features.zapchasti-main-modul {
    padding-top: 20px;
  }
  section#sp-main-popular::after {
    font-size: 38px;
    bottom: 36px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.7rem;
  }
  .category-view div[class*="-view"] .row .category {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .category-view div[class*="-view"] .row .category .spacer h2 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  div#sp-top1 .custom.kontakts-top-modul .top-adresss {
    display: none;
  }
  section#sp-top-bar .container::before {
    content: normal;
  }
  section#sp-top-bar .container::after {
    content: normal;
  }
  section#sp-top-bar {
    font-size: 14px;
  }
  #sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header {
    font-size: 14px;
    min-height: 50px;
    padding-top: 17px;
  }
  #sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header::before {
    top: -2px;
    font-size: 24px;
  }
  .sp-module.main-categories-modul ul.vm-categories-wall, .sp-module.main-categories-modul .sp-features.main-categories-modul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 200px;
    margin: 0 0 20px;
  }
  .sp-module.main-categories-modul ul.vm-categories-wall .row-fluid.row .col.span12 .sp-feature h3, .sp-module.main-categories-modul .sp-features.main-categories-modul .row-fluid.row .col.span12 .sp-feature h3 {
    font-size: 18px !important;
    margin: 0;
  }
  div#sp-position1 .Gol-bg-left {
    height: 710px;
  }
  div#sp-position1 .Gol-bg-right {
    height: 710px;
  }
  section#sp-catalog::after {
    bottom: 0;
  }
  section#sp-remont {
    padding-top: 35px;
    padding-bottom: 80px;
  }
  section#sp-remont h3.sp-module-title {
    font-size: 20px;
  }
  .custommain-text-modul img {
    max-width: 100%;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper {
    width: 70px;
    height: 70px;
  }
  .sp-module.features-main-modul .col.span12 {
    padding: 0 5px;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature {
    min-height: 138px;
  }
  .sp-features .sp-feature h3 {
    font-size: 13px !important;
    font-weight: 500;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper img {
    height: 60px;
  }
  .sp-module.features-main-modul .row-fluid.row .icons-opata .feature-img-wrapper img {
    max-height: 45px;
  }
  div#sp-feature .Gol-bg-left {
    height: 420px;
  }
  div#sp-feature .Gol-bg-right {
    height: 420px;
  }
  div#sp-feature .Gol-bg-left::before {
    content: normal;
  }
  section#sp-features::after {
    font-size: 38px;
    top: 0px;
  }
  h3.sp-module-title {
    font-size: 28px;
  }
  section#sp-main-popular .row-fluid.row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section#sp-main-popular .row-fluid.row .sp-feature > a h3 {
    padding: 10px 1px 10px;
  }
  section#sp-bottom div#sp-bottom2 .bottom-logo img {
    max-height: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  section#sp-bottom div#sp-bottom2 .bottom-adresss, section#sp-bottom div#sp-bottom2 .bottom-mail, section#sp-bottom div#sp-bottom2 .bottom-mob-phone, section#sp-bottom div#sp-bottom2 .bottom-stst-phone {
    margin-bottom: 15px;
  }
  div#sp-footer1 ul.social-icons {
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
  }
  .tp-caption.rev-btn.tp-withaction.rs-hover-ready {
    font-size: 15px !important;
    padding: 9px 10px !important;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7) !important;
    transform-origin: left !important;
  }
  #rev_slider_1_1 .uranus.tparrows:before {
    font-size: 24px !important;
  }
  .tp-parallax-wrap {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transform: scale(1.5) !important;
  }
  div#slide-1-layer-6, div#slide-5-layer-6, div#slide-6-layer-6 {
    display: none !important;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.4rem;
  }
  .category-view div[class*="-view"] .row .category .spacer {
    padding: 2px;
  }
  .category-view div[class*="-view"] .row {
    max-width: 280px;
    margin: 0 auto 20px;
  }
  section#sp-bottom div#sp-bottom1 ul#bottom_menu {
    max-width: 250px;
    margin: 0 auto;
  }
  section#sp-bottom div#sp-bottom2 .bottom-adresss, section#sp-bottom div#sp-bottom2 .bottom-mail, section#sp-bottom div#sp-bottom2 .bottom-mob-phone, section#sp-bottom div#sp-bottom2 .bottom-stst-phone {
    text-align: center;
  }
  section#sp-bottom div#sp-bottom2 .bottom-worktime {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 424px) {
  section#sp-top-bar {
    font-size: 13px;
  }
  #sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header {
    font-size: 13px;
  }
  section#sp-remont h3.sp-module-title {
    padding-top: 40px;
  }
  section#sp-remont h3.sp-module-title {
    font-size: 23px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  section#sp-bottom div#sp-bottom2 .bottom-adresss, section#sp-bottom div#sp-bottom2 .bottom-mail, section#sp-bottom div#sp-bottom2 .bottom-mob-phone, section#sp-bottom div#sp-bottom2 .bottom-stst-phone {
    text-align: center;
  }
  section#sp-bottom div#sp-bottom2 .bottom-worktime {
    font-size: 14px;
    text-align: center;
  }
  section#sp-main-popular .row-fluid.row .sp-feature > a h3 {
    padding: 10px 10px 10px;
    font-size: 19px !important;
  }
  .tp-caption.rev-btn.tp-withaction.rs-hover-ready {
    top: -10px;
  }
  #sp-main-body {
    padding: 40px 0;
  }
}
@media screen and (max-width: 374px) {
  section#sp-top-bar {
    font-size: 11px;
  }
  #sp-top-bar div#sp-top3 .sp-module.minicart-top-modul .sj-minicart-pro .mc-header {
    font-size: 11px;
  }
  section#sp-main-slider::after {
    content: normal;
  }
  .tp-caption.rev-btn.tp-withaction.rs-hover-ready {
    top: -15px;
  }
  div#sp-position1 .Gol-bg-left {
    height: 630px;
  }
  div#sp-position1 .Gol-bg-right {
    height: 630px;
  }
  .sp-module.features-main-modul .row-fluid.row {
    margin: 0 auto 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12.icons-10let, .sp-module.features-main-modul .row-fluid.row .col.span12.icons-dogovor {
    padding-top: 0;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12.icons-klients, .sp-module.features-main-modul .row-fluid.row .col.span12.icons-opata {
    padding-top: 0;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature {
    min-height: auto;
    position: static;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    justify-content: flex-start !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature .feature-img-wrapper {
    width: 55px;
    min-width: 55px;
    height: 55px;
    position: static;
    margin: 0 10px 0 0;
  }
  .sp-module.features-main-modul .row-fluid.row .col.span12 .sp-feature h3 {
    font-size: 20px !important;
    font-weight: 500;
    text-align: left;
    max-width: 150px;
  }
  .sp-module.features-main-modul .sp-features.features-main-modul {
    max-width: 250px;
    margin: 0 auto;
  }
  div#sp-feature .Gol-bg-left {
    height: 510px;
  }
  div#sp-feature .Gol-bg-right {
    height: 510px;
  }
  section#sp-main-popular {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  section#sp-main-popular h3.sp-module-title {
    color: #fff;
    font-size: 20px;
  }
  section#sp-konsult-form div#sp-position4 .customkonult-form-modul a.btn {
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #181818;
  }
}
