/*@import url('/templates/sj_clinic/css/stylesheet.css');*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins');*/

/*@font-face {
  font-family: 'Kornilow';
  src: url('fonts/Kornilow.ttf?w118d') format('truetype');
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}*/

body {
  /*font-family: 'Kornilow', sans-serif;*/
  /*letter-spacing: 1px;*/
  /*font-family: 'Poppins', sans-serif !important;*/
  font-family: "Roboto", sans-serif;
  /*font-family: 'Gotham Pro', sans-serif;*/
  /*font-family: initial;*/
  font-size: 14px;
  color: #000;
}
a {
  /*color: #09569c;*/
  color: #337ab7;
  text-decoration: none;
  transition: color 400ms, background-color 400ms;
}
a:hover {
  text-decoration: underline;
  color: #23527c;
}
b,
strong {
  font-weight: 500;
}
p {
  margin: 0;
}
dl,
ol,
ul {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
::placeholder {
  /*font-family: initial;*/
  font-family: "Roboto", sans-serif;
  /*font-family: 'GothamPro', sans-serif !important;*/
  color: #739fc7;
}
.clearfix {
  clear: both;
}
[class*="fa-"] {
  font-family: FontAwesome;
}
.ui.button {
  /*font-family: initial;*/
  /*font-family: 'GothamPro', sans-serif !important;*/
  font-family: "Roboto", sans-serif;
}
.scroll_logo {
  visibility: hidden;
  opacity: 0;
  height: 0;
  /*padding-top: 10px;*/
  transition: all 0.3s;
}
.header-sticky .logo-image {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.header-sticky .scroll_logo {
  visibility: visible;
  opacity: 1;
  max-height: 60px;
  height: auto;
}
.header-row .row {
  align-items: center;
  padding: 0 15px;
}
#sp-top-bar a {
  color: #000;
}
.sp-contact-info .sp-contact-phone {
  display: flex;
  flex-wrap: wrap;
}
#sp-top-bar .sp-contact-info a {
  white-space: nowrap;
  font-size: 18px;
}
#sp-top-bar .sp-contact-info li:hover a {
  text-decoration: underline;
  color: #09569c;
}
#sp-top-bar .sp-contact-info .fa {
  transition: color 0.3s;
}
#sp-top-bar .sp-contact-info li:hover .fa {
  color: #09569c;
}
#sp-top-bar .sp-contact-info .fa {
  font-size: 18px;
}
#sp-top-bar .sp-contact-info .fa-mobile {
  font-size: 27px;
}
#sp-top-bar .sp-contact-info .fa-envelope {
  margin-bottom: 3px;
}
#sp-top2 .mod-languages .dropdown-menu {
  min-width: 110px;
}
.fa-search:before {
  color: #09569c;
  margin-bottom: 2px;
}
.searchform button {
  margin-left: 10px;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul {
  display: flex;
}
.home-carousel {
  margin-bottom: 80px;
}
.home-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.home-carousel .sj-extraslider .item {
  display: flex;
  justify-content: center;
}
.module-title {
  color: #004f95;
  font-size: 24px;
  font-weight: 300;
  /*text-align: center;*/
  margin-top: 40px;
  margin-bottom: 20px;
}
.categories-list.page-services {
  display: flex;
  /*justify-content: center;*/
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px 0;
}
.categories-list.page-services .item {
  /*width: 25%;*/
  flex-shrink: 0;
  padding: 0 10px;
  position: relative;
  margin-bottom: 40px;
}
.categories-list.page-services .item:hover .article-info {
  top: 0;
}
.categories-list.page-services .item:hover .item-title {
  height: auto;
  overflow: visible;
  display: block;
}
.categories-list.page-services .item a {
  /*padding-bottom: 50%;*/
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.categories-list.page-services .item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  /* background-color: rgba(0,0,0,0.8); */
  background: linear-gradient(180deg, #779fff, #000);
  transition: opacity 0.3s;
}
.categories-list.page-services .article-info {
  position: absolute;
  display: block;
  text-align: center;
  height: 100%;
  color: #fff;
  width: 100%;
  padding: 20px;
  z-index: 1;
  transition: all 0.3s;
  top: calc(100% - 80px);
  border-top: 2px solid #fff;
}
.categories-list.page-services .item-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.1;
  height: 2.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.services-list .list-cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.services-list .list-cat li {
  width: 100%;
  flex-shrink: 0;
  padding: 0 10px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  min-height: 230px;
  /*background-color: #085da4;*/
}
.services-list .img {
  position: relative;
  margin-bottom: 10px;
}
.services-list .img img {
  display: block;
  width: 100%;
}
.services-list .img .title {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  /*background-color: #00aeef;*/
  /*color: #fff;*/
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.services-list .descr {
  /*position: absolute;*/
  left: 0;
  top: 0;
  /*padding-top: 50%;*/
  /*padding-bottom: 10px;*/
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  width: 100%;
  transition: all 0.3s;
}
.services-list .more {
  text-align: center;
}
.services-list .more a {
  display: inline-block;
  background-color: #00aeef;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  transition: background-color 0.3s;
}
.services-list .more a:hover {
  background-color: #0b66a2;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "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;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  border-bottom: 1px solid #09569c;
  /*background: linear-gradient(45deg, #f1f1f1, transparent);*/
  position: relative;
  z-index: 3;
  /*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;
  float: right;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li a {
  font-size: 16px;
}
.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;
  line-height: 25px;
  /*margin: 0 5px 0 0;*/
}
#sp-top-bar .lang-active a,
#sp-top-bar .lang-active span {
  background-color: #09569c;
  color: #fff;
}
#sp-top-bar .mod-languages .lang-inline a,
#sp-top-bar .mod-languages .lang-inline span {
  /*padding: 0;*/
  padding: 14px 10px;
  /*color: #09569c;*/
}
.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;
  display: flex;
  align-items: center;
}
.sp-contact-info li {
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li a {
  font-size: 13px;
  margin-left: 5px;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  /*padding: 5px 0;*/
  height: 130px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  /*z-index: 2;*/
  z-index: 9;
  border: none !important;
  transition: all 0.3s;
  box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.1);
  /*background: linear-gradient(45deg, #f1f1f1, transparent);*/
}
.custom {
  font-family: "Roboto", sans-serif;
}
.article-body {
  font-family: "Roboto", sans-serif;
}
/*.iview-strip {*/
/*  display: none !important;*/
/*}*/
#sp-header .container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#sp-header .logo {
  height: 120px;
  display: inline-flex;
  margin: 0;
  align-items: center;
  transition: all 0.3s;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .logo-image {
  transition: all 0.3s;
  max-height: 110px;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  transition: all 0.3s;
}
#sp-header.header-sticky .logo {
  height: 50px;
}
#sp-header.header-sticky .logo-image {
  /*height: 55px;*/
  /*margin-top: 7px;*/
}
#sp-logo {
  padding-left: 0;
}
#sp-logo .sp-column {
  animation-delay: 1s;
  display: flex;
  align-items: center;
}
#sp-menu .sp-column {
  animation-delay: 1s;
}
#sp-top3 .sp-column {
  animation-delay: 1s;
}
#sp-top3 {
  padding-right: 0;
}
#sp-title {
  min-height: 0;
}
#sp-page-title {
  /*background: linear-gradient(45deg, #f1f1f1, transparent);*/
}
#sp-page-title .row {
  /*padding: 0 15px;*/
}
.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;
  display: block;
  text-align: center;
  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: 40px 0;*/
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module,
#sp-right .sp-module {
  margin-top: 50px;
  border: 0px solid #f3f3f3;
  padding: 0px;
  border-radius: 0px;
}
#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 {
  /*font-family: 'Poppins', sans-serif !important;*/
  margin: 0 0 10px;
  padding-bottom: 5px;
  font-size: 20px;
  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;
  line-height: 1.5;
}
#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;
}
.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;
}
.finder .search-results.list-striped {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.finder .search-results.list-striped li {
  width: 48%;
}
#search-results .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: 14px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 0px;
  border: 0px solid #f5f5f5;
  border-radius: 0px;
}
.article-list .article .rating {
  display: none;
}

.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: 0px 0px 20px 0px;*/
  border-radius: 0;
  border-bottom: 0px solid #f5f5f5;
  overflow: hidden;
  width: 100%;
  background-size: cover;
}
.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;*/
  /*width: 100%;*/
}
.article-list .article .article-header h1,
.article-list .article .article-header h2 {
  font-size: 1rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
  color: #252525;
}
.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h1 a:active,
.article-list .article .article-header h2 a:active,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:focus {
  /*color: #044cd0;*/
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.article-list .article .readmore a:hover,
.article-list .article .readmore a:active,
.article-list .article .readmore a:focus {
  /*color: #00aeef;*/
}
.article-list .article .readmore a:after {
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  padding: 0 10px;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #252525;
}
.article-info > span a:hover {
  color: #044cd0;
}
.article-details .article-header {
  position: relative;
}
.article-services .article-header h1,
.article-details .article-header h2 {
  /*font-size: 2.25rem;*/
  /*margin-top: 30px;*/
  /*text-align: center;*/
  /*margin-bottom: 30px;*/
  /*font-weight: normal;*/
  /*color: #09569c;*/
}
.article-header .extravote {
  margin: 0 0 12px;
}
.article-services .article-header h1,
.article-services .article-header h2 {
  /*color: #fff;*/
}
.alone-pages .article-details .article-header h1,
.article-details .article-header h2,
.itemid-476 .article-details .article-header h1,
.itemid-559 .article-details .article-header h1,
.itemid-477 .article-details .article-header h1,
.itemid-560 .article-details .article-header h1 {
  /*font-size: 24px;*/
  /*font-weight: 300;*/
  /*color: #09569c;*/
}
.itemid-476 .article-details .article-header h1,
.itemid-559 .article-details .article-header h1,
.itemid-477 .article-details .article-header h1,
.itemid-560 .article-details .article-header h1 {
  /*border: 2px solid #09569c;*/
  /*position: relative;*/
  /*display: inline-block;*/
  /*padding: 15px;*/
}
.itemid-476 .article-details .article-header h1::before,
.itemid-559 .article-details .article-header h1::before,
.itemid-477 .article-details .article-header h1::before,
.itemid-560 .article-details .article-header h1::before {
  /*content: '';*/
  /*display: block;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*width: 3px;*/
  /*height: 10px;*/
  /*background-color: #fff;*/
  /*z-index: 0;*/
}
.itemid-476 .article-details .article-header h1::after,
.itemid-559 .article-details .article-header h1::after,
.itemid-477 .article-details .article-header h1::after,
.itemid-560 .article-details .article-header h1::after {
  /*content: '';*/
  /*display: block;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*width: 3px;*/
  /*height: 10px;*/
  /*background-color: #fff;*/
  /*z-index: 0*/
}
.itemid-437 .article-details .page-header,
.itemid-554 .article-details .page-header {
  /*max-width: 993px;*/
}
.article-details .img-service {
  float: left;
  margin-right: 20px;
}
.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: 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;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 1rem 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: "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: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 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-footer,
#sp-bottom {
  background: #00aeef;
  color: #ffffff;
}
#sp-footer a,
#sp-bottom a {
  color: #fff;
}
#sp-footer a:hover,
#sp-bottom a:hover {
  color: #d2d2d2;
}
#sp-bottom {
  padding: 65px 0 85px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.6;
  background: linear-gradient(180deg, #05b0f9, #0c0f53);
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 25px;
  /*font-family: 'Poppins-Medium', sans-serif !important;*/
  text-transform: uppercase;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 5px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
  font-size: 13px;
  color: #fff;
}
#sp-bottom .sp-module ul > li > a:hover {
  color: #d2d2d2;
}
#sp-bottom .sp-module ul > li > a:hover:before {
  color: #00aeef;
}
#sp-bottom .sp-module ul > li > a:before {
  font-size: 10px;
  color: #fff;
  padding-right: 4px;
  content: "\f054";
  font-family: FontAwesome;
}
/*#sp-bottom .sp-module ul > li > a.viber:before {*/
/*  content: "";*/
/*}*/
.sp-module.infos-footer ul li .viber {
  position: relative;
  /*text-indent: 13px;*/
}
#sp-bottom .sp-module.infos-footer ul li .viber {
  display: inline-block;
}
.sp-module.infos-footer ul li .viber:after {
  content: "";
  position: absolute;
  background-image: url(/templates/sj_clinic/img/viber_icon.png);
  width: 14px;
  height: 16px;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #05b0f9, #0c0f53);
}
#sp-footer .container-inner {
  padding: 10px 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.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%;
}
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%;
}
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;
}
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;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.coming-soon .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;
  color: #fff;
}
html.error-page .error-code > b {
  color: #00aeef;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  color: #fff;
}
.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;*/
  font-size: 22px;
  color: #09569c;
  /*margin-top: 40px;*/
  /*margin-bottom: 40px;*/
  /*text-align: center;*/
  text-align: left;
  /*padding: 0 15px;*/
  margin: 20px auto 30px;
}
.statti-php .page-header {
  margin-top: 0;
}
.alone-pages .page-header,
.page-services .page-header,
.body-innerwrapper .blog .page-header,
.article-details.article-services.service-page .page-header {
  /*max-width: 1200px;*/
}
.service-page-categories h1 {
  /*margin-bottom: 35px;*/
}
.article-header h1 {
  /*border: none;*/
  /*padding: 0;*/
  /*display: block;*/
}
.article-header h1:before,
.article-header h1:after {
  /*display: none;*/
}
.alone-pages h1 {
  /*border: 2px solid;*/
  /*padding: 10px;*/
  /*display: inline-block;*/
}
.alone-pages h1:before,
.alone-pages h1:after {
  /*display: block;*/
}
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;
}
.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;*/
  padding: 0.4rem;
  font-size: 1rem;
  /*font-family: initial;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-family: "GothamPro", sans-serif;
  line-height: 1.25;
  /*color: #495057;*/
  /*background-color: #fff;*/
  /*background-image: none;*/
  /*background-clip: padding-box;*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.semanticui-body button,
.semanticui-body input,
.semanticui-body optgroup,
.semanticui-body select,
.semanticui-body textarea {
  /*font-family: initial;*/
}
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="file"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="search"],
.ui.form .field.error input[type="tel"],
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="time"],
.ui.form .field.error input[type="url"],
.ui.form .field.error select,
.ui.form .field.error textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="file"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="search"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="time"],
.ui.form .fields.error .field input[type="url"],
.ui.form .fields.error .field select,
.ui.form .fields.error .field textarea {
  font-family: initial;
}
input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select,
.chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: 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, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container .chzn-drop {
  /*position: static;*/
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  width: auto;
}
.chzn-container-active .chzn-drop {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.chzn-container .chzn-results {
  display: flex;
  overflow: visible;
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, 0.2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, 0.5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: 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, 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;
}
.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: left;
  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: 88px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.sp-megamenu-parent > li > a:hover:before,
.sp-megamenu-parent > li > span:hover:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  width: 40%;
  position: absolute;
  bottom: 25px;
  left: 22px;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li.active > a:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  width: 40%;
  position: absolute;
  bottom: 25px;
  left: 22px;
}
.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 {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 7px;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: #00aeef;
}
.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 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: "FontAwesome";
  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: "FontAwesome";
  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%;
}
#offcanvas-toggler {
  /*display: block;*/
  /*height: 120px;*/
  /*line-height: 120px;*/
  /*font-size: 20px;*/
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: 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: 10px;
}
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);
  }
}
.sppb-carousel-inner > .sppb-item > a > img,
.sppb-carousel-inner > .sppb-item > img,
.sppb-img-responsive {
  width: auto;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  float: none;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control.ctajax-error .ca-tooltip {
  display: block !important;
}
@font-face {
  font-family: "Linearicons-Free";
  src: url("fonts/Linearicons-Free.eot?w118d");
  src: url("fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"),
    url("fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("fonts/Linearicons-Free.woff?w118d") format("woff"),
    url("fonts/Linearicons-Free.ttf?w118d") format("truetype"),
    url("fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.lnr {
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}
.sppb-row-container {
  max-width: 1200px;
  width: 100%;
}
/*----------sp page builder--------*/
.sppb-section.type1 .sppb-row-container {
  background: white;
  position: relative;
  top: -65px;
  box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
}
.sppb-section.type1 .sppb-row > [class*="sppb-col"] {
  margin: 0;
  padding: 34px 38px;
  border-right: 1px solid #ccc;
}
.sppb-section.type1 .sppb-row > [class*="sppb-col"]:last-child {
  border-right: 0;
}
.sppb-section.type1 .sppb-row > [class*="sppb-col"] h3.sppb-addon-title {
  color: #1e1e1e;
  margin-bottom: 0px;
  font-size: 24px;
}
.sppb-section.type1 .sppb-row > [class*="sppb-col"] h3.sppb-addon-title:after {
  display: none;
}
ul {
  padding: 0;
}
h2 {
  /*font-family: 'Poppins-SemiBold', sans-serif !important;*/
  font-size: 24px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
h3 {
  /*font-family: 'Poppins-SemiBold', sans-serif !important;*/
}
h4 {
  /*font-family: 'Poppins-SemiBold', sans-serif !important;*/
  font-size: 17px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 14px;
}
h5 {
  /*font-family: 'Poppins-SemiBold', sans-serif !important;*/
  font-size: 15px;
  line-height: 1.1538461538;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 14px;
  color: #1c1c1c;
}
ul li {
  list-style: none;
}
ul.list {
  margin-left: 18px;
}
ul.list li {
  font-weight: 400;
  list-style-type: disc;
}
ul.list li + li {
  margin-top: 6px;
}
ul.list1 li {
  font-size: 14px;
  line-height: 24px;
}
ul.list1 li span {
  /*color: #2a93c9;*/
  float: right;
}
ul.list1 li + li {
  /*border-top: 1px solid rgba(197, 203, 207, 0.3);
   margin-top: 10px;*/
  padding-top: 10px;
}
#sppb-addon-1539746906745 .sppb-icon .sppb-icon-container {
  display: inline-block;
  text-align: center;
  padding: 0 0 0 0;
  /*color: #1c85bc;*/
}
#sppb-addon-1539746906745 .sppb-icon span.lnr.lnr-phone-handset {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.bs-pretext .page_header {
  text-align: center;
}
.item_img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 23px;
  position: relative;
}
.item_img img {
  max-width: 100%;
  height: auto;
}
/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
.registration-services .descr {
  display: none;
}
@media (min-width: 768px) {
  .sp-module-content .mod-languages ul.lang-inline {
    display: flex;
    justify-content: flex-end;
    /*flex-wrap: wrap;*/
  }
  .sp-menu-full.container {
    width: 720px;
  }
  .categories-list.page-services > div {
    width: 50%;
  }
  .services-list .list-cat li {
    width: 50%;
  }
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .contact-schedule {
    min-width: 380px;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
  #offcanvas-toggler {
    display: none;
  }
  .sp-module_menu .menu {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .sp-module_menu .menu-parent {
    position: relative;
  }
  .sp-module_menu .menu-parent:hover .menu-child {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
  }
  .sp-module_menu .menu-child {
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    box-shadow: 0px 0px 14px -6px #000;
    background-color: #fff;
    padding: 10px;
    transition: all 0.3s;
  }
  .sp-module_menu .menu-child li {
    margin-bottom: 5px;
    /*padding: 5px 10px;*/
  }
  .sp-module_menu .menu-child li a {
    padding: 5px 10px;
    line-height: 1.2;
    display: block;
  }
  .sp-module_menu .menu-child li.active {
    background-color: #00aeef;
    background: linear-gradient(180deg, #05b0f9, #0c0f53);
  }
  .sp-module_menu .menu-child li:hover {
    background-color: #00aeef;
    background: linear-gradient(180deg, #05b0f9, #0c0f53);
  }
  .sp-module_menu .menu-child li:hover a {
    color: #fff;
  }
  .sp-module_menu .menu > li {
    margin-right: 10px;
  }
  .sp-module_menu .menu > li:last-child {
    margin-right: 0;
  }
  .sp-module_menu .menu > li.active {
    background-color: #00aeef;
    background: linear-gradient(180deg, #05b0f9, #0c0f53);
    color: #fff;
  }
  .sp-module_menu .menu .active > a {
    color: #fff;
  }
  .sp-module_menu .menu > li > a {
    transition: all 0.3s;
    padding: 8px;
    display: block;
  }
  .sp-module_menu .menu > li:hover {
    background-color: #00aeef;
    background: linear-gradient(180deg, #05b0f9, #0c0f53);
  }
  .sp-module_menu .menu > li:hover > a {
    color: #fff;
  }
  .sp-module_menu .menu li a {
    font-size: 14px;
    /*font-size: 16px;*/
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
  }
  #sp-logo {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .sp-module_menu .menu li a {
    /*font-size: 22px;*/
    font-size: 18px;
    color: #252525;
    /*font-size: 17px;*/
  }
}
.sj-basic-news .item {
  margin-bottom: 12px;
}
.sj-basic-news .item .item_content {
  -webkit-box-shadow: 0 0px 0px rgba(6, 30, 52, 0.1);
  box-shadow: 0 0px 0px rgba(6, 30, 52, 0.1);
  color: #828a8f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 26px 20px 30px;
  text-align: center;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sj-basic-news .item .item_content:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
  box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
}
.sj-basic-news .item .item_content:hover .item_title {
  color: #2a93c9;
}
.sj-basic-news .item .item_img {
  margin: 0 0 18px;
}
.sj-basic-news .item .item_title {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 18px;
}
.testimonial-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.yt-testimonial .owl-controls {
  margin-bottom: 40px;
}
.sppb-media {
  overflow: visible;
}
.sppb-media .pull .sppb-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.sppb-media .pull .sppb-addon-title {
  vertical-align: top;
  display: inline-block;
  font-weight: 500;
}
.sppb-addon.sppb-addon-feature {
  -webkit-box-shadow: 0 0px 0px rgba(6, 30, 52, 0.1);
  box-shadow: 0 0px 0px rgba(6, 30, 52, 0.1);
  color: #828a8f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 26px 20px 30px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sppb-addon.sppb-addon-feature:hover {
  -webkit-box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
  box-shadow: 0 8px 59px rgba(6, 30, 52, 0.1);
}
.ident .pre-text .page_header p {
  color: #222;
}
.color .pre-text .page_header p {
  color: #fff;
}
.yt-testimonial .owl-dots .owl-dot:hover,
.yt-testimonial .owl-dots .owl-dot.active {
  background-color: #0b66a2;
}
.acymailing_module div {
  display: flex;
  justify-content: center;
}
.sp-page-builder .page-content #section-id-1519279374154 #sppb-addon-1539854136302 .sj-extraslider {
  color: #202020;
}
.sppb-column-addons .sppb-text-left a.sppb-btn-primary {
  background: #0b66a2;
  border-color: #0b66a2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  width: 160px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.sppb-column-addons .sppb-text-left a.sppb-btn-primary:hover {
  border-color: #044cd0;
  background-color: #044cd0;
}
a:not([href]):not([tabindex]):hover {
  color: #495057;
}
.tm-single-article .page_header {
  margin-bottom: 37px;
}
.tm-single-article .page_header h2 {
  margin-bottom: 0px;
  font-size: 28px;
}
.tm-single-article .page_header p {
  font-size: 16px;
  font-style: italic;
  /*font-family: 'Lora Italic', serif;*/
  margin-bottom: 0;
}
.mod-article-single h4 {
  font-size: 20px;
}
.mod-article-single p {
  font-size: 14px;
}
.yt-testimonial .item-img-info {
  margin-bottom: 20px;
}
.yt-testimonial .item-info h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.yt-testimonial .item-info span.position {
  color: #fff !important;
}
.bs-pretext {
  margin-bottom: 30px;
}
.bs-pretext .page_header h2,
.pre-text .page_header h2 {
  margin-bottom: 0px;
  font-size: 28px;
}
.bs-pretext .page_header p,
.pre-text .page_header p {
  font-size: 16px;
  font-style: italic;
  padding: 3px;
  /*font-family: 'Lora Italic', serif;*/
  margin-bottom: 0;
  color: #898989;
}
#sppb-addon-1539746906745 .sppb-addon-text,
#sppb-addon-1539746906756 .sppb-addon-title {
  font-size: 14px;
}
.sppb-col-md-4 .sppb-text-center h3.sppb-addon-title {
  margin-bottom: 20px;
}
.sppb-text-center h3.sppb-addon-title {
  margin-bottom: 0px;
}
.sppb-text-center .sppb-addon-content {
  font-size: 14px;
  font-style: italic;
  padding: 3px;
  /*font-family: 'Lora Italic', serif;*/
  margin-bottom: 0;
}
.mod-article-single p {
  margin-bottom: 46px;
}
.mod-article-single ul li {
  padding-bottom: 30px;
  display: block;
}
.mod-article-single ul li.fa-check:before {
  padding-right: 20px;
}
.mod-article-single div.mod-newsflash-adv_custom-link a {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 25px;
  font-weight: bold;
}
.mod-article-single div.mod-newsflash-adv_custom-link a:hover {
  color: #044cd0;
  border-color: #044cd0;
}
.contact-ajax .ctajax-element .el-ctajax-form input[name="cainput_full_name"],
.contact-ajax .ctajax-element .el-ctajax-form input[name="cainput_date"],
.contact-ajax .ctajax-element .el-ctajax-form input[name="cainput_email"] {
  color: #8c8c8c;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 26px;
}
.contact-ajax .ctajax-element .el-ctajax-form textarea {
  padding: 10px 15px;
  height: 40px;
  color: #8c8c8c;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 150px;
}
.contact-ajax .ctajax-element .el-ctajax-form {
  margin: 0 -10px;
}
.contact-ajax .ctajax-element .el-ctajax-form input[name="cainput_date"] {
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.search .error {
  background: #00aeef;
  color: #fff;
  padding: 10px;
}
.smart-search-top {
  display: inline-block;
}
.smart-search-top .searchform {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  border: 1px solid #09569c;
  border-radius: 20px;
  padding: 0 10px;
}
#mod-finder-searchword {
  border: none;
}
.smart-search-top .searchform:hover .inputbox {
  width: 100%;
  padding-left: 15px;
}
.smart-search-top .searchform:hover .btn-link {
  color: #fff;
}
.smart-search-top .searchform:hover .link-appoitment {
  color: #222;
}
.smart-search-top .searchform .inputbox {
  width: 0;
  padding: 10px 0;
  background: #fff;
  color: #222;
  position: absolute;
  border: none;
  border-radius: 0;
  display: inline-block;
  z-index: 2;
  top: 90%;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
  transition: width 0.3s ease;
  right: 0;
}
.smart-search-top .searchform .btn-link {
  color: #fff;
  text-decoration: none;
  margin-top: 0px;
  font-size: 12px;
  margin-right: 40px;
}
.smart-search-top .searchform .link-appoitment {
  border-radius: 3px;
  background: #fff;
  color: #222;
  /*font-family: 'Poppins-SemiBold', sans-serif;*/
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px;
  padding: 10px 20px;
  margin-right: 0px;
}
.btn-appoiment {
  display: inline-block !important;
}
.btn-appoiment .btn-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
}
.link-appoitment {
  border-radius: 3px;
  background: #fff;
  color: #222;
  /*font-family: 'Poppins-SemiBold', sans-serif;*/
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px;
  padding: 10px 20px;
  margin-right: 0px;
}
div.news-scroller .scroller-container {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider {
  transform: none !important;
  border-radius: 0;
  max-width: 100%;
  background-size: cover !important;
  /*background-position: center !important;*/
}
/*div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption {*/
/*height: auto !important;*/
/*width: 100% !important;*/
/*max-width: 100%;*/
/*!*width: auto !important;*!*/
/*min-width: 300px;*/
/*padding: 20px;*/
/*!*top: 35% !important;*!*/
/*left: 0 !important;*/
/*!*transform: translate(-50%, -50%);*!*/
/*border-radius: 0;*/
/*overflow: visible;*/
/*text-align: center;*/
/*!*background-color: rgba(3, 40, 107, 0.58);*!*/
/*}*/
.ns-item {
  background-color: rgba(2, 39, 177, 0.33);
}
.caption-contain {
  height: auto !important;
  width: auto !important;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .title-faq {
  display: none;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description h3.title {
  font-family: Arial, sans-serif;
  /*font-weight: bold;*/
  /*font-size: 66px;*/
  /*color: #fff;*/
  /*background-color: rgba(12, 16, 84, 0.5);*/
  /*background-color: rgba(0, 143, 217, .55);*/
  /*padding: 10px;*/
  /*position: relative;*/
  /*left: -50px;*/
  /*margin: 0 5% 0 25%;*/
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description p {
  /*width: 100%;*/
  /*text-shadow: none;*/
  /*font-size: 20px;*/
  /*margin: 0 0 50px;*/
  /*padding: 0 20px;*/
  /*background-color: rgba(218, 89, 26, 0.7);*/
  /*background-color: rgba(218, 89, 26, 1);*/
  font-family: Arial, sans-serif;
  /*font-weight: bold;*/
  /*font-size: 40px;*/
  /*margin: 0 0 0 30%;*/
  /*white-space: nowrap;*/
  /*max-width: 75%;*/
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button {
  padding: 0;
  list-style: none;
  margin: 0 -10px;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button > li {
  display: inline-block;
  padding: 0 10px;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button > li a {
  background: none;
  padding: 11px 28px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description .list-button > li a:hover {
  background: #0b66a2;
  border: 1px solid transparent;
}
div.news-scroller
  .scroller-container.nav-style2
  .iviewSlider
  .iview-caption
  .ns-description
  .list-button
  > li.view-more
  a {
  background: #0b66a2;
  border-radius: 5px;
  border: 1px solid transparent;
}
div.news-scroller
  .scroller-container.nav-style2
  .iviewSlider
  .iview-caption
  .ns-description
  .list-button
  > li.view-more
  a:hover {
  box-shadow: none;
  border-color: #fff;
  background: none;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav {
  background: none;
  opacity: 1 !important;
  display: inline-block;
  width: auto;
  top: auto;
  bottom: 20px;
  right: auto;
  margin: 0 !important;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav a img {
  height: auto;
  width: auto;
  border: none;
  margin: 0;
  border-radius: 0;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav a img:hover {
  opacity: 1;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items {
  padding: 0;
  background: none;
  display: inline-block;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul {
  padding: 0;
  text-align: center;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li {
  display: inline-block;
  padding: 0 5px;
  width: 40%;
  margin: 0;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control {
  display: inline-block;
  background: #000;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: none;
  position: relative;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control img {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control.active,
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control:hover {
  border: 1px solid #fff;
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control.active img,
div.news-scroller .scroller-container.nav-style2 .iview-controlNav .iview-items ul li .iview-control:hover img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#sp-top2 .tm-language {
  float: right;
}
#sp-top2 .mod-languages {
  position: relative;
  /*padding-left: 10px;*/
  /*margin-left: 10px;*/
  padding-right: 0;
}
#sp-top2 .mod-languages .btn-group {
  display: block !important;
}
#sp-top2 .mod-languages::after {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  height: 11px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
}
#sp-top2 .mod-languages img {
  display: inline;
  vertical-align: baseline;
  margin-right: 5px;
}
#sp-top2 .mod-languages .dropdown-toggle {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  padding: 0 6px;
  outline: none;
  box-shadow: none;
}
#sp-top2 .mod-languages .dropdown-toggle:active,
#sp-top2 .mod-languages .dropdown-toggle:focus,
#sp-top2 .mod-languages .dropdown-toggle:visited {
  outline: none;
  box-shadow: none;
}
#sp-top2 .mod-languages .dropdown-toggle div b {
  background: none;
}
#sp-top2 .mod-languages .dropdown-toggle div b::after {
  position: absolute;
  top: 6px;
  right: 9px;
  content: "\f107";
  font-family: "FontAwesome";
}
#sp-top2 .mod-languages .dropdown-menu {
  min-width: 100px;
  padding: 0px;
  border-radius: 0px;
}
#sp-top2 .mod-languages .dropdown-menu > li {
  margin: 0px;
  padding: 5px 10px;
}
#sp-top2 .mod-languages .dropdown-menu > li > a {
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
}
#sp-top2 .mod-languages .dropdown-menu > li > a img {
  vertical-align: baseline;
  margin-right: 5px;
}
#sp-top2 .mod-languages .dropdown-menu > li > a:focus,
#sp-top2 .mod-languages .dropdown-menu > li > a:hover {
  color: #00aeef;
}
.yt-member {
  margin-bottom: 0;
}
.yt-member .ident {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}
.yt-member .yt-member-info {
  padding: 13px 0 10px;
}
.yt-member .yt-member-info .yt-member-name {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 0;
}
.yt-member .yt-member-info .yt-member-role {
  color: #666;
  font-size: 13px;
  margin-bottom: 0;
}
.yt-member.yt-member-style-1 .yt-member-icons {
  border-top: 0px;
  padding: 0;
}
.yt-member.yt-member-style-1 .yt-member-icons .yt-member-ic ul.info li {
  color: #0b66a2;
  display: block;
  line-height: 22px;
}
.yt-member.yt-member-style-1 .yt-member-icons .yt-member-ic ul.info li.fa-phone:before {
  font-size: 13px;
  padding-right: 5px;
}
.yt-member.yt-member-style-1 .yt-member-icons .yt-member-ic ul.info li.fa-envelope:before {
  font-size: 13px;
  padding-right: 5px;
}
.yt-member.yt-member-style-1 .yt-member-icons .yt-member-ic ul.info li a {
  color: #0b66a2;
  margin: 0;
  font-size: 13px;
  /*font-family: 'Poppins', sans-serif !important;*/
}
.sj-extraslider .item .item-wrap {
  margin-bottom: 42px;
  float: none;
}
.sj-extraslider .item .item-wrap .item-content .item-description p {
  color: #545454;
  font-size: 13px;
}
.sj-extraslider .item .item-wrap .item-content .item-readmore a {
  font-size: 12px;
  color: #0b66a2;
}
.sj-extraslider .item .item-wrap .item-content .item-readmore a:after {
  content: "\f101";
  font-family: FontAwesome;
}
.sj-extraslider .item .item-wrap .item-title {
  padding: 20px 0 0;
}
.sj-extraslider .item .item-wrap .item-title ul.date-author {
  display: flex;
  margin-bottom: 10px;
}
.sj-extraslider .item .item-wrap .item-title ul.date-author > li {
  font-size: 13px;
  color: #898989;
}
.sj-extraslider .item .item-wrap .item-title a {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  display: block;
  margin-bottom: 10px;
}
.sj-extraslider .item .item-wrap .item-title a:hover {
  color: #00aeef;
}
/*----------Footer---------------*/
.acymailing_module_form .acymailing_introtext {
  /*font-family: 'Poppins SemiBold', sans-serif !important;*/
  color: #1c1c1c;
  font-size: 20px;
  padding-right: 54px !important;
  font-weight: bold;
  line-height: 40px;
}
.acymailing_module_form table.acymailing_form input[type="text"]:not(.form-control) {
  font-size: 13px;
  padding: 15px 20px;
  color: #818181;
  border-color: #fff;
  box-shadow: 0px 3px 25px #e7dede;
}
.acymailing_module_form table.acymailing_form tr td.acyfield_email {
  width: 377px;
}
.acymailing_module_form table.acymailing_form tr td.acysubbuttons .btn-primary {
  background: #0b66a2;
  padding: 13px 60px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  margin-left: 15px;
}
#sp-bottom4 .sp-module.infos-footer ul.infos {
  padding: 0 0 18px;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 12px;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li.hide {
  opacity: 0;
  position: absolute;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li {
}
#sp-bottom4 .sp-module.infos-footer ul.infos li.phone i {
  top: 5px;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li.phone i:before {
  font-size: 16px;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li.adres i {
  top: 5px;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li.adres i:before {
  font-size: 16px;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li:hover i {
  background-color: #0b66a2;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li i {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 0;
  /*background-color: #4b4b4b;*/
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
#sp-bottom4 .sp-module.infos-footer ul.infos li i:before {
  font-size: 14px;
}
ul.link-footer {
  list-style: none;
  float: right;
  margin-bottom: 0;
}
ul.link-footer li {
  display: inline-block;
  float: left;
}
ul.link-footer li a {
  padding: 0 10px;
  font-size: 13px;
}
.sj-extraslider .pre-text,
.pre-text {
  margin: 0 0 50px;
}
.contact-ajax .ctajax-element .el-ctajax-form select:not(.form-control) {
  margin-bottom: 15px;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return {
  display: none;
  margin-left: 15px;
  margin-top: 12px;
  border: 1px solid #9ee002;
  border-radius: 3px;
  padding: 5px;
}
.contact-ajax .ctajax-element .el-ctajax-form .control .chzn-container {
  margin-bottom: 15px;
}
.contact-ajax .ctajax-element .el-ctajax-form .control .chzn-container .chzn-single {
  color: #8c8c8c;
  font-size: 14px;
  line-height: calc(2.25rem + 2px);
  height: 50px;
}
.contact-ajax .ctajax-element .el-ctajax-form .control .el-ok,
.contact-ajax .ctajax-element .el-ctajax-form .control .el-error {
  display: none;
}
.contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  background: #252525;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
}
.contact-ajax .ctajax-element .el-ctajax-form input[type="submit"]:hover {
  background-color: #044cd0;
}
.home-carousel .sj-extraslider {
  margin: 0 0 40px 0;
  background: linear-gradient(45deg, #f1f1f1, transparent);
}
#section-id-1540367902800 .sppb-col-md-6 .sppb-column.ident:before {
  background: #f7f7f7;
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  content: "";
  width: 10000%;
  display: block;
}
#section-id-1540367902800 .sppb-col-md-6 .sppb-column.color:before {
  background: #0b66a2;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  content: "";
  width: 10000%;
  display: block;
}
.profile-edit .form-group button.btn#helpsite-refresh {
  margin-top: 15px;
}
a.hasTooltip,
.search .btn-toolbar button,
a.hasPopover,
label.hasPopover {
  display: block !important;
}
.tooltip.show {
  opacity: 0;
}
#sp-footer .sp-copyright {
  font-size: 13px;
}
#sp-footer .sp-copyright a {
  color: #fff;
}
#sp-breadcrumb {
  /*padding: 0;*/
}
.text-center {
  text-align: center;
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.breadcrumb .divider {
  margin-right: 5px;
  color: #ccc;
}
.breadcrumb li a {
  color: #337ab7;
}
.breadcrumb li a:hover {
  color: #23527c;
}
.breadcrumb li.active {
  color: #8c8c8c;
}
.breadcrumb > li {
  display: inline-block;
}
/* Page Bonus */
#sp-right .sp-module .sp-module-title,
#sp-left .sp-module .sp-module-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.statti-categories-module-title {
  color: #004f95;
  /*border-left: 4px solid #004f95;*/
  background: #f8f8f8;
  /*border-left: 4px solid #004f95;*/
  padding: 12px 15px;
  font-size: 20px;
  line-height: 25px;
  background-color: #00aeef;
  background: linear-gradient(180deg, #05b0f9, #0c0f53);
  color: #fff;
  /*color: #6969b3;*/
}
.statti-categories > li {
  font-size: 18px;
  line-height: 22px;
  position: relative;
}
.statti-categories > li > a {
  display: block;
  padding: 15px 25px 15px 15px;
  border-bottom: 1px solid #e0e0e0;
  color: #004f95;
  text-decoration: none;
}
.statti-categories > li.active > a,
.statti-categories > li:hover > a {
  /*background-color: #004f95;*/
  /*color: #fff;*/
  text-decoration: underline;
  font-weight: 600;
}
.stattia .page-header {
  margin-top: 0;
}
.stattia .img img {
  float: left;
  margin: 0 20px 10px 0;
  max-height: 50vh;
  max-width: 50%;
}
#sp-right .sp-module .categories-module li a span,
#sp-left .sp-module .categories-module li a span {
  float: right;
}
#sp-right .sp-module .archive-module li,
#sp-left .sp-module .archive-module li,
#sp-right .sp-module .categories-module li,
#sp-left .sp-module .categories-module li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
#sp-right .sp-module .archive-module li:first-child,
#sp-left .sp-module .archive-module li:first-child,
#sp-right .sp-module .categories-module li:first-child,
#sp-left .sp-module .categories-module li:first-child {
  padding-top: 0;
}
#sp-right .sp-module .archive-module li > a,
#sp-left .sp-module .archive-module li > a,
#sp-right .sp-module .categories-module li > a,
#sp-left .sp-module .categories-module li > a {
  line-height: normal;
  padding: 0;
}
#sp-right .sp-module .tagspopular ul,
#sp-left .sp-module .tagspopular ul {
  padding: 0;
  list-style-type: none;
  margin: -4px;
}
#sp-right .sp-module .tagspopular ul li,
#sp-left .sp-module .tagspopular ul li {
  float: left;
  padding: 4px;
  border-bottom: 0;
}
#sp-right .sp-module .tagspopular ul li a,
#sp-left .sp-module .tagspopular ul li a {
  display: block;
  padding: 13px 16px;
  color: #898989;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: normal;
}
#sp-right .sp-module .tagspopular ul li a:hover,
#sp-left .sp-module .tagspopular ul li a:hover {
  background-color: #00aeef;
  border-color: #00aeef;
  color: #fff;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 1em;
}
.detail-idoctor {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.detail-idoctor.item {
  margin-bottom: 0;
}
.detail-idoctor .entry-image {
  box-shadow: 2px 2px 8px #ddd;
  -webkit-box-shadow: 2px 2px 8px #ddd;
  -moz-box-shadow: 2px 2px 8px #ddd;
  -ms-box-shadow: 2px 2px 8px #ddd;
  -o-box-shadow: 2px 2px 8px #ddd;
}
.detail-idoctor .head-title-post {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.detail-idoctor .head-title-post h2 {
  float: left;
  margin-bottom: 0;
}
.detail-idoctor .head-title-post .list-social {
  float: right;
}
.detail-idoctor .head-title-post .list-social ul {
  list-style-type: none;
  margin: 0 -15px;
}
.detail-idoctor .head-title-post .list-social ul li {
  float: left;
  padding: 0 15px;
}
.detail-idoctor .head-title-post .list-social ul li a {
  font-size: 0;
  color: #111;
  padding: 7px 3px;
}
.detail-idoctor .head-title-post .list-social ul li a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
}
.detail-idoctor .head-title-post .list-social ul li a.facebook:before {
  content: "\f09a";
}
.detail-idoctor .head-title-post .list-social ul li a.twitter:before {
  content: "\f099";
}
.detail-idoctor .head-title-post .list-social ul li a.google:before {
  content: "\f0d5";
}
.detail-idoctor .head-title-post .list-social ul li a:hover {
  color: #0085d3;
}
.detail-idoctor .btn-join-form {
  padding: 33px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.detail-idoctor .btn-join-form a {
  display: inline-block;
  vertical-align: top;
  padding: 15px 30px;
  background-color: #0085d3;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
}
.detail-idoctor .btn-join-form a:hover {
  background-color: #0065a0;
}
.detail-idoctor h4 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.detail-idoctor .qualifications {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.detail-idoctor .qualifications .list-qualifications {
  margin: 0 -16px;
  padding: 0;
  list-style-type: none;
}
.detail-idoctor .qualifications .list-qualifications li {
  float: left;
  padding: 0 16px;
  margin-bottom: 15px;
}
.detail-idoctor .work-hours {
  clear: both;
}
.detail-idoctor .work-hours .list-time {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.detail-idoctor .work-hours .list-time li {
  width: 50%;
  float: left;
  padding-bottom: 10px;
  font-size: 12px;
}
.detail-idoctor .work-hours .list-time li .day-time {
  font-size: 14px;
  color: #111;
  min-width: 85px;
  display: inline-block;
}
.wp-list-related {
  position: relative;
  background-color: #f4f4f4;
  padding: 100px 0;
  margin-top: 70px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.wp-list-related:before {
  content: "";
  right: 100%;
  height: 100%;
  width: 1000px;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
}
.wp-list-related:after {
  top: 0;
  position: absolute;
  content: "";
  left: 100%;
  height: 100%;
  width: 1000px;
  background-color: #f4f4f4;
}
.wp-list-related .related-title h3 {
  font-size: 50px;
  /*font-family: 'Poppins-SemiBold', sans-serif !important;*/
  font-weight: bold;
  color: #111;
  text-align: center;
  margin: 0 0 0px;
}
.wp-list-related .related-title p {
  font-size: 14px;
  font-style: italic;
  padding: 3px;
  /*font-family: 'Lora Italic', serif;*/
  margin-bottom: 0;
  text-align: center;
  color: #898989;
}
.detail-idoctor .wp-list-related .item-wrap .item-info {
  padding: 35px 20px 25px;
}
.wp-list-related .related-items {
  margin: 0;
}
.wp-list-related .related-items .owl-stage-outer .owl-item {
  padding: 0 15px;
}
.col-md-6 {
  float: left;
}
.stylecolor {
  color: #00aeef;
}
.custom-excell {
  font-size: 14px;
  color: #666;
}
.custom-excell h2 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #111;
}
.custom-excell .sub-html {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #1c1c1c;
}
.custom-excell .note-html {
  margin-bottom: 25px;
  line-height: 22px;
}
.custom-excell .item-check {
  margin-bottom: 12px;
}
.custom-excell .item-check:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #0085d3;
  display: inline-block;
  margin-right: 10px;
}
.custom-excell .btn-readmore a {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 48px;
  padding: 0 35px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #0085d3;
}
.custom-excell .btn-readmore a:hover {
  background-color: #0065a0;
}
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover {
  background-color: #00aeef;
  color: #fff;
}
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover .item-title a,
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover .item-title span {
  color: #fff;
}
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover .item-title a:hover {
  color: #fff;
}
.sj-listidoctor.sj-extraslider .item-wrap .item-info:hover .fields-container span.field-value {
  color: #fff;
}
.item-wrap .item-image:hover {
  opacity: 0.75;
}
.item-wrap .item-info {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px 20px 25px;
  position: relative;
  width: auto;
  background-color: #fff;
}
.item-wrap .item-info .fields-container .field-entry {
  margin-bottom: 0;
}
.item-wrap .item-info .fields-container .field-entry:nth-child(2) span.field-value:before {
  content: "\f0e0";
  font-family: FontAwesome;
  padding-right: 5px;
}
.item-wrap .item-info .fields-container span.field-label {
  display: none;
}
.item-wrap .item-info .fields-container span.field-value {
  font-size: 13px;
  color: #0b66a2;
}
.item-wrap .item-info .fields-container span.field-value:before {
  content: "\f095";
  font-family: FontAwesome;
  padding-right: 5px;
}
.item-wrap .item-info .item-title {
  padding: 0 0 10px;
}
.item-wrap .item-info .item-title a {
  color: #1c1c1c;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
}
.item-wrap .item-info .item-title a:hover {
  color: #0085d3;
  text-decoration: none;
}
.item-wrap .item-info .item-title .sub-job {
  font-size: 13px;
  font-weight: normal;
  color: #666;
  text-transform: capitalize;
  display: block;
}
.item-wrap .item-info .item-content {
  margin: 0;
  padding: 0;
}
.item-wrap .item-info .item-content .item-readmore a {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-color: #0085d3;
  border: 10px solid #fff;
  border-radius: 100%;
  font-size: 0;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-controls .owl-nav .owl-prev:before,
.owl-controls .owl-nav .owl-next:before {
  font-size: 50px;
  font-family: FontAwesome;
  color: #09569c;
  font-weight: 600;
}
.owl-controls .owl-nav .owl-prev:hover:before,
.owl-controls .owl-nav .owl-next:hover:before {
  color: #0085d3;
}
.owl-controls .owl-nav .owl-prev {
  left: 0;
  margin-left: -30px;
}
.owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-controls .owl-nav .owl-next {
  right: 0;
  margin-right: -30px;
}
.owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info {
  width: 46%;
  float: right;
  margin-left: 1.33%;
  background-color: transparent;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-content .item-readmore {
  text-align: left;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-content .item-readmore a {
  text-transform: uppercase;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title {
  padding: 5px 0px 10px 0px;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .createdate {
  color: #898989;
  font-size: 13px;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-info .createdate span.author {
  color: #00aeef;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-image {
  width: 50%;
  float: left;
}
.sj-extraslider .extraslider-inner .item-wrap.style1 .item-image a:hover img {
  opacity: 0.8;
}
.mod-newsflash-adv .item .img-intro a:hover img {
  opacity: 0.8;
}
.mod-newsflash-adv .item .item_content {
  padding: 0 0 30px;
  margin: 0 0 0.3rem;
}
.mod-newsflash-adv .item .item_content .item_title {
  color: #1c1c1c;
  font-size: 20px;
}
.mod-newsflash-adv .item .item_content .item_introtext {
  padding: 0 30px;
}
.mod-newsflash-adv .item .item_content .item_introtext p {
  font-size: 14px;
  color: #545454;
}
.mod-newsflash-adv .item .item_content:hover {
  background-color: #0b66a2;
  color: #fff;
}
.mod-newsflash-adv .item .item_content:hover .item_introtext p,
.mod-newsflash-adv .item .item_content:hover .item_title {
  color: #fff;
}
.mod-newsflash-adv .item .item_content:hover a.readmore {
  color: #1c1c1c;
  background-color: #f9c924;
  border: 1px solid #f9c924;
}
.mod-newsflash-adv .item .item_content:hover .fields-container .field-value {
  background: #fff;
  display: inline-block;
}
.mod-newsflash-adv .item .item_content .fields-container {
  padding: 44px 0 15px;
  margin: 0;
}
.mod-newsflash-adv .item .item_content a.readmore {
  color: #0b66a2;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 13px;
  position: absolute;
  top: 45%;
  left: 35%;
  padding: 6px 20px;
}
.category-list .chzn-container {
  width: 80px !important;
}
.search-sidebar .form-search {
  position: relative;
}
.search-sidebar .form-search .search-query {
  width: 100%;
  height: 40px;
  border-radius: 0;
  padding-right: 20px;
}
.search-sidebar .form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  font-size: 0;
  padding: 9px;
}
.search-sidebar .form-search .btn-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
}
.search-sidebar .form-search .btn-search:hover {
  color: #00aeef;
}
.sj-sidebar.sj-basic-news {
  margin-top: 30px;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-image {
  padding-right: 20px;
  width: auto;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .bs-title a {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover {
  color: #00aeef;
  text-decoration: none;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .createdate {
  font-size: 12px;
  text-transform: uppercase;
  color: #898989;
}
.rtl .article-list .article .entry-thumbnail .create-date {
  left: auto;
  right: 0;
  margin: 0;
}
/*.article-details {*/
.article-body {
  color: #000;
  font-size: 16px;
  margin: 0 auto 20px;
  text-align: justify;
}
/*.article-details ul {*/
.article-body ul {
  padding-left: 30px;
  margin: 20px 0px;
}
.article-services .article-body {
  /*.article-body {*/
  /*max-width: 80%;*/
  padding: 0 7%;
}
.article-body ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.article-body ul li:before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: #00aeef;
  border-radius: 50%;
  /*margin-right: 10px;*/
  /*margin-bottom: 2px;*/
  position: absolute;
  left: 0px;
  top: 10px;
  /*transform: translateY(-50%);*/
}
.article-body ol {
  counter-reset: list;
  list-style: none;
}
.article-body ol > li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.article-body ol > li:before {
  content: counters(list, ".");
  counter-increment: list;
  /*content: '';*/
  display: inline-block;
  /*height: 5px;*/
  /*width: 5px;*/
  background-color: #00aeef;
  color: #fff;
  font-weight: 500;
  padding: 0 7px;
  /*border-radius: 50%;*/
  /*margin-right: 10px;*/
  /*margin-bottom: 2px;*/
  position: absolute;
  left: 0px;
  /*top: 10px;*/
  /*transform: translateY(-50%);*/
}

.article-body p {
  text-indent: 30px;
  margin-bottom: 20px;
}
.article-body .fields-container {
  display: none;
}
.article-body .blockquote {
  border: 0;
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}
/*404*/
.text-404 {
  text-align: center;
}
.button-404 {
  display: inline-block;
  /*padding: 5px 10px;*/
  padding: 0.78571429em 1.5em 0.78571429em;
  background-color: #2185d0;
  transition: background-color 0.5s;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  text-indent: 0;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.button-404:hover {
  background-color: #073967;
  color: #fff;
  text-decoration: none;
}
.icon-404 {
  display: block;
  max-width: 250px;
  margin: 10px auto 20px;
}
.icon-404 img {
  width: 100%;
}
/*END 404*/
.blog.service-page {
  /*margin-top: 40px;*/
}
.service-page .article-list .article .entry-thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  /*background-color: rgba(0,0,0,0.8);*/
  background: linear-gradient(180deg, #779fff, #000);
  transition: opacity 0.3s;
}
.service-page .article-list .article:hover .entry-thumbnail {
  opacity: 1;
}
.article-body .article-header h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  /*text-transform: capitalize;*/
  color: #222;
}
.article-body .article-header h1 a:hover {
  color: #00aeef;
}
.article-body .article-info .createdby {
  border-bottom: 1px solid #00aeef;
  padding-bottom: 15px;
}
.article-body .article-info dd {
  text-transform: capitalize;
}
.article-body .article-info dd a {
  color: #222;
}
.article-body .article-info dd a:hover {
  color: #00aeef;
}
.article-list .article {
  /*color: #898989;*/
  font-size: 14px;
  line-height: 24px;
}
.com-finder .finder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.service-page .article-list .article {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  /*min-height: 230px;*/
  /*background-color: #000;*/
}
.service-page .article-list .article .article-info {
  position: absolute;
  display: block;
  text-align: center;
  height: 100%;
  color: #fff;
  width: 100%;
  padding: 20px;
  z-index: 1;
  transition: all 0.3s;
  top: calc(100% - 100px);
}
.service-page .article-list .article:hover .article-info {
  top: 0;
}
.service-page .intro-text {
  /*display: none;*/
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.service-page .article-list .article:hover .intro-text {
  opacity: 1;
  visibility: visible;
}
.service-page .article-list .article:hover .entry-header {
  height: auto;
  overflow: visible;
  display: block;
}

.service-page .article-list .article .entry-header {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 20px;
  height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.service-page .article-list .article .entry-header h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
  /*text-transform: capitalize;*/
  /*color: #fff;*/
}
.service-page .article-list .article .entry-header h2 a {
  color: #fff;
  transition: all 0.3s;
}
.article-list .article .entry-header h2 a:hover {
  /*color: #00aeef;*/
  text-decoration: underline;
  /*opacity: 0.7;*/
}
.article-list .article .entry-header .article-info dd {
  text-transform: capitalize;
}
.article-list .article .entry-header .article-info dd a {
  color: #222;
}
.article-list .article .entry-header .article-info dd a:hover {
  color: #00aeef;
}
.article-list .article .entry-header .createdby {
  border-bottom: 1px solid #00aeef;
  padding-bottom: 15px;
}
.service-page .article-list .article .entry-thumbnail {
  /*position: relative;*/
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.article-list .article .entry-thumbnail .article-intro-image img:hover {
  opacity: 0.8;
}
.article-list .article .entry-thumbnail .create-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0085d3;
  color: #fff;
  min-width: 60px;
  text-align: center;
  line-height: 22px;
  padding: 8px 0;
  z-index: 1;
}
.article-list .article .entry-thumbnail .create-date > time {
  display: block !important;
}
.article-list .article .entry-thumbnail .create-date .day {
  font-size: 20px;
}
.article-list .article .entry-thumbnail .create-date .month {
  font-size: 14px;
}
#sp-main-body .contact-ajax.theme3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 40px 0 0;
}
#sp-main-body .contact-ajax.theme3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap {
  position: relative;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element {
  width: 100%;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form {
  margin: 0 -15px;
  float: none;
  width: auto;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control {
  margin-bottom: 30px;
  width: 50%;
  float: left;
  padding: 0 15px;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.full {
  width: 100%;
}
#sp-main-body
  .contact-ajax.theme3
  .ctajax-wrap
  .ctajax-element
  .el-inner
  .el-ctajax-form
  .el-control
  input[name="cainput_title"],
#sp-main-body
  .contact-ajax.theme3
  .ctajax-wrap
  .ctajax-element
  .el-inner
  .el-ctajax-form
  .el-control
  input[name="cainput_yourname"],
#sp-main-body
  .contact-ajax.theme3
  .ctajax-wrap
  .ctajax-element
  .el-inner
  .el-ctajax-form
  .el-control
  input[name="cainput_yourphone"],
#sp-main-body
  .contact-ajax.theme3
  .ctajax-wrap
  .ctajax-element
  .el-inner
  .el-ctajax-form
  .el-control
  input[name="cainput_youremail"] {
  color: #8c8c8c;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 26px;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control textarea {
  min-height: 180px;
  color: #8c8c8c;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.btn-subbmit {
  text-align: center;
}
#sp-main-body
  .contact-ajax.theme3
  .ctajax-wrap
  .ctajax-element
  .el-inner
  .el-ctajax-form
  .el-control.btn-subbmit
  input[type="submit"] {
  width: auto;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control #cainput_submit3 {
  margin: 0;
  background: none;
  background-color: #00aeef;
  border-radius: 4px;
  border: 0;
}
#sp-main-body .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control:last-child {
  margin-bottom: 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .article-ratings {
  display: none;
}
.article-footer-wrap .tags {
  float: right;
}
.article-footer-wrap .tags > li {
  margin-right: 0;
}
.article-footer-wrap .tags > li a {
  background: transparent;
  color: #222;
  padding: 0;
}
.article-footer-wrap .tags > li a:hover {
  background: transparent;
  color: #00aeef;
}
.helix-social-share {
  float: right;
  margin-bottom: 0px;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block !important;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block !important;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #00aeef;
  color: #fff;
}
.com-sppagebuilder #sp-main-body .yt-gmap.pull-left {
  margin: 0 1em 0 0;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255, 255, 255, 0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255, 255, 255, 0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
}
.entry-quote blockquote small {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.custom-excell .item-check {
  margin-bottom: 12px;
  font-weight: bold;
}
.custom-excell .item-check:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #0085d3;
  display: inline-block;
  margin-right: 10px;
}
.sppb-col-md-3 {
  color: #5d5d5d;
  font-size: 14px;
}
.sppb-col-md-3 .sppb-addon-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.login {
  padding: 0 0 40px;
}
#sppb-addon-1519279374066 .sppb-addon.sppb-addon-feature {
  padding: 26px 20px 40px;
}
#sppb-addon-1519279374057 .sppb-addon.sppb-addon-feature {
  padding: 26px 20px 45px;
}
#sppb-addon-1519279374081 .sppb-addon.sppb-addon-feature {
  padding: 26px 20px 55px;
}
.sp-contact-info li.sp-contact-phone .fa-phone:before {
  content: "";
}
#sp-position3 {
  padding: 40px 0;
}
.blog-featured {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
}
.blog-featured .article-intro-image {
  margin: 0 0 30px;
  width: 100%;
}
.itemid-402 .blog .page-header,
.itemid-493 .blog .page-header,
.itemid-543 .blog .page-header,
.itemid-405 .blog .page-header {
  /*margin-bottom: 0;*/
  /*padding-left: 0;*/
}

.service-page-categories .article-intro-image {
  text-align: center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.article-intro-image > a {
  display: inline-block;
}
.tag-category {
  padding: 0 0 40px;
}
.tag-category .category h3 {
  font-size: 14px;
}
.tag-category .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.tag-category .input-group > .input-group-append > .btn {
  height: 38px;
}
.tag-category .mt-3 {
  margin-top: 0 !important;
  margin-left: 1rem;
}
.tag-category .mt-3 div.chzn-container {
  width: 80px !important;
}
.yt-content-slider .owl-item img {
  width: auto !important;
  margin: 0 auto;
}
#sp-right .sp-module.depart .sp-module-title {
  font-size: 20px;
  border-bottom: 0;
  font-weight: bold;
  position: relative;
}
#sp-right .sp-module.depart .sp-module-title:before {
  background-color: #00aeef;
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#sp-right .sp-module.depart .sp-module-content .customdepart ul.list-cat li {
  border-bottom: 0;
}
#sp-right .sp-module.depart .sp-module-content .customdepart ul.list-cat li a {
  font-size: 15px;
}
.page-item:last-child .page-link {
  border-radius: 0;
}
.pagination-wrapper {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 50px;
  display: block !important;
}
.pagination-wrapper .pagination {
  display: block;
}
.pagination-wrapper .pagination li {
  display: inline-block;
  padding: 0 5px;
}
.pagination-wrapper .pagination li a,
.pagination-wrapper .pagination li span {
  border-radius: 0;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #898989;
  text-align: center;
  display: block;
  font-size: 14px;
}
.pagination-wrapper .pagination li.active a,
.pagination-wrapper .pagination li.active span,
.pagination-wrapper .pagination li:hover a,
.pagination-wrapper .pagination li:hover span {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
  border-radius: 0;
}
#sppb-addon-1519279062623 .sppb-text-center h3.sppb-addon-title {
  font-size: 28px;
}
#sppb-addon-1519279062623 .sppb-text-center .sppb-addon-content {
  font-size: 16px;
}
.registration-services .category-module {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 40px);
  margin: 0 -20px;
  flex-wrap: wrap;
}
.registration-services .category-module > li {
  width: 33.33333333%;
  flex-shrink: 0;
  padding: 0 20px;
  min-width: 235px;
  margin-bottom: 20px;
}
.registration-services .category-module > li:nth-child(1) {
  order: 3;
}
.registration-services .category-module > li:nth-child(2) {
  order: 1;
}
.registration-services .category-module > li:nth-child(3) {
  order: 2;
}
.registration-services .category-module > li:before {
  content: "";
  display: block;
  padding-bottom: 70%;
  background-size: auto;
  background-repeat: no-repeat;
}
.registration-services .category-module > li:nth-child(3):before {
  background-image: url(/images/services/entities-img-2.jpg);
}
.registration-services .category-module > li:nth-child(2):before {
  background-image: url("/images/services/entities-img-1.jpg");
}
.registration-services .category-module > li:nth-child(1):before {
  background-image: url("/images/services/entities-img-3.jpg");
}
.registration-services .mod-articles-category-group {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  /*color: #004f95;*/
}
.registration-services .category-module li ul li a:hover {
  text-decoration: underline;
}
.registration-services .category-module li ul li {
  margin-bottom: 5px;
}
.registration-services .category-module li ul li:before {
  content: "-";
  display: inline-block;
}
.sp-module ul > li > a:hover {
  /*color: #1165b7;*/
  /*text-decoration: underline;*/
}
.ui.button.blue {
  /*background-color: #09569c;*/
}
.semanticui-body a {
  /*color: #001f3c;*/
}
.semanticui-body a:hover {
  text-decoration: underline;
}
.services_form {
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 55px;
  border: 5px solid #09569c;
  box-shadow: 0px 0px 50px -10px;
  padding: 50px;
  max-width: 700px;
}
.services_form .custom-html {
  text-align: center;
  font-size: 18px;
}
.services_form .title {
  font-size: 20px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
}
.services_form .viber-icon {
  position: relative;
}
.services_form .viber-icon:after {
  content: "";
  position: absolute;
  background-image: url(/templates/sj_clinic/img/viber_icon.png);
  width: 25px;
  height: 25px;
  right: -35px;
  margin-left: 5px;
  z-index: 2;
  top: -2px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ui.segment {
  /*text-align: center;*/
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none; /* todo */
}
.services_form .form-outer {
  background-color: #e0e0e0;
  padding: 35px;
  text-align: center;
  max-width: 400px;
  margin: 50px auto !important; /* todo */
}
.services_form .semanticui-body a {
  color: #337ab7;
}
.services_form .field label {
  display: none !important; /* todo */
}
.services_form .field {
  position: relative;
}
.services_form .field:nth-child(1):before {
  content: "\f007";
  font-family: "FontAwesome";
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 44px;
  text-align: center;
  color: #4eb4e8;
  border-right: 1px solid #ccc;
  border-radius: 0;
  left: 0;
}
.services_form .field:nth-child(2):before {
  content: "\f095";
  font-family: "FontAwesome";
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 44px;
  text-align: center;
  color: #4eb4e8;
  border-right: 1px solid #ccc;
  border-radius: 0;
  left: 0;
}
.services_form .field:nth-child(3):before {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 44px;
  text-align: center;
  color: #4eb4e8;
  border-right: 1px solid #ccc;
  border-radius: 0;
  left: 0;
}
.services_form .button {
  padding: 18px 24px;
  font-size: 16px;
  font-weight: normal;
  /*box-shadow: 0px 2px 2px 0px #c1c1c1 !important;*/
  /*border-top: 2px solid #5cb7e7;*/
}
.services_form .chronoforms .field ::placeholder {
  color: #999;
  /*opacity: 1;*/
}
.services_form .chronoforms .field input {
  padding-left: 56px;
  height: 40px;
  border: 1px solid #ccc;
}
.services_form .chronoforms .field input,
.services_form .chronoforms .field input:focus,
.services_form .chronoforms .field textarea {
  color: #555;
  font-size: 16px;
}
.services_form .ui.form .field .prompt.label {
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  margin-left: 0;
}
.services_form .message {
  /*position: fixed !important;*/
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px -3px 15px -10px #000;
  border: 1px solid #1a531b;
  z-index: 99;
}
.ui.inverted.dimmer > .ui.modal {
  margin: 20px auto 0;
}
.right-services .mod-list > li {
  margin-bottom: 20px;
}
.right-services .mod-articles-category-group {
  font-size: 20px;
  color: #00aeef;
}
.module-taryfy {
  /*text-align: center;*/
  padding: 0 7%;
}
.module-taryfy p {
  margin: 0;
}
.module-taryfy .sp-module-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  /*color: #00aeef;*/
}
.bankruptcy-tarify-block {
  box-shadow: 0 1px 3px rgba(0, 0, 119, 0.6);
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  /*margin-bottom: 40px;*/
  /*border: 1px solid #f3f3f3;*/
  /*background: #efefef;*/
  /*background: linear-gradient(to bottom right, #efefef, #d0d0d0);*/
}
.bankruptcy-tarify-block:hover {
  transform: scale(1.04);
  transition: transform 0.3s;
}
.bankruptcy-tarify-block-header {
  /*background-color: #09569c;*/
  /*color: #fff;*/
  padding: 10px;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  /*height: 75px;*/
}
.bankruptcy-tarify-block-price {
  /*font-family: Roboto Bold;*/
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background-color: #000077;
  padding: 10px 0;
  /*text-shadow: 1px 1px 0px #9E420D;*/
  overflow: hidden;
  /*border: 1px solid #c8c8c8;*/
  /*box-shadow: 0px 1px 0px 0px rgba(244, 244, 244, 1)*/
}
.bankruptcy-tarify .col-md-4:nth-child(2) .bankruptcy-tarify-block-header {
  background-color: #404041;
  color: #fff;
}
.bankruptcy-tarify .col-md-4:nth-child(2) .bankruptcy-tarify-block-price {
  background-color: #ed1c24;
}
.bankruptcy-tarify .col-md-4:nth-child(2) .ui.button.blue {
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
}
.bankruptcy-tarify .col-md-4:nth-child(2) .ui.button.blue:hover {
  border: 2px solid #404041;
  background: #404041;
  color: #fff;
  transition: all 0.3s;
}
.bankruptcy-tarify-block-service {
  padding: 20px;
  /*overflow: hidden;*/
  /*border-left: 1px solid #c8c8c8;*/
  /*border-right: 1px solid #c8c8c8;*/
}
.bankruptcy-tarify-block-service ul {
  /*list-style: none;*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*text-align: center;*/
  /*font-size: 16px;*/
}
.bankruptcy-tarify-block-service ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  /*display: block;*/
  /*padding: 15px;*/
  /*border-bottom: 1px solid #c8c8c8;*/
  /*-webkit-box-shadow: 0px 1px 0px 0px rgba(244, 244, 244, 1);*/
  /*-moz-box-shadow: 0px 1px 0px 0px rgba(244, 244, 244, 1);*/
  /*box-shadow: 0px 1px 0px 0px rgba(244, 244, 244, 1);*/
}
.bankruptcy-tarify-block-service li:before {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #069de5;
}
.bankruptcy-tarify-block-btn {
  /*overflow: hidden;*/
  /*border: 1px solid #c8c8c8;*/
  /*border-top: 0;*/
  padding: 20px 0;
  text-align: center;
  /*-webkit-box-shadow: inset 0px 1px 0px 0px rgba(244, 244, 244, 1);*/
  /*-moz-box-shadow: inset 0px 1px 0px 0px rgba(244, 244, 244, 1);*/
  /*box-shadow: inset 0px 1px 0px 0px rgba(244, 244, 244, 1);*/
}
.bankruptcy-tarify-block-btn .message {
  position: fixed !important;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px -3px 15px -10px #000;
  border: 1px solid #1a531b;
  z-index: 99;
}
.bankruptcy-tarify .ui.button.blue {
  background-color: #000077;
  color: #fff;
  /*border: 2px solid #3e4f6a;*/
  padding: 20px 40px;
  font-size: 20px;
}
.bankruptcy-tarify .ui.button.blue:hover {
  color: #fff;
  opacity: 0.7;
  /*background-color: #3e4f6a;*/
  transition: all 0.3s;
}
.module-taryfy .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin: 15px 0;
  border-top: 2px solid #5cb7e7;
  background: linear-gradient(to top, #0079b8, #008ed8);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 1);
  transition: all 0.3s;
}
.module-taryfy .btn:hover {
  background: linear-gradient(to top, #008ed8, #0079b8);
}
.article-details .rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.content_rating {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.content_vote {
  display: flex;
  align-items: center;
  /*display: none;*/
}
.content_vote .chzn-container {
  /*display: flex;*/
  /*align-items: center;*/
  /*width: auto !important;*/
}
.chzn-container.chzn-container-single .chzn-single {
  border-radius: 0;
  overflow: initial;
}
.content_vote .chzn-single > div {
  display: none;
}
.chzn-container .chzn-drop {
  /*border: none;*/
}
.chzn-container .chzn-results {
  /*border: none;*/
}
.chzn-container-single .chzn-single span {
  overflow: initial;
  margin: 0;
}
.element-invisible {
  margin-right: 10px;
}
.content_rating .img {
  display: flex;
  align-items: center;
}
.content_rating .img > div {
  color: #00aeef;
  margin-right: 2px;
}
body.statti #sp-main-body {
  max-width: 1200px;
  margin: 30px auto 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.statti #sp-main-body > .row {
  align-items: flex-start;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
#sp-left {
  /*padding: 0;*/
  /*background: #00aeef;*/
  /*color: #fff;*/
  /*padding: 20px;*/
  /*background: linear-gradient(-90deg, #05b0f9, #0c0f53);*/
}
.jlmf-section {
  margin-top: 0;
  margin-bottom: 30px;
  border: 1px solid #fff;
  /*padding: 10px;*/
}
.jlcontentfieldsfilter input {
  height: auto;
  margin-top: 3px;
}
.jlmf-list-1 div div {
  display: flex;
}
#sp-left button {
  /*color: #fff;*/
  /*display: none;*/
}
.jlmf-label,
label.jlmf-label {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.jl-checkbox {
  display: flex;
  align-items: center;
}
label.jlmf-sublabel {
  margin-left: 10px;
  line-height: 1.2;
}
.jlmf-link {
  margin-top: 0;
}
.alone-pages .rating {
  /*display: none;*/
}
.test-input {
  display: none !important;
}
.page-business .page-header {
  margin-top: 0;
}
.page-business .test-input {
  display: block !important;
}
.page-business .article-list .article .entry-header h2 {
  text-align: left;
}
.c111 {
  display: none;
}
.page-business .c111 {
  display: block;
}
.sp-module_menu .menu-child li a {
  font-size: 16px;
}
#sp-bottom4 {
  position: static;
}
.footer-row {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  text-align: center;
}
.copyright {
  font-size: 16px;
}
.dev-by {
  color: #6d6d6d;
  font-size: 12px;
}
.dev-by a {
  color: #6d6d6d !important;
  font-size: 12px;
}
.breadcrumb a {
  transition: all 0.3s;
}
.breadcrumb a:hover {
  /*opacity: 0.6;*/
}
.breadcrumb a span {
  /*color: #888;*/
}
.breadcrumb span {
  /*color: #252525;*/
}
.sp-module-services {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* todo */
.categories-module-services.container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
  padding: 0;
}
.categories-module-services > li {
  width: 25%;
  padding: 10px 10px;
}
.sp-module-services .inner {
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sp-module-services .inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #779fff, #000);
  transition: opacity 0.3s;
  z-index: 0;
}
.sp-module-services .inner:hover .link {
  /*bottom: 0;*/
  top: 0;
  /*position: relative;*/
}
.sp-module-services .inner:hover .item-title {
  display: block;
  height: auto;
}

.sp-module-services .link {
  position: absolute;
  display: block;
  text-align: center;
  height: 100%;
  color: #fff;
  width: 100%;
  padding: 20px;
  z-index: 1;
  transition: all 0.3s;
  border-top: 2px solid #fff;
}
.sp-module-services .item-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 20px;
  height: 2.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-services .article-header {
  color: #fff;
  background-size: cover;
  /*background-position: center;*/
  background-position: 0 75%;
  padding: 40px 0;
  margin-bottom: 40px;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.article-services .article-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #779fff, #000);
  transition: opacity 0.3s;
  z-index: 0;
}
.article-services .article-header .inner {
  position: relative;
  z-index: 1;
}
.field-service-price {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
}
.field-service-price .field-label {
  margin-right: 5px;
}
.field-service-term {
  font-size: 24px;
  margin-top: 20px;
  display: flex;
}
#system-readmore {
  opacity: 0;
}
.field-service-term .field-label {
  margin-right: 5px;
}
.service-parameters {
  /*display: flex;*/
  justify-content: space-between;
  align-items: flex-end;
}
.rating-form {
  margin-bottom: 20px;
}
.field-price-notice {
  font-size: 12px;
  color: #eee;
  margin-top: 2px;
}
.field-additional-services .field-label {
  background-color: #00aeef;
  background: linear-gradient(180deg, #05b0f9, #0c0f53);
  color: #fff;
  padding: 10px;
  font-size: 22px;
}
.field-additional-services ul {
  padding: 0;
  font-weight: 500;
}
.field-additional-services li {
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
}
.field-additional-services li:first-child {
  /*border-top: 1px solid #000;*/
}
.field-additional-services li span {
  flex-shrink: 0;
}
.field-additional-services li span:first-child {
  width: 70%;
}
.field-additional-services li span:first-child:before {
  content: "\f0a9";
  font-family: FontAwesome;
  /*color: #fff;*/
  margin-right: 10px;
}
.field-additional-services li span:nth-child(2) {
  width: 30%;
  font-size: 20px;
}
.after-display-content {
  padding: 0 7%;
  margin: 0 auto;
}
.page-contact p {
  text-indent: 0 !important;
}
.schedule {
  margin-bottom: 30px;
}
.schedule p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.schedule table {
  border-collapse: initial;
  border-spacing: 0 1px;
}
.schedule td {
  padding: 5px;
}
.schedule td:first-of-type {
  background-color: #dee9f1;
  white-space: nowrap;
}
.schedule td:last-of-type {
  font-weight: bold;
  background-color: #c5e2f1;
}
.contacts-map-phone {
  min-width: 220px;
  margin: 20px 0;
  padding-left: 50px;
  background: url(/images/icons/smartphone.png) left center no-repeat;
}
.contacts-map-phone .viber {
  position: relative;
  text-indent: 10px;
}
.contacts-map-phone .viber::before {
  content: "";
  position: absolute;
  background-image: url(/templates/sj_clinic/img/viber_icon.png);
  width: 18px;
  height: 19px;
  right: -19px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.contact-address {
  min-width: 300px;
}
.contacts-map-adress {
  margin: 32px 0;
  padding-left: 28px;
  /*background: url(/images/icons/map-marker.png) left center no-repeat;*/
  position: relative;
}
.contacts-map-adress a {
  font-family: inherit;
}
.contacts-map-adress a:before {
  content: "\f041";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 30px;
}
.contacts-map-top .email {
  font-family: inherit;
  margin: 32px 0;
  padding-left: 28px;
  /*background: url(/images/icons/map-marker.png) left center no-repeat;*/
  position: relative;
}
.contacts-map-top .email:before {
  content: "\f0e0";
  position: absolute;
  font-family: "FontAwesome";
  left: -1px;
  bottom: 0;
  font-size: 19px;
  top: -2px;
  color: #09569c;
}
body.page-business #sp-main-body {
  max-width: 1200px;
  margin: 30px auto 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body.page-business #sp-main-body .row {
  /*margin: 0;*/
  align-items: flex-start;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.bankruptcy-liquidation {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.bankruptcy-block-text ul {
  text-align: left;
}
.bankruptcy-block h4 {
  margin-top: 20px;
  text-transform: uppercase;
}
.bankruptcy-block {
  /*max-width: 72%;*/
  /*margin: 0 auto;*/
}
.bankruptcy-block-price {
  margin-bottom: 20px;
}
.bankruptcy-block-price span {
  color: #09569c;
}
.bankruptcy-block .caret:before {
  content: "\f0a9";
  font-family: FontAwesome;
  color: #fff;
  margin-left: 6px;
}
.field-additional-services li {
  position: relative;
}
#sp-header .logo a {
  display: flex;
  align-items: center;
}
.sp-module-content-top {
  /*margin-top: 40px;*/
}
.service-page .article-body {
  padding: 0 7%;
}
.ui.inverted.dimmer {
  justify-content: center;
  align-items: center;
}
.modal {
  position: relative;
}

.home-slider {
  margin-bottom: 10px;
}
/*.custom ul,
.custom ol {
  padding-left: 40px;
  margin: 20px 0;
}
.custom li {
  list-style: initial;
}
.custom p {
  margin-bottom: 15px;
}*/
.home-carousel .module-header {
  margin-bottom: 10px;
}
.module-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0;
  /*margin-top: 40px;*/
}
.statti .blog-tagssimilar .module-title {
  margin-bottom: 30px;
  margin-top: 40px;
}
.article-intro-image a {
  display: block;
}
.blog-tagssimilar .module-title,
.module-header .module-title {
  flex-shrink: 0;
  margin: 0 50px 0 0;
  display: inline-block;
}
.blog-tagssimilar .module-title span,
.module-header .module-title span {
  border: 2px solid;
  display: block;
  padding: 15px;
  position: relative;
}
.blog-tagssimilar .module-title span:before,
.blog-tagssimilar .module-title span:after,
.module-header .module-title span:before,
.module-header .module-title span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 10px;
  background-color: #fff;
  z-index: 0;
}
.blog-tagssimilar .module-title span:before,
.module-header .module-title span:before {
  left: -3px;
}
.blog-tagssimilar .module-title span:after,
.module-header .module-title span:after {
  right: -3px;
}
.module-header p {
  font-style: italic;
  color: #252525;
  max-width: 600px;
  text-align: right;
}

div.business_item {
  /*width: 50% !important;*/
  max-width: 100%;
  /*flex-basis: 50%;*/
}
.form_popup_inner,
.form_business_inner {
  position: relative;
  z-index: 1000000;
}
.form_popup_button,
.form_button {
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1.5px;
}
.form_popup_form,
.form_business_form {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 470px;
  max-width: 100%;
  min-width: 300px;
  /*padding: 20px;*/
  background-color: #fff;
  /*border: 1px solid #ccc;*/
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  overflow-y: auto;
  max-height: 100%;
}
.form_popup_form {
  padding: 30px;
}
.form_business_form .field label {
  display: none !important;
}
.form-info {
  background-color: #008fd9;
  padding: 20px;
  color: #fff;
  text-align: center;
}
.form-info .modal-title {
  font-size: 18px;
  font-weight: 400;
}
.form-info a {
  color: #fff;
  display: inline-block;
  margin: 0px 10px;
}
.form-info a:hover {
  color: #ddd;
}
.form-p {
  /*text-align: center;*/
  /*padding: 0 20px;*/
}
#area_segment_23 {
  text-align: center;
  padding: 10px 70px 30px;
}
#area_segment_23 .form-p {
  margin-bottom: 30px;
}
.form_business_form input,
.form_business_form textarea {
  border-color: #008fd9 !important;
  /*font-weight: bold;*/
  font-size: 16px;
}
.form_business_form ::placeholder {
  opacity: 1;
  color: #999 !important;
}
.form_business_form .ui.button.blue {
  background-color: #008fd9;
  font-weight: normal;
  font-size: 16px;
}
.form_popup_inner.open .form_popup_form,
.form_business_inner.open .form_business_form {
  opacity: 1;
  z-index: 101;
  visibility: visible;
}
.form_popup_bg,
.business_form_bg {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.form_popup_inner.open .form_popup_bg,
.form_business_inner.open .business_form_bg {
  z-index: 100;
  visibility: visible;
  opacity: 1;
}
.form_popup_close,
.business_form_close {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 3;
  right: 3px;
  top: 3px;
  background: #0072ff;
}
.form_popup_close:hover,
.business_form_close:hover {
  opacity: 0.7;
  cursor: pointer;
}
.form_popup_close span,
.business_form_close span {
  display: block;
  width: 100%;
  height: 3px;
  /*background-color: #2185d0;*/
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}
.form_popup_close span:nth-child(1),
.business_form_close span:nth-child(1) {
  transform: rotate(45deg);
}
.form_popup_close span:nth-child(2),
.business_form_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.business-adc .field-entry {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.business-adc .field-label {
  margin-right: 5px;
  /*font-weight: 600;*/
}
.iview-strip {
  position: relative;
}
.iview-strip:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 39, 177, 0.33);
}
.article-body p {
  text-indent: 30px;
}
.jlmf-list-2 .jlmf-label {
  font-size: 14px;
  margin-bottom: 0;
}
.extravote-info {
  display: none;
}
.service-page .extravote {
  margin: 5px 0 10px;
}
.blog_title_business {
  /*color: #008fd9;*/
  /*font-size: 18px;*/
  /*margin-bottom: 20px;*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #008fd9;
  margin-bottom: 20px;
  /*min-height: 34px;*/
}
.form_business_wrapper {
  /*text-align: center;*/
}
.business_button.ui {
  display: block;
  width: 50%;
  margin: 10px auto;
}
.business_item .article-info {
  border: 2px solid #0084c5;
  padding: 10px;
  position: relative;
}
.business_item .intro-text {
  visibility: hidden;
  height: 0;
  position: absolute;
  background-color: #fff;
  border: 2px solid #0084c5;
  width: calc(100% + 4px);
  left: -2px;
  top: 100%;
  z-index: 2;
  border-top: 0;
  padding: 0 10px 10px 10px;
}
.business_item .intro-text:empty {
  padding: 0;
}
.business_item:hover .intro-text {
  visibility: visible;
  height: auto;
  transition: all 0.3s;
}
.category-desc {
  padding: 0;
}
.category-desc p {
  text-indent: 30px;
  margin-bottom: 20px;
}
.sj-extraslider .owl-dots .owl-dot.active {
  background-color: #09569c;
}
.sj-extraslider .owl-dots .owl-dot:hover {
  background-color: #09569c;
}
.ui.modal > .close {
  right: 0;
  top: 0;
  color: #2185d0 !important;
}
#jmap_sitemap {
  max-width: 1200px;
  margin: 0 auto;
}
.article-details .ship-bg {
  position: relative;
}
.article-details .ship-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/logo1.png);
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: 70% auto;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.about-quote {
  background-color: #eceae9;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.about-quote:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 15px solid #eceae9;
  left: 50%;
  transform: translateX(-50%);
}
.about-quote p {
  font-size: 18px;
  padding: 10px;
  margin-bottom: 0;
}
.about-author p {
  margin-bottom: 0;
}
.bankruptcy-block-img {
  text-align: left;
}
.blog .bankruptcy-liquidation > p {
  display: none;
}
.bankruptcy-block-text h4 {
  width: 270px;
}
.bankruptcy-block-btn {
  width: 270px;
}
.bankruptcy-block-price {
  width: 270px;
}
.bankruptcy-block-price p {
  text-indent: 0;
}
.not-found-articles {
  margin-bottom: 50px;
  font-style: italic;
}
.page-contact .article-body {
  padding: 0 15px;
}
.jur-addresses {
  position: relative;
}
.jur-addresses .extraslider-inner {
  max-height: 215px;
}
.jur-addresses .item-wrap-inner {
  display: flex;
  justify-content: center;
}
/*.categories-list-outer h1,*/
.page-header h1 {
  position: relative;
  color: #09569c;
  border: 2px solid #09569c;
  padding: 15px;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
}
.article-header h1 {
  /*color: #fff;*/
}
/*.categories-list-outer h1:before,*/
.page-header h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 10px;
  background-color: #fff;
  z-index: 0;
  left: -3px;
}
/*.page-header h1:after,*/
.page-header h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 10px;
  background-color: #fff;
  z-index: 0;
  right: -3px;
}
.itemid-223 .home-text,
.itemid-309 .home-text {
  /*max-width: 100%;*/
  max-width: 1200px;
  padding: 0 15px;
}

.itemid-223 .page-header,
.itemid-309 .page-header {
  /*max-width: 100%;*/
  /*padding: 0 7%;*/
  max-width: 1200px;
}

/* News home page */
.sp-module-services-news h3 {
  /*border: 2px solid;*/
  /*display: inline-block;*/
  /*padding: 15px;*/
  /*position: relative;*/
  /*width: auto;*/
}
.sp-module-services-news h3::before {
  /*content: '';*/
  /*display: block;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*width: 3px;*/
  /*height: 10px;*/
  /*background-color: #fff;*/
  /*left: -3px;*/
  /*z-index: 0;*/
}
.sp-module-services-news h3::after {
  /*content: '';*/
  /*display: block;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*width: 3px;*/
  /*height: 10px;*/
  /*background-color: #fff;*/
  /*z-index: 0;*/
  /*right: -3px;*/
}
.sp-module-services-news .category-module li {
  /*width: 100%;*/
  /*max-width: 25%;*/
}
/* End News home page*/

.form-popups .title {
  background-color: #00aeef;
  background: linear-gradient(180deg, #05b0f9, #0c0f53);
  color: #fff;
  padding: 10px;
  font-size: 22px;
}
.form-popups .items > * {
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  min-height: 50px;
  background-color: #f5f5f5;
}
.form-popups .items button:before {
  content: "\f0a9";
  font-family: FontAwesome;
  color: #2185d0;
  margin-right: 10px;
}
.form-popups .items .not-button,
.form-popups .items .not-button:hover,
.form-popups .items .not-button:focus {
  background: none;
  text-align: left;
  color: #2185d0;
  padding: 0;
  font-weight: 500;
}
.form-popups .items .not-button:hover {
  opacity: 0.7;
}
.fullscreen.modal .ui.form .field {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
[tabindex="0"] {
  outline: none;
}
.fullscreen.modal .ui.form .button {
  margin: 0 auto;
  display: block;
}

.blog-tagssimilar ul,
.home-news {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px 50px;
  font-size: 16px;
}
.blog-tagssimilar ul li,
.home-news li {
  width: calc(25% - 30px);
  margin: 0 15px;
}
.blog-tagssimilar ul li {
  width: calc(33.3333% - 30px);
}
.module-title {
  margin-bottom: 40px;
}
.blog-tagssimilar,
.statti .article {
  font-size: 16px;
}
.blog-tagssimilar ul img,
.home-news .img img,
.statti .article-intro-image img {
  object-fit: cover;
  width: 100%;
  height: 270px;
}
.blog-tagssimilar .title,
.statti-php .article-header,
.home-news .title {
  margin: 10px 0;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.home-news a:hover {
  text-decoration: underline;
}
.statti-php .introtext,
.home-news .introtext {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* количество строк */
  -webkit-box-orient: vertical;
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info_block-php time,
.statti-php time,
.home-news .date {
  font-size: 16px;
  font-weight: 500;
}
.home-news .readmore {
  margin: 10px 0;
}
.statti-categories {
  margin-bottom: 50px;
}
.close-offcanvas .fa {
  margin-top: 4px;
}
.sp-module_menu .menu li a {
  /*font-family: 'Noto Serif', serif;*/
  font-family: serif;
}

/* Start Pricing Table*/
.container.overflow {
  overflow: auto;
}
.pricing {
  display: flex;
  padding: 30px 0px;
}
.pricing .sp-module:nth-of-type(2) {
  width: 100%;
}
.rights-pricing {
  display: grid;
}
.pricing__item {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -10px;
  margin: 0px 1px;
}

.pricing__item-logo {
  border-radius: 10px;
  position: relative;
  padding-top: 20px;
}
.pricing__logo {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin: 0px auto 20px;
  border-radius: 50%;
  background: #fff;
}
.pricing__option {
  padding: 10px 0px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.pricing__price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 10px auto;
  font-size: 25px;
  font-weight: bold;
}
.pricing__price__under {
  font-size: 13px;
  color: #707070;
}

.article-body p.pricing__row {
  margin: 0;
}
.pricing__row {
  padding: 0px 5px;
  font-size: 12px;
  min-height: 60px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing__price span {
  font-size: 20px;
  margin-right: 5px;
}
.pricing__row__icon_green {
  color: #01cc34;
}

.pricing__row span i {
  font-size: 20px;
}

.pricing__option {
  border-radius: 10px 10px 0 0;
}

.pricing__btn {
  border-radius: 0 0 10px 10px;
}
.pricing__btn {
  padding: 10px 0px;
  font-size: 20px;
  text-transform: uppercase;
}
.pricing__btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 20px;
  max-width: 190px;
  margin: 0px auto;
}
.pricing__btn-inner.rus {
  width: 80%;
}
.pricing__bottom {
  border-radius: 0 0 10px 10px;
  color: #fff;
  padding: 15px 0px;
}

.pricing__bottom i {
  animation: move 2s linear forwards infinite;
  transition: all 1s;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}

.pricing__btn span {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}
.pricing__btn i,
.pricing__btn span i {
  font-size: 17px;
}

input[name="hidden_name"] {
  display: none;
}
.form_popup_inner.open label {
  display: none !important;
}
.form_popup_button {
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0 0 0;
  box-shadow: none;
  margin: 0;
}
.pricing__btn span {
  transform: translateX(-45%);
}
@media (max-width: 1199px) {
  .home-news .img img {
    height: 210px;
  }
  .categories-module-services > li {
    width: 33.3333%;
  }
  .sp-module-services .item-title {
    font-size: 16px;
  }
  .sp-module-services .inner {
    font-size: 14px;
  }
  div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description p {
    white-space: normal !important;
    font-size: 24px;
  }
  .itemid-223 .page-header,
  .itemid-309 .page-header,
  .itemid-223 .home-text,
  .itemid-309 .home-text {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .blog-tagssimilar ul li {
    width: calc(50% - 30px);
  }
  .statti-categories > li > a {
    font-size: 14px;
    padding: 5px 15px 5px 15px;
  }
  .home-news li {
    width: calc(50% - 30px);
    margin: 0 15px 40px;
  }
  .article-details .article-header h1,
  .article-details .article-header h2 {
    font-size: 22px;
    margin-top: 0;
  }
  .field-service-price {
    flex-wrap: wrap;
    font-size: 18px;
  }
  .field-service-price .field-label {
    margin-bottom: 10px;
  }
  .field-service-term {
    flex-wrap: wrap;
    font-size: 18px;
  }
  .field-additional-services li {
    flex-wrap: wrap;
  }
  .field-additional-services li span:first-child {
    width: auto;
    max-width: 100%;
  }
  .field-additional-services li span:nth-child(2) {
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    font-size: 16px;
  }
  .services_form {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .services_form .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .semanticui-body p {
    margin-bottom: 5px;
  }
  .services_form .form-outer {
    margin: 10px auto !important;
    padding: 10px;
  }
  #area_segment_23 {
    padding: 10px 30px 30px;
  }
  .bankruptcy-tarify .row {
    justify-content: center;
  }
  .bankruptcy-tarify .row > div {
    min-width: 280px;
    margin-bottom: 30px;
  }
  .categories-module-services > li {
    padding: 5px 5px;
  }
  .sp-module-services .item-title {
    margin-bottom: 10px;
  }
  #offcanvas-toggler {
    height: auto;
    line-height: 1;
  }
  #sp-header .logo {
    height: auto;
    line-height: 1;
  }
  .prices table th,
  .prices table td {
    padding: 0.5rem;
    font-size: 14px;
    text-align: left;
  }
  .page-header {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #mod-finder-searchword {
    min-width: 60px;
    font-size: 14px;
  }
  #sp-logo {
    /*padding-left: 0;*/
    flex-shrink: 9;
  }
  #sp-top-bar .mod-languages .lang-inline a,
  #sp-top-bar .mod-languages .lang-inline span {
    padding: 4px 10px;
  }
  .sp-contact-info {
    flex-wrap: wrap;
  }
  .registration-services .mod-articles-category-group {
    font-size: 18px;
  }
  .registration-services .category-module {
    justify-content: center;
  }
  div.news-scroller .scroller-container {
    height: 400px !important;
  }
  body div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption {
    top: 30% !important;
  }
  #sp-top3 {
    padding: 0;
  }
  .module-header {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .module-header .module-title {
    margin-bottom: 30px;
  }
  .itemid-223 .page-header,
  .itemid-309 .page-header,
  .itemid-223 .home-text,
  .itemid-309 .home-text {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .categories-list.page-services > div {
    width: 50%;
  }
  .itemid-223 .page-header,
  .itemid-309 .page-header,
  .itemid-223 .home-text,
  .itemid-309 .home-text {
    max-width: 540px;
  }
  .finder .search-results.list-striped li {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .blog-tagssimilar ul li {
    width: 100%;
  }
  .stattia .img img {
    float: none;
  }
  .home-news li {
    width: 100%;
  }
  .home-news .img img {
    height: auto;
  }
  .categories-module-services > li {
    width: 50%;
  }
  div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description h3.title {
    font-size: 24px !important;
  }
  div.news-scroller .scroller-container.nav-style2 .iviewSlider .iview-caption .ns-description p {
    font-size: 16px !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .sj-basic-news .item {
    width: 100%;
  }
  .contact-ajax .ctajax-element .el-ctajax-form select:not(.form-control) {
    margin-bottom: 15px;
  }
  .contact-ajax .ctajax-element .el-inner textarea,
  .contact-ajax .ctajax-element .el-ctajax-form input {
    width: 100%;
  }
  .detail-idoctor .head-title-post h2 {
    margin-bottom: 20px;
  }
  .detail-idoctor .head-title-post .list-social {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .detail-idoctor .head-title-post .list-social ul {
    padding: 0;
  }
  .detail-idoctor .work-hours .list-time li {
    width: 100%;
  }
  .wp-list-related .related-title {
    font-size: 32px;
  }
  .wp-list-related {
    padding: 40px 0;
    margin-top: 40px;
  }
  #sp-main-body {
    /*padding: 40px 0;*/
  }
  #sp-footer {
    text-align: center;
  }
  ul.link-footer {
    text-align: center;
    float: none;
  }
  ul.link-footer li {
    float: none;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #222 !important;
  }
  .owl-controls .owl-nav .owl-prev {
    margin-left: 0;
  }
  .owl-controls .owl-nav .owl-next {
    margin-right: 0;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 0 4px 0 4px;
  }
  div.news-scroller .scroller-container {
    /*height: 215px !important;*/
    min-height: 250px !important;
  }
  .yt-member .yt-member-photo a img {
    height: auto;
  }
  #sp-breadcrumb .last-breadcrumb {
    font-size: 1.05rem;
  }
  html.error-page .error-code {
    font-size: 3rem;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    padding: 5px 2px;
  }
  body.rtl .contact-ajax .ctajax-element .el-ctajax-form {
    margin: 0 10px !important;
  }
  body.rtl .sj-extraslider .extraslider-inner .item-wrap.style1 .item-image {
    float: right;
  }
  body.rtl .sj-extraslider .extraslider-inner .item-wrap.style1 .item-info {
    float: left;
    margin-right: 1.33%;
    margin-left: 0;
  }
  #sp-top-bar .sp-contact-info a {
    /*margin-right: 10px;*/
  }
  .categories-list.page-services > div {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #sp-top-bar .sp-contact-info .fa-envelope {
    margin-bottom: 0;
  }
  #sp-top-bar .sp-contact-info a {
    font-size: 14px;
  }
  .categories-module-services > li {
    width: 100%;
  }
  ul.social-icons {
    display: none;
  }
  #sp-top2 .mod-languages::after {
    width: 0;
  }
  .smart-search-top .searchform .link-appoitment {
    display: none;
  }
  .acymailing_module_form .acymailing_introtext {
    display: none !important;
  }
  .acymailing_module_form table.acymailing_form tr td.acysubbuttons .btn-primary {
    padding: 13px 10px;
  }
  body.site #column-id-1540367902801 {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .sp-module-services .item-title {
  }
  .sp-module-services .link {
    top: calc(100% - 80px);
  }
}

@media (min-width: 1200px) {
  .categories-list.page-services > div {
    width: 25%;
  }
  .services-list .list-cat li {
    width: 25%;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 0;*/
  }
  body.helix-ultimate .sppb-row-container {
    max-width: 1200px;
  }
  .bankruptcy-liquidation {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .col-lg-12.col-xl-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.helix-ultimate .sppb-row-container {
    width: 1200px;
  }
  #offcanvas-toggler {
    /*display: none;*/
  }
  .contact-ajax .ctajax-wrap .ctajax-element {
    width: 90%;
  }
  .contact-ajax .ctajax-wrap .el-inner {
    padding: 0;
  }
  .contact-ajax .ctajax-wrap .el-inner textarea,
  .contact-ajax .ctajax-wrap .el-inner input {
    width: 100%;
  }
  .search .form-group {
    width: 30%;
  }
  .search .form-group .chzn-container .chzn-drop,
  .search .form-group .chzn-container .chzn-single {
    width: 50%;
  }
  .search .form-group.search-display .chzn-container .chzn-drop,
  .search .form-group.search-display .chzn-container .chzn-single {
    width: 20%;
  }
  .search .form-group.search-only {
    width: 100%;
  }
  .yt-testimonial .extraslider-inner .item-wrap .item-wrap-inner .content-info {
    width: 50%;
    margin: 0 auto 50px;
  }
  .module-title {
    /*margin-top: 60px;*/
    /*margin-bottom: 30px;*/
  }
}
