/**
 * @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 {
  background: #7d6cd4;
  height: 126px;
  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: 126px;
  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: 126px;
}
#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: #707273;
}
.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: #ea8fca;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #707273;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #ea8fca;
}
.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: #707273;
}
.article-info > span a:hover {
  color: #ea8fca;
}
.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: 126px;
  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: 126px;
  line-height: 126px;
  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);
  }
}
.grad-svet {
  background: -webkit-linear-gradient(90deg, #f2f0fb 56%, #e2dcfe 100%);
  background: -moz-linear-gradient(90deg, #f2f0fb 56%, #e2dcfe 100%);
  background: -o-linear-gradient(90deg, #f2f0fb 56%, #e2dcfe 100%);
  background: linear-gradient(90deg, #f2f0fb 56%, #e2dcfe 100%);
}
section#sp-main-slider {
  background: -webkit-linear-gradient(0deg, #a433b7 0%, #7d6cd4 100%);
  background: -moz-linear-gradient(0deg, #a433b7 0%, #7d6cd4 100%);
  background: -o-linear-gradient(0deg, #a433b7 0%, #7d6cd4 100%);
  background: linear-gradient(0deg, #a433b7 0%, #7d6cd4 100%);
  margin-top: -126px;
}
@-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);
  }
}
html {
  font-weight: normal;
  font-size: 16px;
}
body {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  background-color: inherit;
}
i b, span.fa b {
  display: none;
}
.menu-home #sp-main-body {
  display: none;
}
.menu-home section#sp-titles {
  display: none !important;
}
p, li {
  color: #707273;
  font-weight: normal;
}
.nav-placeholder {
  height: 0px;
}
.nav-placeholder.placeholder-sticky {
  height: 126px;
}
img.pull-right {
  float: right;
}
img.pull-left {
  float: left;
}
img.pull-center {
  margin: 0 auto;
}
.body-innerwrapper {
  overflow-y: hidden;
}
.article-details ul {
  list-style: none;
  padding: 0;
  padding-left: 21px;
}
.article-details ul li {
  position: relative;
  margin-bottom: 5px;
}
.article-details ul li::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 9px;
  background: #e5c6eb;
  border-radius: 10px;
}
section#sp-top-bar {
  padding: 5px 0;
  font-size: 1rem;
}
section#sp-top-bar a:hover {
  color: #fff;
}
section#sp-top-bar .custom.top-contacts {
  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;
}
section#sp-top-bar .custom.top-contacts .address-block {
  margin-right: 15px;
}
section#sp-top-bar .custom.top-contacts .address-block span.worktime {
  margin-right: 10px;
}
section#sp-top-bar .custom.top-contacts .phone-wrap {
  padding-left: 15px;
  margin-right: 15px;
  font-family: 'Montserrat', sans-serif;
}
section#sp-top-bar .custom.top-contacts .phone-wrap a.phone {
  font-size: 30px;
  font-weight: 600;
  color: #ea8fca;
}
section#sp-top-bar .custom.top-contacts .phone-wrap a.phone:hover {
  color: #fff;
}
section#sp-top-bar .custom.top-contacts .top-whatsapp-block {
  padding-left: 15px;
  margin-right: 15px;
}
section#sp-top-bar .custom.top-contacts .top-whatsapp-block .top-whatsapp {
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 22px;
  background: #3c3b4b;
  border: 3px solid #ea8fca;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
section#sp-top-bar .custom.top-contacts .top-whatsapp-block .top-whatsapp a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 38px;
}
section#sp-top-bar .custom.top-contacts .top-whatsapp-block .top-whatsapp a i {
  font-size: 28px;
  color: #ea8fca;
}
section#sp-top-bar .custom.top-contacts .top-whatsapp-block .top-whatsapp:hover {
  background: #ea8fca;
}
section#sp-top-bar .custom.top-contacts .top-whatsapp-block .top-whatsapp:hover i {
  color: #fff;
}
section#sp-top-bar .custom.top-contacts .mail {
  padding-left: 15px;
  margin-right: 15px;
  text-decoration: underline;
}
section#sp-top-bar .custom.top-contacts .top-callback-holder {
  flex-grow: 2;
  text-align: center;
}
section#sp-top-bar .custom.top-contacts .top-callback-holder a.popup-btn {
  text-decoration: underline;
  color: #ea8fca;
  font-size: 24px;
  font-weight: bold;
  opacity: 1 !important;
}
section#sp-top-bar .custom.top-contacts .top-callback-holder a.popup-btn:hover {
  color: #fff !important;
  opacity: 1 !important;
}
header#sp-header {
  background: transparent;
  box-shadow: none;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
header#sp-header .logo {
  height: 126px;
  display: inline-flex;
  margin: 0;
  align-items: center;
  margin-left: auto;
  float: right;
  transition: all 200ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
header#sp-header .logo-image {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
header#sp-header img.logo-image.d-none {
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
header#sp-header div#sp-menu {
  padding-left: 40px;
}
header#sp-header div#sp-menu .sp-column, header#sp-header div#sp-menu nav.sp-megamenu-wrapper {
  height: 100%;
}
header#sp-header div#sp-menu .sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  float: left;
  position: relative;
  height: 100%;
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 14px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0);
  border-radius: 25px;
  color: #fff;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
header#sp-header div#sp-menu .sp-megamenu-parent > li:hover > a {
  background: #7d6cd4;
  border: 5px solid rgba(255, 255, 255, 0.50);
}
header#sp-header div#sp-menu .sp-megamenu-parent > li.active > a, header#sp-header div#sp-menu .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
  background: #7d6cd4;
  border: 5px solid rgba(255, 255, 255, 0.50);
}
#sp-header.header-sticky {
  background: #fff;
  height: 80px;
  box-shadow: 0px 10px 10px rgba(125, 108, 212, 0.24);
}
#sp-header.header-sticky img.logo-image {
  display: none !important;
}
#sp-header.header-sticky img.logo-image.d-none {
  display: block !important;
  opacity: 1;
}
#sp-header.header-sticky .logo {
  height: 80px;
}
#sp-header.header-sticky .logo-image.d-none {
  height: 70px;
}
#sp-header.header-sticky div#sp-menu .sp-megamenu-parent > li > a, #sp-header.header-sticky div#sp-menu .sp-megamenu-parent > li > span {
  color: #7d6cd4;
}
#sp-header.header-sticky div#sp-menu .sp-megamenu-parent > li:hover > a {
  color: #fff;
}
.custom.divider {
  position: relative;
}
.custom.divider .left_part {
  background-color: #fff;
  width: 50%;
  height: 150px;
  position: absolute;
  top: -30px;
  left: 0;
  transform: skewY(3deg);
  border-top: 6px solid #ea8fca;
}
.custom.divider .right_part {
  background-color: #fff;
  width: 50%;
  height: 150px;
  position: absolute;
  top: -30px;
  right: 0;
  transform: skewY(-3deg);
  border-top: 6px solid #ea8fca;
}
.custom.divider .scrollmore-wrap {
  position: absolute;
  left: calc(50% - 35px);
  top: -35px;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 5px solid #fe86d4;
  border-radius: 40px;
  z-index: 3;
}
.custom.divider .scrollmore-wrap .scrollmore {
  position: relative;
  display: block;
  background-image: url(/images/bg-scrolldown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 50px;
  text-align: center;
  margin: 6px auto;
  z-index: 10;
  -webkit-animation: downPulse 2s ease-in-out infinite;
  animation: downPulse 2s ease-in-out infinite;
}
.custom.divider .scrollmore-wrap .scrollmore span {
  display: none;
}
.custom.divider .scrollmore-wrap .scrollmore::after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #7d6cd4;
  border-width: 0 4px 4px 0;
  padding: 0.31rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 100%;
  margin-top: 10px;
  margin-left: -8px;
  -webkit-animation: downPulse2 2s ease-in-out infinite;
  animation: downPulse2 2s ease-in-out infinite;
}
.sp-module-supertitle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80px;
  margin-top: 100px;
  margin-bottom: 70px;
  padding-top: 10px;
}
.sp-module-supertitle h3.sp-module-title {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  font-size: 47px;
  line-height: 1;
  top: 14px;
  white-space: nowrap;
}
.sp-module-supertitle h3.title-big.sp-module-title {
  text-transform: uppercase;
  position: absolute;
  color: #ccc;
  top: 0;
  width: 100%;
  z-index: 1;
  font-size: 67px;
  color: #f0e9f5;
  font-weight: 700;
  margin: 0 auto;
  line-height: 80px;
  white-space: nowrap;
}
.sp-module-supertitle::before {
  content: " ";
  position: absolute;
  width: 260px;
  height: 89px;
  background: url(/images/header-logo.svg) no-repeat center;
  background-size: contain;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: -100%;
}
section#sp-divider-1 .custom.divider .left_part {
  background: #fff url(/images/hair-pattern.jpg) repeat;
}
section#sp-divider-1 .custom.divider .right_part {
  background: #fff url(/images/hair-pattern.jpg) repeat;
}
section#sp-top-uslugi {
  padding: 70px 0 65px;
  color: #333;
  background: url(/images/hair-pattern.jpg) repeat;
}
.top-uslugi-modul {
  margin-bottom: 60px;
}
.top-uslugi-modul .mnwall-item-outer-cont {
  box-shadow: 0px 10px 10px rgba(125, 108, 212, 0.24);
}
.top-uslugi-modul h3.mnwall-title {
  line-height: 24px;
  min-height: 85px;
  text-align: left;
}
.top-uslugi-modul h3.mnwall-title a {
  margin: 0;
  text-transform: none;
  font-size: 23px;
  font-weight: 600 !important;
  color: #7d6cd4 !important;
}
.top-uslugi-modul .mnwall-item-inner .mnwall-readmore {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.top-uslugi-modul .mnwall-item-inner .mnwall-readmore a {
  background: transparent;
  color: #7d6cd4;
  border: 5px solid #7d6cd4;
  border-radius: 20px;
  padding: 0 15px;
  line-height: 30px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.top-uslugi-modul .mnwall-item-inner .mnwall-readmore a:hover {
  border: 5px solid #7d6cd4;
  background: #7d6cd4;
  color: #fff;
}
.top-uslugi-modul .mnwall-item-inner-cont {
  position: relative;
}
.top-uslugi-modul .mnwall-item-inner-cont img {
  position: relative;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
.top-uslugi-modul .mnwall-item-inner-cont:hover img {
  -webkit-transform: scale(1.2) rotate(4deg);
  -ms-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
  opacity: 0.7;
}
a.roz-button {
  z-index: 11;
  white-space: nowrap;
  font-size: 26px;
  line-height: 40px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-family: Montserrat;
  background-color: #fe86d4;
  border-color: #ea8fca;
  border-style: solid;
  border-width: 5px;
  border-radius: 30px;
  outline: none;
  box-shadow: #fff 0px 0px 0px 0px;
  box-sizing: border-box;
  cursor: pointer;
  visibility: inherit;
  margin: 10px auto 20px;
  padding: 0px 30px;
  letter-spacing: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
a.roz-button:hover {
  background: #fff;
  color: #ea8fca;
}
section#sp-divider-2 {
  border-bottom: 10px solid #fe86d4;
}
section#sp-features {
  padding-top: 70px;
  padding-bottom: 155px;
  background: -webkit-linear-gradient(0deg, #f2f0fb 56%, #e2dcfe 100%);
  background: -moz-linear-gradient(0deg, #f2f0fb 56%, #e2dcfe 100%);
  background: -o-linear-gradient(0deg, #f2f0fb 56%, #e2dcfe 100%);
  background: linear-gradient(0deg, #f2f0fb 56%, #e2dcfe 100%);
  position: relative;
}
section#sp-features h3 {
  color: #333;
}
section#sp-features::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 478px;
  background: url(/images/features-BG.jpg) no-repeat center bottom;
}
section#sp-features .sp-module-supertitle h3.title-big.sp-module-title {
  color: rgba(255, 255, 255, 0.65);
}
.features-item {
  min-height: 94px;
  margin-bottom: 56px;
  position: relative;
  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;
}
.features-item p {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #7d6cd4;
  font-weight: 700;
  margin: 0;
}
.features-item::before {
  content: " ";
  position: absolute;
  width: 91px;
  height: 91px;
  border: 3px solid #7d6cd4;
  border-radius: 50px;
  top: 0;
  right: -100px;
  background-color: #fff;
  background-image: url(/images/ico/ico-1.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.features-item:hover::before {
  background-image: url(/images/ico/ico-1w.svg);
  background-color: #7d6cd4;
  border: 3px solid #fff;
  box-shadow: 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4, 0 0 10px #7d6cd4;
}
.features-item.features-item-2::before {
  content: " ";
  background-image: url(/images/ico/ico-2.svg);
}
.features-item.features-item-2:hover::before {
  background-image: url(/images/ico/ico-2w.svg);
}
.features-item.features-item-3::before {
  content: " ";
  background-image: url(/images/ico/ico-3.svg);
}
.features-item.features-item-3:hover::before {
  background-image: url(/images/ico/ico-3w.svg);
}
.features-item.features-item-4::before {
  content: " ";
  background-image: url(/images/ico/ico-4.svg);
}
.features-item.features-item-4:hover::before {
  background-image: url(/images/ico/ico-4w.svg);
}
.features-item.features-item-5::before {
  content: " ";
  background-image: url(/images/ico/ico-5.svg);
}
.features-item.features-item-5:hover::before {
  background-image: url(/images/ico/ico-5w.svg);
}
.features-item.features-item-6::before {
  content: " ";
  background-image: url(/images/ico/ico-6.svg);
}
.features-item.features-item-6:hover::before {
  background-image: url(/images/ico/ico-6w.svg);
}
.col-sm-6.features-col-1 {
  text-align: right;
  padding-right: 100px;
}
.col-sm-6.features-col-1 .features-item {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.col-sm-6.features-col-2 {
  text-align: left;
  padding-left: 100px;
}
.col-sm-6.features-col-2 .features-item::before {
  content: " ";
  left: -100px;
}
.features-item-1 {
  margin-right: 80px;
}
.features-item-2 {
  margin-right: 120px;
}
.features-item-3 {
  margin-right: 160px;
}
.features-item-4 {
  margin-left: 80px;
}
.features-item-5 {
  margin-left: 120px;
}
.features-item-6 {
  margin-left: 160px;
}
section#sp-our-doctors {
  padding: 70px 8%;
  background: -webkit-linear-gradient(180deg, #9e91df 0%, #b371ce 100%);
  background: -moz-linear-gradient(180deg, #9e91df 0%, #b371ce 100%);
  background: -o-linear-gradient(180deg, #9e91df 0%, #b371ce 100%);
  background: linear-gradient(180deg, #9e91df 0%, #b371ce 100%);
}
section#sp-our-doctors h3 {
  color: #fff;
}
section#sp-our-doctors h3.title-big.sp-module-title {
  color: rgba(255, 255, 255, 0.2);
}
section#sp-our-doctors .sp-module-supertitle::before {
  filter: brightness(3);
}
.vina-carousel-content.our-doctors-modul {
  margin-bottom: 50px;
}
.vina-carousel-content.our-doctors-modul .item {
  background-color: rgba(255, 255, 255, 0.25) !important;
  margin: 0px 0px 15px 0px;
  padding: 30px;
  color: #fff;
  text-align: center;
}
.vina-carousel-content.our-doctors-modul .item .image-block {
  display: inline-block;
  border-radius: 200px !important;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.54);
  margin-bottom: 15px;
}
.vina-carousel-content.our-doctors-modul .item .text-block h3.title {
  margin-bottom: 15px;
  text-align: center;
  max-height: 99px;
  overflow: hidden;
}
.vina-carousel-content.our-doctors-modul .item .text-block h3.title a {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.vina-carousel-content.our-doctors-modul .item .text-block .introtext {
  margin-bottom: 15px;
  padding: 0 45px;
  font-size: 20px;
}
.vina-carousel-content.our-doctors-modul .item .text-block .readmore a.buttonlight.morebutton {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 38px;
  padding: 0 20px;
  background: #8c56c8;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
}
.vina-carousel-content.our-doctors-modul .item .text-block .readmore a.buttonlight.morebutton:hover {
  background: #fff;
  color: #7d6cd4;
  border: 4px solid #7d6cd4;
}
.vina-carousel-content.our-doctors-modul .owl-nav .owl-prev, .vina-carousel-content.our-doctors-modul .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  color: #fff;
  font-size: 54px;
  line-height: 31px;
  background: #c398dd;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
}
.vina-carousel-content.our-doctors-modul .owl-nav .owl-prev:hover, .vina-carousel-content.our-doctors-modul .owl-nav .owl-next:hover {
  background: #8c56c8;
}
section#sp-main-text {
  padding: 70px 0;
  background: -webkit-linear-gradient(180deg, #f2f0fb 56%, #e2dcfe 100%);
  background: -moz-linear-gradient(180deg, #f2f0fb 56%, #e2dcfe 100%);
  background: -o-linear-gradient(180deg, #f2f0fb 56%, #e2dcfe 100%);
  background: linear-gradient(180deg, #f2f0fb 56%, #e2dcfe 100%);
}
section#sp-main-text .sp-module-supertitle h3.sp-module-title {
  font-size: 38px;
  color: #333;
}
section#sp-main-text .sp-module-supertitle h3.title-big.sp-module-title {
  font-size: 45px;
  color: #fff;
}
section#sp-main-text p {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 15px;
  line-height: 1.3;
  font-size: 20px;
}
section#sp-main-text .bottom-img-row.row {
  padding-top: 30px;
}
section#sp-main-text .bottom-img-row.row .bottom-img img {
  border: 8px solid #fff;
}
section#sp-bottom {
  padding-top: 160px;
  margin-top: -186px;
}
section#sp-bottom h4.title-big.sp-module-title {
  display: none;
}
section#sp-bottom .sp-module-supertitle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 0;
}
section#sp-bottom .sp-module-supertitle::before {
  content: normal !important;
}
section#sp-bottom h4.sp-module-title {
  font-size: 26px !important;
  text-transform: uppercase;
  color: #ea8fca;
}
section#sp-bottom div#sp-bottom1 {
  font-size: 23px;
}
section#sp-bottom div#sp-bottom1 ul.menu li {
  margin: 0;
}
section#sp-bottom div#sp-bottom1 ul.menu li a {
  padding: 7px 0 7px 30px;
  position: relative;
}
section#sp-bottom div#sp-bottom1 ul.menu li a::before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: 20px;
}
section#sp-bottom div#sp-bottom2 {
  text-align: center;
}
section#sp-bottom .phone-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 40px;
}
section#sp-bottom .phone-block .phone-wrap {
  font-size: 26px;
  font-weight: 700;
  margin-right: 30px;
}
section#sp-bottom .phone-block .phone-wrap a {
  color: #ea8fca;
}
section#sp-bottom .phone-block .phone-wrap a:hover {
  color: #fff;
}
section#sp-bottom .top-whatsapp-block {
  padding-left: 15px;
  margin-right: 15px;
}
section#sp-bottom .top-whatsapp-block .top-whatsapp {
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 22px;
  background: #3c3b4b;
  border: 3px solid #ea8fca;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
section#sp-bottom .top-whatsapp-block .top-whatsapp a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 38px;
}
section#sp-bottom .top-whatsapp-block .top-whatsapp a i {
  font-size: 28px;
  color: #ea8fca;
}
section#sp-bottom .top-whatsapp-block .top-whatsapp:hover {
  background: #ea8fca;
}
section#sp-bottom .top-whatsapp-block .top-whatsapp:hover i {
  color: #fff;
}
section#sp-bottom .address-block {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
section#sp-bottom .mail {
  font-size: 24px;
  margin-bottom: 40px;
}
section#sp-bottom .mail a {
  color: #ea8fca;
  text-decoration: underline;
}
section#sp-bottom .mail a:hover {
  color: #fff;
}
section#sp-bottom .top-callback-holder {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}
section#sp-bottom .top-callback-holder a {
  color: #d4558c;
  text-decoration: underline;
  text-transform: lowercase;
}
section#sp-bottom .top-callback-holder a:hover {
  color: #fff;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp-block {
  padding-left: 10px;
  margin-right: 10px;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp {
  width: 54px;
  height: 54px;
  border-radius: 28px;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp a {
  height: 48px;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp a:hover i {
  color: #fff;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp.vk-ico {
  border: 3px solid #7d6cd4;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp.vk-ico i {
  color: #7d6cd4;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp.facebook-ico {
  border: 3px solid #ea8fca;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp.facebook-ico i {
  color: #ea8fca;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp.youtube-ico {
  border: 3px solid #d4558c;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp.youtube-ico i {
  color: #d4558c;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp.instagram-ico {
  border: 3px solid #7d6cd4;
}
section#sp-bottom .custom.bottom-icons-modul .top-whatsapp.instagram-ico i {
  color: #7d6cd4;
}
.custom.bottom-logo-modul img {
  max-height: 300px;
  margin: 0 auto 52px;
}
span.menu-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 13px;
  font-weight: bold;
}
#offcanvas-toggler {
  display: block;
  height: 126px;
  line-height: 126px;
  font-size: 26px;
}
#offcanvas-toggler > .fa {
  color: #fff !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 22px;
  padding: 7px 0;
  position: relative;
  border-top: 1px solid #ccc;
}
.offcanvas-menu .close-offcanvas {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  background: #fff;
  color: #1e1d25;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px 50px 5px 15px;
}
.offcanvas-menu .address, .offcanvas-menu .worktime-block {
  margin-bottom: 10px;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp-block {
  padding-left: 5px;
  margin-right: 5px;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp {
  width: 40px;
  height: 40px;
  border-radius: 28px;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp a {
  height: 38px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp a:hover i {
  color: #fff;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp.vk-ico {
  border: 2px solid #7d6cd4;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp.vk-ico i {
  color: #7d6cd4;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp.facebook-ico {
  border: 2px solid #ea8fca;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp.facebook-ico i {
  color: #ea8fca;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp.youtube-ico {
  border: 2px solid #d4558c;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp.youtube-ico i {
  color: #d4558c;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp.instagram-ico {
  border: 2px solid #7d6cd4;
}
.offcanvas-menu .custom.bottom-icons-modul .top-whatsapp.instagram-ico i {
  color: #7d6cd4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #d4558c !important;
  padding-left: 15px;
}
.custom.top-contacts.offcanvas-contacts-modul {
  font-size: 16px;
  margin-bottom: 15px;
}
body:not(.menu-home) section#sp-bottom {
  padding-top: 50px;
  margin-top: 0px;
}
body:not(.menu-home) .body-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  background: -webkit-linear-gradient(180deg, #7d6cd4 0%, #a433b7 50%, #fff 100%);
  background: -moz-linear-gradient(180deg, #7d6cd4 0%, #a433b7 50%, #fff 100%);
  background: -o-linear-gradient(180deg, #7d6cd4 0%, #a433b7 50%, #fff 100%);
  background: linear-gradient(180deg, #7d6cd4 0%, #a433b7 50%, #fff 100%);
  top: 54px;
  left: 0;
}
body:not(.menu-home) .article-details h4 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #7d6cd4;
}
body:not(.menu-home) .article-details .table {
  margin-bottom: 30px;
}
.blog .sp-module-supertitle h2 span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  font-size: 47px;
  line-height: 1;
  top: 14px;
  white-space: nowrap;
  color: #333;
}
.blog .sp-module-supertitle h2 span.title-big.subheading-category {
  text-transform: uppercase;
  position: absolute;
  color: #ccc;
  top: 0;
  width: 100%;
  z-index: 1;
  font-size: 67px;
  color: #f0e9f5;
  font-weight: 700;
  margin: 0 auto;
  line-height: 80px;
  white-space: nowrap;
}
.article-details .article-header {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
  top: 14px;
}
.article-details .article-header h1 {
  margin: 0 auto;
  font-size: 47px;
  line-height: 1;
  white-space: nowrap;
  color: #333;
  font-weight: 500;
}
.article-details .title-big.article-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
}
.article-details .title-big.article-header .h1 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 67px;
  color: #f0e9f5;
  font-weight: 700;
  margin: 0 auto;
  line-height: 80px;
  white-space: nowrap;
}
.text-wrap {
  white-space: normal !important;
}
.row.contacts-page h4 {
  margin-bottom: 35px;
  font-weight: 600;
  color: #7d6cd4;
}
.row.contacts-page .contacts-col div {
  margin-bottom: 30px;
  font-size: 22px;
  padding-left: 30px;
  position: relative;
}
.row.contacts-page .contacts-col div i {
  position: absolute;
  left: -5px;
  top: 5px;
  color: #ea8fca;
}
.row.contacts-page .contacts-form-col .ba-form {
  padding: 0;
}
.menu-aktsii .blog .article-list .article {
  margin-bottom: 30px;
  padding: 20px 20px 0;
  border: 5px solid #d4558c;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
}
.menu-aktsii .blog .article-list .article .article-intro-image {
  margin: -20px -20px 0px -20px;
  border-radius: 0;
  float: right !important;
  border-bottom: 0px solid #f5f5f5;
  overflow: hidden;
  order: 2;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
}
.menu-aktsii .blog .article-list .article .article-intro-image img {
  border-radius: 0;
  max-width: none;
  height: 100%;
  width: auto;
}
.menu-aktsii .blog .article-list .article .article-body .article-header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #7d6cd4;
}
.menu-aktsii .blog .article-list .article .article-body .article-header h2 a {
  color: #7d6cd4;
}
.menu-aktsii .blog .article-list .article .article-body:hover .article-header h2 a {
  color: #ea8fca;
}
.menu-aktsii .blog .article-list .article .article-body .article-introtext h4 {
  background: #d4558c;
  color: #fff;
  padding: 10px 20px 5px;
  margin: 0 0 20px -20px;
}
.menu-aktsii .blog .article-list .article .article-body .article-introtext h4 strong {
  display: block;
  font-size: 120%;
}
.menu-aktsii .blog .article-list .article .article-body .readmore a {
  z-index: 11;
  white-space: nowrap;
  font-size: 26px;
  line-height: 40px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-family: Montserrat;
  background-color: #fe86d4;
  border-color: #ea8fca;
  border-style: solid;
  border-width: 5px;
  border-radius: 30px;
  outline: none;
  box-shadow: #fff 0px 0px 0px 0px;
  box-sizing: border-box;
  cursor: pointer;
  visibility: inherit;
  margin: 10px auto 20px;
  padding: 0px 30px;
  letter-spacing: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.menu-aktsii .blog .article-list .article .article-body .readmore a:hover {
  background: #fff;
  color: #ea8fca;
}
.menu-aktsii .article-details .article-header h1 {
  font-size: 40px;
  white-space: normal;
  font-weight: bold;
  color: #7d6cd4;
}
.menu-aktsii .article-details h3 {
  color: #d4558c;
  font-weight: bold;
}
.menu-aktsii .article-details h4 {
  background: rgba(212, 84, 139, 0.35);
  color: #000;
  padding: 10px 20px 5px;
  margin: 0 0 20px 0px;
}
.menu-aktsii .article-details h4 strong {
  display: block;
  font-size: 120%;
}
section#pricePlans ul#plans {
  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;
}
section#pricePlans ul#plans li.plan {
  border: 3px solid #7d6cd4;
}
section#pricePlans ul#plans li.price p {
  font-weight: bold;
}
section#pricePlans ul#plans li.price span {
  display: block;
  text-decoration: line-through;
  font-weight: normal;
}
section#pricePlans ul#plans li.button a {
  border-radius: 24px;
  font-weight: bold;
  padding: 6px;
}
section#pricePlans ul#plans ul.options p {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
}
body .table .thead-dark th {
  color: #fff;
  background-color: #7d6cd4;
  border-color: #b3a5f9;
}
body.view-category.menu-vrachi .com-baforms.napriem-form {
  display: none !important;
}
body.view-category .article {
  background-color: #f2f0fb;
  box-shadow: 0px 10px 10px rgba(125, 108, 212, 0.24);
}
body.view-category .article img {
  margin: 0 auto;
}
body.view-category .article .article-header h2 a {
  color: #7d6cd4;
}
body.view-category ol.breadcrumb {
  display: none !important;
}
body.view-category .readmore a.buttonlight.morebutton {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 34px;
  padding: 0 20px;
  background: #8c56c8;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
}
body.view-category .readmore a.buttonlight.morebutton:hover {
  background: #fff;
  color: #7d6cd4;
  border: 3px solid #7d6cd4;
}
.breadcrumb {
  background-color: transparent !important;
}
.article-full-image.float-right {
  margin: 20px 0 20px 20px;
}
@media screen and (max-width: 1505px) {
  header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
    font-size: 22px;
  }
  .vina-carousel-content.our-doctors-modul .item .text-block .introtext {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1439px) {
  header#sp-header div#sp-menu {
    padding-left: 20px;
  }
  header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
    font-size: 20px;
    padding: 0 9px;
  }
  section#sp-our-doctors {
    padding: 70px 1px;
  }
}
@media screen and (max-width: 1199px) {
  section#sp-top-bar .custom.top-contacts .address-block {
    margin-right: 10px;
  }
  section#sp-top-bar .custom.top-contacts .phone-wrap {
    padding-left: 10px;
    margin-right: 10px;
  }
  section#sp-top-bar .custom.top-contacts .top-whatsapp-block {
    padding-left: 10px;
    margin-right: 10px;
  }
  section#sp-top-bar .custom.top-contacts .mail {
    padding-left: 10px;
    margin-right: 10px;
  }
  section#sp-top-bar .custom.top-contacts .phone-wrap a.phone {
    font-size: 24px;
  }
  .top-uslugi-modul h3.mnwall-title a {
    font-size: 19px;
  }
  .top-uslugi-modul h3.mnwall-title {
    line-height: 16px;
  }
  section#sp-bottom .phone-block .phone-wrap {
    font-size: 23px;
    margin-right: 5px;
  }
  header#sp-header div#sp-menu .sp-megamenu-parent > li > a, header#sp-header div#sp-menu .sp-megamenu-parent > li > span {
    font-size: 17px;
    padding: 0 7px;
  }
  header#sp-header div#sp-menu .sp-megamenu-parent > li.active > a, header#sp-header div#sp-menu .sp-megamenu-parent > li.active:hover > a {
    border: 3px solid rgba(255, 255, 255, 0.50);
  }
  div#sp-logo {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 991px) {
  body:not(.menu-home) .body-wrapper::before {
    top: 48px;
  }
  html {
    font-size: 14px;
  }
  header#sp-header div#sp-menu ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
    display: none !important;
  }
  div#sp-menu {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px;
  }
  div#sp-logo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section#sp-main-slider {
    margin-top: -100px;
  }
  header#sp-header {
    height: 100px;
  }
  header#sp-header .logo {
    height: 100px;
  }
  .logo-image {
    height: auto !important;
    max-height: 94px;
  }
  #offcanvas-toggler {
    height: 100px;
    line-height: 100px;
  }
  div#sp-logo {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  div#sp-menu {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 40px;
  }
  header#sp-header .logo {
    margin-left: 0;
    float: left;
  }
  section#sp-top-bar .container {
    max-width: none;
  }
  section#sp-top-bar .custom.top-contacts .top-callback-holder {
    flex-grow: inherit;
  }
  section#sp-top-bar .address-block {
    font-size: 0.9rem;
    white-space: nowrap;
  }
  section#sp-top-bar .custom.top-contacts .top-whatsapp-block .top-whatsapp {
    width: 38px;
    height: 38px;
    border: 2px solid #ea8fca;
  }
  section#sp-top-bar .custom.top-contacts .top-whatsapp-block .top-whatsapp a {
    height: 31px;
  }
  section#sp-top-bar .custom.top-contacts .top-whatsapp-block .top-whatsapp a i {
    font-size: 26px;
  }
  section#sp-top-bar .custom.top-contacts .phone-wrap a.phone {
    font-size: 20px;
    white-space: nowrap;
  }
  section#sp-top-bar .custom.top-contacts .top-callback-holder a.popup-btn {
    font-size: 16px;
    white-space: nowrap;
  }
  #sp-header.header-sticky .logo-image.d-none {
    height: 50px !important;
  }
  #sp-header.header-sticky {
    height: 60px;
  }
  #sp-header.header-sticky .logo {
    height: 60px;
  }
  #sp-header.header-sticky #offcanvas-toggler {
    height: 60px;
    line-height: 60px;
  }
  #sp-header.header-sticky span.menu-text {
    color: #7d6cd4;
  }
  #sp-header.header-sticky #offcanvas-toggler > .fa {
    color: #7d6cd4 !important;
  }
  .sp-module-supertitle h3.sp-module-title {
    font-size: 38px;
  }
  .sp-module-supertitle h3.title-big.sp-module-title {
    font-size: 50px;
  }
  section#sp-main-text .sp-module-supertitle h3.sp-module-title {
    font-size: 32px;
  }
  section#sp-main-text .sp-module-supertitle h3.title-big.sp-module-title {
    font-size: 36px;
    line-height: 70px;
  }
  .sp-module-supertitle::before {
    height: 65px;
    top: -55px;
  }
  .col-sm-6.features-col-1 {
    padding-right: 70px;
  }
  .col-sm-6.features-col-2 {
    padding-left: 70px;
  }
  .features-item p {
    font-size: 18px;
    font-weight: 600;
  }
  #vina-carousel-content99 .item {
    padding: 15px !important;
  }
  .vina-carousel-content.our-doctors-modul .item .text-block h3.title {
    margin-bottom: 10px;
    max-height: 94px;
    line-height: 20px;
  }
  .vina-carousel-content.our-doctors-modul .item .text-block h3.title a {
    font-size: 18px;
    font-weight: 600;
  }
  .vina-carousel-content.our-doctors-modul .item .text-block .introtext {
    padding: 0;
    font-size: 16px;
  }
  .vina-carousel-content.our-doctors-modul .item .text-block .readmore a.buttonlight.morebutton {
    font-size: 15px;
    padding: 0 15px;
  }
  .vina-carousel-content.our-doctors-modul .item .image-block {
    border: 6px solid rgba(255, 255, 255, 0.54);
    margin-bottom: 10px;
  }
  a.roz-button {
    font-size: 20px;
    line-height: 36px;
  }
  section#sp-main-text p {
    font-size: 18px;
  }
  .sp-module-supertitle {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .custom.bottom-logo-modul {
    display: none;
  }
  section#sp-main-text .bottom-img-row.row .bottom-img img {
    border: 4px solid #fff;
  }
  .article-details .article-header h1.text-wrap {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  div#slide-1-layer-6 {
    transform: scale(0.8) !important;
    transform-origin: bottom !important;
  }
  .tp-bgimg.defaultimg {
    background-position-x: 65% !important;
  }
  section#sp-top-bar .custom.top-contacts .address-block {
    display: none;
  }
  section#sp-top-bar .custom.top-contacts .mail {
    display: none;
  }
  section#sp-top-bar .custom.top-contacts .top-whatsapp-block {
    flex-grow: 2;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    text-align: center;
  }
  h3.mnwall-title {
    padding: 10px 5px 0;
  }
  #mnwall_iso_container_1 .mnwall-item-inner .mnwall-title a, #mnwall_iso_container_1 .mnwall-item-inner .mnwall-title span {
    font-size: 18px;
    line-height: 20px;
  }
  .features-item::before {
    width: 70px;
    height: 70px;
    border: 2px solid #7d6cd4;
  }
  section#sp-features::before {
    height: 300px;
    background: url(/images/features-BG.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .features-item {
    margin-bottom: 26px;
  }
  .features-item p {
    font-size: 16px;
  }
  .features-item::before {
    right: -80px;
  }
  .col-sm-6.features-col-2 .features-item::before {
    left: -80px;
  }
  .col-sm-6.features-col-1 {
    padding-right: 30px;
    padding-left: 1px;
  }
  .col-sm-6.features-col-2 {
    padding-right: 1px;
    padding-left: 30px;
  }
  .features-item-1 {
    margin-right: 60px;
  }
  .features-item-2 {
    margin-right: 90px;
  }
  .features-item-3 {
    margin-right: 130px;
  }
  .features-item-4 {
    margin-left: 60px;
  }
  .features-item-5 {
    margin-left: 90px;
  }
  .features-item-6 {
    margin-left: 130px;
  }
  .features-item {
    margin-bottom: 15px;
  }
  section#sp-main-text .sp-module-supertitle h3.sp-module-title {
    font-size: 26px;
  }
  section#sp-main-text .sp-module-supertitle h3.title-big.sp-module-title {
    font-size: 28px;
    line-height: 60px;
  }
  .sp-module-supertitle h3.sp-module-title {
    font-size: 32px;
  }
  .sp-module-supertitle h3.title-big.sp-module-title {
    font-size: 38px;
    line-height: 70px;
  }
  section#sp-bottom {
    padding-top: 90px;
    margin-top: -120px;
  }
  section#sp-bottom h4.sp-module-title {
    font-size: 22px !important;
  }
  section#sp-bottom div#sp-bottom1 ul.menu li a {
    line-height: 1.3;
  }
  section#sp-bottom .phone-block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 20px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section#sp-bottom .address-block {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  section#sp-bottom .phone-block .phone-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section#sp-bottom .mail {
    margin-bottom: 20px;
  }
  .bottom-img {
    padding: 0 7px;
  }
  .article-details .article-header h1.text-wrap {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  header#sp-header div#sp-menu {
    padding-left: 0;
    padding-right: 20px;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  div#sp-logo {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 5px;
  }
  div#slide-1-layer-7 {
    display: none !important;
  }
  div#slide-1-layer-1 {
    white-space: normal !important;
    font-size: 31px !important;
    line-height: 32px !important;
    margin-top: -30px !important;
  }
  div#slide-1-layer-6 {
    transform: scale(0.7) translateY(75px) !important;
    transform-origin: bottom !important;
  }
  div#Slider_Text_1, div#Slider_Text_2, div#Slider_Text_3, div#Slider_Text_4, div#Slider_Text_5 {
    left: 20px !important;
  }
  div#Slider_Text_2 div#slide-1-layer-2 {
    font-size: 22px !important;
    line-height: 24px !important;
    padding-top: 10px !important;
  }
  div#Slider_Text_3 div#slide-1-layer-3 {
    font-size: 18px !important;
    line-height: 17px !important;
    padding-top: 50px !important;
  }
  div#Slider_Text_4 div#slide-1-layer-4 {
    font-size: 24px !important;
    line-height: 25px !important;
    padding-top: 75px !important;
  }
  div#Slider_Text_5 div#slide-1-layer-5 {
    font-size: 34px !important;
    line-height: 34px !important;
    padding-top: 105px !important;
  }
  div#mnwall_container_1 {
    max-width: 284px;
    margin: 0 auto;
  }
  .mnwall-columns .mnwall-img-div {
    max-height: 185px;
  }
  .top-uslugi-modul h3.mnwall-title {
    line-height: 16px;
    min-height: auto;
  }
  #mnwall_iso_container_1 .mnwall-item-inner .mnwall-title a, #mnwall_iso_container_1 .mnwall-item-inner .mnwall-title span {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .sp-module-supertitle h3.title-big.sp-module-title {
    font-size: 30px;
    line-height: 56px;
  }
  .sp-module-supertitle h3.sp-module-title {
    font-size: 30px;
  }
  section#sp-main-text .sp-module-supertitle h3.title-big.sp-module-title {
    display: none;
  }
  section#sp-main-text .sp-module-supertitle h3.sp-module-title {
    font-size: 24px;
    white-space: normal;
  }
  section#sp-main-text .sp-module-supertitle {
    height: 40px;
  }
  .bottom-img-row.row > div:nth-child(1) {
    display: none;
  }
  .bottom-img-row.row > div:nth-child(3) {
    display: none;
  }
  .bottom-img.col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  div#sp-bottom1 {
    text-align: center;
  }
  section#sp-bottom div#sp-bottom1 ul.menu li a {
    line-height: 1.3;
    display: inline-block;
    font-size: 20px;
    padding: 7px 0 7px 20px;
  }
  .tp-bgimg.defaultimg {
    background-position-x: 70% !important;
    display: none !important;
  }
  .slotholder {
    background-position-x: 70% !important;
    display: none !important;
  }
  section#sp-main-slider {
    background: url(/images/TopBG-mob.jpg) 50% 0;
  }
  .customfeatuers-modul {
    max-width: 305px;
    margin: 0 auto;
  }
  .col-sm-6.features-col-1, .col-sm-6.features-col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-6.features-col-1 .features-item, .col-sm-6.features-col-2 .features-item {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px !important;
    text-align: left;
    min-height: 75px;
    padding-left: 90px;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col-sm-6.features-col-1 .features-item::before, .col-sm-6.features-col-2 .features-item::before {
    left: 0;
    top: -11px;
  }
  .col-sm-6.features-col-1 .features-item p, .col-sm-6.features-col-2 .features-item p {
    font-size: 18px;
  }
  section#sp-features::before {
    height: 195px;
  }
  .sp-module.our-doctors-modul {
    max-width: 300px;
    margin: 0 auto;
  }
  section#sp-top-bar .custom.top-contacts .phone-wrap {
    padding-left: 0;
    margin-right: 0;
  }
  .article-details .article-header h1.text-wrap {
    font-size: 28px;
  }
}
@media screen and (max-width: 424px) {
  section#sp-main-slider {
    background: url(/images/TopBG-mob.jpg) 60% 0;
  }
  section#sp-top-bar .custom.top-contacts .phone-wrap a.phone {
    font-size: 18px;
  }
  .sp-module-supertitle h3.sp-module-title {
    font-size: 28px;
  }
  .sp-module-supertitle h3.title-big.sp-module-title {
    font-size: 26px;
    line-height: 56px;
  }
  a.roz-button {
    font-size: 18px;
    line-height: 36px;
  }
  div#sp-logo {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 1px;
  }
  header#sp-header div#sp-menu {
    -ms-flex: 0 0 20;
    flex: 0 0 20%;
    max-width: 20%;
  }
  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    position: relative;
  }
  span.menu-text {
    position: absolute;
    top: 20px;
    left: -16px;
    line-height: 1;
    font-size: 11px;
  }
  #sp-header.header-sticky #offcanvas-toggler > .fa {
    position: relative;
    top: 10px;
  }
  #sp-header.header-sticky span.menu-text {
    top: 14px;
  }
  section#sp-features .sp-module-supertitle h3.title-big.sp-module-title {
    white-space: normal;
    font-size: 31px;
    line-height: 43px;
  }
  .sp-module-supertitle::before {
    height: 50px;
    top: -45px;
  }
  .article-details .article-header h1.text-wrap {
    font-size: 24px;
  }
  .article-full-image.float-right {
    margin: 0 auto 20px auto;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .logo-image {
    margin-left: -20px;
  }
  div#slide-1-layer-6 {
    transform: scale(0.65) translateY(100px) !important;
  }
  section#sp-main-slider {
    background: url(/images/TopBG-mob.jpg) 70% 0;
  }
  .sp-module-supertitle h3.sp-module-title {
    font-size: 30px;
    white-space: normal;
  }
  .customfeatuers-modul {
    padding-top: 20px;
  }
  a.roz-button {
    padding: 0px 15px;
  }
  section#sp-top-bar .custom.top-contacts .top-callback-holder a.popup-btn {
    white-space: normal;
  }
}
