/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.20);
  background: #87d0f4!important;
}
#sp-header .logo {
  height: 56px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: static;
  z-index: 9999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
  background-color: #f0ffff;
  background-image: url(/images/linii.png);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #333;
}
.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: #1e73be;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #333;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #1e73be;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #333;
}
.article-info > span a:hover {
  color: #1e73be;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.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: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "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, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 0px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-bottom #sp-bottom1{
	padding-top: 60px;
}
#sp-footer {
  font-size: 16px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: center;
}
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;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #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;
  width: 100%;
  position: relative;
  text-align: center;
  margin-left: -40px;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li:nth-child(1) .image-title{
	display: none;
}

.sp-megamenu-parent > li:nth-child(1) img{
	max-width: 30px;
}



.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: 76px;
  font-size: 14px;
  margin: 0;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "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%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 76px;
  line-height: 76px;
  font-size: 20px;
  margin: 0 15px;
}
#offcanvas-toggler:hover > i:before {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
  position: relative;
  z-index: 999;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
html {
  font-family: 'SF-UI-Display-Light';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
}
label {
  display: inline-block !important;
}
i b, .fa b {
  display: none;
}
.menu-home #sp-main-body {
  display: none;
}
a, td, .search input, .address p:before, .header-top .call:hover, .messengers ul a, .messengers ul img, .messengers ul li:hover a, .worktime p:before, a:after, .logo-wrap .logo:hover img, .header-main.active, .header-main.active .menu-wrap, .header-main.active .logo-wrap, .header-main.active .search, :after, :before, input, .fancybox-close-small {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a, a:hover, button:hover {
  color: inherit;
  text-decoration: none;
}
a, button, h1, h2, h3, h4, h5, h6, input, ol, ol li, span, ul, ul li {
  padding: 0;
  margin: 0;
}
ul, ul li {
  list-style: none;
}
a {
  display: inline-block;
}

section#sp-top-bar {
  padding: 0;
  font-size: inherit;
  min-height: 51px;
}
section#sp-top-bar a {
  white-space: nowrap;
}
section#sp-top-bar .sp-module {
  display: inherit;
  margin: 0;
}
section#sp-top-bar p {
  margin-top: 0;
  margin-bottom: 0;
}
section#sp-top-bar .row {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
div#sp-top1 {
  max-width: auto;
  padding: 0;
}
#sp-top1 ul{
	display: flex;
	margin-top: 12px;
}
#sp-top1 ul img{
	max-width: 45px;
	margin-right: 5px;
	border: 2px solid #fff;
	border-radius: 50%;
}
div#sp-top2 {
  max-width: 334px;
  flex: inherit;
  padding: 0 40px;
}
.messengers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 33px;
}
.messengers ul li {
  display: inline-block;
}
.messengers ul li:hover a {
  background-color: #fff !important;
}
.messengers ul a {
  width: 33px;
  height: 33px;
  background: url(/images/social-icon.png) no-repeat #499be3;
  border-radius: 50%;
  position: relative;
}
.messengers ul a:hover {
  background-position-y: -33px;
}
.messengers ul li:nth-child(2) a {
  background-position-x: -66px;
}
.messengers ul li:nth-child(3) a {
  background-position-x: -99px;
}

.custom.top-contacts-modul.d-flex {
  padding-left:0;
  display: inline-block;
  float: left;
}
.custom.top-contacts-modul.d-flex .address:before, .custom.top-contacts-modul.d-flex .worktime:before {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: none;
  filter: none;
}
.custom.top-contacts-modul.d-flex .worktime:before {
  background-image: url(/images/time-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 29px;
  height: 27px;
  left: 5px;
}
.custom.top-contacts-modul.d-flex .address:before {
  background-image: url(/images/map-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 21px;
  height: 29px;
  left: 2px;
}
.custom.top-contacts-modul.d-flex p.column.worktime, .custom.top-contacts-modul.d-flex p.column.address {
  position: relative;
  padding-left: 40px;
  margin: 0;
  margin-right: 80px;
  line-height: 1;
}
.custom.top-contacts-modul.d-flex .column.phone-wrap {
  text-align: right;
  max-width: none;
  padding-right: 5px;
  margin-left: 0;
}
.custom.top-contacts-modul.d-flex .column.phone-wrap a.phone {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 175px;
  margin-top: 5px;
	color: #58267e;
}
.custom.top-contacts-modul.d-flex .column.phone-wrap a.phone:hover {
  color: #58267e !important;
}
.custom.top-contacts-modul.d-flex a.popup-btn {
  width: 33px;
  height: 33px;
  background-color: #499be3;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
}
.custom.top-contacts-modul.d-flex a.popup-btn:before {
  position: absolute;
  background-image: url(/images/sprite.png);
  background-size: 147px, 131px;
  background-repeat: no-repeat;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-position: -108px -49px;
  z-index: 3;
  width: 16px;
  height: 16px;
}
.custom.top-contacts-modul.d-flex a.popup-btn:hover {
  background-color: #fff;
}
.custom.top-contacts-modul.d-flex a.popup-btn:hover::before {
  -webkit-filter: none;
  filter: none;
}
.customzapis-link-modul{
	text-align: right;
}
.customzapis-link-modul a.popup-btn {
  max-width: 280px;
  background: #58267e;
  border: 1px solid #58267e;
  width: auto;
  color: #fefefe;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  height: 60px;
  padding: 0px 20px;
  line-height: 55px;
  white-space: nowrap;
}

.customzapis-link-modul a.popup-btn:hover {
	background: #fff;
	color: #58267e!important;
}
.customzapis-link-modul a.popup-btn:hover::after {
  color: #499be3;
}
header#sp-header {
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
}
header#sp-header div#sp-logo {
  max-width: auto;
  padding: 0;
  flex: inherit;
}
header#sp-header div#sp-menu {
  -ms-flex: inherit;
  flex: inherit;
  padding: 0;
}
header#sp-header .sp-megamenu-parent > li.active > a {
  color: #cc0001;
  font-weight: bold;
}
header#sp-header .sp-megamenu-parent > li.active:hover > a {
  color: #1e73be;
}
header#sp-header .sp-megamenu-parent > li > a {
  position: relative;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
}

header#sp-header .logo {
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
}
header#sp-header .logo .logo-image {
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 14px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
a.color-red {
  color: #db4360 !important;
}
a.color-red:after {
  background: #db4360 !important;
}
div#sp-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div#sp-search input.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d5d5d5;
  outline: none;
}
div#sp-search input.btn.btn-primary {
  background: none;
  border: none;
  outline: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.95;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
}
div#sp-search input.btn.btn-primary:hover {
  filter: none;
  opacity: 1;
}
header#sp-header.header-sticky {
  height: auto;
}
header#sp-header.header-sticky .logo {
  height: 76px;
}
header#sp-header.header-sticky .logo .logo-image {
  height: 76px;
}
header#sp-header.header-sticky .sp-megamenu-parent > li > a, header#sp-header.header-sticky .sp-megamenu-parent > li > span {
  line-height: 76px;
}
header#sp-header.header-sticky .sp-megamenu-parent > li > a::after {
  height: 4px;
  bottom: 11px;
}
span.dropcap-blue {
  font-size: 60px;
  font-weight: 100;
  display: inline-block;
  float: left;
  line-height: 55px;
  padding: 0px 10px;
  background: #58267e;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
span.dropcap-gray {
  font-size: 60px;
  font-weight: 100;
  display: inline-block;
  float: left;
  line-height: 55px;
  padding: 0px 10px;
  background: #58267e;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
header#sp-header{
	position: static;
}
#sp-main-slider{
	padding: 35px 0;
}
#sp-main-slider h2{
	color: white;
	font-size: 55px;
	padding: 20px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 132px;
	/*background: #2E2F45;*/
	border-radius: 5px;
	/*mix-blend-mode: multiply;*/
	text-transform: uppercase;
	background: rgba(88,38,126,.9);
	opacity: 0.8;
}
#sp-main-slider .popup-btn {
	max-width: 280px;
	background-color: #58267e;
	border: 1px solid #58267e;
	width: auto;
	color: #fefefe;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	height: auto;
	padding: 5px 45px;
	line-height: 40px;
	white-space: nowrap;
	margin-top: 50px;
}
#sp-main-slider .popup-btn:hover {
    background-color: #fff;
    color: #58267e !important;
}
#sp-main-slider .su-row .su-column:first-child img{
	margin-top: 50px;
}
#sp-main-slider .su-row .su-column:last-child{
	padding-left: 45px;
	padding-top: 50px;
	padding-bottom: 25px;
}
#sp-main-slider .icon_description {
    margin-left: 65px!important;
	padding-top: 15px;
}
#sp-main-slider .su-icon-list{
	width: 49%;
	float: left;
}
footer#sp-footer .container-inner {
  padding: 20px 0;
  border-top: none;
}
footer#sp-footer .logo-footer {
  float: left;
  -webkit-filter: brightness(100%) contrast(50%) opacity(30%) grayscale(100%);
  filter: brightness(100%) contrast(50%) opacity(60%) grayscale(100%);
}
footer#sp-footer #sp-footer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer#sp-footer #sp-footer2 span.sp-copyright {
  font-size: 12px;
  color: #868889;
}
footer#sp-footer #sp-footer2 span.sp-copyright a {
  text-decoration: underline;
}
footer#sp-footer #sp-footer2 span.sp-copyright a:hover {
  color: #000;
}
footer#sp-footer #sp-footer2 span.futer-separator {
  font-size: 14px;
  padding: 0 15px;
}
section#sp-bottom {
  background-color: #f9f9f9;
  padding: 0;
}
section#sp-bottom .sp-module .sp-module-title {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
  text-align: left;
}

section#sp-bottom .custom.footer-contacts > div {
  margin: 27px 0 27px 27px;
}
section#sp-bottom .custom.footer-contacts .address, section#sp-bottom .custom.footer-contacts .mail, section#sp-bottom .custom.footer-contacts .phone-wrap, section#sp-bottom .custom.footer-contacts .worktime {
  position: relative;
  padding-left: 25px;
}
section#sp-bottom .custom.footer-contacts .address .icon, section#sp-bottom .custom.footer-contacts .mail .icon, section#sp-bottom .custom.footer-contacts .phone-wrap .icon, section#sp-bottom .custom.footer-contacts .worktime .icon {
  content: '';
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#sp-bottom .custom.footer-contacts .address .icon:before, section#sp-bottom .custom.footer-contacts .mail .icon:before, section#sp-bottom .custom.footer-contacts .phone-wrap .icon:before, section#sp-bottom .custom.footer-contacts .worktime .icon:before {
  background-image: url(/images/sprite.png);
  background-position: 0 -113px;
  width: 14px;
  height: 18px;
  background-size: 147px, 131px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-filter: brightness(100%) contrast(50%) opacity(30%) grayscale(100%);
  filter: brightness(100%) contrast(50%) opacity(30%) grayscale(100%);
}
section#sp-bottom .custom.footer-contacts .phone-wrap .icon:before {
  background-position: -108px -49px;
  width: 16px;
  height: 16px;
}
section#sp-bottom .custom.footer-contacts .mail .icon:before {
  background-image: url(/images/sprite.png);
  background-position: -128px -49px;
  width: 19px;
  height: 13px;
  background-size: 147px, 131px;
  background-repeat: no-repeat;
}
section#sp-bottom .custom.footer-contacts .worktime .icon:before {
  background-position: -58px -49px;
  width: 21px;
  height: 19px;
}
section#sp-bottom .custom.footer-contacts .phone {
  color: #58267e;
  font-size: 16px;
  font-weight: 600;
}
section#sp-bottom .custom.footer-contacts .socials {
  margin-left: 15px;
}
section#sp-bottom .custom.footer-contacts .socials a, section#sp-bottom .custom.footer-contacts .payments img {
  -webkit-filter: brightness(100%) contrast(50%) opacity(50%) grayscale(100%);
  filter: brightness(100%) contrast(50%) opacity(50%) grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section#sp-bottom .custom.footer-contacts .socials a + a {
  margin-left: 25px;
}
section#sp-bottom .custom.footer-contacts .socials a:hover, section#sp-bottom .custom.footer-contacts .inst-wrap .col-3 img:hover, section#sp-bottom .custom.footer-contacts .payments img:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: none;
  filter: none;
}
section#sp-bottom div#sp-bottom2 a {
  color: #000;
}
section#sp-bottom div#sp-bottom2 a:after {
  content: '';
  border-bottom: 1px solid #000;
  display: block;
  width: 0;
  margin: 0 auto;
}
section#sp-bottom div#sp-bottom2 a:hover:after {
  border-color: #0357ae;
  width: 100%;
}
section#sp-bottom div#sp-bottom2 .sp-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
section#sp-bottom a {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
section#sp-bottom a:hover {
  color: #000;
}

section#sp-bottom div#sp-bottom3 .col-4 {
  float: left;
  width: 33.3%;
  padding: 2px;
}
section#sp-bottom div#sp-bottom3 .col-4 img {
  -webkit-filter: brightness(100%) grayscale(100%);
  filter: brightness(100%) grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section#sp-bottom div#sp-bottom3 .col-4 img:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: none;
  filter: none;
}
section#sp-footer-info {
  padding: 20px 0;
  background-color: #f9f9f9;
  line-height: 1.25;
  color: #c7c7c7;
  font-size: 12px;
}
section#sp-footer-info .sp-module .sp-module-title {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
}
section#sp-footer-info .sp-module .sp-module-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 41px;
  height: 1px;
  background-color: #8bbce7;
  left: 0;
}
section#sp-footer-info .payments {
  position: relative;
  padding: 0 0 20px;
}
section#sp-footer-info .payments a {
  display: inline-block;
  padding-right: 7%;
  vertical-align: middle;
}
section#sp-footer-info .payments img {
  -webkit-filter: brightness(100%) contrast(50%) opacity(30%) grayscale(100%);
  filter: brightness(100%) contrast(50%) opacity(30%) grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section#sp-footer-info .payments img:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: none;
  filter: none;
}
section#sp-footer-info .item-info {
  padding-left: 55px;
}
section#sp-footer-info .info {
  font-size: 14px;
  color: #898989;
  margin-top: 15px;
}
h3.sp-module-title, h1.sp-module-title {
  color: #000;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

h4.subtitle {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  margin-left: 10px;
  color: #486884;
  margin-bottom: 38px;
}
section#sp-testimonals {
  background-color: #f2f9ff;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url(/images/review-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 82px;
}
.view-more,
a#btn-open{
	background: #58267e!important;
	border: 1px solid #58267e;
	border-radius: 3px;
}
.view-more:hover,
a#btn-open:hover {
    background: #fff !important;
	border: 1px solid #58267e;
	color: #58267e!important;
}
.view-more:hover  a#viewplus{
	color: #58267e!important;
}
body #style5 .title.inner.flip-container {
  margin-bottom: 40px;
  background: none;
  padding-left: 0;
}
body #style5 .avatar-testimonial {
  float: left;
  width: 166px;
  height: 166px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 15px;
  margin-right: 25px;
}
body #style5 .user_avatar_rotate {
  background: none;
  width: 100%;
  height: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  padding: 8px;
  background-position: 50% -6px;
  background-color: #54a2d2;
}
body #style5 .company-active {
  position: absolute;
  margin-top: -30px;
  width: 100%;
  text-align: left;
  float: none;
  border-right: none;
  margin-bottom: 5px;
  display: inline-block;
}
body #style5 .company-active .name-active {
  font-family: inherit;
  line-height: 24px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #3e88ca;
  text-transform: none;
  margin-bottom: 3px;
  width: 160px;
  text-align: center;
}
body #style5 .content-testimonial {
  overflow: hidden;
  min-height: 150px;
  border-left: none;
  border-bottom: none;
}
body #style5 .comment-testimonial {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px 15px;
  text-align: center;
  margin-right: 20px;
  color: #305f88;
  line-height: 1.4;
  padding-top: 50px;
  background-image: url(/images/icon-review.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 460px;
}
.menu-otzyvy .view-more {
  color: white;
  background-color: #3e88ca;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  max-width: 170px;
  margin: 0px auto;
  display: inline-block;
  width: 100%;
  float: right;
}
.custom.preferences div[class^=col]:not(:last-child):after {
  content: '';
  width: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: 5%;
  bottom: 0;
  right: 0px;
  height: 90%;
}
.custom.preferences .preference-img {
  min-height: 110px;
  margin-bottom: 40px;
}
.custom.preferences .preference-img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: none;
  filter: none;
  margin: 0 auto;
}
.custom.preferences .preference-text {
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #5b7083;
  text-align: center;
}
.custom.preferences > .row {
  margin-bottom: 50px;
}
section#sp-servises {
	background-image: url(/images/map.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 120px 180px;
	font-size: 26px;
	font-weight: 600;
	color: #000;
}
section#sp-servises h2{
	font-weight: 600;
	font-size: 36px;
}
section#sp-servises li{
	list-style: disc;
}
.tp-caption.text2 span {
  font-size: 70%;
  color: #db4360;
}
section#sp-main-zapis {
  background-color: #ffffff;
  color: #fff;
  padding: 0px 0px 80px;
}
section#sp-main-zapis a {
  color: #e5e5e5;
}
section#sp-main-zapis .maintitle {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section#sp-main-zapis .maintitle:after {
  content: '';
  position: absolute;
  bottom: 15px;
  width: 58px;
  height: 3px;
  background-color: #a4d4fe;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section#sp-main-zapis .form-title {
  background-image: url(/images/form-bg1.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  padding-top: 20px;
  padding-bottom: 20px;
}
section#sp-main-zapis h3.subtitle {
  text-align: center;
  font-weight: 100;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
section#sp-main-zapis .form-title .note {
  padding-top: 0px;
  color: #7db5e7;
  font-weight: 200;
  text-align: center;
}
section#sp-main-zapis .form-content.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
section#sp-main-zapis .form-content.column p {
  margin: 0;
  height: 0;
}
section#sp-main-zapis .com-baforms.oline-zapis-form {
  width: 100%;
  text-align: center;
}
section#sp-main-zapis .com-baforms.oline-zapis-form input.popup-btn {
  width: 80%;
  max-width: 280px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
section#sp-main-zapis .com-baforms.oline-zapis-form input.popup-btn:hover {
  background: #1e73be !important;
  color: #fff !important;
}
section#sp-main-zapis img{
	margin: 0 auto;
}
.page-contacts > div {
  margin: 27px 0 27px 27px;
}
.page-contacts a {
  color: #1e73be;
  font-size: 16px;
}
.page-contacts .address, .page-contacts .mail, .page-contacts .phone-wrap, .page-contacts .worktime {
  position: relative;
  padding-left: 25px;
}
.page-contacts .address .icon, .page-contacts .mail .icon, .page-contacts .phone-wrap .icon, .page-contacts .worktime .icon {
  content: '';
  width: 33px;
  height: 33px;
  background-color: #e5f3ff;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-contacts .address .icon:before, .page-contacts .mail .icon:before, .page-contacts .phone-wrap .icon:before, .page-contacts .worktime .icon:before {
  background-image: url(/images/sprite.png);
  background-position: 0 -113px;
  width: 14px;
  height: 18px;
  background-size: 147px, 131px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-filter: brightness(100%) contrast(50%) opacity(30%) grayscale(100%);
  filter: brightness(100%) contrast(50%) opacity(30%) grayscale(100%);
}
.page-contacts .phone-wrap .icon:before {
  background-position: -108px -49px;
  width: 16px;
  height: 16px;
}
.page-contacts .mail .icon:before {
  background-image: url(/images/sprite.png);
  background-position: -128px -49px;
  width: 19px;
  height: 13px;
  background-size: 147px, 131px;
  background-repeat: no-repeat;
}
.page-contacts .worktime .icon:before {
  background-position: -58px -49px;
  width: 21px;
  height: 19px;
}
.page-contacts .phone {
  color: #004c80;
  font-size: 22px;
  font-weight: 600;
}
.page-contacts .mail a{
	color: #004c80;
	font-size: 22px;
	font-weight: 600;
}
.sp-megamenu-parent > li > a {
    color: #004c80!important;
}
.sp-megamenu-parent > li:hover > a {
    color: #fff!important;
}

header#sp-header .sp-megamenu-parent > li.active > a {
    color: #fff!important; 
    font-weight: bold;
}
.address{
	font-size: 18px;
}
.page-contacts .socials {
  margin-left: 15px;
}
.page-contacts .socials a, .page-contacts .payments img {
  -webkit-filter: brightness(100%) contrast(50%) opacity(50%) grayscale(100%);
  filter: brightness(100%) contrast(50%) opacity(50%) grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-contacts .socials a + a {
  margin-left: 25px;
}
.page-contacts .socials a:hover, .page-contacts .inst-wrap .col-3 img:hover, .page-contacts .payments img:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: none;
  filter: none;
}
span.subheading-category {
  color: #9d9d9d;
  font-size: 45px;
  font-weight: 200;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  margin-bottom: 2.5rem;
}
span.subheading-category:after {
  content: '';
  position: absolute;
  bottom: 15px;
  width: 58px;
  height: 3px;
  background-color: #499be3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  font-size: 1.5rem;
  padding: 0.5rem 0;
}
.article-details dl, .article-details ol, .article-details ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.article-details ul {
  padding-inline-start: 40px;
}
.article-details ul li {
  list-style-type: disc;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.9rem;
}
.article-header h1 {
  color: #000;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

}
.table td:nth-child(4), .table td:nth-child(3) {
  color: #fb5b74 !important;
  font-weight: bold;
}
.table th {
  background-color: #92bade;
  color: #fff;
}
.table.nored td:nth-child(4), .table.nored td:nth-child(3) {
  color: inherit !important;
  font-weight: normal;
}
.container.aktions .aktions-item {
  padding: 55px 20px 20px;
  border: 6px solid #e47186;
  border-radius: 15px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
.container.aktions .aktions-item .akt-img {
  margin-top: auto;
}
.container.aktions .aktions-item::before {
  content: "АКЦИЯ!";
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #e47286;
  padding: 5px 20px;
  font-size: 2.5rem;
  top: 0;
  left: 0;
  border-radius: 0 0 15px 0;
  padding-left: 40px;
  line-height: 1;
}
.container.aktions .aktions-item::after {
  content: "\f06b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #fff;
  font-size: 34px;
  top: 0;
  left: 0;
  line-height: 40px;
}
.container.aktions h4 {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #e47286;
  padding-left: 50px;
  margin-bottom: 20px;
  line-height: 1;
}
body .sp-page-title {
  background: #000;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: right;
  padding: 0;
  height: 300px;
}
body .sp-page-title .sp-page-title-heading {
  line-height: 1;
  font-size: 4rem;
  color: #77b6ec;
  font-weight: 200;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  width: 50%;
  max-width: 500px;
  margin-top: 3rem;
  float: none;
}
body .sp-page-title .sp-page-title-heading:after {
  content: '';
  position: absolute;
  bottom: 15px;
  width: 70px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .sp-page-title .sp-page-title-sub-heading {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  display: block;
  max-width: 500px;
}
.features {
  background: #d4ebff;
  text-align: center;
  padding: 40px;
  margin-bottom: 35px;
}
.features .icon {
  width: 60px;
  float: initial;
  height: 60px;
  border-radius: 40px;
  display: block;
  background-color: #489be3;
  max-width: 63px;
  margin: 0 auto;
  display: block;
}
.features .features-h5 {
  background: #e47186;
  padding: 20px;
  color: #fff;
  font-size: 2rem;
  margin: 0;
}
.features .features-h4 {
  font-size: 1.9rem;
  font-weight: 100;
  margin: 0;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.prices-spoler {
  border-bottom: 1px solid #489be3;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.prices-spoler .su-spoiler-icon {
  right: 20px;
  left: auto;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.prices-spoler .su-spoiler-title {
  padding: 1.2rem;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.prices-spoler .su-spoiler-title h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #a1a1a1;
}
.red-warning {
  background: #e47186;
  padding: 10px 25px;
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
  margin: 60px 15% 65px;
  border-radius: 1000px;
  font-weight: 100;
}
.red-warning p {
  margin: 0;
}
.gery-warning {
  background: #efefef;
  padding: 40px;
  font-size: 1.3rem;
}
.gery-warning ol li {
  margin-bottom: 1.5rem;
}
.su-tabs.su-tabs-align-center.su-tabs-style-2.super-tables {
  font-size: 2rem;
  font-weight: 100;
}
.su-tabs.su-tabs-align-center.su-tabs-style-2.super-tables .col-sm-9 {
  line-height: normal;
}
.su-tabs-style-2 .su-tabs-nav span {
  padding: 0 15px 15px 15px;
}
.com-baforms.article-zapis-form {
  text-align: center;
}
#offcanvas-toggler{
	  display: block;
}

#sp-main-text{
	padding: 60px;
}
#sp-main-text .custom.perehod p{
	display: flex;
	justify-content: center;
}
#sp-main-text .custom.perehod a{
	margin: 25px 25px 100px;
	display: block;
	font-weight: 600;
	font-size: 26px;
	height: 196px;
	width: 500px;
	color: #fff;
	background-color: #87d0f4;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: center;
	border-radius: 5px;
	padding-top:120px;
}

#sp-main-text .custom.perehod a:hover{
	background-color: #004c80;
	color: #000;
}
#sp-main-text .custom.perehod p a:nth-child(1){
	background-image: url(/images/ikonka-1.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-position-y: 15px;
}
#sp-main-text .custom.perehod p a:nth-child(2){
	background-image: url(/images/ikonka-2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-position-y: 15px;
}
#sp-main-text .custom.perehod a:hover:nth-child(1){
	background-image: url(/images/ikonka-1-b.png);
}
#sp-main-text .custom.perehod a:hover:nth-child(2){
	background-image: url(/images/ikonka-2-b.png);
}
#sp-main-text .custom .su-custom-carousel-item a.smotret-vse{
	display: block;
	text-align: center;
	line-height: 38px;
	/*background: #004c80;*/
	color: #000;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-top: 85px;
	font-size: 16px;
}
/*#sp-main-text .custom .su-custom-carousel-item a.smotret-vse:hover{
	background: #87d0f4;
	color: #000;
}*/
.su-custom-carousel-style1 .owl-next, .su-custom-carousel-style1 .owl-prev{
	top: calc(50% - 10px)!important;
}
.icon_description_text{
	font-size: 16px;
}
.ymaps-2-1-72-balloon__content{
	padding-left: 50px!important;
	background-image: url(/images/favicon.png)!important;
	background-position-x: 5px!important;
	background-position-y: center!important;
	background-repeat: no-repeat!important;
	background-size: 40px!important;
}
.social-icons{
	display: block!important;
	text-align: left;
}
.social-icons li{
	display: inline-block!important;
}
.social-icons li .fa{
	font-size: 25px;
	color: #58267e;
}
.su-icon-list .icon_list_item .icon_description h3{
	color: #fff;
}
.offcanvas-menu .menu li a img{
	  display: none;
  }
.row_rabotaem{
	display: flex;
	text-align: center;
	justify-content: space-between;
}  
.rabotaem{
	max-width: 150px;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	color: #000;
}
.rabotaem:before{
	content: " ";
	position: absolute;
	z-index: 5;
	height: 0;
	width: 260px;
	background: trasparent;
	-ms-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	margin-top: -15px;
	border-top: 5px dashed #000;
}
.rabotaem:nth-child(2n+1){
	padding-top: 80px;
}
.rabotaem:nth-child(2n):before{
	-ms-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);	
	margin-top: 60px;
}
.rabotaem:last-child:before{
	display: none;
}
.nomer_rabotaem span.nomer{
	background: #58267e;
	font-size: 60px;
	color: #fff;
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 8;
}
#sp-footer{
    background: #000!important;
    color: #fff!important;
}
.su-tabs{
	max-width: 900px;
	margin: 0 auto;
}
.su-tabs table p{
	font-weight: 600;
	font-size: 26px;
}
.su-tabs-nav span{
	font-size: 18px;
}
#offcanvas-toggler > .fa {
	font-size: 35px;
	color: #004c80!important;
}
#sp-main-text .sp-module-title{
	color: #fff;
}
#sp-main-text .su-spoiler {
    display: flex;
    flex-direction: column-reverse;
}
#sp-main-text .su-spoiler-title {
    padding-left: 27px;
    padding-right: 27px;
    text-align: center;
    width: 250px;
    background: #58267e;
    color: #fff;
    margin: 0 auto;
	border: 1px solid #58267e;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sp-main-text .su-spoiler-title:hover{
	color: #58267e;
	background: #fff;
}
#sp-main-text .su-spoiler-style-default > .su-spoiler-content {
    padding: 0;
}
#sp-main-text .su-spoiler-icon{
	display: none;
}
#sp-footer2 .social-icons{
	display: inline-block!important;
	margin: 25px 0 45px;
}
#sp-footer2 .social-icons li .fa {
    font-size: 25px;
    color: #fff;
}
#sp-footer ul.menu{
	margin-bottom: 45px;
	position: relative;
}
#sp-footer ul.menu:before{
	content: " ";
	display: block;
	position: absolute;
	width: auto;
	height: 1px;
	background: #fff;
	left: 50px;
	right: 50px;
	top: -25px;
}
#sp-footer ul.menu:after{
	content: " ";
	display: block;
	position: absolute;
	width: auto;
	height: 1px;
	background: #fff;
	left: 50px;
	right: 50px;
	bottom: -25px;
}
#sp-footer a, #sp-bottom a {
    color: #fff!important;
}
footer#sp-footer #sp-footer2 span.sp-copyright{
	color: #fff;
}
.page-contacts {
	padding-top: 50px;
}
#sp-main-body{
	background-image: url(/images/bg.png);
}
#sp-main-body table{
	width: 100%;
	background: #e0ffff;
	border: 2px solid #87d0f4;
}
#sp-main-body h1{
	display: inline-block;
	position: relative;
}
#sp-main-body h3{
	color: #58267e;
	margin-bottom: 40px;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
#sp-main-body h3:after{
	content: " ";
	height: 2px;
	width: auto;
	background: #58267e;
	position: absolute;
	bottom: -10px;
	display: block;
	left: 15px;
	right: 15px;
	
}
.itemid-436 #sp-main-body table{
	margin-top: 19px;
}
.itemid-436 #sp-main-body .su-row{
	margin-bottom: 25px;
}
#sp-main-body table tr td{
	padding: 15px 10px;
	font-size: 16px;
	border-bottom: 2px solid #87d0f4;
	border-right: 2px solid #87d0f4;
}
#sp-main-body table tr:last-child td{
	text-align: center;
	border-bottom: none;
}
#sp-main-body table tr td:first-child{
	max-width: 70%;
	font-weight: 600;
}
#sp-main-body table tr td:last-child{
	text-align: center;
	border-right: none;
}
.su-box-content{
	padding: 22px 1em!important;
	color: #000!important;
	font-size: 16px;
	font-weight: 600;
	background: #e0ffff!important;
	font-style: italic;
}
.su-box-title{
	font-size: 1.4em!important;
}
.su-box{
	margin-bottom: 15px!important;
}
#sp-main-slider a{
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 45px;
	background: #004c80;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: center;
}
#sp-main-slider a:hover{
	background: #87d0f4;
	color: #000;
}

.blog .cat-children{
	display: flex;
	justify-content: center;
	padding: 100px 0;
}
.blog .cat-children > div{
	width: 30%;
	text-align: center;
	margin: 1%;
}
.blog .cat-children > div h3{
	margin-bottom: 0px!important;
	padding-bottom: 0px;
	display: block!important;
}
.blog .cat-children > div h3:after{
	display: none!important;
}
.blog .cat-children > div h3 a{
	display: block;
	font-weight: 600;
	font-size: 26px;
	line-height: 76px;
	color: #fff;
	background-color: #004c80;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: center;
	border-radius: 5px;
}
.blog .cat-children > div h3 a:hover{
	background-color: #87d0f4;
	color: #000;
}
.itemid-488 .blog{
	display: flex;
	flex-direction: column-reverse;
}
.itemid-488 .blog .cat-children{
	padding: 20px 0;
}
.social-icons{
	display: flex;
}
.social-icons li{
	max-width: 45px;
    margin-right: 5px;
}
.mob_home{
		display: none;
}
#sp-main-body p{
	font-size: 14px!important;
}
#sp-main-text .menu{
	display: flex;
	justify-content: center;
}
#sp-main-text .menu li{
	margin: 0 10px 40px;
}
#sp-main-text .menu li a{
	position: relative;
	overflow: hidden;
}
#sp-main-text .menu li span{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	z-index: 3333;
	font-weight: 600;
	line-height: 54px;
	background: rgba(0,0,0,.8);
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sp-main-text .menu li a img{
	transition: all 0.5s ease 0s;
}

#sp-main-text .menu li a:hover img{
	transform: scale(1.2, 1.2) rotate(0deg);
	opacity: 0.7;
}


@media screen and (max-width: 1199px) {
  .custom.top-contacts-modul.d-flex {
    padding-left: 0;
  }
  .custom.top-contacts-modul.d-flex p.column.worktime, .custom.top-contacts-modul.d-flex p.column.address {
    margin-right: 70px;
  }
  div#sp-menu {
    padding: 0;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1090px) {
  div#sp-search {
    max-width: 123px;
  }
}

@media screen and (max-width: 991px) {
	.mob_home{
		display: block;
	}

	#sp-menu{
		-ms-flex: 0 0 55%!important;
		flex: 0 0 55%!important;
		max-width: 55%!important;
	}
	#sp-menu .sp-column{
		display: flex;
	}
  header#sp-header div#sp-menu {
    margin-left: auto;
    padding-right: 20px;
  }
  div#sp-search {
    max-width: inherit;
  }
  p.column.worktime {
    display: none;
  }
  p.column.address {
    display: none;
  }
  div#sp-menu {
    order: 3;
    padding-right: 20px;
  }
  div#sp-search {
    order: 2;
  }
  #offcanvas-toggler {
    font-size: 28px;
  }
  header#sp-header.header-sticky #offcanvas-toggler {
    height: 66px;
    line-height: 66px;
  }
  section#sp-bottom div#sp-bottom3 {
    max-width: none;
  }
  section#sp-bottom div#sp-bottom3 .col-4 {
    float: left;
    width: auto;
    padding: 2px;
    max-width: none;
    flex: auto;
  }
  div#sp-top1 {
    max-width: 170px;
  }
  body #style5 .avatar-testimonial {
    float: none;
    width: 90px;
    height: 90px;
    padding: 3px;
    margin-bottom: 15px;
    margin-right: 10px;
  }
  body #style5 .title.inner.flip-container {
    position: relative;
  }
  body #style5 .company-active {
    position: absolute;
    margin-top: 0;
    width: auto;
    text-align: right;
    float: right;
    border-right: none;
    margin-bottom: 5px;
    display: inline-block;
    top: 87px;
    left: 0;
  }
  body .jux-content .item {
    padding: 10px 20px;
  }
  body #style5 .comment-testimonial {
    max-width: none;
  }
  body #style5 .title.inner.flip-container {
    margin-bottom: 0;
  }
  #sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
    max-width: 25%;
  }
  #sp-left .sp-module ul > li span.image-title, #sp-right .sp-module ul > li span.image-title {
    line-height: 1;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  a.popup-btn {
    font-size: 13px !important;
  }
  .custom.top-contacts-modul.d-flex .column.phone-wrap {
    padding-right: 0;
  }
  div#sp-search {
    display: none;
  }
  .custom.preferences.pt-5 .col-sm-3.col-xs-6 {
    width: 50%;
    margin-bottom: 30px;
  }
  .custom.preferences .preference-img {
    min-height: 95px;
    margin-bottom: 10px;
  }
  section#sp-servises ul#img_menu li {
    margin: 0 auto 30px;
    width: 50%;
  }
  .com-baforms.oline-zapis-form {
    margin-bottom: 20px;
  }
  body .basicpopup-outer {
    height: 100% !important;
  }
  aside#sp-right .sp-module.img-menu-modul {
    display: none;
  }
  .su-row [class*="su-column-size-"][class*="su-column-size-medium-"]:not(.su-column-size-medium-1-1):nth-child(1){
	  padding-left: 0px;
  }
  section#sp-servises{
	  padding:  80px 0px;
	  font-size: 20px;
  }
  section#sp-servises h2 {
    font-size: 26px;
	}
	#sp-main-text {
		padding: 60px 0;
	}
	#sp-main-text .custom.perehod p{
		flex-direction: column;
	}
	#sp-main-text .custom.perehod a{
		width: 100%;
		margin: 25px 0;
	}

	.blog .cat-children{
		flex-direction: column;
	}
	#sp-main-text .menu {
		display: block;
	}#sp-main-text .menu li {
		margin: 0 0px 40px;
	}  
	
	.blog .cat-children > div {
		width: 100%;
	}	
}
@media screen and (max-width: 575px) {
  header#sp-header div#sp-logo {
    max-width: 41.666667%;
    padding: 0 10px;
  }
  .logo-image {
    height: auto !important;
  }
  h3.sp-module-title, h1.sp-module-title {
    font-size: 35px;
  }
  section#sp-main-zapis .maintitle {
    font-size: 35px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2.1rem;
  }
  .container.aktions .aktions-item {
    height: auto;
    margin-bottom: 13px;
  }
  .container.aktions h4 {
    padding-left: 0;
  }
  body .sp-page-title .sp-page-title-heading {
    font-size: 2rem;
    width: 70%;
  }
  body .sp-page-title .sp-page-title-sub-heading {
    font-size: 1.5rem;
    width: 70%;
  }
  body .sp-page-title {
    background-position: 80% 100%;
  }
  .features {
    padding: 20px;
    margin-bottom: 25px;
  }
  .features .features-h4 {
    font-size: 1.6rem;
  }
  .features .icon {
    margin-bottom: 5px !important;
  }
  .features .features-h5 {
    padding: 15px;
    font-size: 1.6rem;
  }
  .su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.prices-spoler .su-spoiler-title h3 {
    font-size: 20px;
  }
  .red-warning {
    padding: 25px 5px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 40px 5px 45px;
  }
  .su-tabs.su-tabs-align-center.su-tabs-style-2.super-tables {
    font-size: 1.5rem;
  }
  .su-photo-gallery-slide.cbp-item {
    max-width: 200px;
    margin: 0 auto;
    right: 0;
  }
  #offcanvas-toggler{
	  display: block;
  }
  .sp-megamenu-parent{
	  display: none;
  }
}
@media screen and (max-width: 424px) {
  a.popup-btn {
    font-size: 11px !important;
  }
  .custom.top-contacts-modul.d-flex .column.phone-wrap a.phone {
    font-size: 18px;
  }
  .table td, .table th {
    padding: 0.7rem 0.25rem;
  }
  .container.aktions h4 {
    font-size: 1.5rem;
    padding-left: 0;
  }
  #sp-main-slider h2{
	  font-size: 40px;
  }
  #img_menu li img {
    max-width: 100%;
  }
  #img_menu li:nth-child(5) img, #img_menu li:nth-child(4) img {
    max-width:  100%;
  }
	#sp-main-slider .su-row {
		margin-top: 0;
	}
	#sp-main-slider{
		height: auto;
	}
	#img_menu li:nth-child(1) img, #img_menu li:nth-child(2) img, #img_menu li:nth-child(6) img, #img_menu li:nth-child(7) img {
		max-width:100%;
	}
	#img_menu li{
		margin-right: 0;
	}
	.rabotaem:nth-child(2n+1) {
		padding-top: 0px;
	}
	.rabotaem {
		max-width: 100%;
		margin-bottom: 15px;
	}				
	.row_rabotaem{
		display: block;
	}
	.rabotaem::before{
		display: none;
	}
	

	.custom.top-contacts-modul.d-flex .column.phone-wrap a.phone{
		margin-left: auto;
	}
	.customzapis-link-modul a.popup-btn{
		height: 30px;
		padding: 0px 30px;
		line-height: 30px;
	}
	.custom.top-contacts-modul.d-flex{
		width: 100%;
		justify-content: right;
	}
	#sp-main-slider{
		background-position-x: right -550px;
	}
	#sp-main-slider .su-row .su-column:last-child {
		padding-left: 0px;
	}
	#sp-main-slider .su-icon-list {
		width: 100%;
		float: none;
	}
	.su-row:not(.su-row-preserve) {
		margin-left: 0px!important;
	}
	#offcanvas-toggler > .fa {
		font-size: 35px;
		color: #004b83 !important;
	}
	#sp-main-slider h2 {
		font-size: 35px;
	}
	#img_menu li:nth-child(1) img, #img_menu li:nth-child(2) img, #img_menu li:nth-child(3) img, #img_menu li:nth-child(4) img {
		max-width: 100%;
	}
	#sp-main-body table tr:last-child td{
		text-align: center;
		border-bottom: none;
	}
	#sp-main-body table tr td:first-child{
		max-width: 50%;
		font-weight: 500;
	}
	#sp-main-body table tr td:last-child{
		text-align: center;
		border-right: none;
	}
	#sp-main-body table tr td{
		padding: 10px 8px;
		font-size: 14px;
	}
}
@media screen and (max-width: 374px) {
  .table td, .table th {
    padding: 0.6rem 0.2rem;
    font-size: 0.9rem;
  }
}
/* Scss Document */
