/**
 * @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 {
  margin: 0;
  font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #505050;
  text-align: left;
}
.mixini {
  border-bottom: 1px solid #ebebeb;
  text-align: right;
  color: #cecece;
  font-size: 11px;
  padding-bottom: 5px;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 95%;
}
.easy_img_caption{
	display: grid!important;
}
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);
}
.gg-soderg {
  width: 100%;
  max-height: 281px;
  display: table;
  margin-bottom: 10px;
  margin: 0 auto;
}
.gg-soderg1,.gg-soderg2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vrachisaita div {display:inline-block;width:43%;vertical-align: top;margin:20px;}
.vrachisaita img{padding-right: 18px; }
.vrachisaita p.zaglavie a{font-size:18px; color: #121212;}
.vrachisaita p.zaglavie a:hover{color: #ff5a71;}
.vrachisaita p.oavtore a{text-decoration: underline;}
@media screen and (max-width: 800px) {
.vrachisaita div {width:100%;}
}
@media screen and (max-width: 991px) {
.breadcrumb,.top-kontacts-modul,.social-icons {
visibility: hidden;
display: none;
}
}
@media screen and (min-width: 35.5em){
.sp-column .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 100%!important;
}
}
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;
}
.my-blog .article-info{
	margin-bottom: 10px;
	text-align:right;
}
.custom.logo-bottom img {
	margin-bottom:10px;
}
@media screen and (min-width: 990px) {
#sp-bottom2,#sp-bottom3 {
  margin-top: 60px!important;
}
}
.contact-miscinfo img {
	margin:10px;
}
.ul.share_this {
  margin: 0px !important;
  -webkit-padding-start: 0px !important;
}
ul.share_this li {
  display: inline-block;
  margin-bottom: 0px !important;
  margin-top: 6px !important;
  margin-left: 6px !important;
  margin-right: 0px !important;
}
ul.share_this li:before{
	content: none!important;
    margin-right: 0px!important;
}
ul.share_this li a i.fa {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 40px;
  color: #fff;
  position: relative;
  transition: all ease 0.2s;
  font-size: 18px;
}
.article-details.post-share ul.share_this li a i.fa {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 40px;
}
ul.share_this li a i.fa:hover {
  color: #fff;
  font-size: 18px;
}
.share_this .fa:hover {
  border-radius: 8px;
}
ul.share_this li a i.fa-facebook:hover,ul.share_this li a i.fa-facebook {
  background-color: #3B5998;
}
ul.share_this li a i.fa-odnoklassniki:hover,ul.share_this li a i.fa-odnoklassniki {
  background-color: #EB722E;
}
ul.share_this li a i.fa-vk:hover,ul.share_this li a i.fa-vk {
  background-color: #48729E;
}
ul.share_this li a i.fa-whatsapp:hover,ul.share_this li a i.fa-whatsapp {
  background-color: #65BC54;
}
.amigo{
	font-size: 1.3rem;
    margin-bottom: 7px;
    margin-top: 10px;
    padding: 7px 0 7px 12px;
    color: #3a3a3a;
    text-transform: none;
    position: relative;
    display: inline-block;
	border-left:3px solid #ff5a71;
}
.article-details #author_infobox span {
    text-align: right;
    display: block;
}
.article-details #author_infobox{
	clear: both;
    display: block;
    margin: 15px 0 0px 0;
    background: #fff;
    border: 1px solid #e4e8ea;
    border-bottom: 0px;
    border-radius: 0px;
	padding: 20px 2.5%;
    -moz-box-shadow: 0 0 30px -10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 20px -10px rgba(0,0,0,0.3);
    box-shadow: 0 0 28px -12px rgba(0,0,0,0.3);
    display: -ms-flexbox;
}
.article-details #author_infobox .author_infobox_image_profile {
    float: left;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.article-details #author_infobox .author_infobox_image_profile img {
    border: none;
    width: 100px;
	margin:0px;
}
.article-details #author_infobox .author_infobox_name {
    display: block;
    font-size: 1.1em;
    line-height: 1;
    color: #333;
    font-weight: 600;
}
.article-details #author_infobox .author_infobox_name span.bold {
    font-weight: normal;
    font-size: 16px;
    color: #3bad4e;
}
.article-details #author_infobox .author_infobox_position {
    color: #333 ;
    display: block;
    font-size: 1em;
    padding-top: 3px;
    padding-bottom: 7px;
    font-style: italic;
    font-weight: 300;
}
.article-details #author_infobox .author_infobox_description {
    color: #111;
    font-size: 0.95em;
    word-spacing: 0px;
    font-weight: 300;
}
.post-share {
    display: flex;
    align-items: center;
    padding: 9px;
    border: 1px solid #e4e8ea;
    background-color: #fafafa;
	padding: 9px 2%;
    -moz-box-shadow: 0 0 30px -10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 20px -10px rgba(0,0,0,0.3);
    box-shadow: 0 0 28px -12px rgba(0,0,0,0.3);
    display: -ms-flexbox;
}
.post-share__title {
    color: #555;
    font-weight: 500;
    font-size: 14px;
	
}
.sharee{
	float:none;
	margin-left: 12px;
	min-width: 22%;
	vertical-align: top;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:focus, a:active {
  text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.article-details .ya-share2 ul li:before {
display: none;
}
.article-details .dd-widget-list-container ul li:before {
display: none;
}
.article-details .moduletable ul li:before {
display: none;
}
.test-questions img{
display:block;
margin:auto;
}
.ostavit-zayavku a {
color:#101011;
}
.moduletable ul li {
	margin-left:0px;
}
label {
  font-weight: normal;
}
.reckom {
	border-top: 1px dotted #d7d8dc;
    border-bottom: 1px dotted #d7d8dc;
    font-size: 14px;
    padding: 15px 20px 15px 15px;
    position: relative;
    margin: 30px 0 26px;
    min-height: 138px;
    text-decoration: none;
	box-sizing: border-box;
	overflow: hidden;
}
.reckom strong {
	font-size: 16px;
}
.reckom img {
    height: 128px;
    margin: -7px 25px 0px 10px;
    width: auto;
}
.reckom a{
   color: #222;
}
.reckom a:hover{
   text-decoration: none;
}
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: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 80px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.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: #282828;
}
.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: #ff5a71;
}
.article-list .article .readmore {
  font-size: 0.875rem;
  max-width: 500px;
  margin-left: 110px;
}
.article-list .article .readmore a {
  color: #282828;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #ff5a71;
}
.article-info {
  text-align:right;
  display: block;
}
.article-info > span {
  font-size: 0.9rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #282828;
}
.article-info > span a:hover {
  color: #ff5a71;
}
.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;
  margin-top:-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: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  margin: 16px 0;
  font-size:14px;
}
div#sp-bottom2 ul.menu li a:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    position: relative;
    margin-right: 5px;
    top: -3px;
    left: 0;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
}
div#sp-bottom2 ul.menu li a:hover:before {
  left: -5px;
}
p.bot-phone {
    font-size: 18px;
    font-weight: 600;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.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.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;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-bottom: 0px;
  margin-left: 0px;
}
.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: 80px;
  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: 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: 80px;
  line-height: 80px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
html {
  font-size: 12px;
  color: #282828;
}
i b, .fa b {
  display: none;
}
.menu-home #sp-main-body {
  display: none;
}
.count-comment1 > a {
  pointer-events: none !important;
  cursor: default !important;
}
.count-comment1 > a > span {
  pointer-events: none !important;
  cursor: default !important;
}
div[class^="count-comment"] > a {
  pointer-events: none !important;
  cursor: default !important;
}
div[class^="count-comment"] > a > span {
  pointer-events: none !important;
  cursor: default !important;
}
.menu-home #sp-header {
  position: absolute;
}
#sp-header {
  background: transparent !important;
  height: 100px;
  left: 0;
  position: inherit;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: none;
  padding-top: 20px;
}
.top-bar.row {
  padding-top: 6px;
}
.top-bar.row .top-search-modul {
  flex: 56%;
  width: 56%;
  margin-bottom: 10px;
}
.top-bar.row .top-search-modul input {
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.3;
  height: 36px;
  border-radius: 30px;
  font-size: 14px;
  font-style: italic;
  line-height: 36px;
}
.top-bar.row .top-kontacts-modul {
  flex: 36%;
  width: 36%;
  padding-left: 25px;
  white-space: nowrap;
}
.top-bar.row .top-kontacts-modul ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 36px;
  margin-bottom: 10px;
}
.top-bar.row .top-kontacts-modul ul li {
  display: inline-block;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
  margin-right: 17px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.top-bar.row .top-kontacts-modul ul li a {
  color: #282828;
}
.top-bar.row .top-kontacts-modul ul li a i {
  font-size: 18px;
  color: #ff5a71;
  margin-right: 8px;
}
.top-bar.row .top-kontacts-modul ul li a:hover {
  color: #ff5a71;
}
.top-bar.row .top-kontacts-modul ul li:last-child {
  margin-right: 0;
}
.top-bar.row .top-socicons-modul {
  flex: 8%;
  width: 8%;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:0px;
  margin-bottom:0px;
}
ul.social-icons > li {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  width: 30px;
  text-align: right;
}
ul.social-icons > li a:hover {
  color: #ff5a71 !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 7px;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
}
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: "\f0d7";
  float: right;
  color: #ff5a71;
  margin-left: 1px;
}
.sp-menu-item img {
  display: none;
}
div#rev_slider_2_2_wrapper {
  display: none;
}
section#sp-top-features-articles {
  margin-top: -30px;
  position: relative;
  z-index: 20;
}
.sp-module.my-news.top-features-news .my-news-info .img-intro- {
  display: none;
}
.sp-module.my-news.top-features-news .my-news-info img {
  display: none;
}
ul.newsflash-horizmy-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
ul.newsflash-horizmy-news li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 15px 20px;
  flex-wrap: wrap;
  padding: 10px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  height: auto;
  justify-content: space-between;
}
ul.newsflash-horizmy-news li .item-image {
  max-height: 211px;
  overflow: hidden;
  margin-bottom: 15px;
}
ul.newsflash-horizmy-news li .item-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
h4.newsflash-titlemy-news {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
}
.top-features-news li {
  width: 33.3333%;
  flex: 33.3333%;
}
span.article-separator {
  display: none;
}
ul.newsflash-horizmy-news.hit-news li {
  width: 25%;
  flex: 25%;
  margin: 0 10px 15px;
}
ul.newsflash-horizmy-news.hit-news li .item-image {
  max-height: 175px;
}
ul.newsflash-horizmy-news.hit-news li .my-news-footer .my-news-redmore a {
  padding: 0 12px;
}
.my-news-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 40px;
  border-top: 1px solid #ff5a71;
  padding-top: 10px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  color: #a0a0a0;
}
.my-news-footer a {
  color: #a0a0a0;
}
.my-news-footer .my-news-hits:before {
  content: "\f06e";
  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;
  margin-right: 2px;
  font-size: 16px;
}
.my-news-footer span.my-rating:before {
  content: "\f08a";
  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;
  margin-right: 2px;
  margin-left: 11px;
  font-size: 16px;
}
.my-news-footer span.my-num-coments:before {
  content: "\f0e6";
  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;
  margin-right: 2px;
  font-size: 16px;
}
.my-news-footer .my-news-redmore a {
  font-size: 12px;
  padding: 0 20px;
  border: 1px solid #ff5a71;
  line-height: 30px;
  display: block;
  border-radius: 20px;
  color: #ff5a71;
  background: #fff;
}
.my-news-footer .my-news-redmore a:hover {
  background: #ff5a71;
  color: #fff;
}
.article-bottom-hits #mcn-205 .mcnLine-4.line-1, .article-bottom-hits #mcn-206 .mcnLine-4.line-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.article-bottom-hits #mcn-205 .mcnLine-4.line-1 .mcnCell, .article-bottom-hits #mcn-206 .mcnLine-4.line-1 .mcnCell {
  height: inherit !important;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap {
  padding: 10px !important;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap img, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap img {
  border: none !important;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap .mcnContent, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap .mcnContent p.intro-title, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent p.intro-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap .mcnContent p.intro-title a:after, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent p.intro-title a:after {
  content: normal;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap .mcnContent p, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent p {
  font-size: inherit !important;
  line-height: inherit !important;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap .mcnContent .readmore-right, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent .readmore-right {
  border-top: 1px solid #ff5a71;
  padding-top: 7px;
  margin-top: 5px;
}
p.intro-title a{
	font-size:16px !important;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap .mcnContent .readmore-right a.btn.btn-small.btn-danger, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent .readmore-right a.btn.btn-small.btn-danger {
  font-size: 12px;
  padding: 0 20px;
  border: 1px solid #ff5a71;
  line-height: 30px;
  display: block;
  border-radius: 20px;
  color: #ff5a71;
  background: #fff;
  max-width: 130px;
  float: right;
}
.article-bottom-hits #mcn-205 .mcnCell .cell-wrap .mcnContent .readmore-right a.btn.btn-small.btn-danger:hover, .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent .readmore-right a.btn.btn-small.btn-danger:hover {
  background: #ff5a71;
  color: #fff;
}
section#sp-main-tests {
  padding-top: 5px;
}
.main-test.test-alco {
  background-image: url(https://b20e6b.claudeassets.com/20260102142924im_/https://pe4en.net/images/test1.jpg);
}
.main-test.test-pechen {
  background-image: url(https://21ffc3.claudeassets.com/20260102142924im_/https://pe4en.net/images/test2.jpg);
}
.main-test {
  min-height: 148px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  padding: 20px 15px;
  position: relative;
}
.main-test p {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.main-test .round-button a {
  border-color: #fff;
  color: #fff;
  float: right;
  position: absolute;
  right: 15px;
  bottom: 20px;
  background-color: transparent;
}
.main-test .round-button a:hover {
  background-color: rgba(255, 255, 255, 0.33);
}
.test-overley a {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 300sm;
  -moz-transition: all 300sm;
  -webkit-transition: all 300sm;
  -o-transition: all 300sm;
}
.test-overley a:hover {
  background-color: rgba(255, 255, 255, 0.33);
}
.round-button {
  display: block;
}
.round-button a {
  font-size: 1rem;
  line-height: 30px;
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  min-width: 112px;
}
section#sp-main-video-zapis {
  padding-top: 50px;
  background: #f0f0f0;
}
.custom.main-oll-videos .round-button a {
  font-size: 1.333rem;
  color: #ff5a71;
  border-color: #ff5a71;
  line-height: 40px;
  margin: 25px auto;
  text-align: center;
  display: block;
  max-width: 200px;
}
.custom.main-oll-videos p {
	margin-top:10px;
}
.custom.main-oll-videos .round-button a:hover {
  background-color: #ff5a71;
  color: #fff;
}
div#sp-user4 {
  padding-bottom: 40px;
}
.zapis-bg {
  height: 100%;
  background: #fff url(https://842e68.claudeassets.com/20260102142924im_/https://pe4en.net/images/zapisBG.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.zapis-bg .ostavit-zayavku:hover {
background-color: rgba(255, 255, 255, 0.7);
color: #ff5a71;
}
.left-zaps-na-priem .ostavit-zayavku:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #ff5a71;
}
a.popup-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ostavit-zayavku {
  font-size: 1.333rem;
  color: #fff;
  border-color: #ff5a71;
  border: 1px solid #ff5a71;
  border-radius: 40px;
  background-color: #ff5970;
  line-height: 40px;
  margin: 5px auto;
  text-align: center;
  max-width: 170px;
  display: inline-block;
  padding: 0 20px;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
.main-zaps-na-priem p {
  font-size: 1.16rem;
}
.main-zaps-na-priem p.lit {
  text-align: center;
  padding: 10px 5px;
  font-size: 1.7rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
.main-zaps-na-priem p.red-bg {
  background: #ff5a71;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 70px;
}
.main-zaps-na-priem p.red-bg span {
  line-height: 50px;
  margin: 0 5px;
}
.main-zaps-na-priem .zapis-form-holder {
  padding-left: 1px;
  text-align: right;
  width: 57%;
}
.main-zaps-na-priem p.zapis-phone {
  font-size: 2rem;
  font-weight: 600;
}
.main-zaps-na-priem p.zapis-phone i.fa.fa-phone {
  color: #ff5a71;
}
div.sp-module-title {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#sp-main-last-news {
  padding-top: 60px;
}
.mcnBlog p {
  margin: 0 0 5px 0;
  line-height: 1.2;
}
.mcnBlog img {
  border: 1px solid #acacac;
}
.mcnBlog p.intro-title {
  font-size: 1.16rem;
  font-weight: 600;
}
.mcnBlog p.intro-title a {
  position: relative;
  margin-bottom: 10px;
}
.mcnBlog p.intro-title a:after {
  content: "";
  width: 55%;
  height: 1px;
  background: #c9c9c9;
  bottom: 0;
  right: 0;
  display: inline-block;
}
.read-oll-articles p {
  margin: 0;
}
.read-oll-articles a {
  font-size: 1.333rem;
  display: inline-block;
  width: 100%;
  background: #ff5a71;
  line-height: 33px;
  color: #fff;
  text-align: center;
  max-width: 360px;
  margin: 25px auto;
}
.read-oll-articles a:hover {
  background: rgba(255, 90, 113, 0.7);
  color: #fff;
}
div#sp-position2 {
  padding-bottom: 25px;
}
.sp-column.big-carousel-holder {
  height: 100%;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
  padding: 10px;
}
.my-big-carousel .my-carousel-image a {
  display: block;
}
.my-big-carousel .my-carousel-image img {
  width: 100%;
}
.my-big-carousel .carousel-caption {
  position: static;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  padding: 15px 10px;
  color: #282828;
  text-align: left;
}
.my-big-carousel .carousel-caption .my-news-footer {
  padding-top: 20px;
  margin-top: 20px;
}
.my-big-carousel .carousel-caption .my-news-hits {
  flex: 1;
}
.my-big-carousel .carousel-caption .my-news-info {
  flex: 6;
}
.my-big-carousel .carousel-caption .my-news-info .img-intro- {
  display: none;
}
.my-big-carousel .carousel-caption .my-news-info img {
  display: none;
}
.my-big-carousel .carousel-caption .my-news-redmore {
  flex: auto;
  max-width: 112px;
  text-align: center;
}
.my-big-carousel .carousel-control-next, .my-big-carousel .carousel-control-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: -100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9%;
  min-width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.8);
  height: 50px;
  vertical-align: middle;
}
.my-carousel-header {
  position: relative;
}
h4.newsflash-title.my-big-carousel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.5);
}
h4.newsflash-title.my-big-carousel a {
  color: #fff;
  padding: 30px 25px;
  display: block;
}
.my-carousel-intro {
  font-size: 1.16rem;
}
section#sp-main-cliniks {
  padding-top: 1px;
  padding-bottom: 70px;
}
.custom.my-cliniks-carousel {
  padding: 0 50px;
}
.custom.my-cliniks-carousel .owl-prev {
  left: -50px !important;
}
.custom.my-cliniks-carousel .owl-next {
  right: -50px !important;
}
.custom.my-cliniks-carousel .owl-prev, .custom.my-cliniks-carousel .owl-next {
  color: #000 !important;
  background: none !important;
  font-size: 66px !important;
}
.custom.my-cliniks-carousel .su-carousel-style-1:not(.su-carousel-media) .su-carousel-slide {
  background: #fff;
  padding: 15px;
  text-align: center;
}
.custom.my-cliniks-carousel .su-carousel-caption {
  padding: 13px 0;
  margin-bottom: 50px;
}
.custom.my-cliniks-carousel .su-carousel-slide-title {
  line-height: 1.2;
  font-size: 1.16rem;
}
.custom.my-cliniks-carousel .su-carousel-slide-title a {
  color: #282828;
}
.custom.my-cliniks-carousel a.suc-link {
  opacity: 1 !important;
  transform: inherit !important;
  position: absolute !important;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  max-width: 112px;
  background-color: transparent !important;
  border: 1px solid #ff5a71 !important;
  border-radius: 20px !important;
  padding: 0 !important;
}
.custom.my-cliniks-carousel a.suc-link:after {
  content: "Подробнее..." !important;
  color: #ff5a71;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem;
  line-height: 30px;
}
.custom.my-cliniks-carousel a.suc-link:hover {
  background-color: #ff5a71 !important;
}
.custom.my-cliniks-carousel a.suc-link:hover:after {
  color: #fff;
}
section#sp-main-intervu-podpiska {
  padding-top: 25px;
}
.sp-module.my-interwiev h3.sp-module-title {
  margin-bottom: 7px;
}
.sp-module.my-interwiev p.interwiev-text {
  font-size: 1.16rem;
}
.sp-module.my-interwiev .cell-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-module.my-interwiev .cell-wrap a.cell-img {
  min-width: 67px;
}
.sp-module.my-interwiev .cell-wrap p.intro-title {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 6px;
}
.sp-module.my-interwiev .cell-wrap p.intro-title a {
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-module.my-interwiev .cell-wrap p.intro-title a:after {
  content: normal;
}
.sp-module.my-interwiev .round-button a {
  font-size: 1.333rem;
  color: #ff5a71;
  border-color: #ff5a71;
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
  display: block;
  max-width: 200px;
}
.sp-module.my-interwiev .round-button a:hover {
  background: #ff5a71;
  color: #fff;
}
.sp-module.my-interwiev .mcnLine-1 {
  padding: 15px 0;
  margin-bottom: 0 !important;
}
.sp-module.my-interwiev .mcnLine-1:nth-child(even) {
  background: #f3f3f3;
}
div#sp-position5 {
  padding-bottom: 70px;
}
.sp-column.my-podpiska-holder {
  height: 100%;
  background: url(https://829511.claudeassets.com/20260102142924im_/https://pe4en.net/images/podpiskaBG.jpg) no-repeat top center;
  background-size: cover;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
}
.sp-column.my-podpiska-holder .sp-module.my-podpiska {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sp-column.my-podpiska-holder div.sp-module-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  position: relative;
  padding: 40px 35px 0;
}
.sp-column.my-podpiska-holder div.sp-module-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  background: url(https://a339f3.claudeassets.com/20260102142924im_/https://pe4en.net/images/podpiskaLogo.png) no-repeat center;
  margin-top: 40px;
}
.sp-column.my-podpiska-holder .my-podpiska {
  color: #fff;
}
.sp-column.my-podpiska-holder .my-podpiska .acymailing_module_form .acymailing_introtext {
  padding-bottom: 10px !important;
  display: block;
}
.sp-column.my-podpiska-holder .my-podpiska table.acymailing_form {
  margin: auto;
  border: 0px !important;
  width: 90%;
}
.sp-column.my-podpiska-holder .my-podpiska table.acymailing_form .acyfield_email input {
  width: 100% !important;
  height: 40px;
  border-radius: 0;
  border: none;
  color: #c0c0c0;
  margin-bottom: 35px;
  box-shadow: 0 0 0 1px #ff5a71, 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 1px #ff5a71, 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 1px #ff5a71, 0 0 0 2px #fff;
}
.sp-column.my-podpiska-holder .my-podpiska table.acymailing_form .acysubbuttons input {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0;
  color: #fff;
  border-radius: 20px;
  line-height: 38px;
  min-width: 195px;
  font-size: 1.333rem;
  margin-bottom: 48px;
}
.sp-column.my-podpiska-holder .my-podpiska table.acymailing_form .acysubbuttons input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
section#sp-hits {
  padding-top: 25px;
  padding-bottom: 30px;
}
.sp-module.my-news.hit-news .my-news-info .img-intro- {
  display: none;
}
.sp-module.my-news.hit-news .my-news-info img {
  display: none;
}
section#sp-bottom {
  background: #f0f0ef;
  padding: 0;
  font-size: 12px;
  line-height: inherit;
  color: #282828;
}
.custom.logo-bottom {
  padding: 16px 0;
}
.custom.bottom-text {
  font-size: 12px;
  margin: 16px 0;
  padding-left: 7px;
  text-align:center;
}
div#my-js-meganav-bottom {
  border-bottom: 1px solid #ff5a71;
}
div#my-js-meganav-bottom ul {
  float: left !important;
}
div#my-js-meganav-bottom li > a {
  font-size: 1.1rem;
  color: #282828;
  text-transform: uppercase;
  padding: 0px !important;
}
div#my-js-meganav-bottom li > a span.menu-title {
  line-height: 40px !important;
  padding: 0 8px;
  background-position: 100% 20px !important;
  background: none !important;
}
div#my-js-meganav-bottom li > a span.image-title {
  line-height: 40px;
  padding: 0 8px;
}
div#my-js-meganav-bottom li > a:hover {
  color: #ff5a71 !important;
}
div#my-js-meganav-bottom li > a img {
  display: none;
}
div#my-js-meganav-bottom li.haschild:after {
  content: "\f0d7";
  color: #ff5a71;
  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;
  right: 0;
  top: 15px;
}
div#my-js-meganav-bottom ul.megamenu.level1 span.menu-title {
  line-height: normal !important;
  padding: 8px 0 !important;
}
#megamenucss .megamenu .menu-title i {
  padding-right: 0px !important;
}
#megamenucss #js-mainnav.noJS.up ul.megamenu li.haschild > div.childcontent {
  position: absolute;
  bottom: 40px !important;
}
#sp-footer .container-inner {
  padding: 1px 0;
  border-top: none;
}
#sp-footer .container-inner span.sp-copyright {
  font-size: 1rem;
  padding: 10px 0;
  display: block;
}
div#sp-footer2 .sp-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
div#sp-footer2 .custom.top-contacts {
  flex: 2;
}
div#sp-footer2 .custom.top-contacts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div#sp-footer2 .custom.top-contacts ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.17rem;
  float: left;
  margin-bottom: 0px;
  margin-left: 0px;
}
div#sp-footer2 .custom.top-contacts ul li a i {
  color: #ff5a71;
  font-size: 1.5rem;
  margin-right: 8px;
}
div#sp-footer2 .custom.top-contacts ul li a:hover {
  color: #ff5a71;
}
#sp-main-body {
  padding: 15px 0;
}
.breadcrumb {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}
.breadcrumb li {
  color: #8d8d8d;
  font-size: 1.16rem;
  font-style: italic;
  margin-bottom:0px;
  margin-left:0px;
}
.breadcrumb li a {
  color: #ff5a71;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: inherit;
  border: inherit;
  padding: inherit;
  border-radius: inherit;
}
.sp-module.my-left-menu {
  margin-bottom: 30px;
}
.sp-module.my-left-menu * {
  box-shadow: none !important;
}
.blog.my-blog .article-list .article {
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.blog.my-blog .article-list .article .img-intro-left {
  display: inline-block;
  position: absolute;
  left: auto;
  top: 10px;
  width: 333px;
  height: auto;
  overflow: hidden;
  max-height: 225px;
}
.blog.my-blog .article-list .article .img-intro-left .multithumb_blog {
  margin: 0;
  float: inherit;
  width: 333px;
}
.blog.my-blog .article-list .article .my-article-header {
  padding-left: 343px;
}
.blog.my-blog .article-list .article .my-article-header h2 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: none;
  margin: 0;
  margin-bottom: 4px;
  line-height: normal;
}
.blog.my-blog .article-list .article .my-blog-intro {
  border-bottom: 1px solid #ff5a71;
  margin-bottom: 8px;
  min-height: 230px;
}
.blog.my-blog .article-list .article .my-blog-intro p {
  padding-left: 343px;
}
.blog.my-blog .article-list .article .my-blog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog.my-blog .article-list .article .my-blog-footer .article-info {
  margin: 0;
  font-size: 14px;
  color: #a0a0a0;
}
.blog.my-blog .article-list .article .my-blog-footer .article-info .hits {
  font-size: 14px;
}
.blog.my-blog .article-list .article .my-blog-footer .article-info .hits:before {
  content: "\f06e";
  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;
}
.blog.my-blog .article-list .article a.jsCackleCounterLink {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 30px;
  width: 95px;
}
.blog.my-blog .my-rating:before {
  margin-left: 20px;
}
.blog.my-blog .readmore a {
  font-size: 12px;
  padding: 0 10px;
  border: 1px solid #ff5a71;
  line-height: 30px;
  display: block;
  border-radius: 20px;
  color: #ff5a71;
  background: #fff;
}
.blog.my-blog .readmore a:hover {
  background: #ff5a71;
  color: #fff;
}
.blog.my-blog h2 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.my-num-coments:before {
  content: "\f0e6";
  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;
  margin-right: 2px;
  color: #a0a0a0;
}
span.my-num-coments, span.my-rating {
  color: #a0a0a0;
  font-weight: 400;
}
.my-rating:before {
  content: "\f08a";
  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;
  margin-right: 2px;
  margin-left: 11px;
  color: #a0a0a0;
}
.custom.main-zaps-na-priem.left-zaps-na-priem {
  height: 100%;
  background: #fff url(https://842e68.claudeassets.com/20260102142924im_/https://pe4en.net/images/zapisBG.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 30px;
}
.custom.main-zaps-na-priem.left-zaps-na-priem lit {
  padding: 5px 5px;
  font-size: 1.5rem;
}
.custom.main-zaps-na-priem.left-zaps-na-priem .zapis-form-holder {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.custom.main-zaps-na-priem.left-zaps-na-priem .zapis-form-holder p {
  text-align: right;
  width: 55%;
  font-size: 1.3333rem;
}
.custom.main-zaps-na-priem.left-zaps-na-priem .zapis-form-holder p:nth-child(3) {
  text-align: center;
  font-weight: bold;
  width: 100%;
  font-size: 1.16rem;
}
.custom.main-zaps-na-priem.left-zaps-na-priem .zapis-form-holder p.zapis-phone {
  font-size: 1.5rem;
}
#sp-left .sp-module.my-podpiska.left-my-podpiska {
  color: #fff;
  height: 100%;
  background: url(https://829511.claudeassets.com/20260102142924im_/https://pe4en.net/images/podpiskaBG.jpg) no-repeat top center;
  background-size: cover;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#sp-left .sp-module.my-podpiska.left-my-podpiska div.sp-module-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  position: relative;
  padding: 20px 5px 0;
  margin: 0;
  border: none;
}
#sp-left .sp-module.my-podpiska.left-my-podpiska div.sp-module-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  background: url(https://a339f3.claudeassets.com/20260102142924im_/https://pe4en.net/images/podpiskaLogo.png) no-repeat center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sp-left .sp-module.my-podpiska.left-my-podpiska .acymailing_module_form .acymailing_introtext {
  padding-bottom: 10px !important;
  display: block;
}
#sp-left .sp-module.my-podpiska.left-my-podpiska table.acymailing_form {
  margin: auto;
  border: 0px !important;
  width: 90%;
}
#sp-left .sp-module.my-podpiska.left-my-podpiska table.acymailing_form .acyfield_email input {
  width: 100% !important;
  height: 40px;
  border-radius: 0;
  border: none;
  color: #c0c0c0;
  margin-bottom: 35px;
  box-shadow: 0 0 0 1px #ff5a71, 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 1px #ff5a71, 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 1px #ff5a71, 0 0 0 2px #fff;
}
#sp-left .sp-module.my-podpiska.left-my-podpiska table.acymailing_form .acysubbuttons input {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0;
  color: #fff;
  border-radius: 20px;
  line-height: 38px;
  min-width: 195px;
  font-size: 1.333rem;
  margin-bottom: 48px;
}
#sp-left .sp-module.my-podpiska.left-my-podpiska table.acymailing_form .acysubbuttons input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.katalog .page-header h1 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 30px;
  padding-left: 15px;
  border-left: 5px solid #ff5a71;
}
.katalog-lekarstv .mnwall_iso_buttons {
  margin-bottom: 20px;
  margin-right: 0px;
}
.katalog-lekarstv .mnwall_iso_buttons > span {
  display: none;
}
.katalog-lekarstv h3.mnwall-title {
  font-size: 1.333rem;
  font-weight: 900;
  text-align: center;
  text-transform: none;
  line-height: normal;
  margin: 0 6px;
  padding: 10px 0px 8px;
  border-bottom: 1px solid #ff5a71;
}
.katalog-lekarstv h3.mnwall-title a {
  text-transform: none;
  line-height: 1;
}
.katalog-lekarstv .mnwall-cover {
  position: relative;
  overflow: hidden;
  padding: 6px 6px 0;
  background: #f3f3f3;
}
.katalog-lekarstv .mnwall-s-desc, .katalog-lekarstv .mnwall-desc {
  font-size: 1.16rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  padding: 8px 6px 1px;
}
.katalog-lekarstv .mnwall-readmore {
  font-size: 1.3333rem;
  padding: 0 15px 15px;
  margin: 10px 0 0;
  text-align: center;
}
.katalog-lekarstv .mnwall-readmore a {
  padding: 10px 23px;
  border-radius: 30px;
  display: inline-block;
  line-height: 1;
}
.katalog-lekarstv .dark-text .mnwall-readmore a {
  color: #fff;
  border: 1px solid #ff5a71;
  background: #ff5a71;
}
.katalog-lekarstv .dark-text .mnwall-readmore a:hover {
  background: #fff;
  color: #ff5a71;
}
.article-details p, .contact {
  font-size: 14px;
  margin-bottom: 1.22rem;
  font-weight: normal;
  color: #101011;
  line-height:1.4;
}
.article-details .img-intro-left {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 330px;
}
.article-details .article-header.my-article-header, .contact h1 {
  border-bottom: 3px solid #ff5a71;
  padding-bottom: 7px;
  margin-bottom: 35px;
}
.article-details .article-header.my-article-header h1, .contact h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 0;
}
.article-details ul li,.article-details ol li, .contact ol li, .contact ul li {font-size: 14px;
margin-bottom: 1.22rem;
margin-left: 2rem;
font-weight: normal; 
color: #101011;
}
.contact .nav {
	display: block;
}
.mr-auto ul li,.moduletable ul li{
	margin-left: 8px;
}
.katalog-lekarstv .mnwall_iso_buttons li,ul.pagination .page-item.active .page-link li {font-size: 14px;
margin-bottom: 0rem;
margin-left: 0rem !important;
font-weight: normal;
color: #101011;
}
.url {
	border: 3px solid #ececec;
    padding: 25px 20px 20px 20px;
    display: block;
    margin: 15px;
	font-size: 14px;
}
.url ul{
	margin-top: 20px;
	margin-left: 20px;
}
.article-details h3, .contact h3{
	margin-bottom: 20px;
}
.article-info .hits {
	display:none;
}
.article-info .y-trans {
	text-decoration:underline;
	font-style:italic;
}
.tp-caption a {
color: #000;
text-shadow: none;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
}
.articleBody ul li{font-size: 14px;
margin-bottom: 1.22rem;
margin-left: 2rem;
font-weight: normal;
color: #101011;
}
.youknowthat_next {
font-size: 13px;
font-weight: 400;
font-style: italic;
text-align: right;
margin-top:10px;
text-decoration: underline;
}
.youknowthat_next span {
cursor: pointer;
}
.article-details p.specialist:before {
margin: 0 20px 0 0;
content: url(https://b01beb.claudeassets.com/20260102142924im_/https://pe4en.net/images/gray-ico.png);
float: left;
}
.article-details p.blood:before {
margin: 0 20px 0 0;
content: url(https://a052e6.claudeassets.com/20260102142924im_/https://pe4en.net/images/blood.png);
float: left;
}
.article-details p.liver:before {
margin: 0 20px 0 0;
content: url(https://5e9f27.claudeassets.com/20260102142924im_/https://pe4en.net/images/liver.png);
float: left;
}
p.first-aid, p.pharmacy,p.specialist, p.blood, p.liver{
background: #f3f3f3;
color: #282828;
font-size: 14px;
font-weight: 400;
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #f3f3f3;
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #f3f3f3;
-moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #f3f3f3;
padding: 25px 20px 20px 25px;
min-height: 100px;
display: block;
}
p.first-aid:before {
margin: 0 20px 0 0;
content: url(https://7f152a.claudeassets.com/20260102142924im_/https://pe4en.net/images/first-aid.png);
float: left;
}
p.pharmacy:before {
margin: 0 20px 0 0;
content: url(https://4608fc.claudeassets.com/20260102142924im_/https://pe4en.net/images/pharmacy.png);
float: left;
}
p.liev{
float:right;
margin-top:-50px;
width:9%;
}
p.corrt{
width:91%;
}
.article-details .autotoc {
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.article-details .autotoc > ul {
  margin-top: 15px;
}
.article-details .autotoc > ul > ul {
  column-count: 2;
}
.article-details .autotoc > ul > ul li {
  margin: 0px;
  background: none;
  padding: 1px;
  margin-bottom: 7px;
}
.article-details .autotoc > ul > ul li:before {
  content: normal;
}
.article-details .autotoc > ul > ul li a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color:#101011;
}
.article-details .autotoc > ul > ul li a:hover {
  color:#ff5a71;
}
.article-details h2, .contact h2 {
  font-size: 1.9rem;
  font-weight: 900;
  margin: 0;
  line-height: 2.2rem;
  padding-left: 15px;
  border-left: 5px solid #ff5a71;
  margin-top: 35px;
  margin-bottom: 35px;
}
.article-details ul, .contact ul {
  list-style: none;
  padding: 0;
}
.article-details ul li:before, .contact ul li:before {
  content: "\f111";
  color: #ff5a71;
  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;
  font-size: 8px;
  margin-right: 8px;
}
.article-details table {
  border: 1px solid #dee2e6;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.article-details table td, .article-details table th {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
  font-size: 14px;
  color:#101011;
  font-weight: normal;
}
.article-details b, .article-details strong, .contact b, .contact strong {
  font-weight: 900;
}
.article-details p.red {
  background: #ff5a71;
  color: #fff;
  font-size: 1.3333rem;
  font-weight: 400;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff5a71;
  padding: 25px 20px 20px 25px;
}
.article-details p.red:before {
  margin: 10px 20px 20px 0;
  content: url(https://e534d7.claudeassets.com/20260102142924im_/https://pe4en.net/images/red-ico.png);
  float: left;
}
.article-details p.gray {
  background: #f3f3f3;
  color: #282828;
  font-size: 1.3333rem;
  font-weight: 400;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #f3f3f3;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #f3f3f3;
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #f3f3f3;
  padding: 25px 20px 20px 25px;
}
.article-details p.gray:before {
  margin: 10px 20px 20px 0;
  content: url(https://b01beb.claudeassets.com/20260102142924im_/https://pe4en.net/images/gray-ico.png);
  float: left;
}
.article-details blockquote {
  background: #ffe1e1;
  color: #282828;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ffe1e1;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ffe1e1;
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ffe1e1;
  padding: 25px 20px 20px 90px;
}
.article-details blockquote:before {
  margin: 10px 20px 20px 0;
  content: url(https://68dec9.claudeassets.com/20260102142924im_/https://pe4en.net/images/qwote.png);
  float: left;
  position: absolute;
  left: 20px;
}
.article-details blockquote strong {
  display: block;
  border-bottom: 2px solid #979797;
  padding-bottom: 6px;
  font-size: 16px;
}
.article-details .su-youtube {
  margin: 0 auto 20px;
  text-align: center;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1.16rem;
}
ul.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff5a71;
  border-color: #ff5a71;
}
ul.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #ff5a71;
  background-color: #fff;
  border: 1px solid #ff5a71;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px !important;
}
ul.pagination .page-link li{
  margin-left:8px;
}
.sp-module.my-news.hit-news.hit-news-mob {
  display: none;
}
/* Scss Document */
@media screen and (max-width: 1199px) {
  .top-bar.row .top-search-modul {
    flex: 46%;
    width: 46%;
  }
  .main-zaps-na-priem .zapis-form-holder {
    width: 68%;
  }
  #mcn-183 [class^="mcnLine"] .cell-img {
    max-width: 23% !important;
  }
  .sp-module.my-news.hit-news .my-rating {
    display: none;
  }
  .custom.main-zaps-na-priem.left-zaps-na-priem .zapis-form-holder p {
    width: 69%;
  }
  #mnwall_iso_container_1 .mnwall-item-inner .mnwall-title a, #mnwall_iso_container_1 .mnwall-item-inner .mnwall-title span {
    font-size: inherit !important;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 991px) {
  .logo-image {
    height: auto !important;
  }
  #sp-header {
    padding-top: 1px;
  }
  ul.social-icons {
    justify-content: flex-end;
    padding-right: 20px;
  }
  .top-bar.row .top-kontacts-modul ul {
    margin-bottom: 1px;
  }
  .top-bar.row .top-search-modul {
    flex: 100%;
    width: 100%;
	padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-bar.row .top-kontacts-modul {
    flex: 60%;
    width: 60%;
    white-space: nowrap;
    order: 1;
  }
  .top-bar.row .top-socicons-modul {
    flex: 40%;
    width: 40%;
    order: 2;
  }
  #offcanvas-toggler {
    display: block;
    height: auto;
    line-height: 1;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 48px;
  }
  .my-news-footer .my-news-redmore a {
    padding: 0 10px;
  }
  .sp-column.zapis-bg {
    max-width: 320px;
    margin: 0 auto;
  }
  .main-zaps-na-priem .zapis-form-holder {
    margin-bottom: 20px;
  }
  .read-oll-articles a {
    display: block;
  }
  .sp-column.my-podpiska-holder {
    max-width: 320px;
    margin: 0 auto;
  }
  ul.newsflash-horizmy-news.hit-news li {
    margin: 0 5px 15px;
  }
  .sp-module.my-left-menu {
    width: 50%;
    float: left;
    padding-right: 10px !important;
  }
  .custom.main-zaps-na-priem.left-zaps-na-priem {
    display: none;
    float: none;
  }
  .custom.main-zaps-na-priem.left-zaps-na-priem .zapis-form-holder p {
    text-align: left;
    padding-left: 10px;
  }
  .sp-module.my-interwiev .round-button a {
    margin: 20px auto;
  }
  #sp-left .sp-module.my-podpiska.left-my-podpiska {
    display: none !important;
  }
  .article-bottom-hits #mcn-205.mcnBlog [class^="mcnLine"] .mcnCell {
    padding-left: 10px;
  }
  .article-bottom-hits #mcn-205 .mcnCell .cell-wrap .mcnContent p.intro-title {
    font-size: 1.2rem;
  }
  .article-bottom-hits #mcn-206.mcnBlog [class^="mcnLine"] .mcnCell {
    padding-left: 20px;
  }
  .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent p.intro-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  div#rev_slider_1_1_wrapper {
    display: none;
  }
  div#rev_slider_2_2_wrapper {
    display: inherit;
  }
  div#sp-logo {
    padding-right: 1px;
  }
  .menu-home #sp-header {
    position: static;
    background: #f7f7f5 !important;
  }
  #sp-header {
    height: 90px;
  }
  #offcanvas-toggler {
    right: 20px;
  }
  .top-bar.row .top-search-modul {
    padding-right: 40px;
  }
  ul.newsflash-horizmy-news li {
    margin: 0 5px 20px;
  }
  .sp-module.my-news.hit-news {
    display: none;
  }
  .sp-module.my-news.hit-news.hit-news-mob {
    display: inherit;
  }
  aside#sp-left .sp-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
    margin: 0;
    flex: 0;
  }
  .sp-module.my-left-menu {
    width: auto;
    float: none;
    padding-right: 0px !important;
  }
  #sp-left .sp-module.my-podpiska.left-my-podpiska table.acymailing_form .acyfield_email input {
    margin-bottom: 15px;
  }
  #sp-left .sp-module.my-podpiska.left-my-podpiska table.acymailing_form .acysubbuttons input {
    margin-bottom: 10px;
  }
  #sp-left .sp-module.my-podpiska.left-my-podpiska div.sp-module-title:after {
    height: 60px;
    background-size: contain;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-size: 1.5rem;
  }
  .blog.my-blog .article-list .article .img-intro-left {
    display: inline-block;
    position: inherit;
    width: auto;
    max-width: 50%;
    float: left;
    margin: 0 10px 10px 0;
  }
  .blog.my-blog .article-list .article .my-article-header {
    padding-left: inherit;
  }
  .blog.my-blog .article-list .article .my-blog-intro p {
    padding-left: inherit;
  }
  .blog.my-blog .article-list .article .my-blog-footer {
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .sp-module.my-news.top-features-news.desktop {
    display: none;
  }
  .my-big-carousel .carousel-caption .my-news-hits {
    flex: 2;
  }
  .custom.my-cliniks-carousel {
    padding: 0 20px;
  }
  .custom.my-cliniks-carousel .owl-prev {
    left: -40px !important;
  }
  .custom.my-cliniks-carousel .owl-next {
    right: -40px !important;
  }
  aside#sp-left {
    order: 2;
  }
  aside#sp-left .sp-column {
    display: inherit;
  }
  .top-bar.row .top-kontacts-modul {
    flex: 100%;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 7px;
  }
  .top-bar.row .top-kontacts-modul ul {
    flex-wrap: wrap;
  }
  .top-bar.row .top-socicons-modul {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .top-bar.row .top-search-modul {
    padding-left: 5px;
  }
  #offcanvas-toggler {
    top: 55px;
  }
  .blog.my-blog .readmore a {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }
  .my-blog-footer .readmore {
    max-width: 100%;
  }
}
@media screen and (max-width: 424px) {
  ul.newsflash-horizmy-news li {
    margin: 0 20px 20px;
    width: 90%;
  }
  ul.newsflash-horizmy-news {
    flex-direction: column;
  }
  ul.newsflash-horizmy-news.hit-news li {
    margin: 0 15px 15px;
    width: 90%;
  }
  .custom.logo-bottom {
    padding: 16px 0;
  }
  #megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.image-title {
    padding-left: 20px !important;
  }
  div#my-js-meganav-bottom li > a span.image-title {
    padding: 0 20px !important;
  }
  .blog.my-blog .article-list .article .img-intro-left {
    max-width: 90%;
  }
  .article-bottom-hits #mcn-206.mcnBlog [class^="mcnLine"] .mcnCell {
    padding-left: 10px;
  }
  .article-bottom-hits #mcn-206 .mcnCell .cell-wrap .mcnContent p.intro-title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 374px) {
  .top-bar.row .top-kontacts-modul {
    padding-left: 0;
  }
  .top-bar.row .top-kontacts-modul ul li a i {
    font-size: 14px;
    margin-right: 4px;
  }
  .top-bar.row .top-kontacts-modul ul li {
    font-size: 12px;
    margin-right: 0px;
  }
}

/*
     FILE ARCHIVED ON 15:38:27 Feb 14, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:11:05 Jun 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.936
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.035
  esindex: 0.011
  cdx.remote: 36.995
  LoadShardBlock: 84.857 (3)
  PetaboxLoader3.datanode: 122.262 (5)
  PetaboxLoader3.resolve: 116.8 (3)
  load_resource: 177.804 (2)
*/