@charset "utf-8";
@font-face {font-family: 'PT Sans';
	src: url('fonts/pts55f_w.eot');
	src: local('PT Sans'), url('fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('fonts/PTS55F_W.woff') format('woff'),url('fonts/PTS55F_W.ttf') format('truetype'), url('fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
	font-display: swap;
	}

@font-face {font-family: 'PT Sans';
	font-style: italic;
	src: url('fonts/pts56f_w.eot');
	src: local('PT Sans Italic'), url('fonts/PTS56F_W.eot?#iefix') format('embedded-opentype'), url('fonts/PTS56F_W.woff') format('woff'),url('fonts/PTS56F_W.ttf') format('truetype'), url('fonts/PTS56F_W.svg#PTSans-Italic') format('svg');
	font-display: swap;}

@font-face {font-family: 'PT Sans';
	src: url('fonts/pts75f_w.eot');
	font-style: normal;
	font-weight: bold;
	src: local('PT Sans Bold'), url('fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'), url('fonts/PTS75F_W.woff') format('woff'),url('fonts/PTS75F_W.ttf') format('truetype'), url('fonts/PTS75F_W.svg#PTSans-Bold') format('svg');
	font-display: swap;}

@font-face {font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold;
	src: url('fonts/pts76f_w.eot');
	src: local('PT Sans Bold Italic'), url('fonts/PTS76F_W.eot?#iefix') format('embedded-opentype'), url('fonts/PTS76F_W.woff') format('woff'),url('fonts/PTS76F_W.ttf') format('truetype'), url('fonts/PTS76F_W.svg#PTSans-BoldItalic') format('svg');
	font-display: swap;}

@font-face {font-family: 'PT Sans Narrow';
	src: url('fonts/ptn57f_w.eot');
	src: local('PT Sans Narrow'), url('fonts/PTN57F_W.eot?#iefix') format('embedded-opentype'), url('fonts/PTN57F_W.woff') format('woff'),url('fonts/PTN57F_W.ttf') format('truetype'), url('fonts/PTN57F_W.svg#PTSans-Narrow') format('svg');
	font-display: swap;}

html,body { margin:0; padding:0; min-height: 100%; height: 100%;}
body { font: normal 13px/20px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; color: #505050; background: #fff; min-width: 1261px; }
a { color: #008a97; text-decoration: underline; cursor: pointer;}
a:hover { color: #01616c; text-decoration: underline;}
a:focus { outline: none; color: #01616c;}
.pseudo-link { color: #008a97; text-decoration: none; border-bottom: #008a97 1px dotted; cursor: pointer;}
.pseudo-link:hover { color: #01616c; text-decoration: none; border-bottom-color: #01616c; }
a img { border:none }
p { margin:0 0 20px 0; padding:0 }
.spacer { height:0; overflow:hidden; clear:both; display:block }
.spacer-10 { height:10px }
.spacer-20 { height:20px }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} /* well, let's pray */

.cgrey { color: #999;}

.hidden { display:none }

.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

.noselect {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

#registration:focus {
border:none !important;
outline:none;
}

hr { margin: 20px 0; padding: 0; overflow: hidden; height: 1px; border: none; color:#000; background:#000 }

ul { margin: 0 0 20px 0; padding: 0; list-style: none }
ul>li { position: relative; margin: 0 0 10px 0; padding: 0 0 0 15px;}
ul>li:after { display: block; content: ''; width: 7px; height: 7px; overflow: hidden; background: url(../img/i.png) -126px -119px no-repeat; position: absolute; top: 7px; left: 0;}
ul>li:last-child { margin-bottom: 0;}
ul ul, ul ol { margin-top: 10px;}

ol { margin: 0 0 20px 0; padding: 0; list-style: none; counter-reset: ol-counter; }
ol>li { margin: 0 0 10px 0; padding: 0 0 0 30px; position: relative;}
ol.bignum>li {padding: 0 0 0 25px !important;}
ol>li:before { display: inline-block; content: counter(ol-counter) "."; counter-increment: ol-counter; float: left; font-size: 16px; font-weight: bold; color: #4dadb6; position: absolute; top: 0; right: 100%; margin-right: -20px;}
ol ul, ol ol { margin-top: 10px;}

.blur { -webkit-filter:blur(2px); -moz-filter:blur(2px); -o-filter:blur(2px); -ms-filter:blur(2px); filter:blur(2px); }

form { margin:0; padding:0 }
input, textarea, button { margin:0; -webkit-appearance:none }
input:focus,
textarea:focus { outline:none }
textarea { overflow:auto }


::-webkit-input-placeholder { color: #a7a7a7; -webkit-transition: color .1s; -o-transition: color .1s; transition: color .1s;}
::-moz-placeholder { color: #a7a7a7; -moz-transition: color .1s; transition: color .1s;}
:-ms-input-placeholder { color: #a7a7a7; -ms-transition: color .1s; transition: color .1s;}
input:-moz-placeholder { color: #a7a7a7; -moz-transition: color .1s; transition: color .1s;}
/*input:hover::-webkit-input-placeholder { color: #ccc;}
input:hover::-moz-placeholder { color: #ccc;}
input:hover:-ms-input-placeholder { color: #ccc;}
input:hover:-moz-placeholder { color: #ccc;}*/
input:focus::-webkit-input-placeholder { color: #ccc;}
input:focus::-moz-placeholder { color: #ccc;}
input:focus:-ms-input-placeholder { color: #ccc;}
input:focus:-moz-placeholder { color: #ccc;}

.input-wrapper { display: inline-block; *display: inline; zoom: 1; vertical-align: top; position: relative;}
.input-wrapper .hint-label { position: absolute; top: 6px; right: 5px; font-size: 13px; line-height: 20px; color: #aab3b9; pointer-events: none; cursor: text;}

.textInput { margin: 0; max-width: 100%; padding: 6px 10px 8px 10px; border: #dcdcdc 3px solid; background: #fff; font: normal 16px/20px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; color: #505050;}
.textInput:focus { border-color: #a7a7a7;}
.textInput:disabled,
.textInput.disabled { color: #a7a7a7; border-color: #dcdcdc;}
.textInput.error { border: #db6e6e 2px solid;}
.textInput-thin { padding-top: 3px; padding-bottom: 3px;}
.textInput-placeholder { color: #a7a7a7;}

.drow { display: inline-block; *display: inline; zoom: 1; vertical-align: top; width: 200px; position: relative; z-index: 10; font: normal
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.drow, .drow * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.drow div { margin: 0; padding: 0; width: auto; height: auto;}
.drow .drow-label { margin: 0; padding: 6px 10px 8px 10px; border: #dcdcdc 3px solid; background: #fff; font: normal 16px/20px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; color: #505050; position: relative; z-index: 1; cursor: pointer;}
/*.drow .drow-label:hover { background: #ed1847; color: #fff;}*/
.drow .drow-label-text { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.drow .drow-label-selected { display: inline; padding: 0 0 0 8px; font-weight: normal;}
.drow .drow-arrowicon { display: block; width: 40px; height: 37px; border-left: #dcdcdc 3px solid; position: absolute; top: -3px; right: -3px;}
.drow .drow-arrowicon-icon { width: 16px; height: 9px; overflow: hidden; background: url(../img/i.png) -178px -60px no-repeat; position: absolute; top: 17px; left: 9px; text-indent: 100%;}
.drow.placeholder .drow-selected-0 { color: #a7a7a7;}
/*.drow .drow-label:hover .drow-arrowicon { background-position: -109px -17px;}*/
.drow .drow-list-wrapper { display: none; width: 100%; position: absolute; top: 100%; left: 0; margin: -3px 0 0 0; background: #fff; border: #a7a7a7 3px solid;}
.drow .drow-list-inner { width: 100%; max-height: 100px; overflow: hidden; position: relative;}
.drow .drow-list { width: 100%; position: relative; margin: 0;}
.drow .drow-option { padding: 5px 10px; cursor: pointer; font: normal 14px/20px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; color: #505050;}
.drow .drow-option:hover { background: #d9f2f3; }
.drow .drow-option-active { font-weight: bold; cursor: default;}
.drow .drow-bar { width: 15px; height: 100%; position: absolute; top: 0; right: 0; display: none;}
.drow .drow-bar-handler { width: 100%; height: 70px; padding: 5px; position: relative; margin: 0; top: 0;}
.drow .drow-bar-bh { width: 100%; height: 100%; overflow: hidden; background: lightgrey;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.drow .drow-quick { display: none;}
.drow-opened { z-index: 50;}
.drow-opened .drow-list-wrapper { display: block;}
.drow-opened .drow-label { border-color: #a7a7a7;}
.drow-opened .drow-arrowicon { background: #4dadb6; border-color: #4dadb6;}
.drow-opened .drow-arrowicon-icon { background-position: -195px -60px; margin-top: -1px;}
.drow-setup .drow-list-wrapper { visibility: hidden; display: block;}

.btn { display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 0; padding: 13px 20px; border: none; visibility: visible; overflow: visible; font: bold 20px/24px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; color: #fff; text-align: center; text-decoration: none; cursor: pointer; background: #008a97;}
.btn:hover { color: #fff; text-decoration: none; background: #01616c;}
.btn._changed {background:#d9f2f3; color:#4dadb6}
/*.btn:active { padding-top: 6px; padding-bottom: 4px; background: #dc0031;}
.btn:focus { outline: none; background: #ff3864;}
.btn:focus:active { outline: none; background: #dc0031;}
.btn:disabled:hover,
.btn.disabled:hover { background: #c6c6c6;}
.btn:disabled:active,
.btn.disabled:active { padding-top: 5px; padding-bottom: 5px;}*/
.btn:disabled,
.btn.disabled { cursor: default; background: #c4c4c4;}

.btn-sm { font-size: 11px;}

.btn-thin { padding-top: 2px; padding-bottom: 2px;}
.btn-thin:hover { padding-top: 1px; padding-bottom: 1px;}

.btn-cart { border: #db6e6e 1px solid; color: #db6e6e; padding: 3px;}
.btn-cart span { display: block; padding: 2px 7px 2px 23px; position: relative;}
.btn-cart span:after { display: block; content: ''; width: 10px; height: 11px; overflow: hidden; background: url(../img/i.png) -187px 0 no-repeat; position: absolute; top: 6px; left: 8px;}
.btn-cart:hover { border-width: 2px; color: #db6e6e; padding: 2px;}
.btn-cart:active { border-width: 2px; color: #db6e6e; padding: 2px; color: #fff;}
.btn-cart:active span { background: #db6e6e url(../img/btn-cart-back.png) 0 0 repeat;}
.btn-cart:active span:after { background-position: -198px 0;}

.btn-red { border-color: #db6e6e; color: #db6e6e;}
.btn-red:hover { color: #db6e6e;}

.boxbtn { display: inline-block; *display: inline; zoom:1; vertical-align: top; margin: 0; padding: 6px 10px; border: none; visibility: visible; overflow: visible; font: normal 11px/20px "nerissemibold", Helvetica, 'Helvetica Neue', Arial, serif; color: #7d7976; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; background: #fff; position: relative;}
.boxbtn .boxbtn-inner { position: relative; font-weight: normal;}
.boxbtn .boxbtn-bd { width: 100%; height: 4px; position: absolute; bottom: 0; left: 0; overflow: hidden;
	-webkit-transition: height .1s;
	-moz-transition: height .1s;
	-ms-transition: height .1s;
	-o-transition: height .1s;
	transition: height .1s;
}
.boxbtn .boxbtn-bd-inner { width: 100%; height: 32px; border: #a9a39f 1px solid; position: absolute; bottom: 0; left: 0;}
.boxbtn:hover .boxbtn-bd { color: #7d7976; text-decoration: none;}
.boxbtn.active .boxbtn-bd { height: 100%;}
.boxbtn.disabled { color: #bebcba; cursor: default; color: #bebcba;}
.boxbtn.disabled .boxbtn-bd-inner { border-color: #bebcba;}


.checkbox { position: relative; padding: 0 0 0 42px; display: inline-block; *display: inline; zoom: 1; vertical-align:  top; cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input { visibility: hidden; visibility: visible\0/; position: absolute; top: 3px; left: 3px; width: 0px; height: 0px; border: none; background: none; overflow: hidden; }
.checkbox input:focus { outline: none; border: none }
.checkbox i { display: block; width: 30px; height: 30px; background: url(../img/i.png) -56px -71px; position: absolute; top: -4px; left: 0 }
/*.checkbox-checked { color: #33a401;}*/
.checkbox-checked i { background-position: -25px -71px !important;}
.checkbox-checked:hover i {
background-position: -155px -173px !important;
}

.radio { position: relative; padding: 0 0 0 32px; display: inline-block; *display: inline; zoom: 1; cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio input { visibility: hidden; visibility: visible\0/; position: absolute; top: 3px; left: 3px; width: 0px; height: 0px; border: none; background: none; overflow: hidden }
.radio input:focus { outline: none; border: none }
.radio i { display: block; width: 27px; height: 27px; background: url(../img/i.png) -115px -71px; position: absolute; top: -3px; left: 0 }
.radio-checked i { background-position: -87px -71px !important }

h1, .heading1 { margin: 0 0 15px 0; padding: 0; font: bold 30px/36px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif;clear:both;}
h2, .heading2 { margin: 0 0 10px 0; padding: 0; font: bold 20px/24px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; display: block;}
h3, .heading3 { margin: 0 0 10px 0; padding: 0; font: bold 16px/20px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif;}
h4, .heading4 { margin: 0 0 20px 0; padding: 0; font: normal 20px/24px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif;}

.heading-main { font-weight: normal; margin-bottom: 34px; padding-bottom: 22px; position: relative;}
.heading-main:after { display: block; content: ''; width: 100%; height: 6px; overflow: hidden; background: url(../img/wide-sep.png) 0 0 repeat; position: absolute; bottom: 0; left: 0;}
.heading-main .heading1,
.tabs-heading .heading1 { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 0 24px 0 0; padding: 0; font-weight: normal;}

.heading { margin: 0 0 10px 0; font: bold 20px/24px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif;}


#mainWrapper { position: relative; height: 100%;}
.mw-left-back { display: none; width: 50%; height: 100%; background: #7fc4cb; position: fixed; top: 0; left: 0;}
.mw-top-right-back { display: block; width: 50%; height: 40px; background: #e0eff7; position: absolute; top: 0; right: 0;
background: rgb(68,194,190); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(68,194,190,1) 1%, rgba(0,173,167,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(68,194,190,1)), color-stop(100%,rgba(0,173,167,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(68,194,190,1) 1%,rgba(0,173,167,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(68,194,190,1) 1%,rgba(0,173,167,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(68,194,190,1) 1%,rgba(0,173,167,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(68,194,190,1) 1%,rgba(0,173,167,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c2be', endColorstr='#00ada7',GradientType=0 ); /* IE6-9 */


}
.footer_menu_block{
	float: left;
    padding: 20px;
	width: 16%;
		}
.footer_menu_block.subscribe_custom{
	float: left;
    padding: 20px;
	width: 26%;
		}
.mw-bottom-right-back {
	display: block;
	width: 100%;
	height: 245px;
	/*background: #dfeef6;*/
	background: #e0eff7 url(../img/footer-bg.jpg) 0 0 / cover no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
.content.mod-footer{
	/*width: 580px*/
}
.side.mod-footer{
    padding-right: 15px;
    max-width: 400px;
    float: left;
    width: 22%;
}
#mainContent {min-height: 100%; width: 1243px; padding-bottom: 50px; padding-left: 320px; position: relative; background: #fff;}
#side { float: left; width: 320px; height: 100%; padding: 40px 0 0 0; color: #fff; position: relative; top: 0; left: 38%; margin: 0 0 0 -672px;}
/*#side:after { display: block; content: ''; width: 243px; height: 176px; overflow: hidden; background: #e0eff7 url(../img/footer.jpg) 0 0 no-repeat; position: absolute; bottom: 0; left: 0;}*/
#side-back { position: absolute; top: 0; left: 50%; margin: 0 0 0 -622px; width: 320px; height: 100%; background: #1d949c;}
#content { float: left; width: 1000px; background: #fff;}
#content { min-height: 850px}


#mainFooter {

	height: auto;
	padding: 0 40px;
	position: relative;
background-color: #429fa8;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	z-index: 1;
}

#mainFooter .footer_menu_block h2.title-menu{font-size:15px;text-transform: uppercase;}
#mainFooter p { margin: 0 0 20px 0;}
#mainFooter p:last-child { margin-bottom: 0;}
.footer-wow { float: right; width: 243px; padding: 0 30px; color: #73abb4; height: 20px; margin-top:15px; margin-left: 20px;}
.footer-wow a { display: inline-block; *display: inline; zoom: 1; vertical-align: top; width: 38px; height: 10px; overflow: hidden; margin: 5px 0 0 0; text-indent: 100%; white-space: nowrap; background: url(../img/wow-logo.png) 0 0 no-repeat;}
#mainFooter .footer-wow.fixed p { position: absolute; bottom: 20px; left: 50%; margin: 0 0 0 -592px; z-index: 10;}

.footer-copy {padding-top:15px;}
.footer-copy a { color: #909090;}
.footer-copy a:hover { color: #505050;}
.footer-copy .content { padding-right: 70px;}


span.num-posts {
position:absolute;
left:0px;
width:100%;
text-align:right;
margin-left:-20px;
color:#ffffff;
opacity:0.7;
font-weight:normal !important;
font-size:10px;
font-family: 'PT Sans';
}
.astrong .num-posts {
color:#008a97 !important;


}
/*#nav { float: none; position: absolute; top: 0; left: 0;}*/

#nav { margin: 0; padding: 15px 0 0 0; list-style: none; font-size: 14px; line-height: 20px;}
#nav li { margin: 0; padding: 0; position:relative;}
#nav li:after { display: none;}
#nav li a { display: block;   margin: -2px 0px -2px 0; padding: 7px 26px 7px 20px; color: #fff; text-decoration: none;}
#nav li a:hover { color: #008a97; text-decoration: underline; background: url(../img/i.png) 0 -230px no-repeat;  background-size: 100% 500px; font-weight:bold; margin-right:-13px; padding-right:39px;}
#nav li a:hover .num-posts {color:#008a97 !important;}
#nav li a:after {/* display: none; content: ''; width: 6px; height: 6px; overflow: hidden; background: url(../img/i.png) -112px -119px no-repeat; position: absolute; top: 13px; left: 15px;*/}
#nav li a:hover:after { display: block;}
#nav li a.active:after { display: block;}
#nav li strong {   margin-right: 3px; display: block; padding: 7px 45px 7px 20px; background: url(../img/i.png) 0 0 no-repeat;  background-size: 100% 500px; color: #008a97;}
#nav li strong:after {/* display: block; content: ''; width: 6px; height: 6px; overflow: hidden; background: url(../img/i.png) -119px -119px no-repeat; position: absolute; top: 15px; left: 15px;*/}
#nav li strong a { display: inline; margin: 0; padding: 0; color: #008a97;}
#nav li strong a:hover { color: #008a97;}
#nav li strong a:after { display: none;}
#nav li strong a:hover:after { display: none;}
#nav ul {display:none; margin: 4px 0 0 20px; padding: 4px 0 5px 0px; /*background: #269ba6;*/ border-left:1px solid #39a6a9;}
#nav ul strong { margin-left: -15px; padding-left: 45px}
#nav ul strong:after { left: 30px;}
#nav ul ul { margin: 10px 0 0 15px; padding: 0 0 0 0px; background: none; }
#nav ul ul strong { margin-left: 0px; padding-left: 20px}
#nav ul ul strong:after { left: 45px;}
#nav li .astrong:hover:after {
display:none;
}
#nav li a.astrong {
margin-right:-13px;
}
#nav li .astrong:hover {
text-decoration:none !important;
}
#nav .have-items:hover {
margin-right:0;
background:rgba(255,255,255,.3);
font-weight:normal !important;
color:#fff !important;
text-decoration:none !important;
}
#nav .have-items:hover .num-posts {
color:#fff !important;
}
#nav .have-items {
margin-right:0;
}
#nav .have-items:after {
/*content:'';
background:url(../img/menu-ar.png) no-repeat;
width:7px;
height:5px;
position:absolute;*/
}
#nav .menu-ar {
margin-left:9px;
margin-top:-3px;
}
#nav .menu-main-articles:hover {
margin-right:-15px;
}
#nav .menu-main-articles.have-items:hover {
margin-right:0px;
}
#nav .big-menu-item strong {

}
#nav .big-menu-item:hover {
background: url(../img/i.png) 0 -273px no-repeat;
background-size: 100% 500px;
}
#nav .big-menu-item .num-posts {
  line-height: 54px;
  top: 0px;
  height: 100%;
}

.content { float: left; width: 695px; padding: 0 45px;}
.side { float: right; width: 305px; padding: 0 30px 0 0; position: relative;}
.comments .side {float: left;}

.content .wide { margin-right: -15px;}
.text-content .wide { margin-right: -320px;}
.content-wide { float: none; padding: 0 30px 0 45px;}

#top { height: 40px; margin: 0 0 21px 0; background: url(../img/top.jpg) -21px 0 no-repeat; position: relative; z-index: 52;}
#top .content {height: 100%; padding-top: 8px}
#top .content .textInput { border: none; padding: 3px 8px; font-size: 14px; line-height: 17px;}
#top .content label { margin: 0 4px 0 0;}
#top .content p { margin: 0;}
#top .top-subscribe { float: left;}
#top .top-subscribe .textInput { width: 190px;}
#top .top-search { float: right;}
#top .top-search .textInput { width: 230px;}
.top-subscribe label {
  color: #269BA6;
}
.top-search label {
  color: #269BA6;
}


@media (max-width: 1600px) {
    #top .content {
        padding-left: 70px;
        padding-right: 30px;
    }
}

#top .side { position: relative; color: #fff;}
#top .age-restriction { margin: 0; font-size: 24px; line-height: 30px; position: absolute; top: 5px; right: 30px;}
#top .login-link { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 0; padding: 9px 0 0 15px; position: relative; z-index: 21;}
#top .login-link a { padding: 0 30px 0 0; color: #fff; text-decoration: none; position: relative;}
#top .login-link a:hover { color: #fff; text-decoration: underline;}
#top .login-link a:after { display: block; content: ''; width: 19px; height: 20px; overflow: hidden; background: url(../img/i.png) 0 -35px no-repeat; position: absolute; top: -1px; right: 0;}
#top .login-form { position: absolute; top: 0; left: 0; z-index: 20; display: none;}

#top .nav-trigger { display: none; width: 80px; height: 40px; background: #4dadb6; cursor: pointer; position: absolute; top: 0; left: 0; padding: 9px; color: #fff; }
#top .nav-trigger:after { display: block; content: ''; width: 20px; height: 15px; overflow: hidden; background: url(../img/i.png) -164px -102px no-repeat; position: absolute; top: 12px; right: 8px; }
#top .nav-trigger:hover, #top .nav-trigger.hovered { background: #008a97;}
#top .account.active { float: left; padding: 10px 15px; font-size: 14px; line-height: 20px; color: #fff; background: #008a97;}
#top .account { float: left; padding: 10px 15px; font-size: 14px; line-height: 20px; color: #fff;}
#top .account a { color: #fff; text-decoration: none;}
#top .account a:hover { color: #fff; text-decoration: underline;}
#top .account .logout { display: inline-block; *display: inline; zoom: 1; vertical-align: top; width: 20px; height: 20px; margin-right: -5px; overflow: hidden; text-indent: 25px; position: relative;}
#top .account .logout span { display: block; width: 10px; height: 10px; margin: 6px auto 0 auto; overflow: hidden; background: url(../img/i.png) -167px -35px no-repeat;}

.login-form { width: 230px; background: #4dadb6; color: #fff; font-size: 14px; line-height: 20px;}
.login-form a { color: #fff;}
.login-form a:hover { color: #fff;}
.login-form p { margin: 0 0 14px 0;}
.login-form p:last-child { margin: 0;}
.login-form .lf-header { height: 40px; background: #008a97; position: relative;}
.login-form .lf-header .close { display: block; width: 40px; height: 40px; overflow: hidden; cursor: pointer; position: absolute; top: 0; right: 0; z-index: 1;}
.login-form .lf-header .close span { display: block; width: 12px; height: 12px; overflow: hidden; background: url(../img/i.png) 0 -56px no-repeat; position: absolute; top: 14px; left: 14px;}
.login-form .lf-body { padding: 15px 15px 18px 15px;}
.login-form .sc { margin: 0 -5px 10px 0;}
.login-form .input { margin: 0 0 20px 0;}
.login-form .input-last { margin: 0 0 10px 0;}
.login-form .input .textInput { width: 100%;}
.login-form .submit { margin: 0 0 12px 0;}
.login-form .submit .btn { width: 100%;}
.login-form .heading { margin: 0 0 10px 0;}

.login-form .lf-reg .checkbox i { top: 6px;}
.login-form .lf-reg-spec .label { display: block; margin: 0 0 8px 0;}
.login-form .lf-reg .submit { margin: 20px 0;}
.login-form .lf-reg .sc { margin-bottom: 13px;}
.login-form .lf-restore .heading { margin: 0 0 17px 0;}

.login-form.lf-show-login .lf-login { display: block;}
.login-form.lf-show-login .lf-reg { display: none;}
.login-form.lf-show-login .lf-restore { display: none;}

.login-form.lf-show-reg .lf-login { display: none;}
.login-form.lf-show-reg .lf-reg { display: block;}
.login-form.lf-show-reg .lf-restore { display: none;}

.login-form.lf-show-restore .lf-login { display: none;}
.login-form.lf-show-restore .lf-reg { display: none;}
.login-form.lf-show-restore .lf-restore { display: block;}

.reg-form { width: 480px; background: #4dadb6; color: #fff; font-size: 14px; line-height: 20px;}
.reg-form .lf-body { padding: 15px 15px 18px 15px;}
.reg-form .lf-header { height: 40px; background: #008a97; position: relative;}
.reg-form .lf-header .close { display: block; width: 40px; height: 40px; overflow: hidden; cursor: pointer; position: absolute; top: 0; right: 0; z-index: 1;}
.reg-form .lf-header .close span { display: block; width: 12px; height: 12px; overflow: hidden; background: url(../img/i.png) 0 -56px no-repeat; position: absolute; top: 14px; left: 14px;}

.reg-form .lf-reg .checkbox i { top: 6px;}
.reg-form .lf-reg-spec .label { display: block; margin: 0 0 8px 0;}
.reg-form .lf-reg .submit { margin: 20px 0;}
.reg-form .lf-reg .sc { margin-bottom: 13px;}
.reg-form .lf-restore .heading { margin: 0 0 17px 0;}
.reg-form .lf-reg .textInput {
	width: 100%;
}

.lf-reg-fields {
	display: grid;
  	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}

#header { margin: 0 0 25px 0; min-height: 53px;}
#logo { display: block; width: 463px; height: 52px; overflow: hidden; margin: 0; padding: 0;}
#logo img { display: block; margin: 0 10px 10px 0;}
#header .side { padding-top: 6px;}
#header .join-us { margin-right: -6px; margin-bottom: 0;}

.join-us {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
	padding: 0;
	height: 47px;
}
.join-us .jus-item {
	display: block;
	width: 38px;
	height: 38px;
	margin: 6px;
	font-size: 0;
	line-height: 0;
	text-indent: 100%;
	white-space: nowrap;
}
.join-us .jus-item svg {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.join-us .jus-item svg * {
	transition: fill .3s;
	-webkit-transition: fill .3s;
	-moz-transition: fill .3s;
	-ms-transition: fill .3s;
	-o-transition: fill .3s;
}
.join-us .jus-item:hover svg [fill="#3597AA"] {
	fill: #fff;
}
.join-us .jus-item:hover svg>rect {
	fill: #3597AA;
}
.join-us .label { float: left; width: 140px; padding: 0;}

.join-us .jus-fb { background-position: -56px -35px;}
.join-us .jus-ig { background-position: -92px -35px;}

.aside.have-readmore {
bottom:475px !important;
}

.aside.last .fav-success {
margin-top:35px;
}
.last .sc .sc-item {
margin-right: 14px;
}
.sc { margin: 0 0 20px 0; padding: 0;}
.sc .sc-item  {
	display: block;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 4px 0 0;
	font-size: 0;
	line-height: 0;
}
.sc .sc-item svg {
	width: 100%;
	height: auto;
}
.sc .sc-item svg * {
	transition: fill .3s;
	-webkit-transition: fill .3s;
	-moz-transition: fill .3s;
	-ms-transition: fill .3s;
	-o-transition: fill .3s;
}
.sc .sc-item:hover svg [fill="#3597AA"] {
	fill: #fff;
}
.sc .sc-item:hover svg>rect {
	fill: #3597AA;
}

.sc .sc-fb { background-position: -153px -46px;}
.sc .sc-tw { background-position: -178px -35px;}
.sc .sc-ok { background-position: -203px -35px;}
.sc .sc-mm { background-position: -228px -35px;}
.sc .sc-ya { background-position: 0 -71px;}
.sc strong { display: block; margin: 0 0 13px 0; font-size: 16px; color: #4dadb6;}

.text-content { font-size: 16px;}
.text-content .content { position: relative; min-height:280px;}
.text-content .content.mod-end { min-height:0;}

.text-content ul { margin: 20px 0;}
.text-content ul li { margin-bottom: 10px; position:relative;}
.text-content ul li:after { width: 10px; height: 10px; top: 6px; background-position: -112px -126px;}
.text-content ul.bold li:after { width: 10px; height: 10px; top: 12px; background-position: -112px -126px;}
.text-content ol { margin: 20px 0;}
.text-content ol li { margin-bottom: 20px;}
.text-content ol ul { margin: 10px 0;}
.text-content ol li li { margin-bottom: 10px;}
.text-content ol li li:after { width: 7px; height: 7px; top: 8px; background-position: -126px -119px;}
.text-content h3 { margin-top: 15px;}

.text-content .bx-breadcrumb .bx-breadcrumb-item {
	float: none;
}
.text-content .content-row {
	display: flex;
}
.text-content .content-row {
	width: 100%;
}
.text-content .content-wrapper .aside{
	z-index: 100;
}
.text-content .aside-wrapper {
	padding-left: 45px;
    display: flex;
    flex-direction: column;
}
.text-content .aside-wrapper .aside {
	position: relative;
	left: 0;
}
.text-content .aside-wrapper .aside:first-child {
	flex: 1 0 auto;
}
.text-content .content-wrapper {
	flex: 0 0 auto;
    width: 100%;
	max-width: 100%;
}

.col1,
.col2,
.col3 { float: left; width: 272px;}

ul.sm { margin: 0 0 10px 0; font-size: 13px;}
ul.sm li { margin-bottom: 10px;}
ul.sm li:after { width: 7px; height: 7px; top: 7px; background-position: -126px -119px;}

.subheading { margin-top: -5px; font-size: 20px; line-height: 30px; color: #4dadb6;}
.aside { width: 275px; margin: -4px 0 0 0; position: absolute; left: 695px; font-size: 13px;}
.aside_2 { width: 275px; margin: -4px 0 0 0; position: absolute; left: 695px; font-size: 13px;z-index: 100}

.aside.last {
  bottom:0px;
}
.aside.last.mod-cribs {
	bottom: 0;
}
.aside p { margin: 0 0 10px 0;}
.aside .img:first-child { margin-top: 10px;}
.aside-article-epilogue { margin-top: 0px; bottom:0px !important; top:inherit !important;}
.date { font-size: 10px;}
.pathBar { margin: 0 0 25px 0; font-size: 13px;}



blockquote { margin: 22px 0 22px 15px; font-size: 20px; line-height: 30px; color: #4dadb6;}
blockquote p { margin: 0 0 10px 0;}
blockquote p:last-child { margin: 0;}

hr { display: block; width: 100%; height: 2px; margin: 25px 0; padding: 0; overflow: hidden; background: url(../img/figure-sep.png) 0 0 repeat; color: transparent;}

big { font-weight: normal; font-size: 16px; color: #4dadb6;}

.img a { position: relative; display: inline-block; *display: inline; zoom: 1; vertical-align: top;}
.img a:after { display: block; content: ''; width: 77px; height: 77px; overflow: hidden; background: url(../img/i.png) 0 -102px no-repeat; position: absolute; top: 50%; left: 50%; margin: -38px 0 0 -38px; opacity: 0;
	-webkit-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-ms-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s;
}
.img a:hover:after { opacity: 1;}
.oldie img a:after { display: none;}
.oldie img a:hover:after { display: block;}

.ad262 { width: 272px; height: 272px; /*padding: 6px; background: url(../img/ad262.png) 0 0 no-repeat;*/ background: #008A97; margin-top:65px !important}
.ad262 a { display: block;}
.ad262 img { display: block; width:272px; height:272px;}
.ad925 { width: 925px; height: 112px; margin: 15px 0 35px 0; padding: 6px; background: url(../img/ad925.png) 0 0 no-repeat; background-size: 925px 112px;}
.ad925.b { margin: 30px 0 55px 0;}
.ad925 a { display: block;}
.ad925 img { display: block; width:913px; height:100px;}

.ad262.mod-webinars{
	width: 272px;
	height: 272px;
	overflow: hidden;
}

.ad262.mod-webinars img{
	width: 272px;
	height: 272px;
}
.webinars-main-info-block{
	margin-bottom: 30px;
}

.ad925-noborder { width: 925px; height: 103px; margin: 0 0 60px 0; background:#008A97; position:relative;}
.ad925-noborder:after {display: block; content: ''; width: 100%; height: 6px; overflow: hidden; background: url(../img/wide-sep.png) 0 0 repeat; position: absolute; bottom: -21px; left: 0;}
.ad925-noborder img {width:925px; height:103px}
.ad940-noborder a { display: block;}
.ad940-noborder img { display: block; width:928px;}

.figure a img {
  z-index: 50;
  position: relative;
}
.figure { margin: 0 0 25px 0;}
.figure .heading2 { margin-bottom: 20px; color: #4dadb6;}
.figure-inner { padding: 25px 0; position: relative;}
.figure-inner:before,
.figure-inner:after { display: block; content: ''; width: 100%; height: 2px; overflow: hidden; background: url(../img/figure-sep.png) 0 0 repeat; position: absolute; top: 0; left: 0;}
.figure-inner:after { top: auto; bottom: 0;}

.person-file.noimage {
margin-top:145px !important;
}
.aside .person-file { margin-top: 4px;}
.person-file .heading { margin: 0 0 10px 0; padding: 0 0 22px 0; font: normal 20px/24px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; position: relative;}
.person-file .heading:after { display: block; content: ''; width: 100%; height: 2px; overflow: hidden; background: url(../img/figure-sep.png) -650px 0 repeat; position: absolute; bottom: 0; left: 0;}
.person-file .heading3 { margin: 0 0 2px 0; color: #4dadb6;}
.person-file .pf-descr { margin: 0 0 20px 0;}
.person-file ul { margin: 0 0 10px 0;}
.person-file ul li { margin-bottom: 10px;}
.person-file ul li:after { width: 7px; height: 7px; top: 7px; background-position: -126px -119px;}

.person-file.mini .heading { margin: 0 0 15px 0; padding: 0;}
.person-file.mini .heading:after { display: none;}

.article-info {}

.article-info .date { font-size: 10px;}
.article-info .article-stats { margin: 20px 0 0 0;}

.as-likes {display:none !important;}

.article-stats { margin: 0;}
.article-stats .as-item { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 0 10px 0 0; background: url(../img/i.png) 100px 100px no-repeat; font-size: 10px; line-height: 14px; text-align: center;}
.article-stats .as-item em { display: none;}
.article-stats .as-comments { width: 36px; height: 32px; background-position: -178px -70px; margin-top: 8px; padding-top: 7px;}
.article-stats .as-likes { width: 36px; height: 31px; background-position: -218px -60px; margin-top: 7px; padding-top: 8px;}
.article-stats .as-views { width: 39px; height: 34px; background-position: -215px -93px; margin-top: 0; padding-top: 15px;}
.article-stats.mini .as-item { margin: 0 12px 0 0; padding: 0 0 0 22px; background: none; text-align: left; position: relative; width: auto; height: auto;}
.article-stats.mini .as-item:after { display: block; content: ''; overflow: hidden; background: url(../img/i.png) 100px 100px no-repeat; position: absolute; top: 0; left: 0;}
.article-stats.mini .as-comments:after { width: 17px; height: 15px; background-position: -153px -71px;}
.article-stats.mini .as-comments.empty:after { background-position: -98px -102px;}
.article-stats.mini .as-likes:after { width: 17px; height: 15px; background-position: -153px -87px;}
.article-stats.mini .as-likes.empty:after { background-position: -116px -102px;}
.article-stats.mini .as-views { padding-left: 25px;}
.article-stats.mini .as-views:after { width: 19px; height: 17px; background-position: -195px -103px; top: -5px;}
.article-stats.mini .as-views.empty:after { background-position: -78px -102px;}

.article-stats .as-comments:hover {
background-position: -40px -188px;
color:#fff;
}
.article-stats .as-views:hover {
background-position: -82px -188px;
color:#fff;
}
.article-stats .as-likes:hover {
background-position: 0px -188px;
color:#fff;
}

.article-stats.mini .as-comments:hover {
color:#505050 !important;
}
.article-stats.mini .as-comments:hover:after {
background-position: -189px -174px !important;
}

.article-stats.mini .as-likes:hover {
color:#505050 !important;
}
.article-stats.mini .as-likes:hover:after {
background-position: -208px -174px !important;
}

.article-stats.mini .as-views:hover {
color:#505050 !important;
}
.article-stats.mini .as-views:hover:after {
background-position: -228px -174px !important;
}


.table { margin: 0 0 35px 0;}
.table .heading2 { margin: 0; color: #4dadb6;}
.table p { margin: 0 0 15px 0;}
.table table { margin: 15px 0 0 0; padding: 0; border: none; border-collapse: collapse; width: 100%; font: normal 13px/15px "PT Sans Narrow", Helvetica, 'Helvetica Neue', Arial, serif; color: #505050;}
.table table td { margin: 0; padding: 14px 10px; vertical-align: top; border: #dcdcdc 1px solid;}
.table table.horizontal { border-bottom: #4dadb6 3px solid;}
.table table.horizontal tr:first-child { background: #4dadb6; color: #fff;}
.table table.horizontal tr:first-child td { border-color: #4dadb6; border-right-color: #71bdc5;background: #4dadb6; color: #fff;}
.table table.vertical { border-right: #4dadb6 3px solid;}
.table table.vertical td { padding: 13px;}
.table table.vertical .thin td { padding-bottom: 0; border-bottom: #fff 1px solid;}
.table table.vertical tr td:first-child { background: #4dadb6; color: #fff; border-color: #4dadb6; border-bottom-color: #71bdc5;}
.table table.vertical tr.thin + tr td { background: none; color: #505050; border: #dcdcdc 1px solid;}

.text-content table { margin: 15px 0 0 0; padding: 0; border: none; border-collapse: collapse; width: 100%; font: normal 13px/15px "PT Sans Narrow", Helvetica, 'Helvetica Neue', Arial, serif; color: #505050;}
.text-content table td { margin: 0; padding: 14px 10px; vertical-align: middle; border: #dcdcdc 1px solid;}
.text-content table.horizontal { border-bottom: #4dadb6 3px solid;}
.text-content table.horizontal tr:first-child { background: #4dadb6; color: #fff;}
.text-content table.horizontal tr:first-child td { border-color: #4dadb6;color: #fff; background: #4dadb6;border-right-color: #71bdc5; text-align: center;}
.text-content table.vertical { border-right: #4dadb6 3px solid;}
.text-content table.vertical td { padding: 13px;}
.text-content table.vertical .thin td { padding-bottom: 0; border-bottom: #fff 1px solid;}
.text-content table.vertical tr td:first-child { background: #4dadb6; color: #fff; border-color: #4dadb6; border-bottom-color: #71bdc5;}
.text-content table.vertical tr.thin + tr td { background: none; color: #505050; border: #dcdcdc 1px solid;}
/*.table table.vertical tr + tr.thin { background: red;}*/

.hide-show-box {}
.hide-show-box .hsb-body { display: none;}

.article-epilogue {}
.article-epilogue .article-stats { margin: 0 0 31px 0; padding-bottom: 27px; position: relative;}
.article-epilogue .article-stats:after { display: block; content: ''; width: 100%; height: 2px; overflow: hidden; background: url(../img/figure-sep.png) -650px 0 repeat; position: absolute; bottom: 0; left: 0;}
.article-epilogue .sc { margin: 0 0 0 -3px;}
.article-epilogue .sc .sc-item { margin-right: 12px; border-color: #fff;}
.article-epilogue .sc a.sc-item:hover {border-color: #cde5e7;}
.sc-item {
margin-right:15px;
}
.read-more { margin: 30px 0 30px 0;}
.read-more .heading1 { margin: 0 0 30px 0; padding: 0 0 20px 0; font-weight: normal; position: relative;}
.read-more .heading1:after { display: block; content: ''; width: 100%; height: 6px; overflow: hidden; background: url(../img/figure-sep.png) 0 0 repeat; position: absolute; bottom: 0; left: 0;}

.article-item-box {display: inline-block;vertical-align: top;width: 272px;margin: 0 0 16px 0;padding: 0 0 23px 0;font-size: 13px;line-height: 20px;position: relative;margin-right: 28px;}
.article-item-box:nth-child(4n) {
	margin-right: 0px;
}
.article-item-box:after { display: none; content: ''; width: 100%; height: 2px; overflow: hidden; background: url(../img/figure-sep.png) 0 0 repeat; position: absolute; bottom: 0; left: 0;}
.article-item-box p { margin: 0 0 10px 0;}
.article-item-box .heading2 { margin: 0 0 10px 0;}
.article-item-box .heading2 a { display: block; text-decoration: none;}
.article-item-box .heading2 a:hover { text-decoration: underline;}
.article-item-box .heading2 img { display: block; width: 100%; height: auto; }
.article-item-box .article-stats { margin: 13px 0 0 0;}
.article-item-box .article-category { margin: 5px 0 0 0;}

.article-category { font-size: 14px; color: #008a97;}
.article-category a { text-decoration: none;}
.article-category a:hover { text-decoration: underline;}

ul.cat-list-mini { margin: 0; padding: 0;}
ul.cat-list-mini li { margin: 0 0 20px 0; padding: 0; font-size: 16px;}
ul.cat-list-mini li:after { display: none;}

.comments {}
.comments .heading1 { font-weight: normal; margin: 0 0 20px 0;}
.leave-comment { margin: 0 0 20px 0;}
.leave-comment textarea { width: 100%; height: 130px; resize: vertical;}
.leave-comment p { margin: 0 0 10px 0;}
.leave-comment .lc-capcha { margin: 0 0 8px 0;}
.leave-comment .lc-heading { font-weight: bold; color: #4dadb6; font-size: 16px;}
.leave-comment .lc-code .textInput { width: 135px; margin: 0 20px 0 0; vertical-align: top;}
.leave-comment .lc-code a { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 9px 0 0 0; text-decoration: none;}
.leave-comment .lc-code a:hover { text-decoration: underline;}
.leave-comment .submit { margin: 20px 0 0 0;}
.leave-comment .submit .btn { width: 100%;}

.comments-list .heading2 { margin-bottom: 32px; padding: 0 0 30px 0; font-weight: normal; position: relative;}
.comments-list .heading2:after { display: block; content: ''; width: 100%; height: 6px; overflow: hidden; background: url(../img/figure-sep.png) 0 0 repeat; position: absolute; bottom: 0; left: 0;}
.comment { margin: 0 0 30px 0; padding: 0 0 0 70px; position: relative; font-size: 16px; line-height: 20px;}

.comment._focused:before {content:''; padding:15px; position:absolute; background:rgba(162, 162, 162, 0.11); top: -10px; left: -10px; right: -10px; bottom: -10px;}
.comment._focused .comment-answer {display:none;}

.comment p { margin: 0 0 10px 0;}
.comment p:last-child { margin-bottom: 0;}
.comment .comment-author { font-size: 16px; color: #008a97;}/*.comment .comment-author { font-size: 13px; color: #909090;}*/
.comment .comment-author a { font-size: 16px; text-decoration: none;}
/*.comment .comment-author a:hover { text-decoration: underline;}*/
.comment .comment-author img { display: block; position: absolute; top: 0; left: 0;}
.comment .comment-link { color: #909090; text-decoration: none;}
/*.comment .comment-link:hover { color: #505050; text-decoration: underline;}*/
.comment .comment { margin-top: 20px;}

.issue-item { margin: 0 0 40px 0;}
.issue-item .heading { font-size: 14px; line-height: 20px; font-weight: bold;}
.issue-item .heading img { display: block; margin: 0 0 13px 0;}
.issue-item .heading a { display: block; text-decoration: none;}
.issue-item .heading a:hover { text-decoration: underline;}
.issue-item .heading a span {    display: block;
    margin-bottom: 15px;}

.top-articles .article-item-box { font-size: 14px; margin-bottom: 15px; padding-bottom:16px;}
.top-articles .content .article-item-box .heading2 { margin: 0 0 18px 0; font-size: 30px; line-height: 36px;}
.top-articles .article-stats { margin: 14px 0 0 0;}
.top-articles .side { padding-top: 8px;}
.top-articles .side .article-item-box .heading2 a { display: inline;}

.new-articles { margin: 0 0 20px 0;}
.new-articles .side .heading1 { padding-bottom: 18px; margin-bottom: 38px;}
.new-articles .side .heading1:after { height: 2px; background: url(../img/figure-sep.png) -650px 0 repeat;}
.new-articles .side .ad262 { margin: 45px 0 0 0;}

.popular-articles {}
.tabs-heading .header { font-weight: normal; margin-bottom: 34px; padding-bottom: 22px; position: relative;}
.tabs-heading .header:after { display: block; content: ''; width: 100%; height: 6px; overflow: hidden; background: url(../img/wide-sep.png) 0 0 repeat; position: absolute; bottom: 0; left: 0;}
.tabs-heading .heading1 { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 0 24px 0 0; padding: 0; font-weight: normal;}
.tabs-heading .tabs-switcher-w { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 12px 0 0 0; white-space: nowrap;}
.tabs-heading .tabs-switcher-w .pseudo-link { margin: 0 20px 0 0;}
.tabs-heading .tabs-switcher-w .active { color: #505050; border: none; cursor: auto;}
/*.popular-articles .tabs-switcher-w .active:hover { color: #505050; border: none; cursor: auto;}*/
.archive-heading .heading1 { float: left; width: 295px;}
.archive-heading .issue-dl { float: left; width: 600px; margin: 12px 0 0 0; padding: 0; list-style: none;}
.issue-dl { margin: 0; padding: 0; list-style: none;}
.issue-dl li { float: left; margin: 0 30px 0 0; padding: 0;}
.issue-dl li:after { display: none;}
.issue-dl a { padding: 0 0 0 20px; color: #8a8989; text-decoration: none; position: relative;}
.issue-dl a span { color: #008a97;}
.issue-dl a:hover span { color: #01616c; text-decoration: underline;}
.issue-dl a:after { display: block; content: ''; width: 14px; height: 15px; overflow: hidden; background: url(../img/i.png) -134px -102px no-repeat; position: absolute; top: 0; left: 0;}
.issue-dl a.issue-dl-pharm:after { background-position: -149px -102px;}

.socials { margin: 0 0 40px 0;}
.socials .heading1 { font-size: 24px; line-height: 30px;}

.articles-loader { display:none; padding: 55px; color: #41b4ae; font-size: 14px; text-align: center; }
.preloader {
background: url(../img/preloader.png) center 0 no-repeat;
  width: 46px;
  height: 46px;
  margin: 0 auto;
}

/*.webinar { font-size: 16px;}*/

.webinar-pop {
	display: none;
	position: fixed;
	top: 10%;
	border: 2px solid #333;
	z-index: 120;
	left: 50%;
}

.blackbg {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 111;
	background: rgba(0, 0, 0, 0.5);
}

/*.webinar .article-epilogue { margin-top: 80px;}*/
.webinar-date { margin: 0 0 20px 0; font-size: 20px; line-height: 26px; font-weight: bold; color: #4dadb6;}
.webinar-links { margin: 0 0 30px 0; font-size: 13px; line-height: 20px;}
ul.webinar-links li { margin: 0 0 15px 0; padding: 0;}
.webinar-links li:after { display: none;}
.webinar-links li a { padding: 0 0 0 22px; color: #8a8989; text-decoration: none; position: relative;}
.webinar-links li a span { color: #008a97; text-decoration: underline;}
.webinar-links li a:hover span { color: #01616c; text-decoration: underline;}
.webinar-links li a:after { display: block; content: ''; width: 14px; height: 15px; overflow: hidden; background: url(../img/i.png) -149px -102px no-repeat; position: absolute; top: 0; left: 0;}
.webinar-links li a.wl-chat:after {background: url(../img/i.png) -134px -102px no-repeat !important;}
.webinar-links li a.wl-notes:after { background-position: -149px -102px;}
.webinar-links li a.wl-video:after { width: 16px; height: 19px; top: -1px; background-position: -95px -119px;}
.webinar-links li:last-child { margin-bottom: 0;}
.webinar-go { margin: 30px 0 0 0;}
.webinar-go .btn { width: 100%;}
.webinar-image { margin: 0 0 30px 0;}

.webinars-list { margin: -10px 0 0 0;}

.webinar-item-box { /*width: 275px;*/ margin: 0 0 30px 0; padding: 0 0 25px 0; font-size: 13px; line-height: 20px; position: relative;}
.webinar-item-box:after { display: block; content: ''; width: 100%; height: 2px; overflow: hidden; background: url(../img/figure-sep.png) 0 0 repeat; position: absolute; bottom: 0; left: 0;}
.webinar-item-box:last-child { padding-bottom: 0;}
.webinar-item-box:last-child:after { display: none;}
.webinar-item-box .wi-date { margin: 0 0 10px 0; color: #4dadb6;}
.webinar-item-box .heading2 { margin: 0 0 10px 0; padding: 0;}
.webinar-item-box .heading2 a { text-decoration: none;}
.webinar-item-box .heading2 a:hover { text-decoration: underline;}
.webinar-item-box p { margin: 0 0 12px 0;}
.webinar-item-box ul.webinar-links { margin: 0;}

.form {}
.form .input { margin: 0 0 30px 0;}
.form .input .label { float: left; width: 120px; padding: 9px 10px 0 0; font-weight: bold; font-size: 16px; line-height: 20px; color: #4dadb6;}
.form .input .label.min { padding-top: 0;}
.form .input .textInput,
.form .input .input-inner,
.form .input .drow { float: left; width: 275px;}
.form .input-long .input-inner { margin-right: -100px; width: 375px;}
.form .input.error { position: relative;}
.form .input.error .label { color: #da000f;}
.form .input.error .textInput { border-color: #da000f;}
.form .input.error:before { display: block; content: ''; width: 20px; height: 18px; background: url(../img/i.png) -172px -118px no-repeat; position: absolute; top: 10px; left: 408px;}

.profile-data { float: left; width: 500px; padding-right: 105px;}
.profile-photo { font-size: 16px; line-height: 20px;}
.profile-photo .label.label { padding-top: 0;}
.profile-photo .input-inner img { float: left; margin: 0 18px 0 0;}
.profile-photo .input-inner label { float: left; padding: 0 20px 0 0; color: #008a97; cursor: pointer; position: relative;}
.profile-photo .input-inner label:hover { color: #01616c;}
.profile-photo .input-inner label:after { display: block; content: ''; width: 14px; height: 11px; overflow: hidden; background: url(../img/i.png) -134px -119px no-repeat; position: absolute; top: 5px; right: 0;}
.profile-photo .input-inner label input { visibility: hidden; width: 0; height: 0; overflow: hidden; position: absolute;}
.profile-photo .input-inner .pp-remove { float: right; padding: 0 18px 0 0; color: #dcdcdc; cursor: pointer; position: relative;}
.profile-photo .input-inner .pp-remove:after { display: block; content: ''; width: 10px; height: 10px; overflow: hidden; background: url(../img/i.png) -149px -119px no-repeat; position: absolute; top: 6px; right: 0;}
.profile-photo .input-inner .pp-remove:hover { color: #01616c;}
.profile-photo .input-inner .pp-remove:hover:after { background-position: -160px -119px;}

.profile-subscribe { font-size: 16px; line-height: 20px; font-weight: bold; color: #4dadb6;}
.profile-subscribe .checkbox { padding: 0 120px 0 0;}
.profile-subscribe .checkbox i { left: auto; right: 0; top: 7px;}

.profile-connect { float: left; width: 420px;}
.profile-connect .heading2 { margin: 0 0 2px -3px; color: #4dadb6;}
.pc-sc { margin: 24px 0; padding: 0; list-style: none;}
.pc-sc li { float: left; margin: 0 60px 30px 0; padding: 0;}
.pc-sc li:after { display: none;}
.pc-sc .pc-item { display: block; width: 142px; padding: 10px 0 10px 42px; font-size: 16px; line-height: 20px; color: #008a97; position: relative;}
.pc-sc .pc-item .sc-item { border-color: #fff; position: absolute; top: 5px; left: 6px;}
.pc-sc a.pc-item { background: #d9f2f3; color: #008a97; text-decoration: none;}
.pc-sc a.pc-item:hover { color: #01616c; text-decoration: underline;}
.pc-sc a.pc-item .sc-item { border-color: #d9f2f3;}

.profile .submit { clear: both; padding: 36px 0 0 120px; position: relative;}
.profile .submit:after { display: block; content: ''; width: 100%; height: 6px; overflow: hidden; background: url(../img/wide-sep.png) 0 0 repeat; position: absolute; top: 0; left: 0;}
.profile .submit .btn { width: 275px; margin: 0 36px 0 0; vertical-align: middle;}
.profile .submit .error { font-size: 16px; line-height: 20px; font-weight: bold; color: #da000f; display:inline-block; position:absolute; width:490px;}
.profile .submit .error span {   padding-right: 10px; line-height: 23px; }
.profile .submit .error.success {color:#008a97; position:relative;}
.subscribe-heading-hint { width: 385px; margin: 13px 0; font-size: 16px; line-height: 20px; color: #4dadb6;}
.subscribe { margin-top: -5px;}
.subscribe .radio { font-size: 16px; margin-right: 22px;}
.subscribe .subscribe-qnt .label { width: auto; padding-right: 14px;}
.subscribe .subscribe-qnt .textInput { width: 55px;}
.subscribe .subscribe-house .label { width: auto;}
.subscribe .subscribe-house .textInput { float: right; width: 205px;}
.subscribe .subscribe-forwhom { margin-top: 40px; margin-bottom: 40px;}
.subscribe .subscribe-delivery { margin-top: -5px; margin-bottom: 40px;}
.subscribe .hr2 { margin: -10px 0 30px 0;}

.ad-heading-hint { margin: 13px 0 10px 0; font-size: 16px; line-height: 20px;}
.ad-heading { margin: -18px 0 50px 0;}
.ad-heading .heading1 { float: left; margin: 0 67px 0 0;}
.ad-heading .issue-dl { float: left; width: 600px; margin: 15px 0 0 0; padding: 0; list-style: none;}
.ad-heading .issue-dl li { margin-right: 20px;}

.ad-offers-list { margin: 0; padding: 0; border: none; border-collapse: collapse; width: 100%;}
.ad-offers-list td { margin: 0; padding: 15px 30px 18px 0; vertical-align: top; border-top: #dcdcdc 1px solid; font-size: 16px; line-height: 20px; color: #505050;}
.ad-offers-list .header td { padding: 0 30px 15px 0; border-top: none; font-weight: bold;}
.ad-offers-list .no { width: 45px;}
.ad-offers-list .size { width: 150px;}
.ad-offers-list .views { width: 235px;}
.ad-offers-list .cost { width: 180px;}
.ad-offers-list .example { width: 113px; padding-right: 0;}
.ad-offers-list .example a { display: inline-block; *display: inline; zoom: 1; vertical-align: top; position: relative;}
.ad-offers-list .example a img { display: block;}
.ad-offers-list .example a:before { display: block; content: ''; width: 100%; height: 100%; overflow: hidden; background: #4dadb6; opacity: 0; filter: alpha(opacity=0); position: absolute; top: 0; left: 0;}
.ad-offers-list .example a:after { display: block; content: ''; width: 40px; height: 40px; overflow: hidden; background: url(../img/i.png) -78px -139px no-repeat; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; opacity: 0; filter: alpha(opacity=0);}
.ad-offers-list .example a:before,
.ad-offers-list .example a:after {
	-webkit-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-ms-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s;
}
.ad-offers-list .example a:hover:before { opacity: 0.5; filter: alpha(opacity=50);}
.ad-offers-list .example a:hover:after { opacity: 1; filter: alpha(opacity=100);}

.quiz { width: 605px; display: none;}
.quiz .header { margin: 0 0 20px 0;}
.quiz .header .heading { float: left; margin: 0 10px 0 0; font-size: 30px; line-height: 32px; font-weight: normal;}
.quiz .header .steps { float: right; margin: 0; padding: 14px 2px 0 0;}
.quiz .header .steps span { float: left; width: 10px; height: 10px; background: url(../img/i.png) -112px -126px no-repeat; margin: 0 23px 0 0; position: relative;}
.quiz .header .steps span:after { display: block; content: ''; width: 23px; height: 2px; overflow: hidden; background: #4dadb6; position: absolute; top: 4px; left: 10px;}
.quiz .header .steps span:last-child { margin: 0;}
.quiz .header .steps span:last-child:after { display: none;}
.quiz .header .steps .active { width: 14px; height: 14px; background-position: -193px -121px; margin: -2px 21px -2px -2px;}
.quiz .header .steps .active:last-child { margin: -2px;}
.quiz .header .steps .active:after { top: 6px; left: 14px; width: 21px;}
.quiz .step { font-size: 16px; line-height: 20px; display: none;}
.quiz .step ul { margin: 20px 0; padding: 0; list-style: none;}
.quiz .step ul li { margin: 0 0 30px 0; padding: 0;}
.quiz .step ul li:after { display: none;}
.quiz .step .cols { margin-bottom: 0;}
.quiz .step .cols li { float: left; width: 330px; margin-bottom: 30px;}
.quiz .step .cols li:nth-child(2n) { width: 275px;}
.quiz .step .submit { margin: 0; text-align: right;}
.quiz .step .submit .btn { width: 275px;}
.quiz .step .textInput { width: 100%;}
.quiz .step textarea { height: 92px;}
.quiz .step-image { }
.quiz .step-image .image { float: left; width: 330px;}
.quiz .step-image .body { float: left; width: 275px;}
.quiz .finish { font-size: 16px; line-height: 20px; position: relative; display: none;}
.quiz .finish .heading1 { margin: 0 0 25px 0; color: #4dadb6;}
.quiz .finish .body { padding-bottom: 70px;}
.quiz .finish .sc { position: absolute; bottom: 0; left: 330px; width: 275px;}
.quiz .finish .sc .sc-item { border-color: #fff; margin-right: 14px;}
.quiz .finish .sc .sc-item:hover { border-color: #cecece;}
/**/
.drow-quick .textInput{width: 269px !important;}
/*.get*/


/************************************ UPDATE & FIX 31.03.2010 *******************************************/
.getfav {
  margin-top: 75px;
}
.getfav #favorites {
background:url(/media/img/icons/fav.png) 0px 0px;
width:20px;
height:19px;
display:inline-block;
cursor:pointer;
}

.getfav span {
  margin-left: 10px;
  position: relative;
  top: -3px;
  font-size: 15px;
  line-height: 30px;
  font-family: 'PT Sans';
  font-weight:300;
   cursor:pointer;
}

.fav-success {
  margin-top: 75px;
}
.fav-success .fav-s-ico {
background:url(/media/img/icons/fav.png) -50px 0px;
width:20px;
height:19px;
display:inline-block;
}
.fav-success span {
  margin-left: 10px;
  position: relative;
  top: -3px;
  font-size: 15px;
  line-height: 30px;
  font-family: 'PT Sans';
}

.login-form .error-block img,
[js-registration-form] .error-block img {
  float: left;
  position: relative;
  top: 7px;
}
.login-form .error-block div div,
[js-registration-form] .error-block div div
{
  padding-left: 16px;
  color:#fff;
    font-family: 'PT Sans';
font-weight:600;
font-size:14px;
  margin-bottom: 10px;
}
[js-registration-form] .error-block div div {
	color:#444;
}
[js-registration-form] .error-block {
	margin-top: 12px;
}

.login-form .error-block .reg-error,
[js-registration-form] .error-block .reg-error {
display:none;
}

.reg-form .error-block img {
  float: left;
  position: relative;
  top: 7px;
}

.reg-form .error-block div div
{
  padding-left: 16px;
  color:#fff;
    font-family: 'PT Sans';
font-weight:600;
font-size:14px;
  margin-bottom: 10px;
}

.reg-form .error-block .reg-error {
	display:none;
}
.astrong {
padding:0 !important;
}
.fancybox-margin {
margin-right:0px !important;
}

.blackout {
background:rgba(232,228,221,.47);
position:fixed !important;
top:0;
left:0;
right:0;
bottom:0;
display:none;
z-index:9100;
position:relative;
}
.blackout .new-popup {
z-index:9000;
position:relative;
margin:0 auto;
width:394px;
background:#fff;
top:140px;
border:3px solid #008a97;
color:#4dadb6;
font-size:20px;
line-height:30px;
    font-family: 'PT Sans';
font-weight:600;
  padding: 30px 50px 30px 20px;
}

.close-popup {
cursor:pointer;
display:block;
background:#008a97 url(../img/icons/close.png) no-repeat;
  background-position: 13px 13px;
position:absolute;
top:-3px;
right:-44px;
width:41px;
height:41px;
}
.openpic {
position:relative;
margin:0 auto;
margin-top:60px;
}
.openpic img {
opacity:0;
}
.article-item-box p {
cursor:pointer;
}
.article-item-box p a:not(.take-a-quiz) {
color:#505050 !important;
text-decoration:none !important;
}
.article-item-box p:hover {
text-decoration:underline;
}
.webinar-item-box p a {
color:#505050 !important;
text-decoration:none !important;
}
.webinar-item-box p:hover {
text-decoration:underline !important;
}
.webinar-item-box p {
cursor:pointer;
}
.article-stats {
cursor:default !important;
text-decoration:none !important;
}
.article-stats:hover {
text-decoration:none !important;
}
.article-category {
cursor:default !important;
}
.article-category:hover {
text-decoration:none !important;
}
.image-dontsize {
overflow:hidden;
width:100%;
height:100%;
  margin-bottom: 15px;
  position:relative;
}
.image-dontsize-main {
overflow:hidden;
width:100%;
height:100%;
  margin-bottom: 15px;
  position:relative;
}
.green-filter {
  content: '';
  width:100%;
  height: 100%;
  background: rgba(0,138,151,.3);
  display: block;
  position: absolute;
  top: 0px;
  z-index: 20;
  display:none;
}
.green-filter-main {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,138,151,.3);
  display: block;
  position: absolute;
  top: 0px;
  z-index: 20;
  display:none;
}
.no-fav-item {
display:none;
}
.drow.disabled .drow-arrowicon-icon {
  background: url(../img/i.png) -122px -175px no-repeat !important;
}
.overheight strong {
  background-size: 254px 470px !important;
}

.webinar-anketa, .webinar-before-start {
  display: none;
  width: 460px;
	padding-bottom:40px;
  background: #fff;
  border: 3px solid #008a97;
  margin: 0 auto;
  position: relative;
	top:50%;
}
.webinar-blackout {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background:rgba(232,228,221,.47);
  display:none;
  z-index: 300;
  height:100%;
}
.web-ank-line {
  background: url(../img/web-ank-line.png);

  height: 2px;
  width: 395px;
  margin-left: 30px;
}
.webinar-anketa h2, .webinar-before-start h2 {
  color: rgb(0, 138, 151);
  padding-top: 35px;
  padding-left: 29px;
  line-height: 28px;
  padding-bottom: 19px;
}
.webinar-anketa h3 {
  padding-top: 21px;
  margin-left: 29px;
  margin-right: 29px;
    margin-bottom: 19px;
color:#4dadb6;
font-size:20px;
line-height:30px;
font-family: 'PT Sans';
font-weight:bold;
}
.webinar-anketa .form .input {
  margin: 0 0 30px 30px;
}
.webinar-anketa .label.double-line, .webinar-before-start .label.double-line {
  padding-top: 0;
}
.webinar-anketa .underhouse, .label.double-line .underhouse {
font-size:13px;
line-height:20px;
font-weight:normal;
display: block;
}
.webinar-anketa .btn, .underhouse .btn {
  margin-left: 149px;
  margin-top: 20px;
  width: 276px;
}

#form_comment p.submit {
margin:0;
}

.webinar-before-start input[type=text] {  margin: 0;
  padding: 6px 10px 8px 10px;
  border: #4dadb6 3px solid;
  background: #fff;
  font: normal 16px/20px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif;
  color: #505050;
	width:345px;
	margin: 0 0 0 30px;
	}

.webinar-before-start label {
	float:none;display:block;padding-top:0px;color:rgb(0, 138, 151) !important;	margin: 0 0 10px 30px;
}

.webinar-before-start .form .input {
  margin: 0;
}

.webinar-before-start #bs-submit {
margin:30px auto 0;
width:132px;
display:block;
}
.hasPlaceholder {color: #aaa;}

.important-side {font-size: 14px; line-height: 24px; color: #4dadb6; font-family: 'PT Sans'; padding-top:18px; padding-bottom:18px; }
.important-side:before {content:''; background:url(../img/imp-side.png) repeat-x; width:275px; height:2px; position:absolute;top:0px; left:0;}
.important-side:after {content:''; background:url(../img/imp-side.png) repeat-x;  width:275px; height:2px; position:absolute;bottom:0px; left:0;}
.very-important { color: #4dadb6; padding-left:15px; font: bold 20px/33px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; background:url(../img/v-imp.png) repeat-y}
.important { font-size: 20px; line-height: 30px; color: #4dadb6; font-family: 'PT Sans'; padding:10px 13px 10px 15px;}
.not-important {background:#f5f5f5; padding:10px 13px 10px 15px; font-family: 'PT Sans';color:#505050;}

/** search
******************************************************************/
.search-s {background:url(../img/search-s.png) 0 0; width:40px; height:40px;  border: none; cursor:pointer; margin-left:10px; vertical-align: bottom;}
.search-s:hover {background:url(../img/search-s.png) 0 -45px; }
.search-form input[type=text] {width:241px;}
.search-form { margin-bottom: 35px;}


.search-header {color:#008a97; font-family:"PT Sans"; font-size:20px; line-height:10px; text-decoration:none;}
.search-header span {display:block;margin-bottom: 15px;}
.search-header p {margin-bottom:0; color:#505050; font-family:'PT Sans'; font-weight:400; font-size:13px; line-height:30px;}
.search-sort {width:620px;position:absolute; right:0; top:240px; text-align:center;}

.search-sort a {text-decoration:none}

.search-sort span {font-size:13px; font-family:'PT Sans'; font-weight:400;  border-bottom:1px dashed #008a97; color:#008a97; cursor:pointer; position:relative;}
.search-sort span:after {}
.search-sort span:hover {border-color:transparent;}
.search-sort span.active  {border-color:transparent; color:#505050; cursor:default}
.search-sort span.active:after {content:''; width:5px; height:7px; right:-11px; top:6px; position:absolute; background:url(../img/search-ar.png)}
.search-sort span._invert:after {-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);}
.search-sort span.search-by-rel {margin-right:55px;}

.search-nav {position:relative;  padding-top: 25px; padding-bottom: 50px;  margin-top: 55px;}
.search-nav span {font-family:'PT Sans'; color:#4dadb6; font-size:13px; cursor:pointer;}
.search-nav .prev-page {position:relative; position:absolute; left:0; padding-left:35px;}
.search-nav .next-page {position:relative; position:absolute; right:0; padding-right:35px;}
.search-nav .prev-page:before {content:''; background:url(../img/search-nav-s.png) 0 0; width:24px; height:24px; position:absolute; left:0; top:-3px;}
.search-nav .prev-page:hover {text-decoration:underline}
.search-nav .prev-page:hover:before {background:url(../img/search-nav-s.png) -29px 0}
.search-nav .next-page:hover {text-decoration:underline;}
.search-nav .next-page:before {content:''; background:url(../img/search-nav-s.png) 0 -29px; width:24px; height:24px; position:absolute; right:0; top:-3px;}
.search-nav .next-page:hover:before {background:url(../img/search-nav-s.png) -29px -29px}

.search-nav:after { display: block; content: ''; width: 100%; height: 6px; overflow: hidden; background: url(../img/wide-sep.png) 0 0 repeat; background-size: cover; position: absolute; top:-20px; left: 0;}

.search-pages {text-align:center;}
.search-pages span { font-family:'PT Sans'; font-weight:400; color:#4dadb6; font-size:16px; margin-right:30px; cursor:default}
.search-pages a {font-family:'PT Sans'; font-weight:400; color:#4dadb6; font-size:16px; margin-right:30px; text-decoration:none;}
.search-pages a:hover {font-weight:800; text-decoration:underline;}
.search-pages a:last-child {margin-right:0;}

.search-name {font-weight:800}
.search-bc {}

#logo + p {    color: #008a97 !important;
    font-size: 14px !important;
    margin: 2px 0 0 7px !important;
    font-weight: normal !important;
    font-family: 'PT Sans';
    font-style: italic;    margin-top: 0px !important;
    margin-left: 80px !important;}
strong.mednews {color:#505050; font-size:30px; font-family:'PT Sans'; font-weight:normal;    margin-top: 13px;
    margin-left: 4px;
    margin-bottom: 32px;
    display: block;}
.search-bc a {}
.search-date {float:right;}
.search-doc {color:#8a8989; font-size:13px;}
.drow-quick input {    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #ECECEC;
    color: #ececec;font-size: 14px;}
.drow-quick input:focus {    color: #505050;}

.popup-reg-before, .popup-comments-before {width:454px; box-sizing:border-box; padding:37px 0; text-align:center; display:none; position:absolute; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background:#fff; border:3px solid #008a97}
.popup-reg-before strong, .popup-comments-before strong {color:#505050; font-size:20px; line-height:30px;font-family: 'PT Sans'; }
.popup-reg-before button, .popup-comments-before button {transition:0.2s;display:block; width:276px; height:50px; line-height:50px; background:#008a97; text-align:center; margin:0 auto; border:none; color:#fff; font-size:17px; font-weight:bold;font-family: 'PT Sans'; cursor:pointer; }
.popup-reg-before button:first-of-type, .popup-comments-before button:first-of-type {margin:30px auto;}
.popup-reg-before button:hover, .popup-comments-before button:hover { background: #01616c;}

.blackout-comments {  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background:rgba(232,228,221,.47);
  display:none;
  z-index: 9999;
  height:100%;}

.take-a-quiz {color:#fff !important}
.quiz_heading + p {cursor:text; text-decoration:none !important}
.fancybox-close {background:#008a97 !important}

 /*10.06.16 новый стиль для ссылок на другие статьи*/

.to-another-article a.link-to { margin-bottom: 20px; color: #73abb4; text-decoration: none; background: url(../img/icon-read-another.png) 0 0 no-repeat; background-size: 22px 21px; padding-left: 35px; line-height: 32px; margin-left: -35px; font-size: 18px; }
.to-another-article { padding: 25px 0; position: relative; padding-left: 35px; margin: 0 0 25px 0;}
.to-another-article:before,
.to-another-article:after { display: block; content: ''; width: 100%; height: 2px; overflow: hidden; background: url(../img/figure-sep.png) 0 0 repeat; position: absolute; top: 0; left: 0;}
.to-another-article:after { top: auto; bottom: 0;}

.article-links { margin: 0 0 30px 0; font-size: 13px; line-height: 20px;}
ul.article-links li { margin: 0 0 15px 0; padding: 0;}
.article-links li:after { display: none;}
.article-links li a { padding: 0 0 0 22px; color: #8a8989; text-decoration: none; position: relative;}
.article-links li a span { color: #008a97; text-decoration: underline;}
.article-links li a:hover span { color: #01616c; text-decoration: underline;}
.article-links li a:after { display: block; content: ''; width: 14px; height: 15px; overflow: hidden; background: url(../img/i.png) -149px -102px no-repeat; position: absolute; top: 0; left: 0;}
.article-links li a.wl-chat:after {background: url(../img/i.png) -134px -102px no-repeat !important;}
.article-links li a.wl-notes:after { background-position: -149px -102px;}
.article-links li a.wl-video:after { width: 16px; height: 19px; top: -1px; background-position: -95px -119px;}
.article-links li:last-child { margin-bottom: 0;}
.article-item-box ul.article-links { margin: 0;}

/*новый боковой блок*/

.aside.new-window-pdf { background: #f4f9f9; padding: 30px;}
.aside.new-window-pdf::before {content:""; position:absolute; bottom:0;right:0; border-width:34px 34px 0 0; border-style:solid; border-color:#e8f1f1 #fff;}
.new-window-pdf a { /*padding-top: 20px !important;*/}

/*новые комментарии от катрен*/
.katren-comment {border-left: 4px solid #bad8e0; border-right: 4px solid #f9ecee; box-sizing: border-box;  background-position: 0 0, 0 100% ; background-repeat: no-repeat; background-size: 100% 4px; background-image: linear-gradient(to right, #bad8e0 34%, #e0e3cd 60%, #f9ecee 100%), linear-gradient(to right, #bad8e0 34%, #e0e3cd 60%, #f9ecee 100%); padding: 24px; width: auto; left:77px;    margin-right: 77px;}
.katren-comment  .katren-author img {left: -92px; width: 67px;}
span.comment-answer {color: #909090;  cursor: pointer;}
span.comment-answer:hover {text-decoration:underline;}
.second-comment {margin-left: 75px;}
.katren-comment.third-comment {margin-left: 225px;}
.katren-comment.second-comment {margin-left: 146px;}
.third-comment    {margin-left: 150px;}

.katren-comment .comment-author img {left:-77px}
.comment._focused:before {left:-87px;}

.comments-list .content {width:100%}
.comments-list + .content {position:relative;}
.comments-list + .content .comment {margin-left:0 !important}

.cancel-answer {display:none; position:absolute; color: #909090; cursor: pointer; top: 7px; right: 50px; font-size: 16px;}
.cancel-answer:hover {text-decoration:underline;}

/*баннер  для статей*/
.ad925._art-banner {width: 925px; height: 103px; margin: 15px 0 35px 0; padding: 0;}
.ad925._art-banner img { display: block; width:925px; height:103px;}





#content {
  width: 1261px;
  min-height: 1200px;
}
@media (max-width: 1600px) {
  #mainContent,
  #mainFooter {
    width: 1261px;
  }
}
@media (max-width: 1600px) {
  #mainContent {
    padding-left: 0;
  }
}
@media (max-width: 1600px) {
  #mainFooter {
    background-position: -243px 0;
  }
}
/*@media (max-width: 1600px) {
  .footer-wow {
    display: none;
  }
}*/
@media (max-width: 1600px) {
  #side {
    z-index: 51;
    position: absolute;
    top: 0;
    left: -360px;
    min-height: 100%;
    margin: 0;
    padding-top: 40px;
    background: #1d949c;
  }
}
@media (max-width: 1600px) {
  #side-back {
    display: none;
  }
}
@media (max-width: 1600px) {
  #top .nav-trigger.nav-trigger {
    display: block;
  }
}
.heading0 {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
}
.heading0:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 576px;
  height: 6px;
  width: auto !important;
  height: 6px !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHkxPSIzIiB4Mj0iNTc2IiB5Mj0iMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2I5ZDhlMCIvPjxzdG9wIG9mZnNldD0iLjI4OCIgc3RvcC1jb2xvcj0iI2Q4ZTNlMyIvPjxzdG9wIG9mZnNldD0iLjY3IiBzdG9wLWNvbG9yPSIjZGRlMmNhIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZjllY2VlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIiBkPSJNMCAwaDU3NnY2SDB6Ii8+PC9zdmc+") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.b-articles__item .webinar-item-box {
  margin: 0;
  padding: 0;
}
.b-articles__item.mod-extra .webinar-item-box .heading2 {
  font-size: 24px;
  line-height: normal;
}
.side {
  padding-right: 32px;
}
#header .side {
  width: 307px;
}
#top .side {
  width: 566px;
}
@media (max-width: 1600px) {
  .top-subscribe {
    margin-left: 30px;
  }
}
.mw-top-right-back {
  z-index: 1;
}
.btn:focus {
  color: #fff;
}

#toTop {
	z-index: 10000;
	width:70px;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:15px;
	cursor:pointer;
	display:none;
}
#toTop > p{
	font-size: 14px;
	text-align: center;
	color: #4d8995;
}

.end_vote{
	text-align: center;
	font: bold 20px/24px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif;
}

#top #ya-site-form0 {
width: 50%;
margin-left: auto !important;
}
#ya-site-form0 .ya-site-suggest-list {
	top: 24px;
	background: white !important;

}
#ya-site-form0 .ya-site-suggest-elem:hover, html body #ya-site-form0 .ya-site-suggest-elem_state_hover {
	background: #dadada !important;

}

.ya-site-suggest__content{
	color: black !important;
	font-size: 15px !important;

}
.ya-site-suggest-list{
	background: white !important;
	border-radius: 10px;

}
.ya-site-form li:after {
	display: none;

}
#ya-site-form0 .ya-site-suggest-items li {
	margin: 5px 1px !important;

}
#ya-site-form0 .ya-site-form__form * {
/*display: flex;*/
font-size: 13px !important;
line-height: 17px !important;
width: auto!important;
border: none;
cursor: pointer;
color: #3badb4;
}
#ya-site-form0, #ya-site-form0 .ya-site-form__form, #ya-site-form0 .ya-site-form__input, #ya-site-form0 .ya-site-form__input-text, #ya-site-form0 .ya-site-form__submit, #ya-site-form0 .ya-site-form__search-precise {
font-size: 13px!important;
float: right;
}
#ya-site-form0 .ya-site-form__submit {
color: #3badb4 !important;
background-color: transparent !important;
}
#ya-site-form0 .ya-site-form__search-input {
padding-top: 0 !important;
}
.ya-page_js_yes .ya-site-form_inited_no {
display: none;
}
.ya-site-form__search-input-layout tbody > tr{
display: flex;
flex-direction: row-reverse;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
padding: 3px;
border: none !important;
line-height: 17px;
width: 230px !important;
}

#ya-site-results :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-foot__link:visited,
#ya-site-results .b-copyright__link:visited {
	color: #3badb4 !important;
}

.b-specification-item__content :visited {
	color: #3badb4 !important;
}

.b-loader__progress {
	width: 100%;
	height: 1em;
	background: url('/img/ajax-loader.gif') no-repeat !important;
}

.form-ya {

}
.submit-ya{
	margin: 0 4px 0 0;
	color: #269BA6;
	font: normal 13px/20px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif;
	background: transparent;
	border: none;
	cursor: pointer;
	line-height: 17px;
}

.search-ya{
	width: 230px;
	border: none;
	padding: 3px;
}

.div-ya{
	font-size: 13px;
	display: flex;
	width: 50%;
	margin-left: auto;
}

.b-head {
	display: none !important;
}

.end_vote{
	text-align: center;
	font: bold 20px/24px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif;
}

.profile-connect .li_ya,
.profile-connect .li_mm {
    display: none;
}

/**
Дополнительные стили для формы регистрации
 */

.selectus-drop-list .baron__content {
	padding-right: 0;
}

.selectus-toggler {
	padding-left: 10px;
}

[js-registration-form] label.checkbox a {
	font-size: 13px;
}

.b-nav__item-link.icon-zakony_i_prikazy i:before {
    width: 24px;
    height: 24px;
    background: url("../sprites/law_orders.png") 1px 1px no-repeat;
    top:7px;
}
.author-social {
	min-height: 28px;
	display: flex;
}
.author-social-vk {
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 20px;
	background: url(/img/vk-icon.svg) center no-repeat;
	background-size: contain;
}
.author-social-vk:hover {
	background: url(/img/vk-icon-color.svg) center no-repeat;
	background-size: contain;
}
.author-social-vk a {
	display: block;
	width: 28px;
	height: 28px;
}
.d-author__content .author-social-vk {
	background: url(/img/vk-icon-color.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
	z-index: 100;
}
.author-name {
	color: #008a97;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin: 20px 0 10px;
	display: block;
	text-decoration: none;
}
.author-spec {
	color: #008a97;
	margin-bottom: 10px;
}
.author-text {
	margin-bottom: 20px;
}
.author-btn {
	display: block;
	width: 100%;
	background: #008a97;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border: 1px solid #008a97;
	box-sizing: border-box;
}
.author-btn:hover {
	color: #01616c;
	border: 1px solid #01616c;
	background: #ffffff;
}
.d-author-head {
	display: flex;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 60px;
}
.d-author__image {
	width: 439px;
	min-width: 439px;
	margin-right: 65px;
}
.d-author__desc {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.d-author__content {
	position: relative;
	width: 100%;
}
.d-author__counts {
	display: flex;
	width: 100%;
	align-items: end;
}
.d-author__counts_item {
	margin-right: 45px;
}
.d-author__counts_item.publication {
	display: block;
	text-decoration: none;
}
.d-author__counts_value {
	font-weight: 700;
	font-size: 50px;
	line-height: 65px;
	color: #008A97;
}
.d-author__counts_text {
	color: #505050;
}
.d-author-block {
	margin-bottom: 60px;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
}
.d-author-block__head {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
.d-author-block__exp {
	columns: 2;
}
.d-author-block__exp_item {
	display: inline-block;
	margin-bottom: 15px;
	padding-right: 20px;
}
.d-author-block__exp_item_period {
	font-weight: 700;
	color: #008A97;
}
.d-author-block .article-item-box {
	margin-right: 27px;
}
.d-author-block .article-item-box:nth-child(4n) {
	margin-right: 0px;
}
.d-author-block__btn {
	text-align: center;
}
.d-author-block__btn .author-btn {
	width: 275px;
	display: inline-block;
}
.author-block {
	background: #F4F9F9;
	padding: 30px;
	display: flex;
}
.author-block__img {
	width: 225px;
	min-width: 225px;
	margin-right: 40px;
}
.author-block__img img {
	width: 100%;
}
.author-block__content {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.author-block__top-text {
	width: 100%;
}
.author-block__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.author-block__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #008A97;
	margin-bottom: 5px;
}
.author-block__spec {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #008A97;
	margin-bottom: 10px;
}
.author-block__qual {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}
.author-block__bottom-text {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.author-block__about-link {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}
.author-top-block {
	margin: 25px 0 35px;
	display: flex;
	align-items: center;
}
.author-top-block img {
	border-radius: 50%;
	margin-right: 20px;
	width: 50px;
}
.author-top-block__text {}
.author-top-block__title {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}
.author-top-block__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #008A97;
}
.b-articles__item-action.opacity {
	opacity: 0.5;
}
.article-nav-wrap {
}
.article-nav {
	margin-top: 30px;
	border: 1px solid #008A97;
	padding: 30px 22px 40px 32px;
}
.article-nav-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #505050;
	margin-bottom: 25px;
}
.article-nav ol {
	list-style: none;
	counter-reset: li;
	margin: 0;
	padding: 0;
}
.article-nav ol li {
	padding: 0;
	margin: 0 0 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	position: relative;
}
.article-nav ol li:before {
	display: none;
}
.article-nav ol li a {
	display: block;
	color: #505050;
	text-decoration: none;
}
.article-nav li:hover > a::after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #008A97;
	position: absolute;
	top: 0;
	left: -10px;
}
.article-nav li:hover a {
	color: #008A97;
	font-weight: bold;
}
.article-nav ol ol {
	margin-top: 15px;
}
.article-nav ol ol li {
	padding-left: 10px;
}
.authors-list {
	display: flex;
	flex-wrap: wrap;
}
.authors-list .article-item-box {
	width: 275px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.authors-list .article-item-box-top {
	width: 100%;
}
.authors-list .article-item-box-bottom {
	width: 100%;
}
.flex {
	display: flex;
}
.flex .article-item-box {
	width: 275px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.flex .article-item-box-top {
	width: 100%;
}
.flex .article-item-box-bottom {
	width: 100%;
}
.article-item-box.single {
	width: 100%;
	margin-right: 0;
}
.article-item-box.single .article-item-box-top {
	display: flex;
}
.article-item-box.single .wi-image {
	width: 450px;
	min-width: 450px;
	margin-right: 30px;
}
.article-item-box.single .wi-image img {
	width: 100%;
}
.article-item-box.single .b-articles__item-actions {
	margin-top: 100px;
}
.error-text {
	display: flex;
	width: 100%;
	justify-content: right;
	color: #da000f;
}
.sticky-left,
.table-sticky-column tr td:nth-child(1) {
	position: sticky;
	background: white;
	color:grey;
	left: -1px;
	box-shadow: inset -1px 0 0 #dcdcdc;
	z-index: 1;
}
.sticky-top,
.table-sticky-head tr:nth-child(1) th {
	position: sticky;
	background: #4dadb6;
    color: #fff;
	top:  0;
	box-shadow: inset 0 -1px 0 #dcdcdc;
}

.line-footer {
    float: none;
    border-top: 1px solid #f1f0f0;
    height: 0px;
    width: 100%;
}


.side.mod-footer .label{
    padding: 20px 20px 0;
    font-size: 15px;
}

.side.mod-footer .soc-block{
    padding: 10px 20px 20px;
    font-size: 15px;
}

.footer_bottom_right{
    float: right;
	color:#fff;
}
.footer_bottom_right a.policy{
	color:#fff;
	padding-left: 20px;
}
.footer_bottom_right a{
	color:#fff;
}

.footer_right_block{
padding: 20px;	
}

.b-nav__item-link0 {
    position: relative;
    display: block;
    padding: 6px 35px 8px 10px;
    color: #fff;
    text-decoration: none;
}
.b-nav__item-link0:focus, .b-nav__item-link0:hover {
    background: #65bac1;
    color: #fff;
}

.footer_menu ul li a:hover,.footer_menu ul li a:focus
{
	color: #01616c;
}
.footer_menu  .bx_hma_one_lvl.current a
{
	color: #01616c;
}