@font-face {
	font-family: 'PT Sans';
	src: local('PT Sans'), local('PT Sans'), url('/wp-content/themes/mint/fonts/PT_Sans.woff2') format('woff2'), url('/wp-content/themes/mint/fonts/PT_Sans.woff') format('woff'), url('/wp-content/themes/mint/fonts/PT_Sans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, blockquote, address, time, span, 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 {
	position: relative;
	color: #333;
	background: #e8e8e8;
}
body, input, textarea {
	font-size: 16px;
	line-height: 24px;
	font-family: 'PT Sans', "Times New Roman", sans-serif;
}

a {
	text-decoration: none;
	color: #3e52b0;
}

a:hover {
	text-decoration: none;
	color: #ff0101 !important;
}

span.hidden-link { cursor:pointer;
	text-decoration: none;
	color: #3e52b0;
}
span.hidden-link:hover  {
	text-decoration: none;
	color: #ff0101 !important;
}

a img {
	border: 0;
}
p, ul, li, ol {
	font-size: 18px;
	line-height: 27px;
	margin-top: 0;
	margin-bottom: 25px;
	color: #111;
}

article {
	font-size: 18px;
	color: #111;
	padding: 0 !important;
	margin: 0;
	line-height: 27px;
}

.kc__wrap ul { margin:0; border-left:none;padding-left: 0px; }

article ul, article ol {padding-left: 30px;
}

article ul li, article ol li {
	list-style-position: outside
}
article ul li, article ol li {
	position: relative;
	list-style-position: inside;
}

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

blockquote {
	padding: 20px 100px;
	position: relative;
	background: #f1f1f1;
	margin: 0px -30px 15px;
}
blockquote:before {
	content: '«';
	height: 100%;
	position: absolute;
	top: 25px;
	left: 40px;
	font-size: 65px;
}
blockquote:after {
	content: '»';
	position: absolute;
	top: 25px;
	right: 40px;
	font-size: 65px;
}
blockquote p {
	font-size: 17px;
}
.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%;
}

.page {

	overflow: hidden;
	z-index: 99;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	background: #fff;
	padding: 0 0px;
}

header {
	padding: 0px 0px;
	margin: 0 0px 0px;
	position: relative;

	text-align: center;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
header .row {

	margin: 0 15px;
	position: relative;

}

footer {

	overflow: hidden;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
footer .row {
	border-top:2px solid #828282;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 0;
}
.footer-nav ul{
	display: flex;
	flex-direction: column;
	margin: 0;
}
.footer-nav li {
	display: inline-block;
	list-style: none;
	margin: 0 0 5px;
	font-size: 14px;
	padding: 0;
}

.footer-contacts {
	display: flex;
	flex-direction: column;
}

.footer-icons {
	display: flex;
	justify-content: space-around;
    align-items: center;
}

.footer-telegram {
	max-width: 50px;
	max-height: 50px;
	padding: 10px
}

.footer-telegram:hover {
	opacity: 0.8;
}

.footer-twitter {
	max-width: 50px;
	max-height: 50px;
	padding: 10px
}

.footer-twitter:hover {
	opacity: 0.8;
}

.footer-age {
	text-align: center;
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
}

.footer-about {
	margin: 0 0 5px;
	font-size: 14px;

}

#site-title {
	height: 37px;
	width: 289px;
	margin: 15px 0 15px;
	float: left;
	z-index: 99999999;
	position: relative;
}
#site-title a {
	height: 37px;
	width: 289px;
	background: url(images/media.png) no-repeat 0 0px;

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



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

.releated li {
	list-style: none;
	vertical-align: middle;
}
.releated li img {
	padding: 0 20px 0 0;
	width: 100px;
	height: auto;
	float: left;
}
.releated li a {
	vertical-align: middle;
	text-decoration: underline;
}
.kc__wrap {
	padding: 0px 0 10px 0px;
	clear: both;
}

.kc__wrap li {
	margin: 0 0 5px
}
.kc__title {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-weight: bold;
}

.unit-img-2 img {
	width: 100%;
	height: auto;
}



.breadcrumbs {
	word-spacing: 0;
	padding: 0px 0px 30px !important;
	font-size: 15px;
	padding: 0;
}
.breadcrumbs a {
	color: #333;
}
.releated li {
	margin: 0 0% 15px 0;

}
.releated li img {width:100px; height:100px;}
.category-meta {
	word-spacing: 0;
	word-spacing: 0;
}

.anons {
	word-spacing: 0;
	background: #fff;
	padding: 20px;
	margin: 0 0 30px;
}

.post .block-name {
/* 	text-transform: uppercase; */
	position: relative;
	font-size: 16px;
	font-weight: 700;
/* 	padding: 0 0 10px; */
	margin: 0 0 10px;
}



.no-padding {
	padding: 0 !important;
}
.page-content img {
	border-radius: 0px !important;
	padding: 0 !important;
}

.post article .imgWrap1 img {max-width: 847px;
	height: auto;
	height: auto;
	margin: 24px auto!important;}

article  ol{counter-reset: myCounter;  border:none;}
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: #fff;
	background: #f2c600;
	display: inline-block;
	text-align: center;
	margin: 0px 10px 0px 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -27px;
	border-radius: 40px;
	font-weight: bold;
	font-size: 26px;
}

.kc__wrap li {
	margin: 0 0 0 22px;
	list-style-position: inside;
	padding: 0 0 0 10px
}

.kc__wrap li a {   border-bottom: 1px solid #ddd;}
article ul > li {list-style:none; padding:0 0 0 10px;}
article ul > li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -20px;
	width: 7px;
	height: 7px;
	background:  #f2c600;
}


.block-name {font-weight:bold; margin:0 0 20px;}
.sb-search {
	position: absolute;
	top:0px; right:0px;
	z-index: 999999999;

	margin: 0px 0 0px 0px;

	width: 0%;
	min-width: 60px;
	height: 100%;
	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;

	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 40px 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 {

	-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: #000;
	background:#fff 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:#fff!important;}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #fff 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;
}
.link-relared {    border-radius: 4px;
	border: 1px solid #eee;
	padding: 15px;
	background: #fff;}
.link-relared .postTitle {border-bottom: 1px solid;}


.news-li {list-style:none;}
.news-date {font-size:20px;     color: #7d7d7d;}
.tags-news  a{   color: #000;}
.no-p  .unit {padding-right:0!important; padding-left:0!important;}

.ga {
	margin: 0 30px 30px;
}

.sidebar-name {

	position: relative;
	font-weight: 700;
	margin: 0px 0 15px;
}
.sidebar .adsbygoogle {	margin: 0px 0 20px;}

.new-post-img {
	float: right;
	padding: 0 0 0 20px;
}


.new-post-sidebar:after {
	content: "";
	display: table;
	clear: both;
}


aside {
	overflow: hidden;
	margin:0px 0 0;
}



.doctor-list {background: #f1f1f1 url(images/dis.png) no-repeat 30px 30px;
	padding: 5px 30px 10px 150px; margin:0 0 30px}
.doctor-list li {margin:0 0 10px; list-style:none;}

.about {    background: #fff;    padding: 30px!important;}

.top-nav {max-width: 1240px;padding: 0 15px;
	margin: 15px auto 25px;text-align: left;
	position: relative;}
.top-nav li {list-style:none; display:inline; padding:0 20px 0 0;}
.top-nav li  a {text-decoration:underline; }
.top-nav  ul {margin:0 0 15px}


#comment, #author {
	width: 94%;
	padding: 2%;
	resize: none;
}

li.comment {
	list-style-type: none;
	background: #fff;
	padding: 30px;
	border-radius: 18px;
}
.commentmetaname, .commentmetadata {
	display: inline-block;
	margin: 0;
}

.comment-author {
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.cat-ul li {display: inline-block;

	margin: 0 15px 5px 0px;}
.cat-ul li a {text-decoration:underline;}
.cat-type {margin-bottom:0px;     padding: 0px 0 0px;}

.cat-type h2 {color: #000;
	font-size: 38px;}


.list-ul li {    list-style-type: none;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;}
.list-ul li  a  {color:#000; border:none;}
.no-img {   margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;}
.no-img  a {   text-decoration:none; color: #3e52b0!important; border-bottom:1px solid #3e52b0;}
.no-img p {margin:15px 0;}




.meta-post span {margin:0  15px 0 0; font-size: 16px;}
.meta-post a {    background:#ffd751;
	border-radius:5px;
	text-decoration: none;
	font-size: 15px;
	padding: 0px 3px;
	color: #000;
	margin: 0;
	padding: 3px 6px;
}
.meta-post a:hover {
	color:#333!important; background:#ffd751}


.posts-list li {list-style:none;}
.posts-list li:last-child {margin:0;}
.posts-list li .logo-img {width:150px; height:150px;     padding:14px;  float: left;
	margin: 0 30px 0 0;
	border:1px solid #ddd;}
.posts-list li img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}


.posts-list li span {   }
.news-uit img {float:left;}

.news-list {    padding: 21px 22px;
	border: 1px solid #e7e7e7;}
.news-list li {    list-style: none;
	padding: 0 0 11px;
	margin: 0;}

.news-div {margin: -20px -20px 0;}


.info {background:#fef9e6 url('images/info.png') no-repeat ; }
.info2 { background: #fef9e6 url(/wp-content/themes/mint/images/info3.png) no-repeat;}
.info3 {border-color:  #cdeeff;background:#e4f8ff url(/wp-content/themes/mint/images/info2.png)  no-repeat;}
.info4 {background: #e2ffe1 url(/wp-content/themes/mint/images/inf3.png) no-repeat;}
.info5 {    line-height: 43px;    font-size: 38px;    text-align: center;    font-style: italic;    margin: 60px;}




/* 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;
}

.ingrid #pulse-widget {
	word-spacing: normal;
}

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

.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;
}




/* UNITS
 These divider classes are set on .ingrid container
 --------------------------------------------------------*/

.in-halves > .unit {
	width: 50%;
}
.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: 25%;
}
.in-sixths > .span-three {
	width: 50%;
}
.in-sixths > .span-four {
	width: 50%;
}
.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%;
}

#comment, #author {
	width: 94%;
	padding: 2%;
	resize: none;
}

#comment, #email {
	width: 94%;
	padding: 2%;
	resize: none;
}

li.comment {
	list-style-type: none;
	background: #fff;
	padding: 30px;
	border-radius: 18px;
}
.commentmetaname, .commentmetadata {
	display: inline-block;
	margin: 0;
}

.comment-author {
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 10px;
}




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

	.post {
		width: 100% !important;
	}
	.sidebar {
		width: 100% !important;
	}
	.footer-icons {
		flex-direction: column;
	}
		#aside1 div {
	position: inherit !important;
	z-index: 4 !important;
	}
}

@media only screen and (min-width: 720px) {

	.icons {
		text-align: center;
		width: 24% !important;
	}
	.icons img {
		width: 140px;
		height: 140px;
		border-radius: 270px;
	}
	.icons p {
		margin: 0
	}
	.icons p a {
		color: #000
	}





}



@media only screen and (min-width: 980px) {

	.top-5 {    background-color: #FFFDEC;     padding: 30px;margin:20px 0 20px;
		box-shadow: -33vw 0 0 0 #FFFDEC, 33vw 0 0 0 #FFFDEC;}

	.top-5 li {    position: relative;
		padding: 4px 0 7px 33px;
		margin: 0 0 11px; list-style:none;
		counter-increment: topArticlesCounter;}

	.top-5 ol li:before {
		content: counter(topArticlesCounter);
		font-size: 25px;
		position: absolute;
		top: 5px;
		left: 0;}


	.news-5 {  font-size: 18px; margin:20px 0 20px;
		padding: 21px 22px;
		border: 1px solid #e7e7e7;}
	.news-5  li {list-style:none;padding:0 0 11px; margin:0;}
	.news-5  ul {margin:0;}

	.block-content {margin:0 -15px;}

	.cat-news-list .postlink:hover {     background-color: #f7f9fa;
		box-shadow: 22px 0 0 0 #f7f9fa, -22px 0 0 0 #f7f9fa;}

	.cat-news-list .postlink {position: relative;     padding: 25px 0 15px 0;
		display: block;}
	.cat-news-list  .post-top {font-size: 18px;
		font-weight: bold;
		margin: 0 0 15px;}
	.cat-news-list li {list-style:none; }
	.cat-news-list .myimg {    float: left;
		width: 140px;
		position: absolute;
		left: 0;
		top: 30px; }
	.cat-news-list .post-name {margin:0 0px 0 240px;float:right;}

	header .row {max-width: 1280px; margin: auto!important;}

	.icon {display:none;}
	#menu   {  background: #302f69;}
	.showitems {    max-width: 1310px; padding:10px 0px;
		margin: auto;}
	.showitems  ul {margin:0;}
	.showitems li {display:inline; list-style:none; padding:0px 15px;}
	.showitems li a {color: #fff;
		text-transform: uppercase;
		font-size: 15px;}

	.crp_related .releated li {
		padding:0; margin:0 0 15px;
		width: 50%!important;
		display: inline-block;
		vertical-align: top;
	}
	.crp_related .releated li a {    display: inline-block;
		padding:0 15px 0 0;
	}
	.crp_related .releated li img  {
		width: 100px;
		height: 100px;
		margin:0 30px  0 0 ;
	}
	.info2, .info, .info3, .info4 {padding: 30px 30px 30px 130px; color: #000;  margin: 25px 0 25px -20px; background-position:40px 40%!important; min-height: 70px; border-radius: 3px;}


	.link {background:#fef9e6 ; padding: 20px 40px 20px 40px!important;  margin: 25px 0 25px -20px; min-height: 90px;}
	.link img {	float: left;	width: auto !important;	height: 90px !important;	margin: 0 40px 0px 0 !important;}
	.link a {border-bottom:1px solid #ddd; display: inline-block;    padding: 10px 0 0 0;}



	.content-single {padding:20px 0;}
	article > * {
		margin: 0 20px 30px;
	}

	.list-ul li a {

		font-size: 18px;
	}

	.meta-post {margin:0px 0 30px;}
	h1 {
		font-size: 30px;
		line-height: 42px;
		color: #111;
		margin: 0 0px 30px;
		word-spacing: 0;
		padding:0;
	}
	h1.block-name {margin: 0 0px 10px;}
	.single-name p .date, .single-name p .categ {
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.page-content h2 {
		font-size: 26px;
		line-height: 32px;
	}


	.field-unit {
		padding: 0 20px;
	}

	.in-thirds .unit {
		padding:20px;
		position: relative;
	}

	.field-unit h2 {
		margin: 0 0 0px;
		font-size: 26px;
		text-transform: uppercase;
		padding: 20px 0;
	}

	.sidebar {padding:20px 40px 20px 20px!important;}


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

	header .row {
		margin: 0 40px;}
	.home-bg {  padding: 20px 20px;}
	.page-releated {
		margin: 20px 20px 0; padding:20px 0 0;
/* 		border-top: 1px solid #ddd; */
		border-bottom: 1px solid #ddd;
	}
	.after-posts {padding:0 20px;}

	footer .row {
		border-top: 2px solid #828282;
		max-width: 100%;
		margin: 0 auto;
		padding: 20px 40px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.top-1 {position:relative;}
	.top-1 .postlink {position:absolute; bottom:35px; left:25px;}
	.top-1 a.postlink { font-size: 25px; color:#fff; font-weight: bold;}
	.top-1    .meta-post {position: absolute;
		top: 10px;
		left: 25px;
	}





	.home-post .unit-img img {width:100%; height:auto;}

	.top-2 {margin: 0px  0px 30px 0;}
	.top-2 .unit-img {width:40%;float: left;margin: 0px  30px 0px 0;
	}
	.top-2 .unit-img img,  .top-1 .unit-img img  {width:100%;height:auto;    }

	.top-1  {margin:0 0 30px 0;}
	.top-1 .unit-img:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg,transparent 15%,#000000);
		background: linear-gradient(180deg,transparent 15%,rgba(0,0,0,.9));
	}
	.top-2 .meta-post { font-size:16px;
		margin: 15px 0 0;
		color: #fff;
	}
	.top-2 a.postlink {font-size:18px; font-weight: bold; color:#000;}


	.home-post {background:#fff;}
	.post-name  .meta-post {margin:15px 0;}
	.post-top a.postlink  {    font-size: 18px;
		color: #000;
		font-weight: bold;
	}

	.post-top a.postlink:hover {
		color: #3e52b0!important}

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

	}

	footer {
		left: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.single-name h1 {
		font-size: 38px;
		line-height: 48px;
		color: #111;
		margin: 0 0px 25px;
		word-spacing: 0;
	}
	.post-content p:first-child {font-size: 21px;
		line-height: 31px;}


	.wrapper {
		padding: 0 0 174px;
		max-width: 1370px;
		margin:auto;
	}

	.post-name-2 {
		padding: 10px 0 0;
	}
	.post-name-2 a {

		font-size: 19px;
		line-height: 26px;
	}

	.one-img {
		position: relative;
	}
	.one-img .post-name-2 {
		position: absolute;
		left: 20px;
		position: absolute;
		width: 100%;
		color: rgb(255, 255, 255);
		box-sizing: border-box;
		padding: 0 20px 30px;
		bottom: 30px;
	}
	.one-img .post-name-2  a {
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		line-height: 32px;
	}

	.one-img .unit-img-2 {
		position: relative;
	}


	.home-unit {
		margin: 0 0px 0px;

		padding: 0px 0px 0px;
	}
	.about {
		background: #fff;
		padding: 15px!important;
		margin:0 0 30px;
	}


	.persons-home-unit {
		background: #fff0d9;
		padding: 30px 30px;
		margin: 0 0 30px;
	}
	.persons-home-unit   .unit {
		padding: 0 30px 0px !important;
		position: relative;
	}
	.persons-home-unit   .unit img {
		border-radius: 300px;
		width: 100%;
		height: auto;
	}
	.persons-home-unit   .unit .post-name {
		padding: 15px 0 0;
	}
	.persons-home-unit   .unit .post-name .postlink {
		font-size: 19px;
		text-align: center;
		margin: 0 0 15px;
		display: block;
		line-height: 32px;
	}
	.persons-home-unit   .unit .post-name a.postlink {
		color: #000 !important;
	}
	.persons-home-unit   .unit .unit-img {
		float: none;
	}

	.persons-home-unit .home-post {
		background: #fff0d9;
	}


	.big-unit {
		min-height: 330px
	}
	.unit {
		padding: 20px ;
	}
	.unit-img img {
		max-width: 320%;
		height: auto;
	}
	.unit-post {
		position: relative;
		width: 100%;
		margin: 0 0 30px;
		height: 100%;
		background: #fff;
	}
	.unit-post:after {
		content: "";
		display: table;
		clear: both;
	}
	.unit-post .post-name {
		padding: 20px 30px 0 30px;
		color: #000;
		font-size: 16px;
	}
	.unit-post .post-name span {
		padding: 0 20px 0 0
	}
	.unit-post .post-name .postlink {
		display: block;
		padding: 10px 0 25px;
	}
	.unit-post .post-name a.postlink {
		color: #000;
		font-weight: bold;
		font-size: 30px;
		line-height: 42px;
	}

	.unit-img {

		overflow: hidden;
	}
	.unit-post .post-name a {
		font-size: 16px;
	}
	.post .unit-post {
		-webkit-box-shadow: 0px 7px 83px -29px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 7px 83px -29px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 7px 83px -29px rgba(0, 0, 0, 0.75);
	}
	header {

	}

}




@media only screen and (max-width: 1360px) and (min-width:980px) {
	.showitems ul {margin:0 5px;}
	.news-list a {font-size:15px;}
	.news-list li {
		list-style: none;
		padding: 0 0 7px;}
	.showitems li {
		padding:0 10px;
	}
	.showitems li a{
		font-size: 14px;
	}

	.content-single {padding:20px 0;}
	article > * {
		margin: 0 0px 30px!important;
	}


	.list-ul li a {

		font-size: 15px!important;
	}


	.wrap-webnavozmap {padding: 0 0px;}

	.wrapper {
		padding: 0 0 150px;
	}
	.content-single {
		padding: 0px 0!important;
	}
	.category-p {margin:20px 20px 0;}
	h1.block-name {
		margin: 0 0px 0px;
	}
	header .row {
		margin: 0 20px!important;}

	.home-bg {  padding: 0px 0!important;}

	article > * {
		margin: 0 0px 25px;
	}
	.single-name {
		padding: 0 0px;
		margin: 20px 0px 20px;
	}
	.breadcrumb {
		padding: 0px 0px 20px !important;}

	article > * {
		margin: 0 0px 30px;
	}
	.page-content .field-unit {    padding: 0 0px;}
	.sidebar {padding:20px!important ;}
	#art2 .breadcrumb {padding:0 0 20px!important;     margin: 0 -20px;}
	.page-releated {margin: 20px 0px 0!important; }
	.after-posts {
		padding: 0 0px!important;
	}
}





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

	.ingrid.in-fourths {
		margin: -15px -15px 0!important; padding:0 0 30px
	}

	.ingrid.in-fourths .field-unit .cat-type{padding:0 15px}

	.news-div .unit-img {
		float: none;
	}
	.news-div .unit {
		padding: 15px!important;
		position: relative;
		width: 50%!important;
	}
	.news-div .home-post {margin:0 0 30px}

	.releated li {
		margin: 0 0% 15px 0;
		width: 100%;
		float: none;
	}

	.sb-search-input {
		width: 82%!important;
	}


	.breadcrumb {display:none}
	aside {
		overflow: hidden;
		padding: 15px!important;
	}

	.home-post .unit-img {
		padding: 0 15px 0 0;
		width: 100%;
	}
	.home-post .unit-img img {width:100%; height:auto;}
	.postlink + p {display:none}
	.icons {    padding: 15px!important;
		text-align: center;
		width: 49% !important;
	}
	.icons img {width: 100%;
		height: auto;
		border-radius: 160px;}

	article > * {
		margin: 0 15px 30px;
	}


	aside {
		overflow: hidden;
		padding: 0px!important;
	}
	.in-fourths .unit {
		width: 50%!important;
		padding: 0px;
	}

	.ingrid .unit {
		margin-top: 15px;
		padding: 0 0px 0px;
		position: relative;
		width: 100%;
	}

	.unit-post a.postlink {
		font-size: 24px;
		line-height: 32px;
		padding: 10px 0 25px;
		display: block;
		color: #000;
		font-weight: bold;
	}
	.postlink + p {
		font-size: 15px;
		line-height: 22px;
	}
}


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


	.field-unit {
		padding: 0px!important;
	}
	.cat-ul li {
		display: inline-block;
		padding: 0px 0px;
		margin: 0 0px 5px 0;
	}

	#site-title {float:none;}
	.search {
		width: 100%;
		right: auto;
		top: auto;
		height: 28px;
		position: relative;
		margin: 20px 0;
	}

	.search .searchin {
		height: 36px;
		width: 90%;
		border-radius: 3px;
		border: 1px solid #333;
		padding: 0 7% 0 3%;
	}

	.searchbt {
		top: 5px;
		right: 6px;
		opacity: 0.5;
	}

}

@media only screen and (max-width: 979px) and (min-width: 719px) {
	.wrap {padding:15px 0!important;}
	#art2 .field-unit  {padding:0 0px!important;}
	.field-unit .breadcrumb {padding:0 0px 0px !important}
	.field-unit  {padding:0 15px!important;}
	.top-2-home {float:left;}
	.ingrid .unit {    padding: 0 15px;
		margin: 0 0px 15px!important;

		position: relative;
	}
	.home-post .unit-img {
		padding: 0 0 15px 0!important;
	}
	.home-post .unit .post-name {display:block;}
	.home-post .unit-img  {width:100%;}

	.top-1,  .top-2 {width:100%;}
	.top-1 .unit-img, .top-2 .unit-img {margin:0 0px 15px 0; width:100%!important; height:auto;}
	.meta-post {margin: 15px 0;}
	.block-name {
		font-size:20px!important;
	}
	.top-1 .unit-img img, .top-2 .unit-img img, .home-post .unit-img img  {width:100%; height:auto;}

	.in-halves .unit {    width: 50%!important;}

	.doctor-list {margin:30px 0!important}

	.cat-type h2 {
		color: #000;
		margin:15px 0 0;
		font-size: 38px;
	}
	.field-unit h1.block-name {
		font-size: 25px!important;
		margin: 0 0 15px!important;
		line-height: 40px!important;
	}

	.in-sevenths .unit {width:20%!important; }
	.in-sevenths .span-six {width:80%!important; }
	.wrapper .wrap .content-single  .after-posts {padding:0 15px;}
	.wrapper .wrap .content-single  .after-posts .unit.post-block {
		padding: 15px; width:50%;
	}
	.wrapper .wrap .content-single  .after-posts .post-name-2 a {
		font-size: 18px;
		border-bottom: 1px solid;
	}

	.releated li {
		padding:0; margin:0 0 15px;
		width: 50%!important;
		display: inline-block;
		vertical-align: top;
	}
	.releated li a, .sidebar li a {    display: inline-block;
		padding:0 15px 0 0;
	}
	.releated li img, .sidebar li img {
		width: 100px;
		height: 100px;
		margin:0 15px  0 0 ;
	}

	.content-single .sidebar {
		width: 100% !important;
	}

}

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

	.cat-news-list .postlink {position: relative;     padding: 15px 0 5px 0; font-size: 14px;     border-bottom: none;
		display: block;}
	.cat-news-list  .post-top {font-size: 16px;
		font-weight: bold;
		margin: 0 0 15px;}
	.cat-news-list li {list-style:none; }
	.cat-news-list .myimg {    float: left;
		width: 100px!important;
		height:auto;
		position: absolute; }
	.cat-news-list .post-name {margin:0 0px 0 115px!important;float:right; padding:0;}
	.cat-news-list .post-name p {margin-left: -115px;
		padding: 15px 0;}
	.cat-news-list .post-top {min-height:65px;}



	.ingrid.in-fourths {
		margin: 0px 0px 0!important;
	}

	.ingrid.in-fourths .field-unit .cat-type{padding:0 0px}
	.home-unit.in-fourths .unit {margin:0 0 30px}
	.news-div .unit-img {
		float: none;
	}
	.news-div .unit {
		padding: 15px!important;
		position: relative;
		width: 100%!important;
	}
	.news-div .home-post {margin:0 0 30px}




	.info2, .info, .info3, .info4 {padding: 100px 30px 30px 30px!important;   margin: 25px -15px 25px -15px!important; background-position:50% 15px!important; min-height: 70px; border-radius: 3px;}


	p.link {background:#fef9e6 ; padding: 15px 30px 15px 30px!important;  margin: 25px -15px 25px -15px; min-height: 90px; text-align:center;}
	p.link img {	float: none;	width: auto !important;	height: 150px !important;	margin: 0 20px 0px 0 !important;}

	.posts-list li .logo-img {width:90px; height:90px;     padding:14px;  float: left;
		margin: 0 15px 0 0;
		border:1px solid #ddd;}
	.posts-list li img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
	}

	.top-1 .unit-img, .top-2 .unit-img, .home-post .unit-img   {float:left!important; padding:0!important; margin:0 20px 15px 0; width:100px!important; height:auto;}
	.post-name .meta-post {display:none;}
	.home-post .unit-img {    width: 100px!important;
		float: left!important;
	}
	.postlink {
		font-size: 16px;
		border-bottom: 1px solid;
	}
	.in-fourths .unit {
		width: 100%!important;
		padding: 0px;
	}

	.home-unit.in-fourths .unit {
		width: 25%;
		padding: 0 0px!important;
	}

	.in-fourths .unit .post-name-2 {padding:5px 0 0 0; font-size:20px; text-align:center;}


	.home-post .post-name p {
		font-size:16px;
		line-height:22px;
	}
	.home-post .unit-img {
		margin: 0 15px 0 0!important;
		width: 100%;
		padding: 0;

	}
	.post-name {padding-left: 115px; }
	.home-post .unit-img img {
		width: 100px;
		float: left;

	}


	.sb-search-input {
		width: 50px;
		height: 100%;}
	.sb-icon-search, .sb-search-submit {
		width: 60px;
		height: 100%;}
	.persons-home-unit .unit {
		width: 100%!important;
		padding: 15px;
	}
	.post article.post-content img {
		max-width: 100%!important;
		height: auto;
		height: auto;
		margin: 0 0px!important;
	}

	#menu a {
		font-size: 16px;
		line-height: 24px;
	}
	.sb-search {    right: 5px}


	#site-title {

		width: 180px;
		margin: 5px 0 5px;
		float: left;
	}


	#site-title a {

		background-size: contain;
		display: block;
		position: relative;
		width: 160px;
		background-position: 0 50%;
	}
	#menu {
		margin: 0 !important;
		height: 20px !important;
		padding: 0px 0 0;
	}

}



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


	.top-5 {    background-color: #FFFDEC;     padding: 30px;
		box-shadow: -33vw 0 0 0 #FFFDEC, 33vw 0 0 0 #FFFDEC;}

	.top-5 li {    position: relative;
		padding: 4px 0 7px 33px;
		margin: 0 0 11px; list-style:none;
		counter-increment: topArticlesCounter;}

	.top-5 ol li:before {
		content: counter(topArticlesCounter);
		font-size: 25px;
		position: absolute;
		top: 5px;
		left: 0;}


	.news-5 {  font-size: 18px; margin:20px 0 0;
		padding: 21px 22px;
		border: 1px solid #e7e7e7;}
	.news-5  li {list-style:none;padding:0 0 11px; margin:0;}
	.news-5  ul {margin:0;}


	.cat-news-list .postlink {position: relative;     padding: 25px 0 15px 0;
		display: block;}
	.cat-news-list  .post-top {font-size: 18px;
		font-weight: bold;
		margin: 0 0 15px;}
	.cat-news-list li {list-style:none; }
	.cat-news-list .myimg {    float: left;
		width: 140px;
		position: absolute;
		left: 0;
		top: 30px; }
	.cat-news-list .post-name {margin:0 0px 0 170px;float:right; padding:0;}




	.news-div {

		margin: 0px -15px 0;
	}
	.news-div-top {    margin: -15px -15px 0!important;}

	.showitems {
		position: absolute;
		background: fixed;
		/* z-index: 999999; */
		left: 0;
		top: 67px;
		/* text-align: right; */
		margin: 0;
		width: 100%;
		z-index: 999999999;
		background: #f1f1f1;
		padding: 15px 30px;
	}

	#menu {
		width:100%;

		position: absolute;
		left: 0;
		top: 0px;
		margin: 0 !important;
		height: 67px;
		padding: 0px 0 0;
	}

	.items {
		display: none;
	}

	.items li {
		display: table;
		/* padding: 10px 0; */
		line-height: 40px;
		padding: 0;
	}
	.items li a {
		text-decoration: none;
		border-bottom: 1px solid #3e52b0;
	}


	#menu a {
		font-size: 20px;
		line-height: 42px;



	}

	#menu a:hover {
		color: #333 !important;

	}

	#menu ul {
		padding: 0;
		height: 56px;
		line-height: 56px;
		margin: 0;
	}

	.items li {
		line-height: 42px;
		list-style: none;
		width: 49%;
		margin: 0 auto;
		float: left;
		margin: 0 1% 0 0;
	}

	.icon {height: 67px;
		width: 67px;
		background: #302f69;
		float: left;
		color: #fff;
		cursor: pointer;
		font-size: 35px;
		text-align: center;
		line-height: 67px;;
	}

	#site-title {
		height: 37px;
		width: 289px;
		margin: 15px 0 15px 65px;
		float: left;
		z-index: 99999999;
		position: relative;
	}
	.cat-type h2 {
		color: #000;
		font-size: 26px;
	}

	.info2, .info, .info3, .info4 {padding: 30px 30px 30px 100px; color: #000;  margin: 25px -15px 25px -15px; background-position:15px 40%; min-height: 70px; border-radius: 3px;}


	.link {background:#fef9e6 ; padding: 20px 30px 20px 15px!important;  margin: 25px -15px 25px -15px; min-height: 90px;}
	.link img {	float: left;	width: auto !important;	height: 90px !important;	margin: 0 20px 0px 0 !important;}
	.link a {border-bottom:1px solid #ddd; display: inline-block;    padding: 0px 0 0 0; font-size:17px;}

	.info5 {
		line-height: 30px!important;
		font-size: 20px!important;
		text-align: center;
		font-style: italic;
		margin: 30px;
	}

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



	.releated li img, .sidebar li img {
		width: 100px;
		height: 100px;
		margin:0 15px  0 0 ;
		padding:0!important;
	}
	.new-post-img {
		float: left;
		padding: 0 0px 0 0px!important;
	}

	footer {

		overflow: hidden;
		font-size: 14px;
		text-align: center;
		width: auto;
		margin: 0 -15px;
	}

	body {

		background-color: #fff
	}


	.top-1 .unit-img {float:none}
	.top-1 .unit-img img, .top-2 .unit-img img  {width:100%; height:auto;}

	.top-nav {display:none;}
	.sb-search-input {
		width: 97%;}


	p, ul, li, ol {
		font-size: 16px!important;
		line-height: 25px!important;
	}

	.video {margin:0 -15px 20px!important; }
	.sidebar {margin: 0 0 0px!important;}

	.wpp-list  {padding:0 0 15px; }
	.wpp-list li {border:none; text-align:center; margin:0 0 15px; padding:0;    font-size: 18px!important;    list-style-type: none;}
	.wpp-list li a {    text-decoration: underline;}
	.new-post-img img {
		width:100px;    height: auto;
	}

	.page {padding:0px; background:#fff;}
	.home-post .unit-img {
		padding: 0 15px 0 0;
	}
	.body-cat-webnavozmap {padding:0!important;}
	.wrap {
		padding: 15px;
	}
	.home-post .post-name p {
		text-align: left;
		margin: 15px 0;
	}
	.home-post .post-name p {
		margin: 15px 0;
	}
	.persons-home-unit {
		background: #fff0d9;
		padding: 0px 0px !important;
		margin: 0 0 0px !important;
	}
	.persons-home-unit img {
		border-radius: 150px;
		max-width: 100%;
		height: auto;
	}
	.persons-home-unit  a {
		color: #000
	}
	.span-top-2 {
		margin: 0 !important;
	}

	.top-2 {
		position: relative;
		margin-bottom: 30px;
	}
	.span-top {
		padding: 0 24px 0 0;
	}
	.top-2 {
		position: relative;
		margin-bottom: 15px;
	}
	.cat-type  {background:none;  padding: 0px 0 15px}
	.home-unit {
		margin: 0 0px 0px;

	}

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

	.page-content h2 {
		font-size: 25px;
		margin: 20px 0 20px;
		line-height: 35px;;
	}

	.post article.post-content img {
		max-width: 100%;
		height: auto;
		height: auto;
		margin: 0 0px;

	}

	header .row {
		padding: 0
	}
	.post-content, .sidebar {
		margin: 0px 0 0;
	}

	.unit-post .post-name {
		padding: 20px 20px 0 0
	}
	.header-page-content {
		padding: 0px 0px 0;
	}

	article > * {    margin: 0 0px 25px;}
	.post article.post-content img {
		max-width: 100%;
		height: auto;
		height: auto;
		margin: 0 0px;
	}
	.breadcrumb {
		padding: 0 0px 25px !important;
	}
	.unit-img {
		float: left;
	}

	.meta-post span {
		padding: 0 20px 0 0;
	}


	.unit-post {
		content: "";
		display: table;
		clear: both;
	}

	.unit-post a.postlink {
		color: #000;
		font-weight: bold;
		font-size: 20px;
		line-height: 24px;
		padding: 10px 0;
		display: block;
	}
	.sidebar {
		width: 100% !important;
	}
	.new-post-sidebar a {
		display: block;
		padding: 0px;
		text-decoration: underline;
	}

	.gallery .unit {
		width: 25%;
	}

	.in-fourths .unit {
		width: 50%;
	}

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


	header {
		padding: 0px 0px;
		margin: 0 0 0px;
		position: relative;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
		box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	}

	.single-name {
		padding: 0 0px;
		margin: 0px 0 0px;
	}

	.unit-post {
		position: relative;
		width: 70%;
		margin: 0 auto 30px;
		padding: 0 30px 30px;
		background: #fff;
		height: 100%
	}

	#art2.unit {
		width: 100%;
		width: 100% !important;
	}

	.field-unit {
		padding: 0px;
	}
	.ingrid .top-unit {
		padding: 0 15px 20px !important;
		position: relative !important;
		width: auto !important;
		display: block !important;
		position: relative !important;
	}

	.in-fourths .unit {
		width: 25%;
		padding: 0px;
	}
	.home-unit.in-fourths .unit {
		width: 25%;
		padding: 0 15px}
	.after-posts {
		margin: 0px -15px 0px;
	}
	.after-posts .unit {

		padding: 15px;
	}

	.page-releated {
		padding: 15px 0 !important;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.gallery .unit {
		width: 33.33333%;
		display: inline-block;
	}

	.new-post-sidebar {
		width: 100%;
		display: inline-block;
		padding: 0;
	}

}

#comments {
	margin-bottom: 0;
}

.top-5 {
	margin: 20px 0 20px;
}

#aside1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: stretch;
	height: auto !important;
	max-width: 100% !important;
	margin: 20px 0 20px;
	padding: 21px 22px;
	font-weight: bold;
	border: 1px solid #e7e7e7;
	background: #ffffff;
}

#aside1 div {
	max-width: 396px !important;
}

.ads1 {
	display: flex;
	justify-content: center;
}

/* #yandex_rtb_R-A-462813-2 {
	font-size: 18px;
    margin: 0px 0 20px;
    padding: 21px 22px;
    border: 1px solid #e7e7e7;
} */

#wpcomm.wpd-default {
	margin-bottom: 0;
}

#wcThreadWrapper.wc-thread-wrapper {
	margin-bottom: 0 !important;
}


.footer-subscribe {
	display: flex;
	justify-content: center;
	align-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #302F69;
	z-index: 10;
}

.footer-subscribe p {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.footer-subscribe-twitter {
	 color: #50B1DF;
}

.footer-subscribe-telegram {
	color: #50B1DF;
}

.footer-subscribe-close {
	color: #fff;
}

.hide {
	display: none;
}

.partner-one {
	margin-top: 0;
	padding-top: 0;
}

#container-94833 {
	margin: 0;
}


.pulse-widget .pw_ac {
	font-family: "PT Sans", "Times New Roman", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #111 !important;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: left;
}

.pulse-widget a {
	font-family: "PT Sans", "Times New Roman", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: left;
	color: #111;
}

.pulse-widget a:visited {
    color: #111;
}

.pw_ae {
    font-size: 18px !important;
    line-height: 27px;
}

.post .block-name {
	font-family: "PT Sans", "Times New Roman", sans-serif;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: left;
}

.items .over {
	color: #FF0000;
}

.items .over:hover {
	color: #FFFFFF !important;
}

#content_rb_124229 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wpdiscuz_top_clearing {
	margin: 0;
}

.ads-block {
	margin-bottom: 0;
}