html, body, div, section, article, aside, header, hgroup, footer, nav, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
html,  body { height: 100%;}

html, body, form, ul, li, table, td {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
body {
	color: #333;background: #FFF;
}


body, input, textarea {
	font-size: 16px;
	line-height: 24px;
font-family: 'Open Sans', sans-serif;
	
}

a {
	text-decoration: none;

	    text-decoration: none;
    color: #187aab;
    border-bottom: 1px solid rgba(0,174,239,0.5);
}
a:hover {
	    text-decoration: none;
    color: #fa3c8e!important;
    border-bottom: 1px solid rgba(236,0,140,0.5);
}
a img {
	border: 0;
}
p, ul, li, ol {
	   
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1.6em;
}
article ul, article ol {
	    padding-left: 60px;
    border-left: 5px solid #e3f5fc;
}
article ul li, article ol li {
	list-style-position: outside
}
article ul li {
	position: relative;
	    list-style: none;
}
article ul > li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -20px;
    width: 7px;
    height: 7px;
    background: #00aeef;
}

article  ol{counter-reset: myCounter;   padding: 0px 30px 0px 60px; border: 5px solid #e3f5fc;}
article ol li{list-style: none;
    position: relative;
    padding: 0 0 0 35px;
    margin: 40px 0;}
article ol li:before {    counter-increment: myCounter;
    content: counter(myCounter);
    color: #000;
    background:#e3f5fc;
    display: inline-block;
    text-align: center;
    margin: 6px 10px 0px 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -27px;
}

td {
	vertical-align: top;
}
ul li, ol li {
	list-style-position: inside;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}

h1 {      
	font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;	
}

h2 {      
	font-size: 26px;
    line-height: 34px;
    margin: 30px 0 30px;	
}
h2.no-padding { margin: 0 0 0px;}

.doctor-list {background: #f1f1f1 url(images/doctor.png) no-repeat 30px 30px;
    padding: 30px 30px 10px 200px;}
.doctor-list li {margin:0 0 10px; list-style:none;}
p.yellow {
	border: 2px solid #FF9800;
	min-height: 60px;
	padding: 10px;
	background: #f9f5da;
}
p.yellow img {
	width: auto;
	margin: 0 20px 0 0 !important;
	float: left;
	height: 60px;
}

.page { min-height: 100%;
	max-width: 1240px;

	z-index: 999999;
position: relative;
	margin: 0 auto;
	background: #fff;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
}
.wrap {
padding:15px;
}


footer {
padding:30px;	
  
 color: #111;

	background-color: #f1f1f1;
	overflow: hidden;
	
}
footer .row {
	max-width: 1120px;;
	margin: 0 auto;
	padding: 20px 0;
}
.footer-nav li {
	display: inline-block;
	list-style: none;
	margin: 0 0 5px;
	font-size: 14px;
	padding: 0 15px 0 0
}
.footer-about {    line-height: 20px;
	font-size: 12px;

}
.footer-text {	font-size: 12px;}
header {
	position: relative;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
header .row {
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
}
#site-title {
	height: 28px;
	padding: 20px 10px 20px 20px;
	width: 325px;
	float: left;
}
#site-title a {
	border:none;
	height: 28px;
	width: 325px;
	background: url(images/cp.png) no-repeat 0 0px;
	background-size: contain;
	display: block;
	position: relative;
}

#site-title a span {
	font-size: 14px;
	position: absolute;
	top: -150000px;
}


.sb-search {
position: absolute;
top:0; right:10px;

   
    margin: 4px 0 4px 4px;

    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;

    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #333;
}

.sb-search-input:-moz-placeholder {
    color: #333;
}

.sb-search-input::-moz-placeholder {
    color: #333;
}

.sb-search-input:-ms-input-placeholder {
    color: #333;
}
.sb-icon-search,
.sb-search-submit  {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* для IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    color: #fff;
    background: url(images/search.png) no-repeat 20px 20px;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}


.sb-search.sb-search-open,
.no-js .sb-search {
    width: 98%; 
}

.sb-search.sb-search-open input[type="search"].sb-search-input {    background: #e2f5fb!important;}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #95e5ff url(images/search.png) no-repeat 20px 20px;
    color: #fff;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


.post-block-cat {margin:0 0 30px;}
.post-block-cat .unit-img-2 {
        width: 35%;
    display: inline-block;}
.post-block-cat .post-name-2 {width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;}

.post-block-cat .post-name-2 span a {
    font-size: 24px;
    color: #000;
    border-bottom: none;
    font-weight: 600;
    line-height: 34px;
}
.post-name-2 p {font-size: 14px;
    line-height: 1.2em;
    margin-bottom: .5em;}

.post-block-cat  img {
    width: 100%;
    border-radius: 10px;
}

.unit-soc {background: #edf7ff;
    padding: 30px;margin: 0 0 30px 0; 
    border-radius: 5px;}
.unit-soc span {display:block; margin: 15px 0;    padding: 0 0 0 45px;
    min-height: 30px;}
.unit-soc span.vk { background:  url(/wp-content/themes/ma/images/vk.png) 0px 0px no-repeat;background-size: 30px;}
				.unit-soc span.youtube { background:  url(/wp-content/themes/ma/images/yt.png) 0px 0px no-repeat;background-size: 30px;}
				.unit-soc span.tg { background:  url(/wp-content/themes/ma/images/tg.png) 0px 0px no-repeat;background-size: 30px;}
				
		.vk-post {
    font-size: 19px;
    background: #e3f5fc url(/wp-content/themes/ma/images/tg.png) 30px 30px no-repeat;
    padding: 30px 30px 30px 160px;
    min-height: 75px;
    border-radius: 10px;
    line-height: 32px;
				    background-size: 75px;
}
		
				
				
				
.single-name h1 {
	font-size: 34px;
	line-height: 46px;
	color: #333;
	margin: 0 0 20px;
	word-spacing: 0;
}
.single-name {
	margin: 0px 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
}
.single-name p {
	margin: 0 0 20px;
	word-spacing: 0;
}
.single-name p .date, .single-name p .categ {
	display: inline-block;
	margin: 0 20px 0 0;
}

.navigation {
	clear: both;
	padding: 25px 0;
	text-align: center;
	margin-bottom: 0px;
	font-size: 16px;
	text-transform: uppercase;
}
.navigation a, .navigation .current {
	margin-right: 15px;
	padding: 0;
}
span.pages {
	margin-right: 15px;
}

blockquote {
background: #ffe47c;
}


.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.wp-caption {
	max-width: 100% !important;
}
.wp-caption-text {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 0 20px;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contents{ list-style-type:none; counter-reset:list; margin: 0;} .contents li:before{ color:#555; background: none;
position: static;
width: auto;
top: 0;
left: 0;
margin: 0 10px 0 0;
padding: 0;
height: auto;}
.contents li.link-glav{ counter-increment:list; counter-reset:list1; }
.contents li.link-glav:before{ content:counter(list) '. '; }
.contents li:before {background:none; position:relative;}
.contents li.sub_1{ counter-increment:list1; counter-reset:list2; }
.contents li.sub_1:before{ content:counter(list) '.' counter(list1) '. '; }
.contents li.sub_2{ counter-increment:list2; }
.contents li.sub_2:before{ content:counter(list) '.' counter(list1) '.' counter(list2) '. '; 	}
.kc__wrap {  border-left: 5px solid #e3f5fc;    padding: 0 0 0 30px;    margin: 20px 0; }
.kc__title {    font-size: 16px;    font-weight: bold; margin: 0 0 15px;}
.kc__wrap li {margin:0 0 10px;}
.kc__wrap li a {    border-bottom-style: dotted;}
.kc__wrap ul {border:none; padding-left:0;}
.unit-img-2 img {border-radius: 5px;
	width: 100%;
	height: auto;
}
#breadcrumbs {font-size: 13px!important;  margin:0px 0 20px; line-height: 20px; opacity:0.9; color: #6D6D6D;}
#breadcrumbs  a {  color: #000;  opacity:0.7; border:none; text-decoration:underline;}

article table {border-right:1px solid #afbac1; border-top:1px solid #afbac1; width:100%!important;}
article table th {border-left:1px solid #afbac1; border-bottom:1px solid #afbac1; vertical-align:top; padding:15px; background:#e3f5fc;}
article table td {border-left:1px solid #afbac1; border-bottom:1px solid #afbac1; vertical-align:top; padding:15px;background:#fef9e6; }

.post img, .category-meta img {
	max-width: 100%;
	height: auto;
}

.aside-razdel {    font-size: 18px;}
.left-aside li {    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;}
.left-aside ul {padding: 25px;}

.health-block h2 {   
    text-align: center;
    padding: 30px 0 15px;
    margin: 0;}

.health-block p a {  border: none;
    
    padding: 0 15px 0px 0;
    line-height: 30px;
    text-decoration: underline;}
.homeh2 {margin:30px 0;}



.autors .unit {width:100%;}
.autors .unit .cont {padding:0;}
.autors .unit .unit-img-2    {width:206px; float:left; margin:0 30px 30px 0;}
  .autors .unit .unit-img-2 img    {width:206px; height:auto}  
 .autors .unit   .post-name-exp  {  margin:15px 0 0;}
   .autors .unit  .post-name-2 {font-size:18px;}
    .autors .unit   .post-name-exp  li {margin-bottom: .5em;}
.unit-img-full    {width:346px; float:left; margin:0 30px 30px 0;}
   .unit-img-full img    {width:346px; height:auto}  





.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}

.category-desc {text-align:center;}
.home-text {padding:15px 15px 0!important;}
.mgline a {border:none;}

  .open-link-cont { border: 1px solid #ddd;    position: relative;     margin: 25px 0;
    background-color: #faf7f5;
   
    width: 100%;
}
    .open-link { display: table;  position:realtive; padding: 10px;
    min-height: 40px;

    margin: 0px 0;
    width: 100%;}
  .open-link img {
      width: 70px;
    height: 70px!important;
    margin: 0;
    padding: 5px 5px 0px 5px;
    border-right: 1px solid #ddd;
    display: table-cell;
}
     
.open-link span.link-button-link { cursor:pointer; padding: 0 120px 0 0;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    /* float: left; */
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    /* width: 100%; */
    margin: 0;
}     
.open-link .link-button {vertical-align: middle; cursor:pointer;
    border: 1px solid #ddd;
    border-radius: 19px;
    height: 20px;
    background: #0871cc;
    padding: 9px 15px;
    color: #fff;
    FONT-SIZE: 17PX;
    TEXT-TRANSFORM: UPPERCASE;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    line-height: 20px;}
    
  .open-link .link-button:hover { background: #fa3c8e}
  
.comments-list li {list-style:none;}  
.comment {padding: 28px;
    border: 1px solid #e7e7e7;
    position: relative;
    margin-bottom: 20px;
    min-height: 160px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
.children .comment {margin-left:120px;    background: #faf8f6;}
.children .children .comment {margin-left:200px;    background: #faf8f6;}
.children .children .children .comment {margin-left:260px;    background: #faf8f6;}

 .comment__reply {border-radius: 3px; cursor:pointer;
    text-align: center;
    width: 100%;
    height: 30px;
    border: none;
    background: #3e9e4e;
    color: #fff;
    font-size: 14px;}   
 .comment__data { display: block;
     padding-top: 5px;
       color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    font-style: italic}   
  .comment__author {   display: block;
    font-size: 16px; text-align:center;
    padding: 0 0 10px 0;   }
   img.avatar {
    display: block;
    margin: 0 auto 20px;
} 
.div-comment-body {position:relative;}



.comment__meta {position: absolute;
    left: 0;
    top: 0;
    width: 80px;}
.comment__text {padding-left:120px;}
#comments, .comments-list {    margin:30px 15px 15px;}

#comments p.comments-title, #reply-title  {font-weight: bold;
    font-size: 21px;
   
    padding: 0px 0px 0;}
   .respond__cancel { padding: 0 25px 25px;    }
 .respond {  background: #faf8f6; padding:25px 0;
    margin: 15px ;}
 .comments-title { font-weight: bold;
    padding: 10px 0 10px;
    font-size: 26px;}
  .respond    .headline {
    font-weight: bold;
    padding: 0 25px 0px 25px;
    font-size: 20px;}
.comment-form {text-align:center;}
.form-row__field  {  
    display: inline-block;
    width: 46%;
    padding: 0 1% 0 1%;}
 .comment-form__field   {width:97%;}
   
   .form-row-comment_form  .comment-form__comment {width: 93%;
    display: block;
    margin: 15px auto; }

.form__button {    border: none;
    background: #3e9e4e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 17px;   }
  
.respond .form-row__field input,  .respond  .form-row-comment_form textarea {
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    padding: 5px;}
  
  



.listposts_forumPlagin {
    margin: 20px 0;
    color: #5a4f6c;
}
.item-forumPlagin {
    padding: 18px 35px;
    background: #fff;
}
.item-forumPlagin:nth-child(odd) {
    background:#f0f2f7;
}
.item-forumPlagin .title-forum {
  
    border: 0;
    text-decoration: none;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    padding: 9px 0;
    max-width: 65%;
    width: 100%;
}
span.span-commentforumPlagin {
    border-left: 1px solid #d5dae7;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 105px;
    position: relative;
    float: right;
}
span.span-commentforumPlagin .count-commentforumPlagin {
    color: #9798db;
    font-size: 42px;
    line-height: 42px;
    text-align: right;
    display: block;
    width: 50px;
}
span.span-commentforumPlagin .textic-commentforumPlagin {
    position: absolute;
    right: 0;
    left: auto;
    top: 8px;
    font-size: 12px;color: #9da2b3;
    line-height: 14px;
    font-style: italic;
    width: 100px;
}
.item-forumPlagin .title-forum:hover {
    color: #8f7bd7;
    text-decoration: none;
}
.popUp-box-forum_plag {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 3900000;
    cursor: pointer;
    overflow-y: scroll;
    display: none;
    
}
.wrapbody-popup-forum_plag {
max-width: 315px;
    margin: 30px auto;
    margin-top: 85px;
    z-index: 1050;
    border: 2px solid #d2bde5;
    position: relative;
    padding: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f0f2f7;
    color:#000;
}
.bg-fixforum_plag {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 200;
}
span.close-popUp-forum_plag {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 20px;
    height: 20px;
    background: url(../i/close-min.png) no-repeat center center;
    cursor: pointer;
}
.title_forum_plag {
    font-size: 30px;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
.item-field-forum_plag {
    margin-bottom: 20px;
}
.item-field-forum_plag input,.item-field-forum_plag textarea {
    border: 1px solid #e9ebee;
    width: 98% !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 1% !important;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}
.submit-form-forum_plag .button-forum_plag {
    display: block;
    width: 100%;
    padding: 17px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #26212e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 689ae3), color-stop(100%, 8f7bd7));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#689ae3', endColorstr='#8f7bd7', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* W3C */
    cursor: pointer;
	color:#fff;
}
.hidden-input {
    display: none;
}
.submit-form-forum_plag .button-forum_plag:hover,span.openform_forumPlagin-item:hover {
    background: #7e88dc;
}
.item-field-forum_plag textarea {
    height: 140px;
}
.popUp-box-forum_plag.form-resultforum_plag {
    color: #fff;
    text-align: center;
}
.item-field-forum_plag .error {
    border: 1px solid #f51616;
    background: #fff4f4;
}
span.openform_forumPlagin-item {
    display: block;
    padding: 17px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #26212e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 689ae3), color-stop(100%, 8f7bd7));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#689ae3', endColorstr='#8f7bd7', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #689ae3 0, #8f7bd7 100%);/* W3C */
    cursor: pointer;
    text-align: center;
    max-width: 215px;color:#fff;
}
.addtiems-forum {
    margin-top: 25px;
}

/*--------------------------------------------------------

 Author:   Robert Piirainen
 Twitter:  @robertpiira
 Created:  2011
 Updated:  2012/2/17

 --------------------------------------------------------*/

/* INGRID
 Here are the building blocks of Ingrid
 --------------------------------------------------------*/

.ingrid {

	padding: 0; /* Remove if you already reset paddings */
	clear: both;
	list-style: none; /* Works with ul & ol */
	word-spacing: -0.43em;
}

.unit, .field-unit {
	margin: 0; /* Remove if you already reset margins */
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.field-unit {
	display: block;
}

/* GUTTERS
 Gutter set directly on units (thanks border-box)
 --------------------------------------------------------*/

.unit, .field-unit {

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* OLDIE
 Some IE7 patching (optional)
 --------------------------------------------------------*/

.ingrid {
	*letter-spacing: normal;
	*zoom: 1;
}

.unit {
	*display: inline;
}

.unit, .field-unit {
	*margin-right: -1px;
	*padding: 0;
	*zoom: 1;
}


.no-padding {padding:0!important}
/* UNITS
 These divider classes are set on .ingrid container
 --------------------------------------------------------*/

.in-halves > .unit {
	width: 50%;
	padding: 0 15px 20px;
}
.in-thirds > .unit {
	width: 33.33333%;
}
.in-fourths > .unit {
	width: 25%;
}
.in-fifths > .unit {
	width: 20%;
}
.in-sixths > .unit {
	width: 16.66666%;
}
.in-sevenths > .unit {
	width: 14.28571%;
}

/* SPATIALS
 The span-x classes are set on individual .units
 --------------------------------------------------------*/

/* Spatial units in thirds */
.in-thirds > .span-two {
	width: 66.66666%;
}

/* Spatial units in fourths */
.in-fourths > .span-two {
	width: 50%;
}
.in-fourths > .span-three {
	width: 75%;
}

/* Spatial units in fifths */
.in-fifths > .span-two {
	width: 40%;
}
.in-fifths > .span-three {
	width: 60%;
}
.in-fifths > .span-four {
	width: 80%;
}

/* Spatial units in sixths */
.in-sixths > .span-two {
	width: 33.33333%;
}
.in-sixths > .span-three {
	width: 50%;
}
.in-sixths > .span-four {
	width: 66.66666%;
}
.in-sixths > .span-five {
	width: 83.33333%;
}

/* Spatial units in sevenths */
.in-sevenths > .span-two {
	width: 28.57142%;
}
.in-sevenths > .span-three {
	width: 42.85714%;
}
.in-sevenths > .span-four {
	width: 57.14285%;
}
.in-sevenths > .span-five {
	width: 71.42857%;
}
.in-sevenths > .span-six {
	width: 85.71428%;
}
.unit-nop {padding:0!important}

@media only screen and (max-width: 1215px) {


.main {
    position: relative;
}
header, header .row {
    position: static;}

.search {    margin: 0 70px 0 0;     position: relative;}
}




.full-news {letter-spacing: normal;  position:relative;
    word-spacing: normal;}
	.full-news .unit-img-2 {position:relative;}


.post-name-button {    display: block;
}

	.full-news  .post-name .post-name-button a			{    border-radius: 5px;
  
    background: #fff;
    color: #000!important;
}
				

	







@media only screen and (min-width: 969px) {
.full-news {padding:15px;letter-spacing: normal;  position:relative;
    word-spacing: normal;}
				
		.span-two .full-news {padding:0 0px}		
	.full-news .unit-img-2 {position:relative;}
	
.full-news .bg {	     background-color: rgba(0,0,0,.3);
    height: 98%;    border-radius: 5px;
    position: absolute;
    transition: background-color .4s ease;
    width: 100%;
	
}

.post-name-button {    display: block;
    font-size: 16px;
    margin: 15px 0 0;}

	.full-news  .post-name .post-name-button a			{    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    color: #000!important;
    padding: 5px 15px;}
				
				
.full-news .post-name {padding-right: 20%;
	left: 7%;
    position: absolute;
    top: 30%;
}
	.full-news .post-name a {color: #fff;
    border: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;}
	
.info,	.info2, .info3 {
    margin: 45px 0;
}
	
	
	
	.main-news-photo {padding: 30px 15px;
    background: #edf7ff;
    margin: 0 -15px;}
	
	.main-news-photo	.unit-post-2 {position:relative;}
	   
 	.main-news-photo	.unit-post-2  .post-name {  bottom: 5%; position: absolute;
    left: 0;
    padding: 15px;}
	 	.main-news-photo	.unit-post-2  .post-name span {background: #ffffff;
    opacity: 0.8;}
	.main-news-photo	.unit-post-2  .post-name span a{    color: #000;line-height: 23px;
    font-size: 18px;}
	
.main-news {padding:0px;}




.homeh2 {
    margin: 0 0 0px;
    font-size: 36px;
    padding: 15px 0 15px;
}

#article { border-right: 1px solid #ddd;   padding:0 30px 30px!important;}
h1 {
    font-size: 36px;
    line-height: 50px;
    margin: 30px 0 30px;
    font-weight: bold;
}
p, ul, li, ol {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 1.7em;
}

h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 40px 0 40px;
}
.autor-box {
    background: #faf8f6;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.autor-box span{    font-size: 14px;}


.main {
	padding-bottom: 380px;
}

footer {
 position: absolute;
 bottom: 0;
 left:0;
 height: 250px;

}


#cssmenu > ul {display: flex!important;}

.post-name-3 a {
color: #000;

border-bottom: none;

font-size: 20px;

padding: 0 0 0 63px;

float: left;
} 


.post-name-3  span {padding: 8px 12px;
border-radius: 35px;
font-size: 30px;
position: absolute;
top: 0;
left: 0;

background: #187aab;

color: #fff;}
.post-name-3 {position:relative;}


.post-name-4 a {border-bottom: none;


padding: 0 0 0 63px;

float: left;
font-size: 20px;}
.post-name-4 span {
padding: 8px 12px;
border-radius: 35px;
font-size: 30px;
position: absolute;
top: 0;
left: 0;

background: #187aab;

color: #fff;}

.descussion, .faq {padding: 30px;

background-color: rgb(237, 247, 255);

margin: 30px -15px;}

.faq  .homeh2, .descussion .homeh2 {

    margin: 0 0 10px;

}
.faq  .unit {margin:0 0 20px}


.icon-servises-block {
padding:0 0 0 100px;
background: url('images/1i.png') no-repeat 0 0;
min-height: 79px;
}

.icon-servises-block2 {
padding:0 0 0 100px;
background: url('images/dc.png') no-repeat 0 0;
min-height: 79px;
}

.icon-servises-block3 {
padding:0 0 0 100px;
background: url('images/video.png') no-repeat 0 0;
min-height: 79px;
}

.icon-servises-block4 {
padding:0 0 0 100px;
background: url('images/news.png') no-repeat 0 0;
min-height: 79px;
}


.servises-block {
background: #edf7ff;
padding: 15px 30px;
margin:0 -15px;
}


.post-name a {
font-size: 18px;

line-height: 28px;}
.unit-post-3 .post-name a {
font-size: 16px;
    line-height: 26px;
    border: none;
    color: #000;
    margin: 5px 0;
    display: block;}

.unit-post-2 .post-name {padding:15px 0; }
.unit-post-2 .post-name a {color:#000; border:none; }







.form-row__field {
    display: inline-block;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0px auto 15px;
}

  .comment-form__field {  width: 93%; margin:auto;
    display: block;}

.comment {
    padding: 14px;
    position: relative;
    margin-bottom: 15px;
    min-height: 165px;
}
.children .comment {margin-left:60px;    background: #faf8f6;}
.children .children .comment {margin-left:90px;    background: #faf8f6;}
.children .children .children .comment {margin-left:120px;    background: #faf8f6;}


.home-page {padding:0px 0 15px;}
.top-1 a {font-size:20px;}
.top-1 span {display:block; margin:15px 0; }


.cat-full .post-name-2 a {font-size:16px;} 
.cat-full .post-name-2 span  {margin:10px 0px; display: block;} 

.cat-full.in-thirds .unit {
    padding: 20px;
   
}


.intro {font-size:19px; line-height:32px;}



.field-unit {
	
	padding: 15px 15px 15px;
}
	
	.in-thirds .unit, .in-thirds .field-unit, .in-fourths .unit {
		padding: 15px;
	}

	.unit-img img {
		width: 100%;
		height: auto
	}
	.unit-post {
		position: relative;
		width: 100%;
		height: 100%
	}
	.unit-post .post-name {
		position: absolute;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		color: rgb(255, 255, 255);
		box-sizing: border-box;
		padding: 20px;
		bottom: 0;
		right: 0;
	}
	.unit-post .post-name span {
		display: block;
				padding:20px;
	}

	.unit-img:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 98%;
		background-color: rgba(0, 0, 0, 0.401961);
	}
	.unit-post .post-name a {
		    color: #fff;
   			font-size: 22px;
   			line-height: 30px;
   				border:none;
	}
}



@media only screen and (max-width: 968px) {

h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 30px;
}


p, ul, li, ol {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1.4em;
}
h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 20px 0 20px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 20px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 20px;
}

.post-block-cat .post-name-2 span a {
    font-size: 16px;
    color: #000;
    border-bottom: none;
    font-weight: 600;
    line-height: 22px;
}


.unit-post .post-name a, .unit  .post-name-2 a {     color: #000;
    font-size: 14px;
    line-height: 21px;
    border: none;}

.home-page .top-main.in-thirds > .unit {
  
    padding: 0 0px 0px;
}


.home-page .unit 	.full-news .unit-img-2  {
    float: none;
    width: 100%;
}
.home-page .unit 	.full-news .unit-img-2 img {
    float: none;
    width: 100%;
} 
.full-news {padding:10px;}

.post-name-button {   
    font-size: 16px;
    margin: 15px 0 0;}

	.full-news  .post-name .post-name-button a			{       text-align: center;
    display: block;
    font-size: 14px;
    line-height: 21px;
    border: none;
    color: #fff!important;
    /* margin: 10px 0; */
    background: #187aab;
    padding: 5px 10px;}
				
				
.full-news .post-name {
}
	.full-news .post-name a { display: block;
    font-size: 14px;
    line-height: 21px;
    border: none;
    color: #000!important;
    margin: 10px 0;}
	





.top-main-news .unit{width:100%!important; margin:30px 0 0px;    padding: 0!important;}
.home-page .in-thirds .top-main-news-top {width:100%!important}
.home-page .in-thirds.top-main .unit {width:100%!important}

.top-main-news .unit .unit-img-2 {
        width: 35%;
    display: inline-block;}
.top-main-news .unit .post-name {width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;}
.top-main-news .unit .post-name span a {
    font-size: 24px;
    color: #000;
    border-bottom: none;
    font-weight: 600;
    line-height: 34px;
}
.top-main-news .unit .post-name p {font-size: 14px;
    line-height: 1.2em;
    margin-bottom: .5em;}

.top-main-news .unit  img {
    width: 100%!important;
    border-radius: 10px;
}



.autor-box {
    background: #faf8f6;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.autor-box span{    font-size: 14px;}



footer {
    padding: 15px;}


.icon-servises-block {
padding:0 0 0 100px;
background: url('images/1i.png') no-repeat 0 0;
min-height: 79px;
    margin: 0 0 15px;
}

.icon-servises-block2 {
padding:0 0 0 100px;
background: url('images/dc.png') no-repeat 0 0;
min-height: 79px;
    margin: 0 0 15px;
}

.icon-servises-block3 {
padding:0 0 0 100px;
background: url('images/video.png') no-repeat 0 0;
min-height: 79px;
    margin: 0 0 15px;
}

.icon-servises-block4 {
padding:0 0 0 100px;
background: url('images/news.png') no-repeat 0 0;
min-height: 79px;
    margin: 0 0 15px;
}
.servises-block .unit {width:50%!important;}

.servises-block {
background: #edf7ff;
padding: 15px 30px;
margin:0;
}




#cssmenu li:hover > ul {
    border: none!important;
}



.post-name-3 a {
color: #000;

border-bottom: none;

font-size: 20px;

padding: 0 0 0 63px;

float: left;
} 


.post-name-3  span {padding: 8px 12px;
border-radius: 35px;
font-size: 30px;
position: absolute;
top: 0;
left: 0;

background: #187aab;

color: #fff;}
.post-name-3 {position:relative;}


.post-name-4 a {border-bottom: none;


padding: 0 0 0 63px;

float: left;
font-size: 20px;}
.post-name-4 span {
padding: 8px 12px;
border-radius: 35px;
font-size: 30px;
position: absolute;
top: 0;
left: 0;

background: #187aab;

color: #fff;}

.descussion, .faq {padding: 30px 0;

background-color: rgb(237, 247, 255);

margin: 30px 0px;}

.faq  .homeh2, .descussion .homeh2 {

    margin: 0 0 10px;

}
.faq  .unit {margin:0 0 20px}



.post-name a {
font-size: 14px;

line-height: 21px;}



.unit-post-2 .post-name {padding:10px 0;}
.unit-post-2 .post-name a {color:#000; border:none; }



.sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
}
.sb-search {right:0;}
.category-desc h1 {    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;}
.in-fourths > .unit {
    width: 33.33333%;
}
.servises-block.in-fourths > .unit {
    width: 25%;
}
.sb-search-input {
    font-size: 14px;}

.top-left {width:100%!important;}
.top-right {width:100%!important;}
.top-right .unit {width:50%!important;}
.info, .info2, .info3, .info4, .info5, .otzyv {margin-left:-15px; margin-right:-15px;}
.intro {font-size:105%;    line-height: 1.4em;}
.kc__wrap  {margin:0 -15px;   padding: 0 0 0 10px;}
.kc__wrap li {
    margin: 0 0 5px;
}


.link {margin:25px 0px;}




	#site-title {

    padding: 20px 10px 20px 15px;

}
	.wrap {  overflow: hidden;  padding: 15px 0;}
	.wrap > .ingrid > .unit {width:100%;}
	.wrap .ingrid > .single-unit {    width: 33.33333%!important; padding:15px;}
	.ingrid > .in-halves > .unit {width:50%!important; padding: 15px;}
.in-halves > .unit {
    width: 50%;
    padding: 15px;
        position: relative;
}	

.field-unit {width: 100%;
    padding: 15px;}
.in-thirds > .unit {
    width: 33.33333%;padding: 0 15px 15px;
}     
    
    
.myimg {    width: 100%;
    height: auto;}
	.sidebar {
		display: none !important;
	}
	
	#breadcrumbs {display:none;}
	
	.unit-post .post-name a {
	
		font-size: 18px;
		line-height: 28px;
	}

	.gallery .unit {
		width: 25%;
	}

	.intro .unit {
		width: auto;
		display: block;
	}

}


@media only screen and (max-width: 645px) {

.vk-post {
    font-size: 14px;
    background: #e3f5fc url(/wp-content/themes/ma/images/tg.png) 15px 15px no-repeat;
    padding: 15px 15px 15px 95px;
    min-height: 50px;
    border-radius: 10px;
    line-height: 26px;
    background-size: 50px 50px;
}

.top-main-news .unit{width:100%!important; margin:30px 0 0px;    padding: 0!important;}
.home-page .in-thirds .top-main-news-top {width:100%!important}
.top-main-news .unit .unit-img-2 {
        width: 35%;
    display: inline-block;}
.top-main-news .unit .post-name {width: 54%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;}
.top-main-news .unit .post-name span a {
    font-size: 16px;
    color: #000;
    border-bottom: none;
    font-weight: 600;
    line-height:24px;
}
.top-main-news .unit .post-name p {font-size: 14px;
    line-height: 1.2em;
    margin-bottom: .5em;}

.top-main-news .unit  img {
    width: 100%;
    border-radius: 10px;
}




.post-block-cat {margin:0 0 30px;}
.post-block-cat .unit-img-2 {
        width: 100%; margin:0 0 15px;
    display: block;}
.post-block-cat .post-name-2 {width: 100%;
    display: block;
    margin-left: 0%;}

.post-block-cat .post-name-2 span a {
    font-size: 14px;
       line-height: 21px;
}


.post-block-cat  img {
    width: 100%;
    border-radius: 10px;
}




.unit-post-2 {
    border: none;
}

.unit-post-2 .post-name {
    padding: 0px!important;
    text-align: left;
}

.home-page .descussion.in-thirds > .unit {
    width: 100%!important;
    padding: 0 15px 15px;
}




.top-main.in-thirds > .unit .unit-post-2 .post-name {
    text-align: left;
    padding: 0!important;
}

.unit-post-2 .post-name {
    padding: 15px;
    text-align: left;
}

.top-main.in-thirds > .unit  .unit-post-2 {
    border: none;
}

.icon-servises-block, .icon-servises-block2, .icon-servises-block3, .icon-servises-block4 {
    padding: 0 15px 15px 60px;
        background-size: 45px;
        min-height: 50px;
}

.post-name-3 a {
 
    padding: 0 0 20px 63px;
   
}

.comment__meta {
    position: inherit; 
    left: inherit;  
    top: inherit; 
    width: 80px;
    float: left;
    margin: 0 15px 5px 0;
}
.comment__text {
    padding-left: 0px;
}


.children .comment {margin-left:20px;    background: #faf8f6;}
.children .children .comment {margin-left:30px;    background: #faf8f6;}
.children .children .children .comment {margin-left:40px;    background: #faf8f6;}



.home-page .doctor-list {margin:15px -15px;}
.home-page .unit, .releat .unit {width:100%!important;}
.home-page .unit .unit-img-2, .releat .unit .unit-img-2 {float:left; margin:0 15px 0 0;}
.home-page .unit .unit-img-2 img, .releat .unit .unit-img-2 img {
    width: 120px;
    height: auto;
}




.link {
 
    font-size: 14px!important;
 
}


.info, .info2, .info3 {padding: 115px 15px 15px 15px!important; background-position: 50% 15px!important;}

.info_a1, .info_a2 {padding: 195px 15px 15px 15px!important; background-position: 50% 15px!important;}
.info_a3 {padding: 15px 15px 15px 15px!important; }


article ul, article ol {
    padding: 0 0 0 20px;
    border: none;
    margin-left: 0;
}

	
.wrap {
    padding: 10px 0px;
}
	#site-title {
    z-index: 9;
    position: relative;
    padding: 20px 10px 20px 15px;

}
h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
}
h2 {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 15px;
}
	.breadcrumb {
		display: none;
	}


.wrap .ingrid > .single-unit {    width: 100%!important; }

.doctor-list {    padding: 30px 30px 10px 149px;    background-size: 90px;}

.kc__wrap {
    border-left: none;
    padding: 15px;
    margin: 0px -15px 15px;
    background: #f1f1f1;
}
}

@media only screen and (max-width: 445px) { 

header, header .row {
    height:68px;
}

#site-title {
    width: 175px;;
}
#site-title a { width: 175px; background: url(images/cp.png) no-repeat 0 50%; background-size: contain!important;}

.icon {
    position: absolute;
    right: 55px;
    top: 0px;
}


	.kc__wrap li {
    margin: 0 0 5px;
    font-size: 14px;
}
	.in-halves > .unit, .in-thirds > .unit  {    width: 100%;    padding: 15px;}
	.wrap .ingrid > .single-unit {   width: 100%!important; padding:15px;}
.health-block p {      padding: 10px;}
    .doctor-list{background: #f1f1f1;    padding: 20px 20px 5px 20px; margin: 0 -15px;} 
    .health-block h2,  .health-block p { margin: 0 -15px;padding: 20px 20px;} 
    

.top-right .unit {width:100%!important;}  
    
    
}
	
	
@media only screen and (max-width: 350px) {


.home-page .unit .unit-img-2 img, .releat .unit .unit-img-2 img {
    width: 60px;
    height: auto;
}
	
	footer {
    padding: 20px 5px 70px;}



.post-name-2 a, .unit-post .post-name a {
	font-size: 18px;
	line-height: 26px;

}

	}

.category {
	background: #c8da57;
	margin: 20px 0 10px;
	display: inline-block;
	padding: 0 5px;
	border-radius: 3px;
}
.category a {
	color: #000;
}
.category:hover {
	background: #00598c
}
.category a:hover {
	color: #eee !important;
}



.post-content img {max-width:100%; height:auto;}

.sidebar li {
	list-style: none;
}
.new-post-sidebar {
	margin: 10px 0;
	font-size: 16px;
	line-height: 22px;
}


.link { border-radius: 5px;
    min-height: 80px;
    border: 1px solid #ddd;
    padding: 15px 0 0; } 
.link img {width: 65px;
    height: auto;
    float: left;
    margin: 0px 30px 0 15px;}
    
 .otzyv {background-color: #e8f2f6; padding: 30px; }
.info4 {padding: 30px;   background-color: #e8f2f6; border-radius: 3px; }   
.info {border-color: #468847;
color: #000;
padding: 30px 30px 30px 130px;
border-radius: 5px;
background: #ebf7e9  url(/wp-content/themes/ma/images/qw.png) 30px 30px no-repeat;
min-height: 60px;}
.info2 {    border-color: #efc116;
    color: #000;
    padding: 30px 30px 30px 130px;
    border-radius: 5px;
    background: #fef9e6 url(/wp-content/themes/ma/images/info_2.png) 30px 30px no-repeat;
    min-height: 50px;}    
.info3 a {text-decoration:none; border-bottom: none; color: #000;}  
.info3 a strong {border-bottom: 1px solid #333;}
.info3 {border-color: #d0e6be;
color: #000;
padding: 30px 30px 30px 130px;
border-radius: 5px;
background: #cdeeff url(/wp-content/themes/ma/images/doc2.png) 30px 30px no-repeat;
min-height: 70px;} 

.info_a1 {border-color: #f9b5b4;
color: #000;font-size: 18px;
    line-height: 28px;
padding: 30px 30px 30px 200px;
border-radius: 3px;
background: #ffe3b9 url(/wp-content/themes/ma/images/wom1.png) 15px 15px no-repeat;
min-height: 120px;}

.info_a2 {    border: 1px solid #135247;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 30px 30px 30px 200px;
    border-radius: 3px;
    background: #d8fff8 url(/wp-content/themes/ma/images/doc1.png) 15px 15px no-repeat;
    min-height: 120px;
}

.info_a3 {   border: 4px dashed #fdb5b5;
    background-color: #EAF6FA;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 30px 30px 30px 30px;
    border-radius: 3px;
 
}
.info_a3 strong {display:block;}

span.hidden-link {
	color: #000; /*-цвет ссылки-*/
	text-decoration: none;
	cursor: pointer; /*-указатель в виде пальца-*/
}

span.hidden-link span.lin {	color: #187aab; border-bottom:1px solid;}


.wm {   min-height:120px;
    color: #000;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #b3ae07;
    line-height: 28px;
    padding: 15px;
    margin: 0 0 25px;
    background: #f3ef64;} 
    
.wm img {float: left;
    margin: 0 30px 0 0;
    width: 120px;
    height: 120px;}
    
    
    
  .otzyv   {min-height: 70px;    font-weight: bold;margin: 0;padding: 30px 30px 15px;
    background-color: #e8f2f6;
    font-style: italic;}
.otzyv img {float: left;     margin: 0 30px 0 0;    width: 70px;    height: auto;     border-radius: 300px;}
.otzyv:before, .otzyv:after {
	content: "";
	display: table;
}
.otzyv:after {
	clear: both;
} 
   .otzyv + p {    padding: 0 30px 30px;
    background-color: #e8f2f6;
    border-radius: 3px;
    margin-top: 0;}  
    
    
.discussion {    height: 100%;  background:#f1f1f1 url(/wp-content/themes/ma/images/dis.png) no-repeat 50% 20px;     border-radius: 4px; padding: 25px 25px;}
.discussion li {width:100%; margin:0 0 10px 0;     font-size: 14px;}
.discussion span {margin:100px 0 10px; text-align:center;     font-size: 20px;    font-weight: normal;}
.discussion_add  {  height: 30px;    margin: 0 0 25px;   background:#f1f1f1;     border-radius: 4px; padding: 25px 25px;}
.discussion_add  span {margin: 0px 0 0;    background: url(/wp-content/themes/ma/images/cursor.png) no-repeat 16px 3px;    text-align: center;    font-size: 20px;    font-weight: normal;    padding: 0 0 0 11px;}
.letter {    display: block;    margin: 20px 0 0;    font-size: 20px;    font-weight: bold;}    

@media screen and (max-width: 800px){


.post-name-3 a, .post-name-4 a {
    font-size: 16px;}

.item-forumPlagin .title-forum {
    display: block;
    max-width: 100%;
    width: auto;
}
span.span-commentforumPlagin {
    width: auto;
    float: none;
    border-left: 0;
    padding-left: 0;
}
}



#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#navmenu {    
background: #edf7ff;
padding:5px 30px ;
}

#cssmenu {
 margin:auto;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 0 0px 0 0;
  font-size: 17px;
line-height: 45px;
  color: #0871cc;
}




#cssmenu > ul > li span {
border-bottom:1px solid #0871cc;
}
#cssmenu > ul > li a:hover span {
border-bottom: 1px solid #fa3c8e !important;
}

#cssmenu > ul {
display: flex;
}

#cssmenu > ul >li {
flex-basis: auto;
  flex-grow: 1;}


#cssmenu > ul > li.has-sub > a {line-height: 45px; display: inline-block;
  padding-right: 0px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: -18px;
  width: 8px;
  height: 2px;
  display: block;
  background: #0871cc;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: -15px;
  display: block;
  width: 2px;
  height: 8px;
  background: #0871cc;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu ul ul {z-index: 9999999999;
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {border: 1px solid #ddd;
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
border-bottom: 1px solid rgba(150, 150, 150, 0.15);

padding: 11px 15px;

width: 170px;

font-size: 15px;

text-decoration: none;

color: #000;

font-weight: 400;

background: #FFF;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 968px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#navmenu {
    border-bottom: none;
    background: #0871cc;
}
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;    color: #fff;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 0px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li a {
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px 15px 15px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}



.wrap-authors_webnavoz{margin:30px 0;padding:20px 2.5%;display:table;width:95%;text-align:left}
.rating-authors_webnavoz{width:13%;position:relative;margin-right:3%;padding-top:20px;display:inline-block;vertical-align:top}
.information-authors_webnavoz{width:47%;position:relative;min-height:80px;text-align:left;display:inline-block;vertical-align:top}
.posts-authors_webnavoz{display:inline-block;width:16%;padding-left:3%;position:relative;margin-left:3%;padding-top:20px;text-align:left;vertical-align:top}
.more-authors_webnavoz{float:right;width:15%;padding-top:28px;display:block}
.wrap-authors_webnavoz:after{content:"";display:block;clear:both}
.label-rating-authors_webnavoz{color:#888999;font-size:12px;line-height:14px;margin-bottom:8px;text-align:left}
.value-rating-authors_webnavoz{font-size:24px;line-height:26px;color:#586b95;font-weight:600;padding-left:30px;background:url(../i/star-posts-min.png) no-repeat left 1px;text-align:left}
.rating-authors_webnavoz:after{content:"";position:absolute;right:0;left:auto;top:0;bottom:0;width:1px;background:#e8e8ed}
.body-info-authors_webnavoz{padding-left:100px}
.label-info-authors_webnavoz{font-size:12px;line-height:14px;color:#3bad4e;margin-bottom:5px}
.name-authors_webnavoz{font-size:18px;line-height:20px;color:#586b95;font-weight:600;display:inline-block;vertical-align:middle;margin-right:7px}
.desc-info-authors_webnavoz{color:#888999;font-size:12px;line-height:14px}
.header-info-authors_webnavoz{margin-bottom:5px}
.socials-info-authors_webnavoz{display:inline-block;vertical-align:middle}
.socials-info-authors_webnavoz a{display:inline-block;vertical-align:middle;width:18px;height:15px;border:0 !important}
.socials-info-authors_webnavoz a.vk-authors_webnavoz{background:url(../i/link-socials-min.png) no-repeat 0 center}
.socials-info-authors_webnavoz a.fb-authors_webnavoz{background:url(../i/link-socials-min.png) no-repeat -21px center}
.socials-info-authors_webnavoz a.tw-authors_webnavoz{background:url(../i/link-socials-min.png) no-repeat -41px center}
.socials-info-authors_webnavoz a.gplus-authors_webnavoz{background:url(../i/link-socials-min.png) no-repeat -62px center}
.socials-info-authors_webnavoz a.youtube-authors_webnavoz{background:url(../i/link-socials-min.png) no-repeat -81px center}
.socials-info-authors_webnavoz a.instagram-authors_webnavoz{background:url(../i/link-socials-min.png) no-repeat -100px center}
.no-the_ratings.information-authors_webnavoz{width:60%}
.no-post_thumb-authors_webnavoz.body-info-authors_webnavoz{padding-left:0}
.no-post_thumb-authors_webnavoz{min-height:auto}
.socials-info-authors_webnavoz a:hover{opacity:.7}
.label-posts-authors_webnavoz{color:#888999;font-size:12px;line-height:14px;margin-bottom:8px}
.value-posts-authors_webnavoz{font-size:24px;line-height:26px;color:#586b95;font-weight:600;padding-left:30px;background:url(../i/count-posts-min.png) no-repeat left 1px}
.button-authors_webnavoz{display:block;text-decoration:none !important;color:#586b95 !important;background:#eceff6 !important;text-align:center;padding:10px 5px;font-size:12px;line-height:14px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:0 !important}
.posts-authors_webnavoz:after{content:"";position:absolute;right:auto;left:0;top:0;bottom:0;width:1px;background:#e8e8ed}
.button-authors_webnavoz:hover{color:#fff !important;background:#587e9f !important}
.name-authors_webnavoztop{font-size:14px;line-height:16px;color:#586b95;font-weight:600}
.header-info-authors_webnavoztop{display:inline-block;vertical-align:middle;margin-right:20px;min-width:143px;position:relative;padding-left:80px;text-align:left}
.rating-authors_webnavoztop{display:inline-block;vertical-align:middle;margin-right:20px;padding-left:25px;font-size:14px;line-height:16px;color:#586b95;font-weight:600;background:url(../i/star-posts-min.png) no-repeat left 0px;background-size:14px}
.desc-info-authors_webnavoztime{display:inline-block;vertical-align:middle;margin-right:20px;font-size:12px;line-height:17px;color:#858797;font-style:italic;padding-left:20px;background:url(../i/time.png) no-repeat left 1px}
.size_text-webnavozAuthor{display:inline-block;vertical-align:middle}
.header-info-authors_webnavoztop:after{content:"";display:block;clear:both}
.wrap-authors_webnavoztop{margin-bottom:20px;position:relative;    min-height: 70px;}
.label-info-authors_webnavoztop{color:#3bad4e;font-size:12px;line-height:14px}
.link-size-webnavozAuthor{float:left;cursor:pointer;font-size:24px;line-height:28px;color:#586b95;font-weight:600;width:28px;height:28px;text-align:center;border:1px solid #cccdd5;-webkit-border-radius:2px 2px 2px 0;-moz-border-radius:2px 2px 2px 0;border-radius:2px 2px 2px 0}
span.link-size-webnavozAuthor.min-size-webnavozAuthor{font-size:12px;line-height:18px;width:18px;height:18px;margin-right:-1px;margin-top:10px;-webkit-border-radius:2px 2px 0 2px;-moz-border-radius:2px 2px 0 2px;border-radius:2px 2px 0 2px}
.link-size-webnavozAuthor:hover{background:#353b5e;color:#fff;border-color:#353b5e}
.adapt1,.adapt2{display:none}
.wnauthorimageurl{width:80px;height:80px;display:block;background-size:cover;position:absolute;left:0;top:0;display:block;-webkit-border-radius:59px !important;-moz-border-radius:59px !important;border-radius:59px !important;max-width:80px !important;max-height:80px;overflow:hidden}
.wnauthorimageurl2{width:70px;height:70px;display:block;background-size:cover;float:left;max-width:70px !important;position:absolute;left:0;top:0;-webkit-border-radius:50px !important;-moz-border-radius:50px !important;border-radius:50px !important}
.wrap-authors_webnavoz.no-the_ratings .posts-authors_webnavoz{width:32%}

@media screen and (max-width:1000px){
	.adapt1{clear:both;width:100%;height:48px;background:transparent;display:block !important}
	.adapt2{clear:both;width:100%;height:10px;background:transparent;display:block !important}
	.rating-authors_webnavoz{width:auto;margin:5px;float:none;display:inline-block;vertical-align:middle;padding:0;text-align:left}
	.value-rating-authors_webnavoz{width:100%;margin:5px 0;float:none;display:inline-block;vertical-align:middle;padding-left:0 !important;text-align:center;background:none !important}
	.value-rating-authors_webnavoz>div{background:url(../i/star-posts-min.png) no-repeat left center;display:inline-block;padding-left:25px;height:auto}
	.value-posts-authors_webnavoz{width:100%;margin:5px 0;float:none;display:inline-block;vertical-align:middle;padding-left:0 !important;text-align:center;background:none !important}
	.value-posts-authors_webnavoz>div{background:url(../i/count-posts-min.png) no-repeat left center;display:inline-block;padding-left:25px;height:auto}
	.label-rating-authors_webnavoz{text-align:center}
	.information-authors_webnavoz{width:100% !important;margin:5px;float:none;display:inline-block;vertical-align:middle;padding:0;max-width:370px;text-align:left}
	.posts-authors_webnavoz{width:auto;margin:5px;float:none;display:inline-block;vertical-align:middle;padding:0;text-align:center !important}
	.more-authors_webnavoz{width:auto;margin:5px;float:none;display:inline-block;vertical-align:middle;padding:0;min-width:113px;text-align:left}
	.posts-authors_webnavoz:after{display:none}
	.rating-authors_webnavoz:after{display:none}
	.wrap-authors_webnavoz{padding:10px 5px;display:block;text-align:center}
}
@media screen and (max-width:420px){
	.information-authors_webnavoz div{display:block;position:relative;margin:auto}
	.body-info-authors_webnavoz{padding-left:0;text-align:center}
	.rating-authors_webnavoz{display:none}
	.information-authors_webnavoz{display:block;margin:0;max-width:100%}
}
@media screen and (min-width:301px) and (max-width:420px){
	.wrap-authors_webnavoztop>div{margin:0px 0 17px !important}
}
@media screen and (max-width:300px){
	.wrap-authors_webnavoztop>div{margin:5px}
	.header-info-authors_webnavoztop{margin:5px 0 !important;padding-left:0 !important}
	.header-info-authors_webnavoztop div{float:none;position:relative}
}

}