/**
 * @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: 70px;
  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: 70px;
  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: 70px;
}
#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: #3f3f3f;
}
.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: #00b1c1;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #3f3f3f;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #00b1c1;
}
.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: #3f3f3f;
}
.article-info > span a:hover {
  color: #00b1c1;
}
.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: 70px;
  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: 70px;
  line-height: 70px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
div#lightbox {
  display: none;
}
#jtmodule-101 .swiper-button-next, #jtmodule-101 .swiper-button-prev {
  color: #9c9c9c;
  font-family: "Font Awesome 5 Free" !important;
}
.grad-svet {
  background-image: -webkit-linear-gradient(180deg, #00b1c1 0%, #fff 70%);
  background-image: -moz-linear-gradient(180deg, #00b1c1 0%, #fff 70%);
  background-image: -o-linear-gradient(180deg, #00b1c1 0%, #fff 70%);
  background-image: linear-gradient(180deg, #00b1c1 0%, #fff 70%);
}
@keyframes dowPulse {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  0% {
    -webkit-transform: translateY(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes glow {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(3) scaleY(3);
    transform: scaleX(3) scaleY(3);
    opacity: 0;
  }
}
@-webkit-keyframes downPulse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes downPulse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes downPulse2 {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes downPulse2 {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes flick {
  0% {
    background: #00b1c1;
  }
  20% {
    background: #fff;
  }
  40% {
    background: #00b1c1;
  }
  60% {
    background: #fff;
  }
  80% {
    background: #00b1c1;
  }
  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: #00535b !important;
}
.moduletitle-holder .text-dark::before, .moduletitle-holder .text-dark::after {
  color: #00535b;
}
.moduletitle-holder {
  text-align: center;
}
.moduletitle-holder h3.sp-module-title.div-w {
  position: relative;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 80px;
  padding-bottom: 20px;
}
.moduletitle-holder h3.sp-module-title.div-w::after {
  content: url(/images/divider-white.svg);
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
.moduletitle-holder {
  text-align: center;
}
.moduletitle-holder h3.sp-module-title.div-s {
  position: relative;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 80px;
  padding-bottom: 20px;
}
.moduletitle-holder h3.sp-module-title.div-s::after {
  content: url(/images/divider-sin.svg);
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
.moduletitle-holder {
  text-align: center;
}
.moduletitle-holder h3.sp-module-title {
  position: relative;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 80px;
  padding-bottom: 20px;
}
.sp-module.top-cart-modul1.top-cart-modul1-mob {
  display: none;
}
html {
  font-weight: normal;
  font-size: 14px;
}
body .b1c-form .b1c-close {
  font-size: 24px;
  font-family: initial;
}
body {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  background-color: 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;
}
.all-button {
  font-family: 'Montserrat Alternates', sans-serif;
  display: inline-block;
  border: 1px solid #0079c1;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 30px;
  max-height: 36px;
  line-height: 34px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #0079c1;
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  white-space: nowrap;
}
.all-button:hover {
  color: #0079c1 !important;
  background: #c1faff !important;
}
.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: #00b1c1;
  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 #00b1c1 solid !important;
  text-shadow: 1px 1px 0 #00535b;
  background-image: -webkit-linear-gradient(180deg, #00b1c1 0%, #00b1c1 100%);
  background-image: -moz-linear-gradient(180deg, #00b1c1 0%, #00b1c1 100%);
  background-image: -o-linear-gradient(180deg, #00b1c1 0%, #00b1c1 100%);
  background-image: linear-gradient(180deg, #00b1c1 0%, #00b1c1 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 #00b1c1 solid !important;
  text-shadow: 1px 1px 0 #00535b;
  background-image: -webkit-linear-gradient(180deg, #00b1c1 0%, #00b1c1 100%);
  background-image: -moz-linear-gradient(180deg, #00b1c1 0%, #00b1c1 100%);
  background-image: -o-linear-gradient(180deg, #00b1c1 0%, #00b1c1 100%);
  background-image: linear-gradient(180deg, #00b1c1 0%, #00b1c1 100%);
}
a.spoiler-btn:hover::after {
  background-position: 0 34px;
  color: #fff !important;
}
.alert-success {
  background: #00b1c1 !important;
}
.customlogo-top-modul.align-self-center.logo-top-modul-mobila {
  display: none;
}
.custom.button-only-ico.top-search-modul-2.align-self-center {
  display: none;
}
.category-view h3.sp-module-title {
  font-family: 'FS-Bold';
}
body .tabs {
  text-align: center;
}
body .tabs dt {
  float: left;
  position: relative;
  margin-right: 5px;
  padding: 25px 120px;
  height: 75px;
  line-height: 1;
  font-size: 22px;
  text-transform: uppercase;
  color: #b7b7b7;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.51);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
body .tabs dd {
  background: #fff;
  display: none;
  float: right;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 88px 0 0 -100%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
body .tabs dt.selected {
  cursor: auto;
  color: #000;
  background: #fff;
  border-color: #fff;
}
body .tabs .tab-content {
  border: 1px solid #fff;
  overflow: hidden;
  padding: 10px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
section#sp-top-bar {
  font-size: 15px;
  line-height: 1.6;
}
section#sp-top-bar p {
  display: inline-block;
  margin: 0;
  line-height: 1.6;
}
section#sp-top-bar a {
  color: #fff;
}
section#sp-top-bar a:hover {
  color: #00b1c1;
}
section#sp-top-bar .ico {
  line-height: 27px;
}
div#sp-top1 .sp-column, div#sp-user1 .sp-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
div#sp-user1 .sp-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
div#sp-top1 {
  padding: 0;
}
div#sp-top1 .custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  flex-basis: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
}
div#sp-top1 .custom:last-child {
  margin-right: 0px;
}
.custom.top1-phone-modul {
  margin-left: auto;
}
.custom.top1-phone-modul p a {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  top: 2px;
}
.custom.top-calback-modul {
  max-width: 162px;
}
.custom.top-calback-modul p.all-button-holder a {
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  padding: 0 20px;
}
div#sp-top1 .custom.top1-phone-modul {
  margin-right: 20px;
}
.ico {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #fff;
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  color: #fff;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  margin-right: 10px;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
div#sp-top1 .custom:hover .ico {
  animation: heartBeat 0.7s cubic-bezier(0.82, 0.03, 0.55, 0.97);
}
.custom.top1-adress-modul p {
  white-space: nowrap;
}
.custom.top1-adress-modul p i {
  margin-right: 5px;
}
.soc-ico.social-icon-instagram .ico {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff;
}
.soc-ico.social-icon-instagram a:hover {
  color: #fff;
}
.soc-ico.social-icon-vk .ico {
  background: #4577ba;
  color: #fff;
}
.soc-ico.social-icon-vk a:hover {
  color: #fff;
}
header#sp-header .sp-megamenu-parent > li > a, header#sp-header .sp-megamenu-parent > li > span {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 17px auto;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(49deg, #fff 0%, #fff 100%);
  background-image: -moz-linear-gradient(49deg, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(49deg, #fff 0%, #fff 100%);
  background-image: linear-gradient(49deg, #fff 0%, #fff 100%);
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 0;
}
header#sp-header .sp-megamenu-parent > li > a::after, header#sp-header .sp-megamenu-parent > li > span::after {
  content: " ";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  opacity: 1;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
header#sp-header nav.sp-megamenu-wrapper ul.sp-megamenu-parent {
  display: flex !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  justify-content: space-around;
  margin: 0 auto;
  float: none;
}
header#sp-header .sp-megamenu-parent > li.active > a, header#sp-header .sp-megamenu-parent > li.active:hover > a {
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
}
header#sp-header .sp-megamenu-parent > li.active > a::after, header#sp-header .sp-megamenu-parent > li.active:hover > a::after {
  opacity: 0;
}
header#sp-header .sp-megamenu-parent > li:hover > a {
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
}
header#sp-header .sp-megamenu-parent > li:hover > a::after {
  opacity: 0;
}
header#sp-header .sp-megamenu-parent > li.active > a {
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
}
header#sp-header .sp-megamenu-parent > li.active > a::after {
  opacity: 0;
}
header#sp-header .sp-megamenu-parent li.sp-menu-item.logo-top-cl {
  position: relative;
  min-width: 180px;
  height: 70px;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
header#sp-header .sp-megamenu-parent li.sp-menu-item.logo-top-cl::after {
  content: normal;
}
header#sp-header .sp-megamenu-parent li.sp-menu-item.logo-top-cl a.logo-top-link {
  position: absolute;
  padding: 1px;
  background: none;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -60px;
}
header#sp-header .sp-megamenu-parent li.sp-menu-item.logo-top-cl a.logo-top-link::after {
  content: normal;
}
header#sp-header .sp-megamenu-parent li.sp-menu-item.logo-top-cl:hover a.logo-top-link {
  transform: none;
  background: none;
}
header#sp-header .sp-megamenu-parent li.sp-menu-item.logo-top-cl:hover a.logo-top-link::after {
  content: normal;
}
header#sp-header.header-sticky .sp-megamenu-parent li.sp-menu-item.logo-top-cl {
  min-width: 0;
}
header#sp-header.header-sticky nav.sp-megamenu-wrapper ul.sp-megamenu-parent {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end !important;
}
div#sp-user2 {
  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;
}
div#sp-user2 p {
  margin: 0;
}
div#sp-user2 p a.all-button {
  font-size: 14px;
  text-transform: none;
  padding: 0 15px;
  width: 100%;
  letter-spacing: 0.5px;
}
span.sin-text {
  color: #0079c1;
}
section#sp-main-slider {
  position: relative;
  background: #ccf2fd;
  background: #ccf2fd url(/images/top-slide.jpg) no-repeat top right;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 150px;
}
span.red-text {
  color: #cf0000;
}
.custom.slider-text-modul .slider-row.row {
  -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;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 {
  padding-left: 0;
  padding-right: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  max-width: 27%;
  margin-bottom: 20px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-text {
  background: rgba(255, 255, 255, .72);
  display: inline-block;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-text .slider-text-holder {
  background: none;
  display: inline-block;
  position: relative;
  padding: 20px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-text .slider-text-holder h3 {
  margin-bottom: 8px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-img {
  max-width: 100%;
  overflow: hidden;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-img img {
  max-width: none;
  margin-left: -47px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 {
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
  margin-bottom: 20px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder {
  padding: 34px 10px 20px 28px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h3 {
  text-align: center;
  margin-bottom: 18px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h3 span.sin-text {
  font-size: 30px;
  line-height: 1.1;
  color: #0079c1;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 18px;
  padding-left: 16px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul li::before {
  content: "\f0f9";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: -12px;
  top: 4px;
  color: #00b1c1;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder p.slider-tel {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #0079c1;
  color: #cf0000;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h4.slider-tel {
  font-size: 44px;
  text-align: center;
  font-weight: 600;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h4.slider-tel a {
  color: #cf0000;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-3 {
  padding-left: 0;
  padding-right: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  max-width: 27%;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-3 .slider-text-holder {
  padding-bottom: 1px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-3 .slider-col-3-text {
  text-align: center;
  margin-bottom: 10px;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-3 .slider-col-3-text h3 {
  line-height: 1;
}
.custom.slider-text-modul .slider-row.row .slider-col.slider-col-3 .slider-forma .ba-field-container textarea {
  min-height: 73px;
  resize: vertical;
}
.custom.slider-text-modul .slider-col .slider-text-holder {
  background: rgba(255, 255, 255, .72);
  display: inline-block;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
.custom.slider-text-modul .slider-col .slider-text-holder h3 {
  font-size: 26px;
  font-weight: 600;
  color: #0079c1;
  line-height: 1.2;
}
.custom.slider-text-modul .slider-logo-holder {
  position: absolute;
  display: inline-block;
  width: 87px;
  height: 87px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 3px 0px rgba(65, 65, 65, 0.22);
  left: 0;
  right: 0;
  top: -44px;
  margin: 0 auto;
}
.custom.slider-text-modul .slider-logo-holder img {
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: scale(1.2);
}
.custom.slider-text-modul h3 {
  font-size: 28px;
  color: #3f3f3f;
  line-height: 1.4;
  margin: 0;
}
.custom.slider-text-modul h3 span.sin-text {
  font-size: 32px;
  font-weight: 600;
}
.pre-text {
  position: relative;
  z-index: 1;
  text-align: center;
}
.pre-text img {
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.pre-text a::after {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  -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: -45px;
  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-nomera {
  background: #ccf2fd;
  background: #ccf2fd;
  background: -moz-linear-gradient(180deg, rgba(204, 242, 253, 1) 0%, rgba(201, 241, 254, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(204, 242, 253, 1) 0%, rgba(201, 241, 254, 1) 100%);
  background: linear-gradient(180deg, rgba(204, 242, 253, 1) 0%, rgba(201, 241, 254, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccf2fd",endColorstr="#c9f1fe",GradientType=1);
  padding-bottom: 30px;
  position: relative;
}
section#sp-nomera::after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 195px;
  background: url(/images/duga1.svg) no-repeat top center;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -190px;
  z-index: 1;
}
.sp-features {
  max-width: 1000px;
  margin: 0 auto;
}
.sp-features .all-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.sp-features .all-features .features-block {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px !important;
}
.sp-features .all-features .features-block .cols-1 {
  margin: 0 auto;
}
.sp-features .all-features .features-block .cols-1 .sp-feature {
  position: relative;
}
.sp-features .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
  border-radius: 120px;
  overflow: hidden;
  margin: 0 auto 25px;
}
.sp-features .all-features .features-block .cols-1 .sp-feature .feature-content {
  text-align: center;
}
.sp-features .all-features .features-block .cols-1 .sp-feature .feature-content h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 auto;
}
.sp-features .all-features .features-block .cols-1 .sp-feature .feature-content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 auto 25px;
}
.sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more {
  top: calc(100% - 18px);
  font-family: 'Montserrat Alternates', sans-serif;
  display: inline-block;
  border: 1px solid #02abd1;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 20px;
  max-width: 170px;
  max-height: 36px;
  line-height: 34px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border-radius: 30px;
  background-color: #02abd1;
  white-space: nowrap;
}
.sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more:hover {
  background: #fff;
  color: #0079c1;
}
div#sp-position1 {
  margin-top: -193px;
}
div#sp-position1 .features-block:first-child, div#sp-position1 .features-block:last-child {
  margin-top: 40px;
}
div#sp-position1 .all-features .features-block .cols-1 .sp-feature {
  position: relative;
}
div#sp-position1 .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a {
  position: relative;
  display: inline-block;
}
div#sp-position1 .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
div#sp-position1 .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  opacity: 1;
}
div#sp-position1 .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a:hover::after {
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
div#sp-position1 .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
div#sp-position1 .all-features .features-block .cols-1 .sp-feature:hover img {
  animation: pulse 0.7s cubic-bezier(0.82, 0.03, 0.55, 0.97);
}
div#sp-feature .sp-feature .feature-img-wrapper {
  -moz-transition: transform 1500ms;
  -o-transition: transform 1500ms;
  -webkit-transition: transform 1500ms;
  transition: transform 1500ms;
}
div#sp-feature .sp-feature:hover .feature-img-wrapper {
  transform: rotateY(180deg);
}
section#sp-main-features {
  background: url(/images/dok-BG.jpg) no-repeat top center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}
section#sp-main-features::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.20);
  top: 0;
  left: 0;
}
section#sp-main-features h3.sp-module-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
section#sp-main-features .sp-features {
  max-width: inherit;
  margin: 0 auto;
}
section#sp-main-features .sp-features .all-features {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#sp-main-features .sp-features .all-features .features-block {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px !important;
}
section#sp-main-features .sp-features .all-features p {
  margin: 0;
}
section#sp-main-features .sp-features .all-features .cols-1 {
  width: 100%;
  margin-bottom: 20px;
}
section#sp-main-features .sp-features .all-features .cols-1 .sp-feature {
  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;
  position: relative;
  padding-left: 45px;
}
section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-img-wrapper {
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 87px;
  min-width: 87px;
  height: 87px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding: 1px 0;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  box-shadow: 0px 4px 3px 0px rgba(65, 65, 65, .22);
  left: 0;
  top: 10px;
  margin-bottom: 0;
}
section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-img-wrapper img {
  margin: auto;
}
section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content {
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  color: #fff;
  padding: 10px 10px 10px 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  min-height: 107px;
  width: 100%;
}
section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}
section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content p {
  font-size: 18px;
}
div#djslider-loader4m112 {
  outline: none !important;
}
section#sp-uslugi {
  background: url(/images/uslugi-BG.jpg) no-repeat top center;
  padding-top: 50px;
  padding-bottom: 60px;
}
section#sp-uslugi div#sp-position2 .sp-column {
  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;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-title-modul {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features {
  max-width: 460px;
  padding: 0 15px;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 7px 5px !important;
  margin-bottom: 10px;
  background: #cefbff;
  background: -moz-linear-gradient(180deg, rgba(206, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(206, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg, rgba(206, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cefbff",endColorstr="#ffffff",GradientType=1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 {
  min-width: 100%;
  width: 100%;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature {
  flex: 0 0 100%;
  max-width: 100%;
  width: 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;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
  margin: 0 15px 0 0;
  margin-bottom: 0;
  display: inline-block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 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;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content {
  flex-grow: 2;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a {
  flex-grow: 2;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a h4 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #3f3f3f;
  margin: 0;
  font-weight: 500;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more {
  flex-grow: 1;
  font-size: 12.5px;
  font-family: 'Montserrat', sans-serif;
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  padding: 0 20px;
  max-width: 131px;
  text-transform: none;
  color: #fff;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more:hover {
  background: #c1faff;
  color: #0079c1;
}
section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block:hover img {
  animation: heartBeat 0.7s cubic-bezier(0.82, 0.03, 0.55, 0.97);
}
section#sp-bottom-contakts .sp-column:hover i {
  animation: heartBeat 0.7s cubic-bezier(0.82, 0.03, 0.55, 0.97);
}
section#sp-partners {
  background: #00b1c1 url(/images/blue-snow.png) repeat;
  padding-top: 50px;
  padding-bottom: 245px;
  position: relative;
}
section#sp-partners::after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 195px;
  background: url(/images/duga2.svg) no-repeat bottom center;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -6px;
  z-index: 0;
}
section#sp-partners .sobaki-holder {
  width: 100%;
  position: relative;
}
section#sp-partners .sobaki-holder img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  z-index: 2;
}
section#sp-partners #djslider-loader2m108 .showOnHover {
  opacity: 1 !important;
}
section#sp-main-fotoobzor {
  padding: 140px 0 170px 0;
  background: #eefdff;
  position: relative;
}
section#sp-main-fotoobzor::before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 195px;
  background: url(/images/duga2.svg) no-repeat center;
  background-size: contain;
  left: 0;
  right: 0;
  top: -190px;
  z-index: 1;
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-bg {
  display: none;
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text {
  background: #fff;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 0) 43%) !important;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 0) 43%) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 0) 43%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  color: #3f3f3f !important;
  text-align: center;
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-title {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-title a {
  line-height: 1.2;
  color: #3f3f3f !important;
  font-size: 20px;
  font-weight: 600;
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-description {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-description p {
  line-height: 1.3;
  color: #3f3f3f !important;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-readmore-wrapper {
  text-align: center;
  padding: 0;
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-readmore-wrapper a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border: 1px solid #0079c1;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  padding: 0px 20px;
  max-height: 34px;
  line-height: 32px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #0079c1;
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
}
section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-readmore-wrapper a:hover {
  background: #c1faff;
  color: #0079c1 !important;
}
section#sp-main-fotoobzor .navigation-container-custom {
  margin-top: 40px !important;
}
section#sp-main-fotoobzor #cust-navigation4m112 .load-button {
  width: 30px;
  height: 30px;
  background: #007fc1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
section#sp-main-fotoobzor .dj-slide-image a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
section#sp-main-fotoobzor .dj-slide-image a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
section#sp-main-fotoobzor .dj-slide-image a::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  opacity: 1;
}
section#sp-main-fotoobzor .dj-slide-image a:hover::after {
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#sp-main-fotoobzor .dj-slide-image a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#djslider2m108 ul#slider2m108 > li {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
section#sp-main-text {
  background: #fff url(/images/texturaBG.png) repeat;
  padding-top: 90px;
  padding-bottom: 10px;
}
.main-text-img-holder {
  position: relative;
}
.main-text-img-holder .main-text-img {
  position: absolute;
  width: 108%;
  left: -30px;
  top: calc(50% - 198px);
}
.main-text-img-holder .main-text-img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.main-text-holder p {
  margin: 0;
}
.custom.position1-maintext-modul.maintext-modul2 .main-text-img .djalbum_link {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
}
.custom.position1-maintext-modul.maintext-modul2 .main-text-img .djalbum_link .djalbum_link_tip {
  display: inline-block;
  text-align: center;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  top: calc(50% - 1px);
  margin: 0 auto;
  visibility: hidden;
}
.custom.position1-maintext-modul.maintext-modul2 .main-text-img .djalbum_link .djalbum_link_tip::before {
  content: "\f144";
  visibility: visible;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 50px;
  -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: -25px;
  top: -25px;
  color: #fff;
  z-index: 1;
}
.custom.position1-maintext-modul.maintext-modul2 .main-text-img .djalbum_link .djalbum_link_tip::after {
  content: " ";
  visibility: visible;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 50px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: -25px;
  top: -25px;
  color: #fff;
  animation: glow 2.1s infinite ease-in-out;
  z-index: 0;
}
.dj-album-item-desc {
  display: none !important;
}
.dj-album-navi {
  display: none !important;
}
.dj-album-item {
  padding: 0 !important;
}
.dj-album-image.dj-album-video {
  margin: 0 auto !important;
}
.mfp-slide-popup .mfp-iframe-holder .mfp-content {
  max-width: 800px !important;
}
section#sp-main-testimonals {
  display: none !important;
  background: #9be4ea url(/images/blue-snow.png) repeat;
  padding-top: 80px;
  padding-bottom: 90px;
}
section#sp-main-testimonals .testi-quote {
  padding: 0px 50px;
}
section#sp-main-testimonals .testi-quote .testimonialText {
  padding: 20px 25px 5px;
  background: #fff;
  border-radius: 15px;
}
section#sp-main-testimonals .swiper-container.swiper-container-coverflow.swiper-container-3d.swiper-container-horizontal.swiper-container-autoheight {
  padding-bottom: 30px;
}
section#sp-main-testimonals .swiper-container-horizontal > .swiper-pagination-bullets, section#sp-main-testimonals .swiper-pagination-custom, section#sp-main-testimonals .swiper-pagination-fraction {
  bottom: 10px;
}
section#sp-main-testimonals .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
section#sp-main-testimonals .swiper-pagination-bullet-active {
  background: #02abd1;
}
section#sp-main-testimonals .container p.all-button-holder.pt-5 {
  position: relative;
  z-index: 2;
}
section#sp-main-testimonals .container p.all-button-holder.pt-5 a.all-button.mx-auto {
  border-color: #00b1c1 !important;
}
section#sp-bottom-contakts {
  background: #1a78bd;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 2px;
  position: relative;
}
section#sp-bottom-contakts .container {
  z-index: 3;
  position: relative;
}
section#sp-bottom-contakts::after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 170px;
  background: url(/images/duga3.svg) no-repeat bottom center;
  background-size: contain;
  left: 0;
  right: 0;
  top: -168px;
  z-index: 0;
}
section#sp-bottom-contakts::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: auto;
  height: 280px;
  background: url(/images/petzy-dog.svg) no-repeat center;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: 1px;
  z-index: 1;
  opacity: 0.15;
}
section#sp-bottom-contakts p {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
}
section#sp-bottom-contakts p a {
  color: #fff;
  margin: 0;
  text-decoration: underline;
}
section#sp-bottom-contakts i {
  font-size: 40px;
  margin-bottom: 25px;
  padding-top: 10px;
}
section#sp-bottom-contakts h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
}
section#sp-bottom-contakts div#sp-bottom1 h3 {
  color: #c1faff;
}
section#sp-bottom-contakts div#sp-bottom1 i {
  color: #c1faff;
}
section#sp-bottom-contakts div#sp-bottom2 h3 {
  color: #c1faff;
}
section#sp-bottom-contakts div#sp-bottom2 i {
  color: #c1faff;
}
section#sp-bottom-contakts div#sp-bottom3 h3 {
  color: #c1faff;
}
section#sp-bottom-contakts div#sp-bottom3 i {
  color: #c1faff;
}
footer#sp-footer {
  background: #5c5c5c;
}
div#YMapsID ymaps.ymaps-2-1-78-image {
  background-image: url(/images/map-marker.svg) !important;
  background-repeat: no-repeat;
  width: 140px !important;
  height: 100px !important;
  background-size: contain !important;
  top: -100px !important;
  left: -30px !important;
}
section#sp-bottom-menu {
  background: #1a78bd;
  padding: 30px 0;
}
section#sp-bottom-menu .container {
  border-top: 2px solid #4c9dd8;
  padding-top: 14px;
}
section#sp-bottom-menu div#sp-bottom4 ul#bottom_menu {
  list-style: none;
  padding: 0;
  text-align: center;
}
section#sp-bottom-menu div#sp-bottom4 ul#bottom_menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
section#sp-bottom-menu div#sp-bottom4 ul#bottom_menu li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: 3px;
}
section#sp-bottom-menu div#sp-bottom4 ul#bottom_menu li a:hover {
  background: #fff;
  color: #0079c1 !important;
}
section#sp-bottom-menu div#sp-bottom4 ul#bottom_menu li::before {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: -4px;
  top: 11px;
  color: #c1faff;
}
section#sp-ya-map div#spoiler1 {
  padding: 0 0 15px 0;
  margin: 0 auto;
  background: #0079c1;
}
section#sp-ya-map div#spoiler1 .title.my-spoiler {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #0079c1;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-decoration: underline;
  max-width: 200px;
  line-height: 28px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
section#sp-ya-map div#spoiler1 .title.my-spoiler .mark {
  display: none;
}
section#sp-ya-map div#spoiler1 .title.my-spoiler:hover {
  color: #c1faff;
}
section#sp-ya-map div#spoiler1 .title.my-spoiler {
  background: url(/images/arrow-square1.png) no-repeat right -51px;
}
section#sp-ya-map div#spoiler1 .title.my-spoiler.active {
  background-position: right 5px;
}
section#sp-ya-map div#spoiler1 .desc {
  padding: 0 !important;
}
a.jext {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
ul#plans {
  margin: 0 auto;
  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;
}
body .planContainer .button a {
  font-family: 'Montserrat Alternates', sans-serif;
  display: inline-block;
  border: 1px solid #0079c1;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: auto;
  max-width: 182px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 15px;
  max-height: 36px;
  line-height: 34px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #0079c1;
  white-space: nowrap;
}
body .planContainer .button a:hover {
  background: #fff;
  color: #0079c1;
}
body .planContainer .title h2 {
  font-size: 26px;
  line-height: 1.3;
  padding: 15px 0;
}
body .planContainer .price p {
  font-size: 24px;
  font-weight: 700;
}
body .planContainer .price p span {
  font-size: 16px;
  font-weight: 500;
}
.menu-kontakty h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.menu-kontakty h4 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}
.menu-kontakty .contakts-col i {
  display: block;
  padding-top: 30px;
  color: #0079c1;
}
.menu-kontakty .contakts-col p {
  font-size: 18px;
}
#offcanvas-toggler {
  font-size: 30px;
}
body .spoilers .title:hover {
  background-color: transparent;
}
body .spoilers .title {
  background: url(/images/arrow-square.gif) no-repeat right -51px;
  background-color: transparent;
  padding: 7px 30px;
  margin: 0;
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: right;
  color: #0079c1;
}
body .mark, body mark {
  display: none;
}
body .spoilers .desc {
  padding: 10px 0 10px;
  background: transparent;
  border: none !important;
}
body div#spoiler1 {
  position: relative;
}
body #pricePlans #plans .plan {
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 13px rgba(0, 0, 0, .1);
}
body .planContainer.bestPlan .title h2 {
  border-radius: 15px 15px 0 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, body .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, body .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, body .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #0079c1;
}
.testimonialText p {
  font-style: italic;
}
.custom.slider-text-modul {
  visibility: visible;
  animation-duration: 1.5s;
  animation-delay: 0.1s;
  animation-name: fadeInUp;
}
#sp-header div#sp-menu .custom.logo-mob-modul {
  position: absolute;
  max-height: 70px;
  width: 100%;
  max-width: 190px;
  left: 0;
  top: 0;
  z-index: 100;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  -webkit-transition: all 700ms;
  transition: all 700ms;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transform-origin: left;
}
#sp-header div#sp-menu .custom.logo-mob-modul .logo-mob-holder {
  display: inline-block;
  padding: 10px 0;
  height: 70px;
}
#sp-header div#sp-menu .custom.logo-mob-modul .logo-mob-holder a {
  display: inline-block;
}
#sp-header div#sp-menu .custom.logo-mob-modul .logo-mob-holder a img {
  max-height: 50px;
  display: inline-block;
}
#sp-header.header-sticky div#sp-menu .custom.logo-mob-modul {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
  padding-top: 130px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-151 {
  position: absolute;
  max-width: 120px;
  height: 133px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section#sp-main-body {
  padding-bottom: 220px;
}
.blog div.readmore {
  text-align: center;
  padding: 0;
}
.blog div.readmore a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border: 1px solid #0079c1;
  color: #fff !important;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  padding: 0px 20px;
  max-height: 34px;
  line-height: 32px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #0079c1;
  background-image: -webkit-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -moz-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: -o-linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
  background-image: linear-gradient(49deg, #00b1c1 0%, #0079c1 100%);
}
.blog div.readmore a:hover {
  background: #c1faff;
  color: #0079c1 !important;
}
.blog .article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
.blog .article-list .article .article-intro-image img, .blog .article-list .article .article-featured-video img, .blog .article-list .article .article-featured-audio img, .blog .article-list .article .article-feature-gallery img {
  border-radius: 15px;
  max-width: none;
  width: 100%;
  margin: 0 auto;
}
.blog .article-header {
  line-height: 1.2;
  color: #3f3f3f !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.blog .article-header a {
  font-weight: 700;
}
body.uslugi-blog-page .article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  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;
}
body.uslugi-blog-page .article-list .article .article-intro-image {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
  padding: 0;
}
body.uslugi-blog-page .article-list .article .article-intro-image img {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background: #0079c1;
  padding: 10px;
  margin: 0 auto;
}
body.uslugi-blog-page .article-list .article .article-body {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
body.uslugi-blog-page .article-list .article .article-body h2 {
  font-weight: 700;
  margin: 0 auto;
}
body.uslugi-blog-page .article-list .article .article-body h2 a {
  display: block;
  line-height: 54px;
}
@media screen and (max-width: 1199px) {
  section#sp-main-features .all-features .cols-1 .sp-feature {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  section#sp-main-features .all-features .cols-1.feature-2-block {
    left: 0;
  }
  section#sp-main-features .all-features .cols-1 .sp-feature .feature-img-wrapper {
    position: relative;
  }
  .moduletitle-holder h3.sp-module-title.div-s {
    font-size: 40px;
  }
  .moduletitle-holder h3.sp-module-title.div-w {
    font-size: 40px;
  }
  .moduletitle-holder h3.sp-module-title {
    font-size: 40px;
  }
  header#sp-header .sp-megamenu-parent > li > a, header#sp-header .sp-megamenu-parent > li > span {
    padding: 0 11px;
    font-size: 15px;
  }
  div#sp-top1 .custom {
    margin-right: 25px;
  }
  section#sp-top-bar {
    font-size: 14px;
  }
  .custom.top1-phone-modul p a {
    font-size: 22px;
    top: 2px;
  }
  div#sp-user2 p a.all-button {
    font-size: 13px;
    padding: 0 10px;
    letter-spacing: 0px;
  }
  span.new-stroka {
    display: block;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul li {
    font-size: 16px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul li::before {
    font-size: 14px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h4.slider-tel {
    font-size: 36px;
  }
  section#sp-main-features .sp-features .all-features .features-block {
    padding: 0 10px 0 0 !important;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content h4 {
    font-size: 24px;
  }
  #prev2m108 {
    margin: 0 6px 0 -50px !important;
  }
  #next2m108 {
    margin: 0 -50px 0 6px !important;
  }
  section#sp-main-fotoobzor .dj-slide-image a {
    min-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  div#sp-top1 {
    padding: 0 1px;
  }
  div#sp-top1 .custom {
    margin-right: 15px;
    padding-top: 3px;
  }
  section#sp-top-bar div#sp-top1 .ico {
    width: 21px;
    height: 21px;
    line-height: 22px;
    font-size: 14px;
    margin-right: 8px;
  }
  section#sp-top-bar {
    font-size: 12px;
  }
  .custom.top1-phone-modul p a {
    font-size: 15px;
    font-weight: 500;
    top: 0px;
  }
  div#sp-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .all-features .features-block .cols-1 .sp-feature .feature-content a h4 {
    font-size: 20px;
  }
  div#sp-position2 .custom.position1-maintext-modul {
    margin-bottom: 70px;
  }
  section#sp-bottom-contakts {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 0;
    position: relative;
    border-bottom: 2px solid #7fdeec;
  }
  .custom.slider-text-modul {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  div#dj-galleryGrid2m112 {
    max-width: 600px;
    margin: 0 auto 20px;
  }
  header#sp-header ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
    display: none !important;
  }
  #sp-header div#sp-menu .custom.logo-mob-modul {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder {
    padding: 20px 15px 20px 15px;
  }
  span.new-stroka {
    display: inline-block;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h3 span.sin-text {
    font-size: 22px;
    line-height: 1;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h3 {
    line-height: 1;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-text .slider-text-holder {
    padding: 10px;
  }
  .custom.slider-text-modul .slider-col .slider-text-holder {
    padding: 10px;
  }
  .custom.slider-text-modul .slider-col .slider-text-holder h3 {
    font-size: 20px;
    line-height: 1.1;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul li::before {
    left: -7px;
  }
  .slider-col-3-form .ba-form-page {
    padding: 0px !important;
  }
  .ba-form-submit-wrapper[class*="animation"] .ba-form-submit-btn {
    padding: 10px 20px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder p.slider-tel {
    font-size: 14px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h4.slider-tel {
    font-size: 28px;
  }
  .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content p {
    font-size: 16px;
  }
  .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content h4 {
    font-size: 18px;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-img-wrapper {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature {
    padding-left: 25px;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content {
    padding: 10px 10px 10px 34px;
    min-height: 90px;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content h4 {
    font-size: 19px;
  }
  .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more {
    font-size: 12px;
    padding: 0px 14px;
    max-width: 170px;
    max-height: 32px;
    line-height: 30px;
  }
  section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more {
    font-size: 12px;
    padding: 0 10px;
    max-width: 113px;
  }
  section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    margin: 0 5px 0 0;
  }
  section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a h4 {
    font-size: 16px;
    line-height: 1.1;
  }
  #prev2m108 {
    margin: 0 6px 0 -37px !important;
  }
  #next2m108 {
    margin: 0 -37px 0 6px !important;
  }
  section#sp-main-fotoobzor {
    padding: 100px 0 100px 0;
  }
  section#sp-bottom-contakts p {
    font-size: 1.3rem;
  }
  .logo-image {
    margin: 0 auto;
  }
  .moduletitle-holder h3.sp-module-title.div-s {
    font-size: 36px;
  }
  .moduletitle-holder h3.sp-module-title.div-w {
    font-size: 36px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  body #pricePlans #plans .plan {
    width: auto;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  div#sp-top1 .sp-column, div#sp-user1 .sp-column {
    -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;
  }
  div#sp-top1 .custom.top1-phone-modul {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 100%;
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  div#sp-top1 .custom.top1-phone-modul a {
    font-size: 20px;
  }
  section#sp-main-slider {
    position: relative;
    background: #ccf2fd url(/images/slider-mob-BG.jpg) no-repeat top center;
    z-index: 1;
    padding-bottom: 200px;
    padding-top: 30px;
  }
  .custom.slider-text-modul h3 span.sin-text {
    font-size: 21px;
  }
  .custom.slider-text-modul h3 {
    font-size: 18px;
  }
  .custom.slider-text-modul {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  div#sp-position1 {
    padding: 0 1px;
  }
  .all-features .features-block {
    padding: 0 5px !important;
  }
  .all-features .features-block .cols-1 .sp-feature .feature-content a h4 {
    font-size: 18px;
    padding: 8px 1px;
  }
  .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more {
    padding: 0px 5px;
    max-width: 140px;
  }
  .moduletitle-holder h3.sp-module-title.div-s {
    font-size: 32px;
  }
  .moduletitle-holder h3.sp-module-title.div-w {
    font-size: 32px;
  }
  .moduletitle-holder h3.sp-module-title {
    font-size: 32px;
  }
  .pre-text img {
    max-width: 300px;
  }
  div#sp-position2 .custom.position1-maintext-modul .moduletitle-holder h3.sp-module-title.div-s {
    font-size: 30px;
  }
  .moduletitle-holder h3.sp-module-title.div-s::after {
    content: " ";
    background: url(/images/divider-sin.svg) no-repeat center;
    background-size: contain;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
  }
  .moduletitle-holder h3.sp-module-title.div-w::after {
    content: " ";
    background: url(/images/divider-white.svg) no-repeat center;
    background-size: contain;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
  }
  body .planContainer .title h2 {
    font-size: 20px;
  }
  body .planContainer .price p {
    font-size: 19px;
  }
  body .planContainer .button a {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 0px 10px;
  }
  .col-md-6.contakts-col {
    max-width: 290px;
    margin: 0 auto 40px;
  }
  div#sp-position2 .custom.position1-maintext-modul {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  .custom.position1-maintext-modul.maintext-modul2.d-md-none.video-mobila .main-text-img-holder .main-text-img {
    position: static;
    width: 100%;
  }
  .mfp-slide-popup .mfp-iframe-holder .mfp-content {
    max-width: 420px !important;
  }
  .dj-album-video {
    position: relative;
    padding-bottom: 110%;
    padding-top: 80px;
    height: 0;
  }
  .dj-album-image.dj-album-video {
    margin: 70px auto !important;
  }
  #djmediatools {
    overflow: hidden;
  }
  section#sp-top-bar .container {
    padding: 0;
  }
  .custom.top1-phone-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;
  }
  .slider-row.row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 320px;
    margin-right: auto;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-text .slider-text-holder {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-img img {
    max-width: none;
    max-height: 140px;
    margin-left: -57px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-1 .slider-col-1-img {
    overflow: visible;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 {
    padding-left: 0;
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul {
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul li {
    font-size: 14px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-3 .slider-text-holder {
    float: right;
  }
  .sp-features .all-features {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }
  .sp-features .all-features .features-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  div#sp-position1 .features-block:first-child, div#sp-position1 .features-block:last-child {
    margin-top: 0;
  }
  div#sp-position1 .features-block:nth-child(2) {
    margin-top: 100px;
  }
  div#sp-position1 .features-block:nth-child(3) {
    margin-top: -100px;
  }
  section#sp-main-features .sp-features .all-features .features-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section#sp-main-features {
    background-repeat-y: repeat;
  }
  section#sp-uslugi div#sp-position2 .sp-column .sp-module.uslugi-modul {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 350px;
    margin-right: auto;
  }
  section#sp-partners {
    padding-bottom: 100px;
  }
  .moduletitle-holder h3.sp-module-title.div-s {
    max-width: 400px;
    margin: 0 auto 80px;
  }
  .customphones-bottom-modul a {
    white-space: nowrap;
  }
  section#sp-uslugi {
    background: url(/images/uslugi-mob-BG.jpg) no-repeat bottom right;
  }
  section#sp-bottom-contakts::after {
    height: 100px;
    top: -99px;
  }
  section#sp-main-fotoobzor {
    padding: 100px 0 50px 0;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder h4.slider-tel {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  section#sp-main-slider {
    background-size: 110%;
  }
}
@media screen and (max-width: 575px) {
  .moduletitle-holder h3.sp-module-title.div-s {
    font-size: 24px;
  }
  .moduletitle-holder h3.sp-module-title.div-w {
    font-size: 24px;
  }
  .moduletitle-holder h3.sp-module-title {
    font-size: 24px;
  }
  .custom.slider-text-modul {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .all-features {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .all-features .features-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 4px;
  }
  section#sp-main-slider .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  section#sp-main-slider {
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
  }
  section#sp-nomera {
    margin-top: -78px;
    padding-bottom: 20px;
  }
  section#sp-main-features .all-features .cols-1 .sp-feature .feature-img-wrapper {
    position: absolute;
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 4px 0;
    top: -20px;
  }
  div#sp-feature .all-features .features-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 310px;
    margin-bottom: 20px;
  }
  section#sp-main-features .all-features .cols-1 .sp-feature .feature-content {
    width: 100%;
    min-height: auto;
    padding: 10px 20px 10px 50px;
  }
  section#sp-main-features .all-features .cols-1 .sp-feature .feature-content h4 {
    font-size: 20px;
  }
  section#sp-main-features {
    padding-top: 60px;
  }
  section#sp-main-features .all-features .cols-1 .sp-feature {
    padding-left: 30px;
    padding-bottom: 10px;
  }
  section#sp-main-features .all-features .cols-1.feature-3-block .sp-feature .feature-img-wrapper {
    padding-top: 8px;
  }
  div#sp-position2 span.djalbum_link {
    max-width: 100%;
  }
  section#sp-main-text {
    padding-top: 50px;
  }
  section#sp-main-fotoobzor {
    padding: 50px 0;
  }
  section#sp-main-testimonals {
    background: #fff url(/images/texturaBG.png) repeat;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  ul#plans {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 274px;
  }
  h3.ba-input-label-wrapper {
    font-size: 18px !important;
  }
  .custom.top-calback-modul p.all-button-holder a {
    max-height: 32px;
    line-height: 30px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-3 .slider-text-holder {
    float: none;
    margin: 0 auto !important;
    display: block;
  }
  section#sp-main-slider {
    background-size: 150%;
    background-position-x: right;
  }
  #sp-header div#sp-menu .custom.logo-mob-modul .logo-mob-holder a img {
    position: relative;
    right: -15px;
  }
  .slider-col-3-form input[type="text"] {
    max-height: 36px !important;
  }
  div#sp-position1 {
    margin-top: -110px;
  }
  .sp-features .all-features .features-block .cols-1 .sp-feature .feature-img-wrapper {
    margin: 0 auto 10px;
  }
  .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content p {
    margin: 0 auto 15px;
  }
  section#sp-nomera::after {
    height: 100px;
    bottom: -100px;
  }
  section#sp-main-features .sp-features .all-features .features-block {
    padding: 0 5px !important;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content {
    padding: 24px 5px 10px 5px;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature {
    padding-left: 0;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-img-wrapper {
    left: 0;
    right: 0;
    top: -33px;
  }
  .sp-features .all-features .features-block .cols-1 .sp-feature .feature-content a.read-more {
    text-transform: none;
  }
  section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-title a {
    font-size: 15px;
  }
  section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-description {
    max-height: 40px;
    overflow: hidden;
  }
  section#sp-bottom-contakts {
    padding-top: 5px;
  }
  section#sp-bottom-contakts i {
    font-size: 30px;
    margin-bottom: 1px;
    padding-top: 20px;
  }
  section#sp-bottom-menu div#sp-bottom4 ul#bottom_menu li a {
    font-size: 16px;
    padding: 5px 16px;
  }
}
@media screen and (max-width: 424px) {
  section#sp-top-bar {
    font-size: 11px;
  }
  section#sp-top-bar div#sp-top1 .ico {
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 16px;
    margin-right: 6px;
    color: #fff;
    background: transparent;
  }
  div#sp-user2 p a.all-button {
    font-size: 13px;
    padding: 4px 5px;
    letter-spacing: 0px;
    white-space: normal;
    line-height: 1;
  }
  .logo-image {
    height: 60px;
  }
  .moduletitle-holder h3.sp-module-title {
    font-size: 26px;
    letter-spacing: 0px;
  }
  div#sp-position3 .sp-column {
    max-width: 310px !important;
    margin: 0 auto;
  }
  section#sp-main-testimonals .testi-quote {
    padding: 0px 20px;
  }
  section#sp-main-testimonals .testi-quote .testimonialText {
    padding: 20px 20px 5px;
  }
  .custom.slider-text-modul h3 span.sin-text {
    font-size: 19px;
  }
  .custom.slider-text-modul h3 {
    font-size: 15px;
  }
  .menu-kontakty h4 {
    font-size: 20px;
  }
  .all-button {
    font-size: 13px;
    letter-spacing: 0px;
    padding: 0px 10px;
  }
  section#sp-main-features {
    padding-bottom: 1px;
  }
  section#sp-uslugi {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  section#sp-partners {
    padding-bottom: 50px;
  }
  section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-title {
    margin-bottom: 5px;
    font-size: 1em;
  }
  section#sp-main-fotoobzor .sp-module.stati-modul .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-title a {
    font-size: 14px;
    line-height: 1;
  }
  div#sp-top1 .custom.top1-phone-modul a {
    font-size: 16px;
  }
  p.gor-tel {
    margin-right: 14px !important;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder {
    padding: 15px 7px 10px 7px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul li {
    padding-left: 10px;
  }
  .custom.slider-text-modul .slider-row.row .slider-col.slider-col-2 .slider-text-holder ul li::before {
    font-size: 12px;
  }
  .menu-kontakty h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 374px) {
  div#sp-user2 {
    padding: 0 10px 0 5px;
  }
  div#sp-menu {
    padding: 0 5px 0 0;
  }
  .all-features .features-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 250px;
    margin-bottom: 40px;
  }
  .all-features .features-block .cols-1 .sp-feature .feature-content a h4 {
    font-size: 18px;
    padding: 20px 1px;
    height: auto;
  }
  div#sp-position2 .custom.position1-maintext-modul {
    padding: 20px 15px 30px;
  }
  .testiItem.p-3.testi-avatar-top {
    padding: 0 !important;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content h4 {
    font-size: 17px;
  }
  section#sp-main-features .sp-features .all-features .cols-1 .sp-feature .feature-content {
    padding: 9px 1px 10px 1px;
  }
  .all-features .features-block .cols-1 .sp-feature .feature-content a h4 {
    font-size: 18px;
    padding: 20px 0px 3px;
  }
}
