* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    font: 14px Arial;
    color: #646464;
}

body {
    background: #f6f6f6;
																		 
}

.clearfix:after {
 content: "";
 display: table;
 clear: both;
}

.clearfix img {
 border: none !important;
 padding: 0px !important;
}

@font-face {
    font-family: 'HeliosThin';
    src: url('/assets/fonts/heliosthin_3/heliosthin.eot');
    src: url('/assets/fonts/heliosthin_3/heliosthin.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/heliosthin_3/heliosthin.woff') format('woff'),
    url('/assets/fonts/heliosthin_3/heliosthin.ttf') format('truetype'),
    url('/assets/fonts/heliosthin_3/heliosthin.svg#heliosthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HeliosLight';
    src: url('/assets/fonts/helioslight_1/helioslight.eot');
    src: url('/assets/fonts/helioslight_1/helioslight.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/helioslight_1/helioslight.woff') format('woff'),
    url('/assets/fonts/helioslight_1/helioslight.ttf') format('truetype'),
    url('/assets/fonts/helioslight_1/helioslight.svg#helioslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/assets/fonts/henltcyr/henltcyr.eot');
    src: url('/assets/fonts/henltcyr/henltcyr.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/henltcyr/henltcyr.woff') format('woff'),
    url('/assets/fonts/henltcyr/henltcyr.ttf') format('truetype'),
    url('/assets/fonts/henltcyr/henltcyr.svg#henltcyr') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #018ca6;
    text-decoration: none;
}

a:hover {
    color: #dc000b;
}

a:visited {
    color: #7794aa;
}

a {
	border: none;
	outline: none;
}

p {
    line-height: 20px;
    margin-bottom: 10px;
}

h1, h2 {
    font-size: 26px;
    color: #018CA6;
    font-family: 'HeliosLight';
    font-weight: normal;
    letter-spacing: 1px;
}

h1 {
    font-size: 26px;
    background: url("/assets/images/design/dashed.png") bottom left repeat-x;
    padding-bottom: 10px;
    margin: 10px 0 15px 0;
}

h2 {
    font-size: 20px;
    margin: 25px 0 10px 0;
}

h3 {
    font-size: 14px;
    color: #323232;
    text-transform: uppercase;
    margin: 15px 0;
}

h4 {
    margin-bottom: 10px;
    font-family: 'HeliosLight';
    font-weight: normal;
    font-size: 16px;
    color: #018CA6;
}

ul {
    margin-left: 15px;
}

ol {
    margin-left: 25px;
}

li {
    padding: 8px 0;
}


#easypoll {
	/*margin-top: -20px;*/
}

.b_ajax_search_result {
	margin: 20px 0;
}

.ajaxSearch_highlight.ajaxSearch_highlight1 {
	/*background: yellow;*/
}

#ajaxSearch_submit.b_ajax_search_submit {
	width: 130px;
	margin-left: 30px;
}

.b_pagination a {
	display: inline-block;
	padding: 8px 10px;
	margin: 0 10px 0 0;
	border: 1px solid #C8C8C8;
	background: white;
	border-top: none;
	border-radius: 6px;
	color: #323232;
	box-shadow: 0px 1px 6px 0px #C8C8C8;
	-webkit-box-shadow: 0px 1px 6px 0px #C8C8C8;
	-moz-box-shadow: 0px 1px 6px 0px #c8c8c8;
}

.b_pagination a:hover {
	background: #EDEDED;
}

.b_pagination a.active {
	background: #D0E8F9;
}

.b_right_sidebar table {
	width: 100%;
	border-collapse: collapse;
}

.b_right_sidebar th {
	text-align: left;
	background: #f0f0f0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	font-weight: bold;
	color: #323232;
}
.podder-logo {margin: 15px 0;}
#content_wrap .podder-logo img {
border:0;
width: 18%;
display: inline-block;
vertical-align: middle;
}
.b_right_sidebar td, .b_right_sidebar th {
	padding: 20px 15px;
}

.b_right_sidebar td {
	border-bottom: 1px dashed #d8d8d8;
	background: url("/assets/images/design/table_border.jpg") right center  no-repeat;
}

.b_right_sidebar td:last-child {
	background: none;
}

.b_hr {
    margin: 10px 0;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid white;
    height: 2px;
}

.b_inner_wrap {
    /*width: 1024px;*/
    max-width: 980px;
																 
    margin: 0 auto;
    height: 100%;
}

.b_clear {
    clear: both;
}

.b_relative {
    position: relative;
}

.b_absolute {
    position: absolute;
}

.b_block_header {
    font-size: 38px;
    font-family: 'HeliosThin';
    color: #DC000B;
    letter-spacing: 3px;
    line-height: normal;
}

.b_section_header {
    font-size: 24px;
    font-family: 'HeliosLight';
    color: #323232;
    line-height: normal;
}

.b_right_sidebar {
    float: left;
    /*width: 740px;*/
    width: 696px;
    margin-left: 60px;
    /*border-top: 1px solid #dc000b;*/
}

.b_left_sidebar {
    width: 220px;
    float: left;
}

.b_image_left {
    float: left;
    margin: 0px 10px 5px 0px;
}

.b_image_right {
    float: right;
    margin: 0px 0px 5px 10px;
}

.b_column {
    width: 100%;
}

.b_column:after {
	content: "";
	display: table;
	clear: both;
}

.b_column_1_2 {
    width: 49%;
    float: left;
}

.b_column_1_3 {
	width: 30%;
	float: left;
	margin-right: 3%;
}



form .lable {
	color: #7794AA;
	margin-bottom: 10px;
}

form .lable span{
	color: #dc000b;
}

.b_image_title {
	color: #018CA6;
}

.b_image_description {
	font-size: 12px;
	font-style: italic;
	color: #969696;
}

.b_right_sidebar input, .b_right_sidebar textarea, .b_right_sidebar select {
    /*border: 1px solid #b2c4d4;*/
	border: 2px solid #E4EAEE;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 #b2c4d4;*/
    margin-bottom: 25px;
    width: 385px;
	padding: 8px;
	color: #7794AA;
	font-size: 14px;
}

.b_right_sidebar input.submit {
	border: 0;
	width: 157px;
	background: url("/assets/images/design/button_sprite_v.png") top left no-repeat;
	height: 44px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.b_right_sidebar input.submit:hover {
	background-position: 0px -44px;
}

.b_right_sidebar input.submit:focus {
	background-position: 0px -88px;
}
.b_right_sidebar input.submit:active {
	background-position: 0px -88px;
}

.b_right_sidebar textarea {
	height: 200px;
}

.b_right_sidebar select {
	width: 402px;
}

.b_success {
	font-size: 16px;
	color: green;
}

.b_content_video_description {
	margin-top: 30px;
}

.b_read_more {
	text-align: right;
}

.b_read_more a {
	color: #DC000B;
	font-size: 12px;
}

#content_wrap img.b_no_border{
    border: none;
    padding: 0;
}

#content_wrap img {
    border: 1px solid #dadada;
    padding: 4px;
}

#main_wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
		 padding-top: 110px;     /* 777 */
}


/* header */
#header_wrap {
    background: #fff;
}

#header_top_menu {
    height: 110px;
    width: 100%;
    border-top: 5px solid #dc000b;
    border-bottom: 1px solid #d8d8d8;
		
		
		z-index: 999999;/* 777 */
		background-color:#fff;         /* 777 */
		position:fixed;                /* 777 */
		top:0;                        /* 777 */
		
}

.scrolled  {
	border-bottom: 5px solid #dc000b !important; /* 777 */
	
	
}

#header_logo {
    height: 316px;
    width: 100%;
    background: #f4f4f4 url("/assets/images/design/header_logo_background.png") top left repeat-x;
    border: 0px solid;
		
		
	
}
#header_logo.header_logo_main{
	height: auto;
	background-image: none;
}

/* logo */
.b_header_logo {
    position: absolute;
    top: 14px;
    left: 0px;
    width: 84px;
    height: 78px;
	border: none;
}
/* logo */

/* top menu */
.b_main_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0px solid;
    position: absolute;
    right: 0px;
    top: 30px;
}

.b_main_menu li {
    display: block;
    float: left;
    text-align: center;
    border-right: 1px solid #D8D8D8;
    padding: 5px 7px;    /* 777 */
   max-width: 130px;	 	/* 777 */ 				 
										 
}



.b_main_menu li span {
    color: #AFAFAF;
    font-size: 11px;
}

.b_main_menu li a {
    display: block;
    color: #323232;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    font-size: 12px;   /* 777 */
}

.b_main_menu li a:hover {
    color: #dc000b;
}

.b_main_menu li a.b_header_menu_top_a {
	font-size: 10px;    /* 777 */
	color: #AFAFAF;
	font-weight: normal;
	text-transform: none;
	margin-top: 0;
}
/* top menu */

/* header logo */
.b_header_doctor_logo_ {
    display: block;
    /*
	width: 573px;
    height: 298px;
	*/
    position: absolute;
    /*right: 10px;*/
    right: 0px;
    bottom: 0;
	z-index: 5;
}
.digesth {}
.digesth a {
font-size: 26px;
padding-bottom: 10px;
margin: 10px 0 15px 0;
color: #018CA6;
font-family: 'HeliosLight';
font-weight: normal;
letter-spacing: 1px;
}
.b_header_logo_text {
    width: 415px;
    padding-top: 100px;
	position: relative;
	z-index: 100;
    background-size: 135px auto;
}

.new-positions .b_header_logo_text{
	width: 220px;
	padding-top: 85px;
}

.b_header_logo_text .b_block_header {
    /*font-size: 48px;*/
    /*font-size: 38px;*/
    font-size: 35px;
	font-weight: bold;
	font-family: 'HelveticaNeue';
	color: #c90304;
}

.new-positions .b_header_logo_text .b_block_header{
	font-size: 24px;
}

.b_header_logo_text_detail {
    color: #646464;
    font-size: 18px;
    font-family: 'HeliosThin';
    letter-spacing: 1px;
    margin-top: 10px;
	display: none;
}

.b_header_logo_social {
    margin-top: 20px;
}

.new-positions .b_header_logo_social{
	margin-top: 110px;
}

#share42 a, #share42_bottom a  {
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 24px;
    margin: 0px 15px 6px 0;
    padding: 0;
    outline: none;
}

.new-positions #share42 a{
	background-size: cover !important;
	width: 20px;
	height: 20px;
	margin: 0px 10px 6px 0;
}

.new-positions #share42 a:nth-child(1){
	background-image: url(https://club-aritmolog.ru/assets/js/share42/1.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 !important;
}
.new-positions #share42 a:nth-child(2){
	background-image: url(https://club-aritmolog.ru/assets/js/share42/2.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 !important;
}
.new-positions #share42 a:nth-child(3){
	background-image: url(https://club-aritmolog.ru/assets/js/share42/3.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 !important;
}
.new-positions #share42 a:nth-child(4){
	background-image: url(https://club-aritmolog.ru/assets/js/share42/4.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 !important;
}
.new-positions #share42 a:nth-child(5){
	background-image: url(https://club-aritmolog.ru/assets/js/share42/5.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 !important;
}

#share42_bottom a {
    width: 16px;
    height: 16px;
    margin: 0px 5px 0px 0;
}

.b_header_logo_line {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid white;
    width: 1080px;
    /*width: 1036px;*/
    margin: 0 auto;
}
/* header logo */
/* header */


/* content */
#content_wrap {
    margin: 0 auto;
    padding-bottom: 120px;
}

.b_content_line {
    margin-bottom: 20px;
}

/* left sidebar */
.b_left_sidebar_menu {
    list-style: none;
    margin: 0;
}

.b_left_sidebar_menu li {
    background: url("/assets/images/design/list.png") 0px 16px no-repeat;
    padding-left: 10px;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid white;
    padding: 12px 0 12px 20px;
}

.b_left_sidebar_menu li.first {
    border-top: none;
}

.b_sidebar_item {
    margin-bottom: 40px;
}

.b_questionnaire {
    position: relative;
	display: none;
}

.b_left_sidebar_questionnaire_link {
    display: block;
    background: #DF0912;
    opacity: 0.8;
    position: absolute;
    width: 190px;
    padding: 10px;
    left: 5px;
    bottom: 10px;
    color: white;
}

.b_left_sidebar_questionnaire_link:hover {
    color: white;
}

/* vote */
.b_left_sidebar_vote {
    margin-top: 20px;
}

.b_left_sidebar_vote td {
    padding: 5px;
}

.b_left_sidebar_vote_submit {
	background: white;
	border: 1px solid #D8D8D8;
	color: #018CA6;
	font-size: 15px;
	padding: 8px;
	cursor: pointer;
}
/* vote */
/* left sidebar */


/* right sidebar */
.b_right_sidebar_text {
    /*border-top: 1px solid white;*/
    border-top: 1px solid #dc000b;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
	text-align: justify;
}

/* news */
.b_right_sidebar_news {
    border-top: 1px solid white;
    padding-top: 20px;
    background: url("/assets/images/design/b_right_sidebar_news.jpg") right 14px no-repeat;
}

.b_right_sidebar_news_header {
    color: #DC000B;
    font-size: 12px;
    text-transform: uppercase;
}

.b_right_sidebar_news_item {
    padding-bottom: 10px;
}

.b_right_sidebar_news_item_date {
    font-weight: bold;
}

.b_right_sidebar_news_item_read_more {
    text-align: right;
}

.b_right_sidebar_news_item_read_more a {
    color: #DC000B;
    font-size: 12px;
}
/* news */


/* projects */
.b_right_sidebar_projects {
    /*background: white;*/
    padding-bottom: 10px;
    background: white url("/assets/images/design/b_right_sidebar_projects_shadow.png") center -20px no-repeat;
}

.b_right_sidebar_projects_header {
    height: 56px;
    background: #64B24D url("/assets/images/design/b_right_sidebar_projects.jpg") right top no-repeat;
    border: 1px solid #559742;
}

.b_right_sidebar_projects_header p {
    color: #ffffff;
    font-size: 24px;
    font-family: 'HeliosLight';
    margin: 18px 0 0 15px;
}

.b_right_sidebar_projects_item_date {
    color: #323232;
    line-height: 19px;
}

.b_right_sidebar_projects_item {
    width: 315px;
    background: url("/assets/images/design/dashed.png") bottom left repeat-x;
    padding: 20px 0;
    float: left;
}

.b_right_sidebar_projects_item.odd {
    margin-left: 20px;
}

.b_right_sidebar_projects_item.even {
    margin-left: 60px;
}


.b_right_sidebar_projects .b_read_more {
    margin: 10px 30px 0 0;
}
/* projects */

/* video */
.b_right_sidebar_video .b_read_more {
    margin: 10px 0 0 0;
}

/* video */

/* right sidebar */

/* content */

/* footer */
#footer_wrap {
    width: 100%;
    height: 120px;
    margin-top: -120px;
}
										
								
							 
							
								
															
								
 
 
											
												
								 
							 
									 

 
										
										
												 
									 
												 
													 
										 
 
												
								
 

																		 
										
															 
									 
												
										
												
											
 
 
					 
						 
 
								 
							
								 
							
 


												

/* footer top */
.b_footer_top {
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    background: white;
}

.b_main_menu.b_footer_menu li {
    padding: 0 15px;
    border: none;
    background: url("/assets/images/design/b_footer_menu_background.png") right top repeat-y;
}

.b_main_menu.b_footer_menu li.last {
    background: none;
    padding-right: 0;
}

.b_main_menu.b_footer_menu li a {
    font-size: 11px;
    margin: 0;
}

.b_footer_top_social {
    position: absolute;
    left: 0;
    top: 30px;
}
/* footer top */

/* footer bottom */
.b_footer_bottom {
    border-top: 1px solid white;
    height: 50px;
}

.b_footer_bottom_copyright, .b_footer_bottom_phone {
    position: absolute;
    top: 15px;
    font-size: 11px;
}

.b_footer_bottom_copyright {
    left: 0;
    color: #AFAFAF;
}

.b_footer_bottom_phone {
    right: 0;
    color: #323232;
}
/* footer bottom */

/* footer */


.b_congratulate {
	padding-top: 20px;
}

.b_align_right {
	text-align: right;
}

.b_align_center {
	text-align: center;
}

#result_diagramm
{
	margin: 0 0 20px 0;
	padding: 0;
}

#result_diagramm .vote_result_diagramm
{
	margin: 0;
	padding: 0 0 0 20px;
}

#result_diagramm .b_column_wrap
{
	vertical-align: middle;
}

.b_column_wrap
{
	width: 100%;
	clear: both;
}

.b_column
{
	float: left;
	padding: 10px 0;
}

.left
{
	width: 40%;
}

.b_result_block_text
{
	font-style: italic;
}

.right
{
	width: 60%;
	vertical-align: middle;
}

.b_result_block_wrap
{
	border: 1px solid #cccccc;
	background: #f5f5f5;
}

.b_result_block_wrap div
{
	display: inline-block;
	zoom: 1;
}

.b_result_block_color
{
	background: #018CA6;
	/*background: #169ad8;*/
}

/*
.b_result_block_count
{}
*/

.b_clear
{
	clear: both;
}

.photo_block {
    margin-left: -15px;
}

.photo_item {
    margin: 0 0 15px 15px;
    width: 222px;
    height: 154px;
    float: left;
	overflow:hidden;
}

.photo_item img {
    width: 212px;
}
.ing_main_banner {
	background: rgb(201,3,4); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(201,3,4,1) 0%, rgba(194,3,4,1) 21%, rgba(165,2,3,1) 73%, rgba(155,2,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(201,3,4,1) 0%,rgba(194,3,4,1) 21%,rgba(165,2,3,1) 73%,rgba(155,2,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(201,3,4,1) 0%,rgba(194,3,4,1) 21%,rgba(165,2,3,1) 73%,rgba(155,2,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90304', endColorstr='#9b0203',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	display: block;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

.partn-blok ul {
	margin-left:0;
}
.partn-blok ul li {
	list-style:none;
	display:inline-block;
	width:30%;
	margin-right:28px;
	margin-bottom:20px;
	vertical-align:middle;
	border: 1px solid #dadada;
	padding:4px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	    height: 85px;
}
.partn-blok ul li:nth-child(3n) {
	margin-right:0;
}
.partn-blok ul li a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
	background:#fff;
}
#content_wrap .partn-blok ul li img {
	width:100%;
	border:1px solid transparent;
	padding:0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}


#content_wrap .bnr-pmtk {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
	#content_wrap .bnr-pmtk img {
		max-width: 100%;
		border: 0;
		padding: 0;
	}
	#content_wrap .bnr-pmtk a {
		background: #192d63;
		position: absolute;
		left: 76%;
		top: 75%;
		width: 130px;
		height: 32px;
		color: #ffffff;
		font-size: 10px;
		font-family: "Arial";
		line-height: 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		box-shadow: 1px 1.7px 5px rgba(16, 37, 93, 0.75);
	}
	#content_wrap .bnr-pmtk a:hover {
		margin: 1px -1px -1px 1px;
		box-shadow: 0px 0.7px 5px rgba(16, 37, 93, 0.75);
	}
	#content_wrap .bnr-pmtk a:active {
		box-shadow: 0px 0.7px 5px rgba(16, 37, 93, 0.75),
			0 -1px 1px rgba(16, 37, 93, 0.75),
			1px 0 1px rgba(16, 37, 93, 0.75),
			-1px 0 1px rgba(16, 37, 93, 0.75);
	}
	#award-img {
	text-align:center;
}
	#award-img img {
	max-width:90%; margin:15pt;
}

/* Subscribe styles */
.subscribeForm { padding: 0 10px }
.subscribeForm span,
.subscribeForm label,
.subscribeForm a {
    color: rgb(127,127,127);
    font-family: 'HeliosLight';
}
.subscribeForm span { font-size: 12px }
.subscribeForm label,
.subscribeForm a { font-size: 9px }
.subscribeForm a {
    text-decoration: underline
}
.subscribeForm a:hover { text-decoration: none }
.subscribeForm input { display: block }
.subscribeForm input[type="email"] {
    padding: 5px 0;
    margin: 5px 0;
    width: 100%
}
.subscribeForm input[type="checkbox"] {
    float: left;
    height: 20px;
    margin-right: 5px
}
.subscribeForm input[type="submit"] {
    background: rgb(64,148,171);
    border: 0;
    color: white;
    font-size: 14px;
    padding: 8px 24px;
    margin-top: 5px;
    cursor: pointer;
}

/* Subscribe modal-thank styles */
#modalThank {
/*	display: none;*/
    position: fixed;
    top: 0; left:0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,.3);
}

.modalDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	pointer-events: auto;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}

.modalDialog {
	background: #fff;
}

.modalBody {
	position: relative;
    border: 1px solid rgb(127,127,127);
    margin: 10px;
    padding: 0 20px;
}
.modalBody h4 { margin: 20px 0 }

.modalBody .close {
    display: block;
    position: absolute;
    right: 0;
    font-size: 30px;
    margin-top: -5px;
    color: black
}
.modalBody .close:hover { opacity: .5 }

#newSubscribe input.submit:disabled {
    opacity: .5;
    cursor: default;
}

.b_right_sidebar .banner_on_main_in_right_content {
    /* width: 690px; */
    max-width: 690px;
    width: 100%;
    margin-bottom: 20px;
}

/*256725*/

.search_form #ajaxSearch_form {
	display: flex;
	align-items: center;
}
.search_form #ajaxSearch_input {
	flex: 1 1 auto;
	border: 1px solid #D8D8D8;
	outline: none;
	border-top-right-radius: 0;
  border-bottom-right-radius: 0;
	height: 40px;
    box-sizing: border-box;
}
.search_form #ajaxSearch_submit {
	margin: 0 0 25px;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: url(/assets/images/design/loupe.png) no-repeat;
    background-color: #D8D8D8;
    background-size: 30px 30px;
    background-position: center;
    display: block;
    cursor: pointer;
}

.b_read_more.red  {
    color: #DC000B;
    font-size: 12px;
}
.b_right_sidebar_news_item {
	position:relative;
}

a.link_more {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
		top: 0;
    left: 0;
}
.block_h1 {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    background: url(/assets/images/design/dashed.png) bottom left repeat-x;
    margin: 10px 0 15px 0;
}
.block_h1 h1 {
	flex: 1 1 auto;
	margin-top: 0;
    margin-bottom: 0;
    background: none;
}
.export_text_button {
	background: white;
	border: 1px solid #D8D8D8;
	color: #018CA6;
	font-size: 15px;
	padding: 8px;
	cursor: pointer;
	min-width: 155px;
	margin: 0 0 0 10px;
	text-align: center;
    position: relative;
    top: -5px;
}
.export-form-wrapp {
    display: none;
}

.export-form-wrapp input.submit:hover {
    background-position: 0px -44px;
}
.export-form-wrapp input.submit {
    border: 0;
    width: 157px;
    background: url(/assets/images/design/button_sprite_v.png) top left no-repeat;
    height: 44px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    display: block;
    margin: 20px auto;
    outline: none;
    cursor: pointer;
    padding: 8px;
}
.export-form-wrapp input {
    border: 2px solid #E4EAEE;
    border-radius: 3px;
    margin-bottom: 25px;
    width: 100%;
    padding: 8px;
    color: #7794AA;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.export-form-wrapp h2 {
    line-height: 23px;
    color: #444;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.close_export_text {
    background: url(/assets/css/close_icon.png) no-repeat !important;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -2px;
    right: 0;
    background-size: contain!important;
    opacity: 0.6;
}
.export_text_error {
    text-align: center;
    min-width: 235px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b_join_form {
    display: flex;
}
.b_join_form__left {
    padding: 20px;
}
.b_join_form__right {
    padding: 20px;
    border-left: 1px solid #D8D8D8;
}
.b_join_form__hdr {
    color: #646464;
    margin-top: 0;
}
.b_join_form__text {
    color: #646464;
    margin-bottom: 10px;
    font-size: 14px;
}
.b_events_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: -4px;
    margin-right: -4px;
}
.b_events_item>*{
    margin-left: 4px;
    margin-right: 4px;
}
.b_events_item__date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100px;
    min-height: 60px;
    background: #d0e8f9;
    color: #018CA6;
    min-width: 120px;
    text-align: center;
}
.b_events_item__date>*{
    margin: 0;
    padding: 5px;
}
.b_events_item__title {
    padding-top: 4px;
    padding-bottom: 4px;
}
.b_events_item__title *{
    margin: 0;
}
.b_event__register{
    margin-bottom: 15px;
}
.b_event__register>*{
    font-weight: 900;
    color: #010165;
    display: block;
    text-align: center;
}
.b_event .b_event__register_button {
    background-color: #010165;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    display: inline-block;
}
.b_event__date {
    display: block;
    background: #D0E8F9;
    padding: 10px;
}
.b_event__date, .b_event__text {
    margin-bottom: 15px;
}
.b_event__caption {
    font-weight: 900;
}
.b_event__footer {
    margin-top: 15px;
}
.b_right_sidebar_news_item--events {
    padding-bottom: 60px;
}
.b_events_item__day {
    font-size: 18px;
}
.b_events_item__day {
    font-size: 18px;
}
.b_join_form {
    display: flex;
}
.b_join_form__left {
    padding: 20px;
}
.b_join_form__right {
    padding: 20px;
    border-left: 1px solid #D8D8D8;
}
.b_join_form__hdr {
    color: #646464;
    margin-top: 0;
}
.b_join_form__text {
    color: #646464;
    margin-bottom: 10px;
    font-size: 14px;
}
.join-anchor {
}
.join-anchor__link{
display: inline-block;
margin-bottom: 15px;
background-color: #010165;
padding: 10px 15px;
color: #fff !important;
border-radius: 5px;
float: right;
}
.join-anchor__link:hover {
background-color: #018CA6;
}
.mytablestyle td{
border: 1px solid #999 !important;
}

.knopki_glav{
    padding-top: 10px;
    padding-bottom: 23px;
    display: flex;
}
#content_wrap .knopki_glav img {
	width: 100%;
	border: 0;
	padding: 0;
}
.knopki_glav .grid-10 {
	display: grid;
	width: 10%;
}
.knopka_16{
	padding: 0px;
	/* float: left; */
	display: grid;
	text-align: center;
	width: 45%;
	font-size: 18px;
}
.programma_knopka{
    font-size: 26px;
    font-weight: 900;
	padding-bottom: 8px;
}
.knopka_17{
	padding: 0px;
	/* float: right; */
	display: grid;
	text-align: center;
	width: 45%;
	font-size: 18px;
}
img.bannernew {
    width:  100%;
    margin-bottom: 20px;
}

/*297762*/
.sort_block_title {
    font-size: 13px;
    text-transform: uppercase;
    color: #AFAFAF;
    margin-bottom: 5px;
}
.sort_block_wrapp {
    display: flex;
    margin-bottom: 40px;
}
.sort_block_wrapp>span {
    margin-right: 3px;
    border: 1px solid #D8D8D8;
    color: #656565;
    font-size: 13px;
    width: 130px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.sort_block_wrapp>span.active_btn,
.sort_block_wrapp>span:hover {
    background: #4094ab;
    color: #ced64b;
}
.b_pagination a {
    margin: 0 6px 10px 0;
}
.partners_block_wrapp.b_inner_wrap {
    height: auto;
}
.partners_block_wrapp>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.partners_block_wrapp>div>p {
    width: 18%;
    margin-bottom: 20px;
}
.partners_block_wrapp>div>p img {
    max-width: 100%;
    border: 2px solid #d8d8d8;
    padding: 3px;
    background: #fff;
}
.partners_block_wrapp .b_section_header {
    text-align: center;
    margin: 20px 0 20px;
}
#content_wrap {
    padding-bottom: 20px;
}
#footer_wrap {
    margin-top: 20px;
}
#content_wrap img.b_no_border,
.b_header_logo_line {
    max-width: 100%;
}
a.header_top_link_club {
    background: #DC000B;
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: calc(50% + 330px);
    padding: 1px 10px 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 1;
    font-weight: bold;
}

.sandwich-btn {
    display: none;
    width: 40px;
    height: 35px;
    position: relative;
    margin-left: 15px;
}

.sandwich-btn__line {
    display: block;
    height: 2px;
    position: absolute;
    left: 10px;
    right: 10px;
    background-color: #323232;
    opacity: 1;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sandwich-btn__line.top {
    top: 10px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.sandwich-btn__line.mid {
    top: 16px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.sandwich-btn__line.bot {
    top: 22px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.sandwich-btn.active .sandwich-btn__line {
    left: 7px;
    right: 7px;
}

.sandwich-btn.active .sandwich-btn__line.top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
}

.sandwich-btn.active .sandwich-btn__line.mid {
    width: 0%;
    opacity: 0;
}

.sandwich-btn.active .sandwich-btn__line.bot {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
}

.search-popup, .search-popup * {
    box-sizing: border-box;
}

.search-popup-field {
    position: relative;
    height: 36px;
}

.search-popup-field__input {
    display: block;
    height: 36px;
    width: 100%;
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 20px;
    color: rgba(50,50,50,1);
    font-weight: 400;
    padding: 0 50px 0 11px;
}

.search-popup-field__input::placeholder {
    color: rgba(50,50,50,0.87);
}

.search-popup-field__submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 36px;
    font-size: 0;
    line-height: 0;
    border: none;
    box-shadow: none;
    background-color: unset;
    padding: 8px 15px;
}

.search-popup-field__icon {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url("../images/mobile/loupe.png");
}

.search-popup {
    position: absolute;
    top: 14px;
    left: 12px;
    right: 12px;
    z-index: 10;
    background-color: #fff;
    display: none;
}

.search-btn {
    display: none;
}

body.locked {
    overflow: hidden;
}

.mobile-menu {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.mobile-menu__inner {
    max-height: 100%;
    overflow-y: auto;
    padding: 43px 10px 40px;
}

.mobile-menu-list {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #323232;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list__item {
    display: block;
    margin: 17px 0 0;
    padding: 0;
}

.mobile-menu-list__item:first-child {
    margin-top: 0;
}

.mobile-menu-list a {
    text-decoration: none;
    color: #323232;
}


.footer-bottom-mobile {
    display: none;
}

.banner-images {
    position: relative;
    margin-bottom: 52px;
}

.banner-images .slick-dots.slick-dots--custom {
    display: block !important;
    position: static;
    margin-top: 17px;
}

.banner-images__item {
    font-size: 0;
    line-height: 0;
}

#content_wrap .banner-images img {
    border: none;
    padding: 0;
}

.subscribe-mobile {
    display: none;
}

@media screen and (max-width: 1010px) {
    .b_header_logo {
        /* position: absolute; */
        position: static;
        top: 5px;
        left: 10px;
        width: 51px;
        height: 48px;
    }
    .b_main_menu {
        right: 10px;
    }
    #header_logo {
        padding: 0 13px;
        box-sizing: border-box;
        height: auto;
        background: #f6f6f6;
    }

    .b_header_logo_line {
        display: none;
    }
    
    .b_content_line {
        display: none;
    }
    
    .b_header_doctor_logo_ {
        max-width: 800px;
        right: 15px;
    }
    /* #header_logo>.b_inner_wrap {
        width: 960px;
    } */
    #content_wrap {
        box-sizing: border-box;
        padding: 0 10px;
        max-width: 100%;
    }
    .b_right_sidebar {
        /* width: 680px; */
        margin-left: 0;
        width: 100%;
        float: none;
    }
    iframe {
        max-width: 100%;
        height: auto;
    }

    .b_right_sidebar iframe {
        height: 541px;
    }
    body img {
        max-width: 100%;
        box-sizing: border-box;
    }
    .b_footer_bottom_phone {
        right: 10px !important;
    }
    .b_footer_top_social {
        left: 10px!important;
    }
}

.footer-head {
    display: none;
}

.partner-slider {
    display: none !important;
}

.listing-section__slider {
    display: none;
}

.b_right_sidebar_news_header a {
    color: inherit;
    text-decoration: none;
}

.listing-section__title a {
    color: inherit;
    text-decoration: none;
}

.main-benefits {
    display: none;
}

.listing-card__video p {
    display: none;
}

.footer-spacer {
    display: none;
}

@media screen and (max-width: 1010px) {
    #main_wrap {
        padding-top: 60px;
        min-height: unset;
    }

    .b_left_sidebar {
        float: none;
        width: 100%;
        display: none;
    }

    .b_header_logo_text {
        width: 100%;
    }
    
    .b_main_menu {
        display: none;
    }

    a.header_top_link_club {
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        width: 127px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        padding: 6px 15px 4px;
        border-radius: 6px;
        background-color: #c90304;
        margin-left: auto;
        margin-right: auto;
        
    }

    .search-btn {
        display: inline-block;
        background: transparent url("../images/mobile/loupe.png");
        width: 20px;
        height: 20px;
        font-size: 0;
        line-height: 0;
        margin-left: auto;
    }

    #header_top_menu {
        height: 60px;
        border-top: none;
        border-bottom: none;
    }

    #header_top_menu.scrolled {
        border-bottom: none !important;
    }

    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        padding-right: 7px;
    }

    .header-wrapper .b_inner_wrap {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 0;
        height: auto;
    }

    #qmEditor, #qmEditorClosed {
        display: none;
    }

    .sandwich-btn {
        display: block;
    }

    .footer-bottom-mobile {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #646464;
        margin-top: 22px;
    }

    .footer-bottom-mobile p {
        margin: 0 0 12px 0;
    }

    .footer-bottom-mobile p:last-child {
        margin-bottom: 0;
    }

    .footer-bottom-mobile a {
        color: #646464;
        text-decoration: none;
    }

    .footer-bottom-mobile a:hover {
        color: #646464;
        text-decoration: none;
    }

    .b_footer_bottom {
        display: none;
    }

    .footer-requisites {
        display: none;
    }

    .b_footer_top_social {
        display: none;
    }

    #footer_wrap {
        height: auto;
        background-color: #fff;
        margin-top: 0;
        padding: 0 15px 50px;
    }

    #footer_wrap, #footer_wrap * {
        box-sizing: border-box;
    }

    .b_main_menu.b_footer_menu {
        display: block;
        position: static;
    }

    .b_main_menu.b_footer_menu li {
        float: none;
        background: unset;
        width: 100%;
        text-align: left;
        max-width: 100%;
        margin-top: 14px;
        padding: 0;
    }

    .b_main_menu.b_footer_menu li:first-child {
        margin-top: 0;
    }

    .b_main_menu.b_footer_menu li a {
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .b_footer_top {
        height: auto;
        border-top: none;
        border-bottom: none;
        background: unset;
    }
    
    .b_footer_top .b_inner_wrap {
        height: auto;
    }

    .footer-links-wrap {
        text-align: left !important;
        font-size: 14px;
        line-height: 18px;
        margin-top: 35px;
    }

    .footer-links-wrap br {
        display: none;
    }

    .footer-link {
        display: block;
        margin-bottom: 21px;
    }

    .footer-head {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        color: #323232;
        margin-bottom: 37px;
    }

    .footer-head__img {
        font-size: 0;
        line-height: 0;
        margin-right: 29px;
    }

    .footer-head__img img {
        width: 51px;
        height: 48px;
    }

    .footer-head__main {
        padding-top: 2px;
    }

    .footer-head__btn {
        padding-left: 7px;
        padding-top: 11px;
    }

    .footer-head__btn a {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        padding: 6px 15px 4px;
        border-radius: 0px;
        background-color: #c90304;
        color: #fff;
        font-weight: bold;
    }

    .footer-head__title {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

    .hidden-mobile {
        display: none;
    }

    .b_header_logo_text .b_block_header {
        font-family: Arial, sans-serif;
        font-size: 32px;
        letter-spacing: normal;
        margin: 0;
    }

    .b_header_logo_text {
        padding-top: 30px;
        padding-bottom: 43px;
    }

    .partners-desktop {
        display: none !important;
    }

    .partner-slider {
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 79px;
        position: relative;
    }

    .partner-slider .slick-dots {
        display: block !important;
        position: static;
    }

    .partner-slider, .partner-slider * {
        box-sizing: border-box;
    }

    .partner-slider__inner {
        margin-left: -8px;
        margin-right: -7px;
    }

    .partner-slider__item {
        padding-left: 8px;
        padding-right: 7px;
    }

    .partner-card {
        background-color: #fff;
        height: 80px;
        line-height: 70px;
        padding: 5px;
        text-align: center;
        font-size: 0;
    }

    .partner-card img {
        display: inline-block !important;
        width: auto;
        max-width: 100%;
        max-height: 70px;
    }

    .partners_block_wrapp .b_section_header {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        font-family: Arial, sans-serif;
        margin-top: 0;
        margin-bottom: 39px;
    }

    .custom-slider-dots .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .main-benefits {
        display: block;
        padding-top: 12px;
        padding-bottom: 28px;
    }

    .main-benefits__title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        color: #323232;
        text-transform: uppercase;
        margin: 0 0 34px;
    }

    #content_wrap .main-benefit-card__image img {
        padding: 0;
        border: none;
    }

    .main-benefit-card, .main-benefit-card * {
        box-sizing: border-box;
    }

    .main-benefit-card {
        display: flex;
        justify-items: flex-start;
        align-items: flex-start;
        margin-top: 10px;
    }

    .main-benefit-card:first-child {
        margin-top: 0;
    }

    .main-benefit-card__text {
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        color: #323232;
    }

    .main-benefit-card__image {
        flex-shrink: 0;
        font-size: 0;
        line-height: 0;
        width: 77px;
        padding-right: 33px;
    }

    .benefits-btn {
        text-align: center;
        margin-top: 44px;
    }

    .benefits-btn a {
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 36px 12px;
        border-radius: 0px;
        background-color: #c90304;
        color: #fff;
        font-weight: bold;
    }

    .b_right_sidebar .search_form {
        display: none;
    }

    .listing-section__desktop-content {
        display: none;
    }

    .listing-section {
        position: relative;
        background: unset;
        border-top: 1px solid white;
        padding-top: 56px;
    }

    .b_right_sidebar_news {
        padding-top: 56px;
    }

    .listing-section .slick-dots.slick-dots--custom {
        position: static;
        display: block !important;
        margin-top: 19px;
    }

    .listing-card-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #018CA6;
        border-bottom: 1px dashed #C4C4C4;
        padding-bottom: 10px;
    }

    .listing-card-date {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #646454;
        margin-top: 11px;
    }

    .listing-section .b_read_more {
        margin-top: 40px;
    }

    .listing-section .b_read_more a {
        font-size: 12px;
        line-height: 20px;
    }

    .listing-section__title {
        color: #DC000B;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 34px;
    }

    .listing-card__image {
        font-size: 0;
        line-height: 0;
        margin-bottom: 30px;
    }

    .listing-card__image img {
        display: inline-block !important;
        padding: 0 !important;
        border: none !important;
    }

    .listing-section__slider {
        display: block;
    }

    .listing-card__video {
        margin-bottom: 29px;
        font-size: 0;
        line-height: 0;
    }

    .b_right_sidebar .listing-card__video iframe {
        height: 190px;
    }

    .shadow-after-videos {
        display: none;
    }

    .partners_block_wrapp.b_inner_wrap {
        padding-top: 12px;
    }

    .subscribe-mobile, .subscribe-mobile * {
        box-sizing: border-box;
    }

    .subscribeForm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .subscribeForm input[type="email"] {
        height: 52px;
        border: 1px solid #7f7f7f;
    }

    .subscribeForm label.subscribe-agreement-text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 20px;
    }

    .subscribeForm input[type="submit"] {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        padding: 12px 38px;
        width: 100%;
    }

    .subscribe-mobile {
        display: block;
        background-color: #fff;
        padding-top: 32px;
        padding-bottom: 26px;
    }

    .subscribe-mobile h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: #018CA6;
        margin: 0 0 26px;
    }

    .subscribeForm span.subscribe-field-label {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #7F7F7F;
    }

    .footer-spacer {
        display: block;
        height: 30px;
        background-color: #f6f6f6;
        margin-bottom: 22px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .b_header_doctor_logo_desktop {
        display: none;
    }

    .page-h1 {
        font-size: 32px;
        line-height: 1.15em;
        font-weight: 400;
        color: #018CA6;
        font-family: Arial, sans-serif;
        margin-top: 40px;
        margin-bottom: 0;
        background: none;
    }

    .inner-page #header_logo {
        display: none;
    }

    .block_h1 {
        background: none;
        margin: 0 0 0;
        display: block;
        padding-top: 31px;
    }

    .block_h1 h1 {
        font-size: 32px;
        line-height: 1.15em;
        font-weight: 400;
        color: #018CA6;
        font-family: Arial, sans-serif;
        background: none;
    }

    .export_text_button-wrap {
        text-align: right;
        padding-top: 4px;
        margin-bottom: 19px;
    }

    .export_text_button {
        display: inline-block;
        top: 0;
        font-size: 15px;
        line-height: 1.15em;
        border: none;
        padding: 8px;
    }
}

.sort-block .custom-dropdown {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

.poll-mobile {
    display: none;
}

.b_right_sidebar_news_item .link_more {
    display: none;
}

.b_footer_menu--mobile {
    display: none;
}

@media screen and (max-width: 1010px) {
    .sort-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 60px;
    }

    .sort-block .sort_block_title {
        margin-bottom: 0;
        margin-right: 12px;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
    }
    
    .sort-block .custom-dropdown {
        display: block;
        width: 218px;
    }
    
    .sort-block .sort_block_wrapp {
        display: none;
    }

    .sort-block select {
        width: 100%;
        height: 33px;
        line-height: 31px;
        border-width: 1px;
        padding: 0 10px;
        margin: 0;
        font-size: 13px;
        color: #656565;
    }

    .select2-container .select2-selection--single {
        height: 33px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #656565;
        line-height: 31px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        padding-left: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 31px;
        width: 28px;
        bottom: 1px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 12px;
        height: 6px;
        border: none;
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: 8px;
        background: transparent url("../images/mobile/dropdown-arrow.png") no-repeat 0 0;
    }

    .select2-dropdown {
        border-radius: 0;
    }

    .select2-results__option {
        padding: 8px 14px 7px;
        font-size: 13px;
        line-height: 1.15em;
        color: #656565;
    }

    .select2-container--default .select2-results__option[aria-selected=true],
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #4094AB;
    }

    .b_right_sidebar_news_item {
        h2 {
            font-size: 16px;
            line-height: 20px;
            color: #018CA6;
            font-weight: 400;
            margin: 0 0 15px;
            font-family: Arial, sans-serif;
            letter-spacing: 0;
        }
    }

    .b_right_sidebar_news_item_date {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #646464;
    }

    .b_right_sidebar_news_item .b_read_more {
        display: none;
    }

    .b_right_sidebar_news_item {
        border-bottom: 1px dashed #C4C4C4;
        padding-bottom: 18px;
        margin-bottom: 27px;
    }

    .b_pagination {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 56px;
    }

    .b_pagination a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .inner-page-bottom-text {
        margin-top: 38px;
    }

    .inner-page .partner-slider {
        padding-bottom: 30px;
    }

    .inner-page .partners_block_wrapp.b_inner_wrap {
        padding-top: 39px;
    }

    .poll-mobile {
        display: block;
        padding: 60px 13px 28px;
    }

    .inner-page .subscribe-mobile {
        padding-bottom: 36px;
    }

    .other-articles {
        border-top: 1px dashed #c4c4c4;
        border-bottom: 1px dashed #c4c4c4;
        padding-top: 44px;
        padding-bottom: 47px;
        margin-top: 68px;
        margin-bottom: 11px;
    }

    .other-articles .listing-section__title {
        margin-bottom: 45px;
    }

    .other-articles .listing-card-title {
        border-bottom: none;
    }

    .listing-card-title a:visited {
        color: #018CA6;
    }

    .other-articles .listing-card-date {
        margin-top: 33px;
    }

    .listing-section.other-articles .slick-dots.slick-dots--custom {
        margin-top: 37px;
    }

    .other-articles .b_read_more {
        text-align: left;
    }
    
    #content_wrap .b_clear {
        display: none;
    }

    .b_right_sidebar_news_item .link_more {
        display: block;
    }

    #content_wrap .bnr-pmtk a {
        position: static;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .b_right_sidebar input, .b_right_sidebar textarea, .b_right_sidebar select {
        box-sizing: border-box;
        width: 100%;
        max-width: 385px;
    }

    .b_main_menu.b_footer_menu {
        display: none;
    }

    .b_main_menu.b_footer_menu.b_footer_menu--mobile {
        display: block;
    }
}


.sidebar-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

@media (max-width: 768px) {
    .sidebar-image {
        display: none;
    }

    .sidebar-image-mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}

@media (min-width: 769px) {
    .sidebar-image-mobile {
        display: none;
    }
}
