/**
 * @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: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
ul li {
  padding: 5px 0;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:active, a:focus, a:hover {
  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: 16px;
}
#sp-top-bar  p {
    line-height: 22px;
    margin-bottom: 0;
	}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 80px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-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: #a72141;
}
.sp-page-title .sp-page-title-heading {
  font-size: 40px !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > span, .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;
}
.home-banner {
    padding: 150px 0 250px 0;
}
.home-zagolovok h1 {
    font-size: 62px;
    color: #a72141;
	text-transform: uppercase;
}
.home-zagolovok-text ul {
    font-size: 25px;
    margin-top: 38px;
    list-style: none;
    padding-left: 0;
}
.home-zagolovok-text ul li {
    margin-top: 15px;
    border-bottom: 1px solid #a72141;
    color: #a72141;
    padding-bottom: 10px;
}
.home-blok-uslugi h2 {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    padding: 25px 15px;
    background: #e4406380;
    color: white;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
} 
.lazer-banner-text {
    padding-left: 350px;
	padding-top: 100px;
}
.lazer-banner-blok-skidka {
   background: white;
    border: 20px solid #fcf3f4;
    border-radius: 100px;
    padding: 35px 0 0 20px;
	}
.lazer-banner-skidka p {
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    background: #a72141;
    padding: 5px 20px;
    display: inline-block;
}
.lazer-zagolovok h1 {
    font-size: 60px;
	line-height: 70px;
    margin-bottom: 30px;
}
.lazer-zagolovok h1 span {
    font-weight: 500;
    font-size: 32px;
    line-height: 43px;
    margin-top: 30px;
    display: inline-block;
}
.lazer-zagolovok-text {
    font-size: 21px;
    margin-top: 40px;
}
.lazer-prais p {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}
.lazer-spisok ol li {
    margin-bottom: 20px;
}
.lazer-forma {
    background: #ffffff;
    padding: 40px 20px 20px 20px;
    border-radius: 4px;
}
.lazer-forma .sppb-btn-primary {
    background: #a72141;
    color: #fff;
	border: 1px solid #fff;
}
.lazer-banner-img-fon img {
    position: absolute;
    width: 900px;
    top: -493px;
    height: 497px;
    min-height: 503px;
    right: 0;
    min-width: 1020px;
}
.lazer-forma .sppb-btn-primary:hover{
    background: #ffecee;
    color: #a72141;
	border: 1px solid #ffecee;
}
.sp-module.zakaz-zvonka {
    float: right;
    margin-left: 20px;
    margin-top: 17px;
}
.sp-module.zakaz-zvonka .webfactor_go {
    font-size: 16px;
    padding: 8px 20px;
}
#uslugi .sppb-row-container {
    width: 1340px;
    max-width: 1400px;
}
.pronas-poslugy {
    box-shadow: 1px 12px 33px 0 rgb(0 0 0 / 18%);
    padding: 35px 18px 25px;
}
.pronas-poslugy h3 {
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.kontakty-blok {
    padding: 25px 35px;
    box-shadow: 1px 5px 15px 0 rgb(148 148 148 / 18%);
}
.kontakty-blok  h3 {
   font-size: 20px;
   color: #a72141;
   margin-bottom: 10px;
}
.kontakty-blok  i {
   color: #a72141;
} 
table.prais-cena {
   width: 100%;
}
table.prais-cena tr td {
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 0;
}
table.prais-cena tr td:nth-child(2) {
    text-align: right;
} 
.page-blog img.pull-right {
    margin: 10px 0 10px 20px;
}
.page-blog img.pull-left {
    margin: 10px 20px 10px 0px;
}
.field-entry.knopka-news {
    text-align: center;
}
.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;
}
.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 dd, .search .search-results dt {
  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-body {
  padding: 15px 15px 0;
}
.article-list .article {
  margin-bottom: 35px;
  padding: 18px;
  border: 1px solid #f3f7fd;
  border-radius: 3px;
}
.article-list .article .article-feature-gallery, .article-list .article .article-featured-audio, .article-list .article .article-featured-video, .article-list .article .article-intro-image {
  margin: -20px -20px 20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-feature-gallery img, .article-list .article .article-featured-audio img, .article-list .article .article-featured-video img, .article-list .article .article-intro-image 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;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #151d2a;
  font-weight: 500;
  line-height: 1.5em;
}
.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, .article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover {
  color: #ef7581;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #707070;
  font-weight: 500;
}
.article-list .article .readmore a:active, .article-list .article .readmore a:focus, .article-list .article .readmore a:hover {
  color: #ef7581;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 22px;
  font-weight: 600;
  border-top: 1px solid #ddd;
}
.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: #707070;
}
.article-info > span a:hover {
  color: #ef7581;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.1rem;
  margin: 30px 0;
  font-weight: 500;
  
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.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: 3px;
}
.article-details .article-feature-gallery, .article-details .article-featured-audio, .article-details .article-featured-video {
  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;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 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;
  margin: 2rem 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: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  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;
  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:focus, .article-social-share .social-share-icon ul li a:hover {
  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;
}
.archive-module, .categories-module, .category-module, .form-links, .latestnews, .list-striped, .mostread, .newsflash-horiz {
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-module li, .categories-module li, .category-module li, .form-links li, .latestnews li, .list-striped li, .mostread li, .newsflash-horiz li {
  padding: 2px 0;
}
.archive-module li h4, .categories-module li h4, .category-module li h4, .form-links li h4, .latestnews li h4, .list-striped li h4, .mostread li h4, .newsflash-horiz 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 {
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 22px;
  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: 15px 0;
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon 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%;
  color: #fff;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
  border: 1px solid #fff;
  padding: 25px 0;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #fff;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
  color: #eee;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
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;
}
.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 tbody > tr, table.category thead > tr {
  border: 1px solid #f2f2f2;
}
table.category tbody > tr td, table.category thead > tr td, table.category tbody > tr th, table.category thead > tr th {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
#beutx_tab .flex-row {
  display: flex;
  justify-content: center;
  max-height: 144px;
  order: 1;
}
#beutx_tab .flex-row li {
  flex: 1 1 80px;
}
#beutx_tab .sppb-tab-content {
  order: 2;
  width: 100% !important;
}
#beutx_tab .sppb-tab-content .sppb-addon-image-layouts .sppb-addon-image-layout-image .sppb-addon-image-layouts-card-text-caption {
  background: rgba(0, 0, 0, .4);
}
#beutx_tab .sppb-tab-content .sppb-addon-image-layouts .sppb-addon-image-layout-image .sppb-addon-image-layouts-card-text-caption i {
  color: #ef7581;
}
#beutx_tab .sppb-tab-content .sppb-addon-image-layouts .sppb-addon-image-layout-image .sppb-addon-image-layouts-card-text-caption .image-layouts-card-text-caption-title {
  color: #fff;
}
#beutx_tab .sppb-tab.sppb-custom-tab {
  flex-direction: column;
}
#beutx_tab .sppb-tab.sppb-custom-tab .sppb-nav-custom {
  margin-bottom: 70px;
}
#beutx_tab .sppb-tab.sppb-custom-tab .sppb-nav-custom .image-top  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#beutx_tab .sppb-tab.sppb-custom-tab .sppb-nav-custom .image-top ul li  a {
  box-shadow: -1px 1px 13px 7px #d4d4d436;
  }
#beutx_tab .sppb-tab.sppb-custom-tab .sppb-nav-custom .image-top ul li.active  a {
   box-shadow: -1px 1px 13px 7px #d4d4d4;
}
#beutx_tab .sppb-tab .image-left .sppb-tab-image, #beutx_tab .sppb-tab .image-right .sppb-tab-image {
  display: inline-block;
  margin-right: 18px;
}
@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:active, .sp-scroll-up:focus, .sp-scroll-up:hover {
  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: FontAwesome;
  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: FontAwesome;
  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: FontAwesome;
  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: #fff;
  border-color: #dc272d;
  background-color: #dc272d;
}
.alert.alert-success {
  color: #fff;
  border-color: #36be49;
  background-color: #36be49;
}
.alert.alert-success h3 {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 1.3;
  color: #151d2a;
}
.alert.alert-success ul {
  font-weight: 500;
  color: #151d2a;
}
.alert.alert-success ul li {
  font-weight: 500;
  color: #151d2a;
}
.alert.alert-success ul li a {
  color: #fff;
}
/**
 * @package Itl_Beautx
 * @author iThemesLab http://www.ithemeslab.com
 * @copyright Copyright (c) 2013 - 2021 iThemesLab
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
.j2store-products-row .j2store-product-images {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
}
.j2store-products-row .j2store-product-images:before {
  position: absolute;
  z-index: 6;
  top: 0px;
  right: 10px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.j2store-products-row .j2store-product-images:after {
  font-family: "fontawesome";
  font-size: 38px;
  position: absolute;
  z-index: 15;
  top: 48%;
  left: 45%;
  content: "\f07a";
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.j2store-products-row .j2store-product-images .j2store-thumbnail-image {
  background: #fff;
}
.j2store-cart-module .j2store-minicart-button {
  position: absolute;
  top: 25px;
  right: -35px;
}
.j2store-products-row, .j2store-product-module .j2store-module-product {
  position: relative;
  overflow: hidden;
}
.j2store-products-row .j2store-product-image, .j2store-product-module .j2store-module-product .j2store-product-image {
  position: relative;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #fff;
}
.j2store-products-row .j2store-product-image a, .j2store-product-module .j2store-module-product .j2store-product-image a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
}
.j2store-products-row .j2store-product-image a:before, .j2store-product-module .j2store-module-product .j2store-product-image a:before {
  position: absolute;
  z-index: 6;
  top: 0px;
  right: 10px;
  bottom: 0px;
  left: 0px;
  width: 232px;
  height: 237px;
  margin: 0;
  opacity: 1;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.j2store-products-row .j2store-product-image a:after, .j2store-product-module .j2store-module-product .j2store-product-image a:after {
  font-family: "fontawesome";
  font-size: 33px;
  position: absolute;
  z-index: 15;
  top: 105px;
  left: 100px;
  content: "\f07a";
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.j2store-products-row:hover .j2store-product-image a:before, .j2store-product-module .j2store-module-product:hover .j2store-product-image a:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.j2store-products-row:hover .j2store-product-image a:after, .j2store-product-module .j2store-module-product:hover .j2store-product-image a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.j2store-products-row .product-title, .j2store-product-module .j2store-module-product .product-title {
  font-size: 16px;
  color: #333;
  margin: 0px auto 12px !important;
  padding-top: 20px;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #ddd;
}
.j2store-products-row .product-title a, .j2store-product-module .j2store-module-product .product-title a {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #333;
}
.j2store-products-row .product-price-container .sale-price, .j2store-product-module .j2store-module-product .product-price-container .sale-price {
  font-size: 18px;
  color: #a72141;
  margin: 12px auto 8px;
  font-weight: 600;
  text-align: center;
}
.j2store-products-row .product_cart_block .j2store-addtocart-form, .j2store-product-module .j2store-module-product .product_cart_block .j2store-addtocart-form {
  margin: 10px auto;
  text-align: center;
}
.j2store-products-row .product_cart_block .j2store-addtocart-form a, .j2store-product-module .j2store-module-product .product_cart_block .j2store-addtocart-form a {
  padding: 0;
  background: transparent !important;
  color: #707070 !important;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.j2store-products-row .product_cart_block .j2store-addtocart-form a:hover, .j2store-product-module .j2store-module-product .product_cart_block .j2store-addtocart-form a:hover {
  color: #a72141 !important;
}
.j2store-products-row .j2store-single-product, .j2store-product-module .j2store-module-product .j2store-single-product {
  margin-bottom: 45px;
  background: #f8f8f8;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 8px 10px rgba(30, 23, 157, 0.15);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.j2store-products-row .j2store-single-product .product-title, .j2store-product-module .j2store-module-product .j2store-single-product .product-title {
  margin-top: 15px;
}
.j2store-products-row .j2store-single-product .j2store-addtocart-form, .j2store-product-module .j2store-module-product .j2store-single-product .j2store-addtocart-form {
  text-align: center;
  background: #f8f8f8;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.j2store-products-row .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart, .j2store-product-module .j2store-module-product .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart {
  margin: auto;
}
.j2store-products-row .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty input[type="text"], .j2store-product-module .j2store-module-product .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty input[type="text"], .j2store-products-row .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty input[type="number"], .j2store-product-module .j2store-module-product .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty input[type="number"] {
  margin-top: -22px;
  height: 34px;
  padding: 9px !important;
  width: 60px !important;
  font-weight: 700 !important;
}
.j2store-products-row .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .j2store-cart-button, .j2store-product-module .j2store-module-product .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .j2store-cart-button {
  padding: 6px 10px;
  font-size: 15px;
  margin: 0 0 22px 10px;
}
.j2store-products-row .j2store-single-product:hover, .j2store-product-module .j2store-module-product .j2store-single-product:hover {
  box-shadow: 0 18px 40px rgba(30, 23, 157, 0.15);
}
.j2store-products-row .j2store-single-product:hover .j2store-product-images:before, .j2store-product-module .j2store-module-product .j2store-single-product:hover .j2store-product-images:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.j2store-products-row .j2store-single-product:hover .j2store-product-images:after, .j2store-product-module .j2store-module-product .j2store-single-product:hover .j2store-product-images:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.j2store-products-row .j2store-single-product:hover .product-title a, .j2store-product-module .j2store-module-product .j2store-single-product:hover .product-title a {
  color: #a72141;
}
.j2store-product-additional-images .additional-image-list {
  margin: 0 0 40px;
  padding-left: 0;
}
.j2store-product-additional-images .additional-image-list li {
  display: inline-block;
  margin-left: 15px;
}
.j2store-mainimage {
  margin: 10px 40px 30px 0;
}
.nav#j2store-product-detail-tab {
  margin-bottom: 25px;
}
.nav#j2store-product-detail-tab li {
  padding: 6px 10px;
  font-size: 16px;
  margin: 0 0 22px 10px;
  background: #efefef;
  border-radius: 4px;
}
.product-description {
  margin-bottom: 40px;
}
.j2store-addtocart-form {
  margin-top: 30px;
}
.j2store-addtocart-form .product-qty input[type="text"], .j2store-addtocart-form .product-qty input[type="number"] {
  margin-top: -22px;
  height: 34px;
  padding: 9px !important;
  width: 60px !important;
  font-weight: 700 !important;
}
.j2store-addtocart-form .j2store-cart-button {
  padding: 6px 10px;
  font-size: 15px;
  margin: 0 0 22px 10px;
}
.j2store-view-back-button {
  margin: 30px 0 50px;
}
.j2store-view-back-button a {
  box-shadow: none;
}
.j2store-view-back-button a i {
  margin-right: 8px;
}
.j2store-cart-table-wrapper {
  margin-bottom: 50px;
}
.j2store-cart h3 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.j2store-cart .j2store-cart-table .cart-product-name {
  line-height: 27px;
}
.j2store-cart .j2store-cart-table .remove-icon {
  padding: 8px 18px !important;
  display: inline-block;
  margin-top: 7px;
  border-radius: 3px;
}
.j2store-cart .j2store-cart-table .product-qty {
  display: inline-block;
}
.j2store-cart .j2store-cart-table .product-qty input[type="text"], .j2store-cart .j2store-cart-table .product-qty input[type="number"] {
  height: 40px;
  padding: 8px !important;
  width: 50px !important;
  font-weight: 700 !important;
}
.btn, a {
  box-shadow: none;
}
.btn:hover, a:hover, .btn:active, a:active, .btn:focus, a:focus {
  box-shadow: none !important;
}
.j2store-single-product h1 {
  font-weight: 600;
  color: #333;
  font-size: 35px;
}
.j2store-single-product .product-title {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.j2store-single-product .sale-price {
  margin-bottom: 20px;
}
.checkout-content h1, .checkout-content h2, .checkout-content h3, #j2store-checkout-content h1, #onCheckoutPayment_wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin: 15px 0 25px;
}
#checkbox_tos {
  margin-bottom: 20px;
}
.cart-item-count {
  background: #a72141 none repeat scroll 0 0 !important;
}
.j2store-product-module .j2store-module-product .product-title {
  border-top: none;
}
/**
 * $package Beautx Joomla Template
 * $author iThemesLab https://www.ithemeslab.com
 * $copyright Copyright (c) 2012 - 2021 ithemeslab
 * $license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
*::-moz-selection {
  color: #fff;
  background: #a72141;
}
*::selection {
  color: #fff;
  background: #a72141;
}
label {
  font-weight: 500;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}
a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}
a[href^="tel"] {
  text-decoration: none;
  color: inherit;
}
[class*=" icon-"]:before, [class^="icon-"]:before {
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #a72141;
  font-weight: 700;
}
p {
  font-weight: 400;
}
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
  margin-top: 0;
}
.perukar-kartinka img {
    position: relative;
    width: 811px;
    max-width: 805px;
    right: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-style #xs_pad .sppb-addon-wrapper {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs_pad .sppb-addon-wrapper {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sp-bottom {
    padding: 70px 0 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #sp-bottom {
    padding: 50px 0 0px !important;
  }
.sp-module.zakaz-zvonka {
    margin-top: 17px;
    margin-left: 0px;
}
  .lazer-zagolovok h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
}
.lazer-zagolovok h1 span {
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    margin-top: 25px;
}
#beutx_tab .sppb-tab.sppb-custom-tab .sppb-nav-custom {
    margin-bottom: 23px;
}
.sppb-gallery li {
    display: inline-block;
    float: none;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0;
} 
}
#sp-bottom .sp-module .sppb-btn {
  font-size: 18px;
  font-weight: 600;
  padding: 13px 40px !important;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #ef7581;
  background-color: #fff;
}
#sp-bottom .sp-module .sppb-btn:hover, #sp-bottom .sp-module .sppb-btn:focus {
  color: #a72141 !important;
  background-color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
#sp-bottom .sp-module .sp-module-content ul > li {
  margin-bottom: 7px;
}
#sp-bottom .sp-module .sp-module-content .menu li {
  position: relative;
}
#sp-bottom .sp-module .sp-module-content .menu li a {
  color: #fff;
  font-weight: 600;
}
#sp-bottom .sp-module .sp-module-content .menu li a:hover {
  color: #fee;
}
#sp-footer, .sp-footer {
  margin: auto;
}
#sp-footer .sp-copyright, .sp-footer .sp-copyright {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.sppb-addon-header .sppb-addon-title {
  color: #a72141;
}
.white.sppb-addon-header .sppb-addon-title {
  color: #fff;
}
input[type="date"]:not(.form-control), input[type="email"]:not(.form-control), input[type="number"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="text"]:not(.form-control), input[type="url"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #585e74;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25em;
}
input[type="date"]:not(.form-control):active, input[type="email"]:not(.form-control):active, input[type="number"]:not(.form-control):active, input[type="password"]:not(.form-control):active, input[type="search"]:not(.form-control):active, input[type="tel"]:not(.form-control):active, input[type="text"]:not(.form-control):active, input[type="url"]:not(.form-control):active, select:not(.form-control):active, input[type="date"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="number"]: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="text"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, select:not(.form-control):focus, input[type="date"]:not(.form-control):hover, input[type="email"]:not(.form-control):hover, input[type="number"]:not(.form-control):hover, input[type="password"]:not(.form-control):hover, input[type="search"]:not(.form-control):hover, input[type="tel"]:not(.form-control):hover, input[type="text"]:not(.form-control):hover, input[type="url"]:not(.form-control):hover, select:not(.form-control):hover {
  color: #a72141 !important;
  border-color: #a72141;
  outline: 0;
  box-shadow: none;
}
.sppb-addon-ajax-contact .sppb-ajax-contact-content ::placeholder {
  color: #585e74 !important;
  font-weight: 400;
}
.sppb-form-control, .sppb-form-group .sppb-form-control {
  display: block;
  width: 100%;
  padding: 10px 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #585e74;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  box-shadow: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.25em;
}
.sppb-form-control:active, .sppb-form-group .sppb-form-control:active, .sppb-form-control:focus, .sppb-form-group .sppb-form-control:focus, .sppb-form-control:hover, .sppb-form-group .sppb-form-control:hover {
  color: #a72141 !important;
  border-color: #a72141;
  outline: 0;
  box-shadow: none;
}
.sppb-ajaxt-contact-form .sppb-form-group textarea {
  padding: 20px 25px !important;
  font-weight: 400;
}
#sp-title {
  min-height: 0;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #sp-main-body {
    padding: 50px 0;
  }
  .home-banner {
    padding: 100px 0 150px 0;
}
}
.sp-page-title {
  position: relative;
  padding: 70px 0 70px;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .sp-page-title {
    padding: 100px 0 80px;
  }
}
.sp-page-title h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  color: #fafafa !important;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 40px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .sp-page-title h2 {
    font-size: 30px;
  }
}
.sp-page-title h3 {
  position: absolute;
  right: 40px;
  bottom: -40px;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1em !important;
}
.sp-page-title .breadcrumb {
  margin: 20px 0 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  text-decoration: none;
  color: #fafafa !important;
  background: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.sp-page-title .breadcrumb a {
  color: #ddd;
}
.sp-page-title .breadcrumb a:hover {
  color: #ddd;
}
.sp-page-title .breadcrumb > .active {
  color: #fff;
}
.sp-page-title .breadcrumb > li > a, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li {
  color: #ddd;
}
.page-item.active .page-link:active, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  color: #fff;
  border-color: #a72141;
  outline: transparent;
  background: #a72141;
}
.page-item.active .page-link:active:active, .page-item.active .page-link:focus:active, .page-item.active .page-link:hover:active, .page-item.active .page-link:active:focus, .page-item.active .page-link:focus:focus, .page-item.active .page-link:hover:focus, .page-item.active .page-link:active:hover, .page-item.active .page-link:focus:hover, .page-item.active .page-link:hover:hover {
  color: #fff;
  border-color: #ef7581;
  outline: transparent;
  background: #ef7581;
}
.page-item.active .page-link:active:active, .page-item.active .page-link:active:focus, .page-item.active .page-link:active:hover, .page-item.active .page-link:focus:active, .page-item.active .page-link:focus:focus, .page-item.active .page-link:focus:hover, .page-item.active .page-link:hover:active, .page-item.active .page-link:hover:focus, .page-item.active .page-link:hover:hover {
  color: #fff;
  border-color: #a72141;
  outline: transparent;
  background: #a72141;
}
.sp-scroll-up {
  z-index: 99;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #a72141;
  font-size: 24px;
  line-height: 50px;
}
.sp-scroll-up:hover {
  background: #ef7581;
}
.test_style .sppb-testimonial-carousel-testi_layout1 .sppb-testimonial-carousel-content-wrap .sppb-testimonial-carousel-img-wrap {
  position: absolute;
  max-width: 95px;
  max-height: 100px;
  bottom: 20px;
  right: 30px;
}
.testi_style .sppb-testimonial-carousel-testi_layout1 {
  max-width: 700px;
  margin: auto;
}
.testi_style .sppb-testimonial-carousel-testi_layout1 .sppb-testimonial-carousel-content-wrap .sppb-testimonial-carousel-img-wrap {
  position: absolute;
  max-width: 95px;
  max-height: 100px;
  bottom: 10px;
  right: 30px;
}
.sppb-addon-form-builder .sppb-form-control {
  background: #fff !important;
}
.sppb-carousel-item-inner .sppb-carousel-pro-inner-content .sppb-carousel-pro-text .sppb-btn {
  margin-top: 30px;
}
.sppb-addon-content :after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#welcome_img .sppb-addon-image-layouts .sppb-image-layouts-inline .sppb-addon-image-layout-caption.caption-overlay-on-over {
  text-align: center;
  padding: 20px 0 10px;
}
#welcome_img .sppb-addon-image-layouts .sppb-image-layouts-inline .sppb-addon-image-layout-caption.caption-overlay-on-over i {
  padding: 5px 0;
  display: block;
  text-align: center;
}
.home-style .sppb-addon-person.person-content-position-bottom-left .sppb-addon-content .person-content-show-on-hover .sppb-person-social-icons .sppb-person-social li a:hover {
  color: #ddd !important;
}
.home-style .sppb-addon-person.person-content-position-bottom-left .sppb-addon-content:hover::after {
  right: 0% !important;
  left: 0% !important;
}
.home_client .sppb-addon-clients .sppb-img-responsive {
  width: auto;
  margin: 0 15px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .home_client .sppb-addon-clients .sppb-img-responsive {
    margin: 0 10px 15px;
  }
}
.home_client .sppb-addon-clients .sppb-img-responsive:hover {
  opacity: 1;
}
.sppb-addon-person .sppb-person-image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sppb-addon-person .sppb-person-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sppb-addon-social-share.sppb-social-share-style-solid .sppb-social-share .sppb-social-share-wrap .sppb-social-items-wrap ul li a {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100% !important;
  font-size: 17px;
  line-height: 40px;
}
.sppb-addon-optin-forms {
  position: relative;
}
.sppb-addon-optin-forms .email-wrap {
  position: relative;
}
.sppb-addon-optin-forms .email-wrap input {
  display: block;
  height: 80px;
  width: 100% !important;
  color: #818a94;
  background: #fff;
  box-shadow: 0 8px 38px rgba(72, 69, 224, 0.12);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sppb-addon-optin-forms .email-wrap input {
    min-width: 430px !important;
  }
}
@media (max-width: 767px) and (min-width: 371px) {
  .sppb-addon-optin-forms .email-wrap input {
    min-width: 320px !important;
    margin-left: -5px !important;
  }
}
@media (max-width: 370px) and (min-width: 320px) {
  .sppb-addon-optin-forms .email-wrap input {
    min-width: 270px !important;
    margin-left: -15px !important;
  }
}
.sppb-addon-optin-forms .email-wrap input:focus {
  border-color: transparent;
}
.sppb-addon-optin-forms .button-wrap {
  position: absolute;
  top: 25px !important;
  right: 22px !important;
  cursor: pointer;
  line-height: 26px;
}
.sppb-addon-optin-forms .button-wrap .sppb-btn {
  color: #a72141;
}
.sppb-addon-optin-forms .button-wrap .sppb-btn i {
  font-size: 30px !important;
}
.sppb-addon-optin-forms .button-wrap .sppb-btn:hover {
  color: #a72141;
}
.contact_text .sppb-addon-text-block {
  padding: 40px 60px 40px 35px;
  background: #fff;
  box-shadow: 0 18px 32px rgba(11, 11, 77, 0.14);
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .sp-contact-info {
    margin-top: 5px;
  }
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ef7581;
  border-color: #ef7581;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-style .sppb-addon-feature .sppb-media-content .sppb-btn {
    margin: 30px 0 0 !important;
  }
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
}
.offcanvas-menu .offcanvas-inner {
  padding: 50px 0 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin: 0;
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  padding: 5px 5px 5px 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a {
  color: #fefefe;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler {
  color: #fefefe;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:active, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:hover {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a:active, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a:hover {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  position: relative;
  display: block;
  padding: 12px 20px 10px 25px !important;
  cursor: pointer;
  text-align: left;
  color: #707070;
  color: #a72141 !important;
  border-bottom: 1px solid #f3f7fd;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover {
  color: #ef7581 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span.active > a {
  color: #a72141 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: #a72141;
}
.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 {
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
#offcanvas-toggler {
  position: fixed;
  top: 0;
  right: 5%;
  width: 50px;
  height: 70px !important;
  margin: 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #a72141;
  border-radius: 0 0 25px 25px;
  background: none;
  background-color: #fff;
  font-weight: normal;
  line-height: 70px !important;
}
#offcanvas-toggler > .fa {
  padding-left: 16px;
  color: #a72141 !important;
  font-size: 27px;
}
#offcanvas-toggler > .fa:active, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:hover {
  color: #a72141 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: #fff;
}
.article-list .article {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ddd;
}
.article-list .article:hover {
  border-color: #fff;
  box-shadow: 1px 12px 33px 0 rgba(0, 0, 0, 0.18);
}
.sppb-addon-articles .sppb-addon-article {
  position: relative;
  border-radius: 3px;
  padding: 0px;
  background-color: #fff;
  box-shadow: 1px 12px 33px 0 rgba(0, 0, 0, 0.18);
}
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {
  position: relative;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap .sppb-img-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
  padding: 16px 25px 22px;
}
.sppb-addon-articles .sppb-addon-article .sppb-meta-date {
  position: absolute;
  top: 0;
  right: 30px;
  max-height: 65px;
  max-width: 48px;
  color: #a72141;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
.sppb-addon-articles .sppb-addon-article h3 {
  margin: 9px 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}
.sppb-addon-articles .sppb-addon-article h3 a {
  color: #333;
}
.sppb-addon-articles .sppb-addon-article h3 a:hover {
  color: #a72141;
}
.sppb-addon-articles .sppb-addon-article .sppb-meta-author, .sppb-addon-articles .sppb-addon-article .sppb-meta-category {
  display: block;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  color: #707070;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-meta {
  text-align: left;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-introtext {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 1px 10px;
}
.sppb-addon-articles .sppb-addon-article .sppb-readmore {
  display: inline-block;
  color: #a72141;
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.sppb-addon-articles .sppb-addon-article .sppb-readmore span {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  margin-left: 5px;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-readmore span {
  color: #ef7581;
}
.sppb-addon-articles.style2 .sppb-addon-article .sppb-meta-date {
  right: auto;
  left: 30px;
  max-height: 69px;
  max-width: 50px;
  font-weight: 700;
  padding: 7px;
}
#sp-header .latestnews > li > a {
  display: block;
  line-height: 1.5;
}
.com-content.view-article .article-details {
  padding: 0 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .com-content.view-article .article-details {
    padding: 0 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .com-content.view-article .article-details {
    padding: 0 40px;
  }
}
.com-content.view-article #sp-title {
  display: none;
}
.com-content.view-article #sp-main-body {
  padding: 90px 0;
}
@media screen and (min-width: 325px) and (max-width: 1340px) {
#uslugi .sppb-row-container {
    width: auto;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .com-content.view-article #sp-main-body {
    padding: 70px 0 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .com-content.view-article #sp-main-body {
    padding: 50px 0 40px;
  }
}
.com-content.view-article .pager > li.next a, .com-content.view-article .pager > li.previous a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.com-content.view-article .pager > li.next a:hover, .com-content.view-article .pager > li.previous a:hover {
  color: #a72141;
  border-color: #a72141;
}
.page-header {
  padding-bottom: 15px;
}
#sp-header {
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
#sp-header:not(.header-sticky) {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sp-header.header-sticky {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sp-header .sp-megamenu-parent > li {
  padding: 0 15px;
}
#sp-header .sp-megamenu-parent > li > a {
  margin: 0;
  padding: 1px;
  text-transform: capitalize;
  color: #a72141;
}
#sp-header .sp-megamenu-parent > li > a.active, #sp-header .sp-megamenu-parent > li > a:focus, #sp-header .sp-megamenu-parent > li > a:hover {
  color: #ef7581 !important;
}
#sp-header .sp-megamenu-parent .sp-dropdown {
  padding-top: 5px;
}
#sp-header .sp-megamenu-parent .sp-mega-group > li > a {
  color: #a72141;
  font-size: 15px;
  font-weight: 600;
}
#sp-header .sp-megamenu-parent .sp-module ul > li > a {
  color: #a72141;
}
#sp-header .sp-megamenu-parent .sp-module ul > li > a:hover {
  color: #a72141;
}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-width: 0 0 2px 0;
  border-style: solid;
  border-image: linear-gradient(135deg, #a72141, #ef7581) 1;
}
#sp-header .sp-megamenu-parent .categories-module li a {
  color: #a72141;
  font-size: 14px;
  font-weight: 400;
}
.com-search.view-search #sp-header:not(.header-sticky) {
  background: #a72141;
}

.btn, .sppb-btn {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding: 12px 38px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn:hover, .sppb-btn:hover, .btn:active, .sppb-btn:active, .btn:focus, .sppb-btn:focus {
  box-shadow: none;
}
.j2store-view-back-button a, .btn-secondary, .btn-success, .btn-primary, .sppb-btn-default {
  color: #fff !important;
  background-color: #a72141 !important;
  border: 1px solid #a72141;
}
.j2store-view-back-button a:hover, .btn-secondary:hover, .btn-success:hover, .btn-primary:hover, .sppb-btn-default:hover, .j2store-view-back-button a:focus, .btn-secondary:focus, .btn-success:focus, .btn-primary:focus, .sppb-btn-default:focus {
    color: #a72141 !important;
    background-color: #ffffff !important;
    border: 1px solid #a72141;
} 
.sppb-btn-secondary {
  color: #ef7581;
  background-color: #fff;
}
.sppb-btn-secondary:hover, .sppb-btn-secondary:focus {
  color: #a72141 !important;
  background-color: #fff;
}
.sppb-btn-info {
  color: #a72141;
  background-color: transparent;
  border: 1px solid #ef7581;
}
.sppb-btn-info:hover {
  border: 1px solid #a72141;
  background-color: transparent;
}
.sppb-btn-success {
  color: #fff;
}
.sppb-btn-block .sppb-btn {
  display: block;
  width: 100%;
}
.sppb-btn-link {
  padding: 0;
  font-size: 16px;
  font-weight: 600 !important;
  background-color: transparent;
}
.sppb-btn-link:hover {
  background-color: transparent;
  color: #a72141 !important;
}
.sppb-btn-square {
  border-radius: 0px !important;
}
.sppb-btn-rounded {
  border-radius: 5px !important;
}
.sppb-btn-round {
  border-radius: 50px !important;
}
.sppb-addon-pricing-table {
  background: #fff;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header {
  position: relative;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header:after {
  content: '';
  position: absolute;
  background: #eed;
  height: 1px;
  width: 100%;
  opacity: 1;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
} 
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-container {
  border-color: #fff !important;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-container .sppb-pricing-duration {
  color: #333 !important;
}
.sppb-addon-pricing-table .sppb-pricing-footer .sppb-btn-primary {
  background-color: rgba(216, 124, 233, .90) !important;
}
.sppb-addon-pricing-table .sppb-pricing-footer .sppb-btn-primary:hover, .sppb-addon-pricing-table .sppb-pricing-footer .sppb-btn-primary:focus {
  background-color: rgba(146, 84, 222, .90) !important;
}
#sp-top-bar {
  font-weight: 500;
}
#sp-top-bar .social-icons li {
  width: 32px;
  height: 32px;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100%;
  font-size: 14px;
  line-height: 32px;
}
#sp-top-bar .social-icons li:hover {
  color: #ddd;
}
.menu_button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 0 0 15px !important;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .menu_button {
    display: none !important;
  }
}
.menu_button a {
  padding: 11px 27px 11px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  border-radius: 7px;
  background-color: #a72141;
  font-weight: 500 !important;
  line-height: 20px !important;
}
.menu_button a:focus, .menu_button a:hover {
  color: #fff !important;
}
.menu_button:before {
  display: none !important;
}
.menu_button:focus, .menu_button:hover {
  color: #fff !important;
}
.menu_button:focus a, .menu_button:hover a {
  color: #fff !important;
  background-color: #ef7581;
}
#sp-header .sp-megamenu-parent > li.menu_button > a.active, #sp-header .sp-megamenu-parent > li.menu_button > a:focus, #sp-header .sp-megamenu-parent > li.menu_button > a:hover {
  color: #fff !important;
}
#mt_fix {
  margin-top: -100px !important;
  z-index: 22;
}
.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 {
  position: relative;
  z-index: 100;
  display: block;
  float: right;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.sp-megamenu-parent > li {
  position: relative;
  display: inline-block;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  font-size: 15px;
  line-height: 80px;
}
.sp-megamenu-parent > li.active:before, .sp-megamenu-parent > li:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sp-megamenu-parent > li .sp-menu-badge {
  display: inline-block;
  height: 20px;
  padding: 0 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background: #a72141;
  font-size: 10px;
  line-height: 20px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-megamenu-parent .sp-mega-group > li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #707070;
}
.sp-megamenu-parent .sp-mega-group > li:after, .sp-megamenu-parent .sp-mega-group > li:before {
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  margin-bottom: 5px;
  padding: 13px 22px 11px 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  text-transform: capitalize;
  color: #12114a;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.sp-megamenu-parent .sp-mega-group > li > a:after, .sp-megamenu-parent .sp-mega-group > li > a:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-megamenu-parent .sp-dropdown {
  position: absolute;
  z-index: 100;
  display: none;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 2px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.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 {
  position: relative;
  display: block;
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  display: block;
  padding: 13px 22px 11px 28px;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  color: #71767b;
  border-bottom: 1px solid #f3f7fd;
  font-size: 15px;
  line-height: 30px;
}
.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 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 15px;
  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 {
  float: right;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
}
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 {
  float: right;
  margin-left: 7px;
  content: "\f105";
  font-family: "FontAwesome";
}
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 {
  right: 0;
  left: auto;
}
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%;
}
.megamenu-special .sp-dropdown-mega .sp-dropdown-inner .sp-mega-group {
  position: relative;
}
.megamenu-special .sp-dropdown-mega .sp-dropdown-inner .sp-mega-group li {
  position: relative;
}
.megamenu-special .sp-dropdown-mega .sp-dropdown-inner .sp-mega-group li a {
  padding-left: 60px;
}
.megamenu-special .sp-dropdown-mega .sp-dropdown-inner .sp-mega-group li:hover:before {
  color: #fff;
}
.megamenu-special .sp-dropdown-mega .sp-dropdown-inner .sp-mega-group li:hover:after {
  opacity: 1;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.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 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 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);
  }
}
