@charset "utf-8";

/* CSS Document */

@font-face {

    font-family:"PT_Sans-Web-Regular"; 

    src: local("PT_Sans-Web-Regular"), 

    url("../font/PT_Sans-Web-Regular.ttf"); 

}

@font-face {

    font-family:"PT_Sans-Web-Boldt"; 

    src: local("PT_Sans-Web-Bold"), 

    url("../font/PT_Sans-Web-Bold.ttf"); 

}

@font-face {

    font-family:"PFDinDisplayPro-Med"; 

    src: local("PFDinDisplayPro-Med"), 

    url("../font/PFDinDisplayPro-Med.ttf"); 

}

@font-face {

    font-family:"PFDinDisplayPro-BoldItal"; 

    src: local("PFDinDisplayPro-BoldItal"), 

    url("../font/PFDinDisplayPro-BoldItal.ttf"); 

}

input[type="submit"]{

	-webkit-appearance: none;

}

@font-face {

    font-family:"Flow_0"; 

    src: local("Flow_0"), 

    url("../font/Flow_0.otf"); 

}

@font-face {

    font-family:"Flow"; 

    src: local("Flow"), 

    url("../font/Flow.otf"); 

}

p{

	font-size:15px; color:#414141;

}

	p a, a {

		color:#009BD6; font-size:15px; text-decoration:underline;

	}

	p a:hover, a:hover {

		color:#009BD6;

	}

*{

	margin:0;

	padding:0;
	font-family:"PT_Sans-Web-Regular"; }

a{text-decoration:none;}

ul li, ol li, li {

	list-style:none;

	color:#272727;

	margin-bottom: 9px;

	font-size:15px;

}

ol{

 counter-reset: li; /* Инициируем счетчик */

 list-style: none; /* Удаляем нумерацию по умолчанию */

 *list-style: decimal; /* Оставляем нумерацию по умолчанию для IE6/7 */

 padding: 0;

}

ol li{

	margin-bottom: 6px;

}

ol li:before{

 content: counter(li)'.';

 counter-increment: li;

 display:inline-block;

 vertical-align:bottom;

 width:auto;

 height:auto;

 background:none;

 color:#FF8100;

 font-size:18px;

 font-family:"PT_Sans-Web-Boldt";

 margin: -1px 8px 0px 0px;

}  

.logged-in-as a {
    font-size: 15px;
}

h2{

	color:#007089; font-size:22px; font-family:"PT_Sans-Web-Boldt"!important;

}

h3, h4, h5, h6, h3 > span, h4> span, h5> span, h6 > span{

	color:#007089;

	font-size:18px;

	font-family:"PT_Sans-Web-Boldt"!important;

	margin-bottom: 9px;

}

h4 {font-size: 16px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}

li:before{

	display:inline-block;

	vertical-align:middle;

	content:'';

	margin: -2px 8px 0px 2px;

	background: url(../img/sprite.png) no-repeat -85px -58px;

	width: 10px;

	height: 8px;

}

img{ border:none; max-width: 100%; }

h1, h2, h3, h4, h5, h6{font-weight:normal;}

textarea{resize:none;}

textarea, input, button, a{outline:none;}

button{border:none; background:none; cursor:pointer;}

.wraper{

	background: url(../img/bg/bg_all.jpg) repeat-y center 385px;

}

.wraper > div{

	min-width:980px;

}

.wraper > div > div{

	width:980px;margin:0 auto;

}







.head{

	background:url(../img/bg/header.jpg) no-repeat top center;

	padding-top: 19px;

	padding-bottom: 16px;

	margin-bottom: -17px;

}

.top_menu{

	overflow:hidden;

	border-radius:3px;

	background:#FF8A00;

	display:inline-block;

	vertical-align:top;

	margin-bottom: 32px;

}

	.top_menu li{

		float:left;

		margin-bottom: 0;

	}

	.top_menu li:before{

		display:none;

	}

		.top_menu li a{

			display:block;

			background:#FF8A00;

			color:#fff;

			font-family:"PT_Sans-Web-Boldt";

			text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

			font-size:15px;

			padding: 9px 15px 12px;

		}

		.top_menu li:first-child a{

			padding: 9px 15px 12px 24px;

		}

		.top_menu li:last-child a{

			padding: 9px 20px 12px 15px;

		}

		.top_menu li a:hover{

			background:#00A3D0;

		}

.logo{

	display:inline-block;

	vertical-align:top;

	position: relative;

	min-width:500px;

	margin-left: 3px;

}

	.logo:before{

		background:url(../img/logo.png) no-repeat 0px 0px;

		width:126px;

		height:126px;

		display:block;

		float:left;

		margin-right: 19px;

		content:'';

	}

	.logo > a {

		width:126px;

		height:126px;

		display:block;

		position: absolute;

		left: 0;

		top: 0;

	}

	.logo h1, .logo div {

		font-family:"PFDinDisplayPro-Med";

		font-size:30px;

		color:#2D292A;

		line-height: 30px;

		margin-top: 13px;

	}

		.logo h1 span, .logo div span{

			font-size:17px;

			color:#2D292A;

			font-family:"PFDinDisplayPro-BoldItal";

			margin-top: 2px;

			display: inline-block;

			vertical-align: top;

		}

.button_block{

	overflow:hidden;

	margin-top: 15px;

	margin-bottom: 40px;

}

.button{

	background:#FF8A00;

	color:#fff;

	font-family:"PT_Sans-Web-Boldt";

	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

	font-size:22px;

	text-align:center;

	line-height: 45px;

	display:block;

	float:right;

	border-radius: 4px;

	width:214px;

	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

	-moz-box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

	box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

	

}

.button a, .button a:hover, .button a:focus, .button a:active{    font-family: "PT_Sans-Web-Boldt"; color:#fff;}

	.button:hover{

		background:#FFB100;

		-webkit-box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

		-moz-box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

		box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

	}

	.sun_button:before{

		background: url(../img/sprite.png) no-repeat -109px -32px;

		width:32px;

		height:33px;

		display:inline-block;

		vertical-align:middle;

		content:'';

		margin: -5px 13px 0px -9px;

	}

	.button.sun_button a {

	font-size: 22px;

}

.menu_blue{

	background:url(../img/bg/blue.jpg); font-size:0;

}

	.menu_hidden > li{

		display:inline-block;

		vertical-align:top;

		position:relative;

		margin-bottom: 0;

	}

	.menu_blue li:before{

		display:none;

	}

		.menu_hidden > .home > a{

			padding: 7px 8px 12px 21px;

			margin-right: -4px;

		}

		.home > a:before{

			background: url(../img/sprite.png) no-repeat 0px -30px;

			height: 33px;

			width: 34px;

			content:'';

			display:block;

		}

		.menu_hidden > li > a{

			font-size:17px;

			color:#fff;

			display: block;

			padding: 15px 17px 15px 13px;

			font-family:"PT_Sans-Web-Boldt";

			text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

			position:relative;

			margin-right: 4px;

		}

		.menu_blue a:hover{

			background:#0081B5;

		}

		.menu_hidden li.active > a{

			background:#0081B5;

		}

	

.sub-menu{

	display:none;

	position:absolute;

	top:100%;

	width: 234px;

	background:#fff;

	border-radius:3px;

	padding: 18px 0px 11px 18px;

	text-align:justify;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);

	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);

	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);

	z-index: 999999;

}

.menu_hidden > li:hover > .sub-menu{

		display:block;

}

	.menu_hidden > li:hover > .sub-menu:before{

		bottom: 100%;

		left: 15%;

		border: solid transparent;

		content: " ";

		height: 0;

		width: 0;

		position: absolute;

		pointer-events: none;

		border-color: rgba(255, 255, 255, 0);

		border-bottom-color: #fff;

		border-width: 8px;

		margin-left: -8px;

		z-index:9999;

	}

		.sub-menu > li{

			display:inline-block;

			vertical-align:top;

			width: 101px;

			margin-bottom:0px;

			border-right:2px solid #D0F4FB;

		}

		.sub-menu > li:nth-child(2n){

			border-right:none;

		}

			.sub-menu a{

				color:#009BD6;

				font-family:"PT_Sans-Web-Boldt";

				font-size:17px;

				background:none;

				letter-spacing: -0.1px;

				margin-bottom: 12px;

				display: block;

			}

			.sub-menu a:hover{

				color:#FF8A00; text-decoration:underline; background:none;

			}

	.sub-menu:after{

		display:inline-block; vertical-align:top; clear:both; width:100%; content:'';

	}

.content{

	

}

.content > div{

	background-color:#fff;

}

.articl_bottom .comment {
	width: auto!important;
}

.publicity{

	padding: 8px 5px 10px 21px;

	background:#FFF5E6;

}

	.publicity a{

		font-size:18px;

		color:#FF8A00;

		font-family:"PT_Sans-Web-Boldt";

		text-decoration:underline;

		letter-spacing: -0.1px;

	}

	.publicity a:hover{

		text-decoration:none;

	}

	



.content_wrap{

	overflow:hidden;

	padding: 24px 20px 0px 20px;

}

.left_content{

	width: calc(100% - 300px);

	float:left;

}

.right_content{

	float:right; width: 280px;

}

.page_not_found .right_content {

	display: none;

}

.articl{

    margin-bottom: 38px;

}

	.articl h2, .articl h2 span, .articl h2 > a {

		font-family:"PT_Sans-Web-Boldt";

		font-size: 24px;

		margin-bottom: 17px;

		line-height: 26px;

	}

	.articl > h2, .articl h2 > a{

		color:#009BD6;

	}

	.articl p a{

		color:#009BD6 !important;

	}
.articl p {
	overflow: hidden;
	width: 100%;
}
.articl p img {

    border: none !important;

}

.author{

	display: flex;

	border:2px solid #C5F4FD;

	padding: 8px 17px 6px;

	justify-content: space-between;

	margin-bottom: 17px;
	overflow: hidden;

}

	.author p{

		font-size: 15px;

		color: #36616B;

		padding-top: 1px;

		display:inline-block;

		letter-spacing: 0.1px;

	}

		.author p a{ 

			color:#009BD6; font-size:15px; text-decoration:underline;

		}

		.author p a:hover{

			color:#FF8A00;

		}

.name_author{

	padding-top: 3px !important;

	    min-width: 50%;

}

.name_author:before{

	background: url(../img/sprite.png) no-repeat -37px -32px;

	content:'';

	width: 20px;

	height: 22px;

	display:inline-block;

	vertical-align:top;

	margin: -2px 8px 0px 0px;

}

.date_author{

	padding-top: 3px !important;

}

.date_author:before{

	background: url(../img/sprite.png) no-repeat -62px -32px;

	content:'';

	width:18px;

	height:20px;

	display:inline-block;

	vertical-align:top;

	margin: -1px 9px 0px 0px;

}

.articl_foto{

	position:relative;

	height: 290px;

	margin-bottom: 15px;

}

	.articl_foto img{

		width:100%; height:auto; max-height:290px;

	}

	.articl_logo{

		position:absolute;

		top: 22px;

		left:0px;

		border-radius:0px 4px 4px 0px;

		width: 243px;

		z-index:10;

		background: rgba(255,153,0,1);

		background: -moz-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,191,0,1) 100%);

		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,153,0,1)), color-stop(100%, rgba(255,191,0,1)));

		background: -webkit-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,191,0,1) 100%);

		background: -o-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,191,0,1) 100%);

		background: -ms-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,191,0,1) 100%);

		background: linear-gradient(to right, rgba(255,153,0,1) 0%, rgba(255,191,0,1) 100%);

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffbf00', GradientType=1 );

		padding: 5px 0px 6px 6px;

	}

	.articl_logo p{

		color:#32251A;

		font-family:"PFDinDisplayPro-Med";

		font-size:18px;

		display:inline-block;

		vertical-align:top;

		width:170px;

		line-height: 21px;

		margin-bottom: 0 !important;

	}

	.articl_logo:before{

		background:url(../img/logo_foto.png) no-repeat;

		width:60px;

		height:62px;

		display:inline-block;

		vertical-align: bottom;

		margin: -20px 8px 0px 0px;

		content:'';

	}

	.articl_title{

		width:100%; bottom:0px; left:0px; text-align:center; z-index:10; position:absolute;

	}

		.articl_title span{

			font-family:"PFDinDisplayPro-Med";

			font-size:24px;

			text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

			color:#fff;

			margin-bottom: 15px;

			line-height: 25px;

			letter-spacing: -0.1px;
			    display: block;

		}

	.articl_foto:after{

		background: rgba(255,255,255,0);

		position:absolute; z-index:1; content:''; display:block; position:absolute; top:0px; bottom:0px; left:0px; right:0px;

		background: -moz-linear-gradient(top, rgba(255,255,255,0) 46%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.32) 66%, rgba(0,163,209,0.54) 77%, rgba(0,163,209,1) 100%);

		background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(66%, rgba(255,255,255,0.32)), color-stop(77%, rgba(0,163,209,0.54)), color-stop(100%, rgba(0,163,209,1)));

		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 46%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.32) 66%, rgba(0,163,209,0.54) 77%, rgba(0,163,209,1) 100%);

		background: -o-linear-gradient(top, rgba(255,255,255,0) 46%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.32) 66%, rgba(0,163,209,0.54) 77%, rgba(0,163,209,1) 100%);

		background: -ms-linear-gradient(top, rgba(255,255,255,0) 46%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.32) 66%, rgba(0,163,209,0.54) 77%, rgba(0,163,209,1) 100%);

		background: linear-gradient(to bottom, rgba(255,255,255,0) 46%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.32) 66%, rgba(0,163,209,0.54) 77%, rgba(0,163,209,1) 100%);

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00a3d1', GradientType=0 );

	}

	.articl > p{

		font-size:15px;

		color:#282828;

		line-height: 20px;

		letter-spacing: -0.07px;

	}

.read_all{

	font-size:15px;

	color:#FF8A00;

	font-family:"PT_Sans-Web-Boldt";

	border:2px solid #FF9300;

	border-radius:4px;

	padding: 5px 13px 6px;

	display:inline-block;

	vertical-align:top;

	margin: 11px 0px 0px 0px;

}

.read_all:hover{

	border-color:#00A3D0; color:#00A3D0;

}

.articl_bottom{

	background:#E0F4FD;

	border-bottom:3px solid #BCE4F5;

	padding: 8px 21px;

	overflow:hidden;

	margin-top: 16px;

}

.comment-list li {

	margin-left: 0;

	width: 100%;

}

.comment-list li:before {

	display: none;

}

.add_comment{

	font-size:15px; color:#fff; font-family:"PT_Sans-Web-Boldt";  background:#00A3D1; display:block; float:left;

	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,137,176,1);

	-moz-box-shadow: inset 0px -3px 0px 0px rgba(0,137,176,1);

	box-shadow: inset 0px -3px 0px 0px rgba(0,137,176,1);

	border-radius:3px; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

	width:180px; text-align:center; line-height:34px;

}

#comment {display: none;}

.articl_bottom .add_comment:hover{

	background:#FF8A00;

	color: #fff !important;

	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(236,116,0,1);

	-moz-box-shadow: inset 0px -2px 0px 0px rgba(236,116,0,1);

	box-shadow: inset 0px -2px 0px 0px rgba(236,116,0,1);

}

.comment{

	float:left;

	color:#5E93A0;

	font-size:15px;

	font-family:"PT_Sans-Web-Boldt";

	margin: 2px 0px 0px 19px;

}

	.comment a{
		color:#009BD6; font-size:20px; text-decoration:underline;

	}

	.comment a:hover{

		color:#00A3D0;

	}

.articl_rubrik{
	width: auto!important;
	float:right;

	font-size:15px;

	color:#282828;

	margin-top: 6px;

	max-width: 240px;

	padding-left: 30px;

	position: relative;
	overflow: initial!important;

}

	.articl_rubrik a, .left_content .category li a{

		font-size:15px; color:#009BD6; text-decoration:underline;

	}

	.articl_rubrik a:hover{

		color:#FF8A00;

	}
	.articl_rubrik{
	}
	.articl_rubrik:before{

		background: url(../img/sprite.png) no-repeat -84px -33px;

		width:22px;

		height:22px;

		content:'';

		display:inline-block;

		vertical-align:top;

		position: absolute;

		left: 0;

		margin: 0px 7px 0px 4px;

	}

.pagination {

	padding-bottom: 37px;

    margin-top: -5px;

}

	.pagination a{

		color:#00A3D1;

		font-size:18px;

		font-family:"PT_Sans-Web-Boldt";

		display:inline-block;

		border:2px solid #CBEBF9;

		background-color: #fff;

		vertical-align:top;

		width:28px;

		line-height:28px;

		border-radius:3px;

		text-align: center;

		margin-right: 6px;

	}

	.pagination span{

		color:#fff;

		font-size:18px;

		font-family:"PT_Sans-Web-Boldt";

		display:inline-block;

		border:2px solid #FF8A00;

		background-color: #FF8A00;

		vertical-align:top;

		width:28px;

		line-height:28px;

		border-radius:3px;

		text-align: center;

		margin-right: 6px;

		text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

	}

	.pagination a:hover{

		color:#FF8A00;

	}

	

	.pagination .next, .pagination .prev {

	  width: auto;

	  padding: 0px 10px;

	}

	.pagination .next:after{

		background: url(../img/sprite.png) no-repeat 0px -71px;

		height:14px;

		width: 10px;

		display:inline-block;

		vertical-align:middle;

		margin-left: 11px;

		margin-top: -3px;

		content:'';

	}



.search{

	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

	box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

	position:relative;

	padding: 16px 19px;

	margin-top: 3px;

	margin-bottom: 25px;

}

	.input_one {

		padding: 9px 58px 10px 16px;

		width: 100%;

		display:block;

		font-style:italic;

		color: #757575;

		font-size: 15px;

		background-color: #F0F0F0;

		border:none;

		border-radius:4px;

		height: 41px;

		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);

		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);

		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);

		-webkit-appearance: none;
		
		box-sizing: border-box;
	}



.search input[type="submit"] {

  position: absolute;

  right: 20px;

  top: 16px;

  cursor: pointer;

  width:43px;

  text-indent:-99999px;

  background:url(../img/search.png) no-repeat center center #FF8A00;

  border: none;

  height: 41px;

  cursor:pointer;

  border-radius: 0px 3px 3px 0px;

}

.search input[type="submit"]:hover{

	background:url(../img/search.png) no-repeat center center #00A3D0;

}

.support{

	background: url(../img/bg/support1.jpg) no-repeat 0px 38px;

	background-size: contain;

	padding-bottom: 35px;

}

	div.title_side{

		font-family: "PT_Sans-Web-Regular";

		font-size:22px;

		color:#fff;

		line-height: 40px;

		background:url(../img/bg/blue.jpg);

		padding-left: 21px;

		padding-bottom: 2px;

	}

	.support_form{

	    padding-top: 150px;

		margin: 0px 10px;

	}

.support_form .input_one{

	background: url(../img/mail.png) no-repeat 10px 12px #fff;

	border: 2px solid #FF8A00;

	padding: 0px 20px 0px 41px;

	width: 195px;

	margin-bottom: 15px;

}

.support_form input[type="submit"]{

	border:none;

	cursor:pointer;

	width:260px;

	padding: 0px 0px 3px 0px;

	line-height: 39px;

	float:none;

}

.social{

	text-align:center; padding-top:15px;

}

	.social a{

		background-image:url(../img/sprite.png);

		background-repeat:no-repeat;

		width: 30px;

		height:30px;

		display:inline-block;

		vertical-align:top;

		margin: 0px 2px;

	}

	.soc1{

		background-position:0px 0px;

	}

	.soc1{

		background-position:0px 0px;

	}

	.soc2{

		background-position: -39px 0px;

	}

	.soc3{

		background-position: -78px 0px;

	}

	.soc4{

		background-position: -116px 0px;

	}

	.soc5{

		background-position: -155px 0px;

	}

	.soc6{

		background-position: -194px 0px;

	}

.heading{

  margin-top: 7px;

  margin-bottom: 12px;

}

	.orange_title{

		font-family: "PT_Sans-Web-Regular"; font-size:22px;color:#FF9B00; padding-top:10px; padding-bottom:9px;

	}

	.heading_img{

	display: inline-block;

	vertical-align: middle;

	width: 36px;

	text-align: center;

	padding-top: 4px;

	margin-right: 9px;

	}

	.heading_text{

	}

	.heading li{

		 margin-bottom:2px;

	}

	.left_content .category li {

		padding-left: 10px;

	}

	.heading li:before, .category li:before {

		display:none;

	}

		.heading li a{

			font-size:20px;

			color:#fff;

			display: flex;

			font-family: "PT_Sans-Web-Boldt";

			text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

			background: url(../img/bg/orange.jpg);

			justify-content: flex-start;

			align-items: center;

			height: 42px;

			padding-left: 12px;

		}

		.heading li a:hover{

			background:#00A3D0;

		}

.partner{margin-bottom: 28px;}

.partner_block{

}

.partner_head{

	background:url(../img/bg/blue.jpg);

	min-height: 43px;

	display: flex;

	justify-content: flex-start;

	align-items: center;

	margin-bottom:2px;

	padding-left: 7px;

}

	.partner_title_img{

		margin: 3px 14px 0px 7px;

		width: 40px;

		text-align: center;

	}

	.partner_title_text{

		display:inline-block;

		vertical-align:top;

		font-size:22px;

		color:#fff;

		margin-top: -1px;

	}



.partner_cont{

	background:#CCEDFC;

	min-height: 41px;

	display: flex;

	justify-content: flex-start;

	align-items: center;

	margin-bottom:2px;

	padding-left: 7px;

}

	.partner_cont .partner_title_img{

		margin:0px 10px;

	}



	.partner_cont a, .spanlink {

		font-size:18px; color:#009BD6; font-family: "PT_Sans-Web-Boldt";

	}

	.comments .spanlink, .comment_text .spanlink {

		font-family: "PT_Sans-Web-Regular";

	}

	.comments p.spanlink {

	    font-size: 18px;

	    color: #282828;

	}

	.partner_cont a:hover, .spanlink:hover {

		color:#FF8A00; text-decoration:underline; cursor: pointer;

	}

	.comments p.spanlink:hover {

	    color: #282828;

	    text-decoration:none; cursor: default;

	}

.price{

	position:relative;

	margin-bottom: 30px;

}

	.price:after{

		position:absolute;

		bottom: -9px;

		right: -8px;

		background:url(../img/page.jpg);

		width:37px;

		height:39px;

		display:block;

		content:'';

	}

	.price > p{ 

	}

.price_cont{

	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

	box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

	font-size:0;

	padding: 0px 2px 35px 12px;

}

.price_country{

	text-align:center;

	width: 50%;

	display:inline-block;

	vertical-align:top;

	margin-top: 11px;

	margin-bottom: -3px;

}

	.price_country img{

		display:block;

		margin: 0 auto -7px;

	}

	.price_country a{

		font-size:21px; color:#00A1D3; text-decoration:underline;

	}

	.price_country a:hover{

		color:#FF8A00; text-decoration:none;

	}

.artikls_list{

}

.artikl_small{

	border-bottom:2px dashed #B0E6F7;

	display: flex;

	align-items: center;

	padding: 19px 0px 15px;

	margin: 0px 18px -7px 8px;

}

	.artikl_small img{

	margin-right: 11px;

	max-width: 100px;

	max-height: 70px;

	}

	.artikl_small a{

		font-size:15px;

		color:#00A1D3;

		text-decoration:underline;

		display:inline-block;

		line-height: 18px;

	}

	.artikl_small a:hover{

		color:#FF8A00;

	}

.price_cont .artikl_small:last-child{

	border-bottom:none;

	padding-bottom: 7px;

}

.wp-caption {

	max-width: 100%;

}

.wp-caption .wp-caption-text {



}

.comments{

  margin-top: 20px;

}

.face{

	margin-bottom: 3px;

}

.fone{

	padding-bottom: 16px;

	width:70px;

	display:inline-block;

	vertical-align:top;

    margin: 20px 9px -11px 7px;

	text-align: center;

}

	.fone a{

		font-size:14px; color:#00A1D3; text-decoration:underline;

	}

.coment{

	padding: 2px 6px 4px 6px;

	background:#E0F4FD;

	border-radius:3px;

	display:block;

	font-size:14px;

	color:#009DD4;

	margin-top: 9px;

}

	.coment:before {

		content: '';

		width: 22px;

		height: 20px;

		background: url(../img/sprite.png) no-repeat -150px -33px;

		display: inline-block;

		vertical-align: middle;

		margin-right: 10px;

	}

.polling{padding-top: 2px;}

	.wp-polls-ul {

		margin: 0;

	}

	.wp-polls-ul li p span {

		font-family: "PT_Sans-Web-Boldt";

		color: #35A5D3;

	}	

	.polling .price_cont{

	padding: 14px 16px 74px 20px;

	}

	.polling .price_cont li:before {

		display: none;

	}

	.polling .price_cont li p{

		font-size:16px;

		color:#36616B;

		font-family: "PT_Sans-Web-Boldt";

		margin-bottom: 10px;

	}

	.polling .price_cont .question {

		font-size:16px;

		color:#36616B;

		font-family: "PT_Sans-Web-Boldt";

		margin-bottom: 15px;

	}

	.polling input[type="radio"] + label{

		font-size:16px;

		color:#36616B;

		font-family: "PT_Sans-Web-Boldt";

	}

input[type="radio"] {

    display:none;

}

input[type="radio"] + label span {

    display:inline-block;

    width:26px;

    height:26px;

    margin: -2px 9px 0 0;

    vertical-align:middle;

    background:url(../img/sprite.png) no-repeat -33px -61px;

    cursor:pointer;

}

input[type="radio"]:checked + label span {

    background:url(../img/sprite.png) no-repeat -59px -61px;

}

.polling .button{

	float:left;

	width: 121px;

	font-size: 18px;

	line-height: 36px;

	padding-bottom: 2px;

	margin-top: 4px;

}

.result{

	font-size:18px;

	color:#00A3D1;

	font-family: "PT_Sans-Web-Boldt";

	text-decoration:underline;

	float:right;

	letter-spacing: -0.3px;

	display: block;

	margin: 10px 33px 0px 0px;

}





.footer{

	background: url(../img/bg/footer.png) no-repeat center 22px;

}

.footer_content{

	background-color:#fff;

	padding: 14px 18px 12px 19px;

	margin-top:195px;

	border:2px solid #2A92AD;

	border-bottom:none;

	border-radius:3px 3px 0 0;

}

	.footer_content p{

		color:#047C93;

		font-size:14px;

		padding-bottom: 2px;

		letter-spacing: -0.04px;

	}

.count{

	float:right;

	margin-top: 3px;

}



#back-top {

	position: fixed;

	top: 50%;

	right:50%;

	margin-top:-49px;

	margin-right:-553px;

	z-index: 99;

	}

#back-top a, #back-bottom a {

	width: 44px;

	text-align: center;

	height: 44px;

	border-radius:3px;

	background:#00A3D1;

	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0,139,178,1);

	-moz-box-shadow: inset 0px -3px 0px 0px rgba(0,139,178,1);

	box-shadow: inset 0px -3px 0px 0px rgba(0,139,178,1);

	display: block;

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	transition: 0.5s;

	}

	#back-top a:before{

		content:'';

		display:inline-block;

		vertical-align:top;

		background: url(../img/sprite.png) no-repeat -175px -34px;

		width: 24px;

		height:30px;

		margin-top: 6px;

	}

#back-top a:hover, #back-bottom a:hover {

	background:#FF8A00;

	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

	-moz-box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

	box-shadow: inset 0px -3px 0px 0px rgba(236,116,0,1);

}



#back-bottom {

	position: fixed;

	bottom: 50%;

	right:50%;

	margin-bottom:-49px;

	margin-right:-553px;

	z-index: 99;

	}

#back-bottom a:before{

		content:'';

		display:inline-block;

		vertical-align:top;

		background: url(../img/sprite.png) no-repeat -200px -34px;

		width: 24px;

		height:30px;

		margin-top: 6px;

	}

.page_not{

	width:620px;

	margin:0px auto;

	text-align:center;

	padding-top: 37px;

	padding-bottom: 52px;

}

.title404{

	color:#FF8A00;

	font-size:30px;

	font-family:"Flow";

	text-transform: uppercase;

	margin-bottom: 14px;

}

.page404{

	background:url(../img/404.jpg) no-repeat top center;

	height: 103px;

	padding-top: 283px;

}

.back_to_index{

	font-family:"Flow";

	font-size:22px;

	color:#FF8900;

	text-decoration:underline;

	line-height: 24px;

}

.back_to_index:hover{

	color:#0088C8; 

}

.text404{

	color:#2C2C2C;

	font-size:18px;

	line-height: 26px;

	letter-spacing: -0.1px;

}

	.text404 a{

		color:#0088C8; text-decoration:underline; font-size:18px;

	}

	.text404 a:hover{

		color:#FF8A00;

	}

	.page_not .search{

			-webkit-box-shadow:none;

			padding:0px;

			-moz-box-shadow:none;

			box-shadow:none;

			margin: 28px 4px 0px 26px;

	}

		.page_not .search .input_one{

			width: 90%;

		}

		.page_not .search input[type="submit"]{

			top: 0;

		}

.breadcrumb{margin-bottom: 12px;}

	.breadcrumb p{

		color:#009BD6;

		font-size:14px;

		display: inline-block;

		word-spacing: 3.3px;

	}

		.breadcrumb p a{

			color:#009BD6;

			font-size:14px;

			text-decoration:underline;

		}

		.breadcrumb p a:hover{

			color:#FF8900;

		}

		.breadcrumb p span{

			word-spacing:0px;

			padding-left: 2px;

			letter-spacing: -0.15px;

		}

.articl_full{

}

	.articl_full h1{

		color:#007089;

		font-size:28px;

		font-family: "PT_Sans-Web-Boldt";

		line-height: 27px;

		letter-spacing: 0;

		margin-bottom: 16px;

	}

	.articl_full > h2{

		color:#007089;

		font-size: 22px;		

		margin-bottom: 7px;

	}

	.articl_full > h2 > span, .articl_full > h3 > span {

		font-family: "PT_Sans-Web-Boldt";

	}

	.articl_full p{

		margin-bottom:20px;

	}

	.articl_full .articl_foto{

		    margin-bottom: 21px;

	}

	.articl_full .author{

		padding: 11px 8px 6px;

		align-items: flex-start;

		margin-bottom: 20px;

	}

.author_foto{margin: -4px 0px 0px 0px;}

.articl_full .author p {

    margin-bottom: 2px;

}

.articl_full .author p.date_author{padding-top: 8px !important;color: #35616B;font-size: 15px;}

.articl_full .author p.date_author:before{margin: -3px 11px 0px 0px;}

.articl_full .author > div:nth-child(2){

	width: 200px;

}

.articl_full .author > div:last-of-type{

	width: 318px;

}

.articl_full .articl_rubrik {

    float: none;

}

/*-------------------------------- Contact --------------------------------*/

 

#contact_form {

        position: relative;

        width: 100%;

	margin-top: 20px;

    margin-bottom: 40px;

}

 

.contact_left {

        float: left;

        width: 131px;

}

 

.contact_right {

        float: right;

	width: -moz-calc(100% - 155px);

	width: -webkit-calc(100% - 155px);

	width: calc(100% - 155px);

}

 

.contact_name, .contact_email, .contact_theme, .contact_textarea { position: relative; }

 

.contact_name input[type="text"],

.contact_email input[type="text"],

.contact_theme input[type="text"] {

        position: relative;

	width: 100px;

        height: 30px;

        line-height: 30px;

	padding: 0 0 0 31px;

        margin: 0 0 20px;

        background: #f7f7f7 url(../img/nameid.png) no-repeat 2px 0;

        border: none;

        border-radius: 4px;

        box-shadow: inset 0.5px 0.5px 3px #aaaaad;

        font: normal 13px Arial, sans-serif;

        color: #434343;

}

.contact_email input[type="text"] { background: #f7f7f7 url(../img/mailid.png) no-repeat 0 0; }

.contact_theme input[type="text"] { background: #f7f7f7 url(../img/url.png) no-repeat 2px 0; }

 

.contact_textarea textarea {

        position: relative;

	width: -moz-calc(100% - 20px);

	width: -webkit-calc(100% - 20px);

	width: calc(100% - 20px);

        height: 116px;

        padding: 7px 10px;

	margin: 0 0 18px;

        background: #f7f7f7;

        border: none;

        border-radius: 4px;

        box-shadow: inset 0.5px 0.5px 3px #aaaaad;

	font: normal 13px Arial, sans-serif;

        color: #434343;

}

 

.contact_name input[type="text"]:focus, .contact_email input[type="text"]:focus, .contact_theme input[type="text"]:focus, .contact_textarea textarea:focus, .contact_submit:focus {

        outline: none;

        box-shadow: 0 0 5px #aaaaad;

}

 

.contact_submit {

	float: right;

	width: 120px;

	padding-top: 7px;

	padding-bottom: 4px;

	margin: 0 0 15px;

	background: #6ea077;

        border: none;

        border-radius: 4px;

	text-transform: uppercase;

	text-align: center;

	font-size: 16px;

	color: #fff;

	transition: background-color ease-in-out .15s;

	cursor: pointer;

}

.contact_submit:hover { background: #7FAC87; }

 

.contact_message {

        width: 100%;

        height: 22px;

        padding: 70px 0;

        text-align: center;

        font: normal 22px Arial, sans-serif;

        color: #434343;

}

 

.errors, .errorss {

	position: absolute;

	bottom: 2px;

	left: 10px;

	font: normal 12px Arial, sans-serif;

        color: red;

	z-index: 999;

}

.rubrik:before {

    background: url(../img/sprite.png) no-repeat -87px -67px;

    width: 17px;

    height: 22px;

    content: '';

    display: inline-block;

    vertical-align: top;

    margin: -1px 7px 1px 6px;

}

.inside, .articl div#toc_container{

	background:#CCEDFC;

	padding: 12px 20px 17px 22px;

	border-radius: 5px;

	border: none;

	margin: 22px 0px 17px;

}

.articl div#toc_container ul li {

	font-size: inherit;

}

.articl #toc_container p.toc_title + ul.toc_list {

	margin-top: 0;

}

	.inside li, #toc_container li {

	margin-bottom: 5px;

	}

		.inside li a, #toc_container li a {

			font-size:15px; color:#009BD6; text-decoration:underline;

		}

	.inside li:before, #toc_container li:before {

		display:none;

	}

	

div#toc_container p.toc_title {

	color: #007089;

	font-size: 18px;

	font-family: "PT_Sans-Web-Boldt";

	margin-bottom: 9px;

    text-align: left;

}



.border{

	background:#C3EBFB;

	height:2px;

	width:100%;

	margin: 24px 0px 17px;

}

.foto_with_title, .wp-caption {

	background:#D9F3FD;

	margin: 2px 0px 0px;

	padding-bottom: 9px;

}

	.foto_with_title img{

		width:100%; height:auto;

	}

	.foto_with_title p, .wp-caption .wp-caption-text {

		text-align:center;

		font-family: "PT_Sans-Web-Boldt";

		color:#007089;

		font-size:15px;

		padding-top: 6px;

		margin-bottom: 0;

	}

blockquote {

	background:#e0f3fd;

	color:#2f6f87;

	font-size:17px;

	font-family: "PT Sans", sans-serif;

	border-left:3px solid #59a5c6;

	padding: 20px 54px 16px 20px;

	position:relative;

	font-style: italic;

	margin-bottom: 34px;

	letter-spacing: -0.4px;

}

blockquote p {
	color:#2f6f87;
	font-family: "PT Sans", sans-serif;
	font-size:17px;
	font-style: italic;
	letter-spacing: 0;
	margin-bottom: 16px!important;
}
blockquote p:last-child {margin-bottom:0!important}

blockquote:after {

    top: 100%;

    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 72, 100, 0.6) 0%, rgba(199, 219, 224, 0) 80%);

    background: radial-gradient(ellipse at 50% -50%, rgba(0, 72, 100, 0.6) 0%, rgba(199, 219, 224, 0) 80%);

	pointer-events: none;

    position: absolute;

    content: '';

    left: 0;

    width: 100%;

	display:block;    height: 5px;

}

.open{
	background: #59a5c6;
	color: #fff;
	font-family: "PT Sans", sans-serif;
	font-size: 24px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	display: block;
	padding: 2px 0px 6px 25px;
	cursor: pointer;
	line-height: 38px;
	height: 40px;
	box-sizing: border-box;
}

.hidden_box{

	display:none;
	position: relative;
	margin-bottom: 20px;

}

.hidden_box:after {

    top: 100%;

    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 72, 100, 0.6) 0%, rgba(199, 219, 224, 0) 80%);

    background: radial-gradient(ellipse at 50% -50%, rgba(0, 72, 100, 0.6) 0%, rgba(199, 219, 224, 0) 80%);

	pointer-events: none;

    position: absolute;

    content: '';

    left: 0;

    width: 100%;

	display:block;    height: 5px;

}

	.hidden_box > p:first-child{
		padding: 14px 46px 0px 20px;
	}
	.hidden_box p{
		background: #e0f3fd;
		border-left: 3px solid #59a5c6;
		padding: 0 46px 0 20px;
		color: #2f6f87;
		font-family: "PT Sans", sans-serif;
		font-size: 17px;
		font-style: italic;
		margin-bottom: 0;
		width: auto;

	}
	.hidden_box > p:last-child{
		padding: 14px 46px 16px 20px;
	}


	.is_open + .hidden_box{

		position:relative;

	}

	.is_open + .hidden_box:after {

		top: 100%;

		background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 72, 100, 0.6) 0%, rgba(199, 219, 224, 0) 80%);

		background: radial-gradient(ellipse at 50% -50%, rgba(0, 72, 100, 0.6) 0%, rgba(199, 219, 224, 0) 80%);

		pointer-events: none;

		position: absolute;

		content: '';

		left: 0;

		width: 100%;

		display:block;    height: 5px;

	}

.hidden_wrap{

	margin-bottom: 31px;

}

.hidden_wrap > p {
	margin: 0;
}

table{

	border-collapse:collapse;

	border:none;

	width:100%;

	margin-top: 36px;

	margin-bottom: 30px;

}

blockquote table {

	width: 100% !important;

}

	table td, table tr + tr th {

		border:1px solid #A6DFF1;

		color:#474747;

		font-size:15px;

		padding: 12px 15px 11px;

	}

	tbody > tr:nth-child(even){

		background:#D9F3FD;

	}

table tr:first-child th{

	background:#009DD4;

	color:#fff;

	font-size:20px;

	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);

	border:1px solid #009DD4;

	font-family: "PT_Sans-Web-Boldt";

	padding: 7px 15px 10px;

	text-align:left;

}

.banner_blue{

	height:auto;

	width:100%;

	overflow:hidden;

	border-radius: 5px;

	margin-bottom: 15px;

	position:relative;

}

	.banner_blue span{

		font-size:28px; color:#fff; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); font-family:"Flow"; position:absolute; top:0px; left:0px; right:0px; bottom:0px; display: flex;

	justify-content: center;

	align-items: center;

	}

	.banner_blue img{

		width:100%; height:auto;

	}

.banner_orange{

	height:auto;

	width:100%;

	border-radius: 5px;

	margin-bottom: 15px;

	position:relative;

}

	.banner_orange span{

		font-size:28px; color:#fff; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); font-family:"Flow"; position:absolute; top:0px; left:0px; right:0px; bottom:0px; display: flex;

	justify-content: center;

	align-items: center;

	}

	.banner_orange img{

		width:100%; height:auto;

	}



.thank{

	text-align:right;

	margin-bottom: 29px;

}

	.thank p{

		font-style:italic; font-size:16px;

	}

		.thank p a{

			color:#009DD4;

		}

.big_support{

	background:url(../img/bg/3.jpg) no-repeat 0px 0px;

	padding: 27px 30px 40px;

	margin-bottom: 32px;

}

	.big_support span{

		font-size:29px;

		color:#047C93;

		font-family: "PT_Sans-Web-Boldt";

		line-height: 26px;

	}

	.big_support .support_form{

		padding-top: 28px;

		margin: 0 0 35px;

	}

	.big_support .support_form .input_one{

	width: 186px;

	}

	.big_support .support_form input[type="submit"]{

	width: 250px;

	}

	.big_support > p{

		font-size:20px;

		color:#047C93;

		font-family: "PT_Sans-Web-Boldt";

		margin: 0;

	}

	.big_support .social{

		text-align:left;

		padding-top: 13px;

	}

		.big_support .social a{

			width: 40px;

			height:40px;

			background:url(../img/social.png) no-repeat;

		}

	.big_support .soc1{

	}

	.big_support .soc2{

	background-position: -49px 0px !important;

	}

	.big_support .soc3{

	background-position: -97px 0px !important;

	}

	.big_support .soc4{

	background-position: -145px 0px !important;

	}

	.big_support .soc5{

	background-position: -194px 0px !important;

	}

	.big_support .soc6{

	background-position: -243px 0px !important;

	}

	.big_support .soc7{

		

background-position: -293px 0px !important;

	}

	.big_support .soc8{

	background-position: -342px 0px !important;

	}

.interesing{margin-bottom: 19px;}

	.interesing h2{

		font-size:26px; font-family:"PT_Sans-Web-Regular";

	}

.interesing_wrap{

	display: flex;

    justify-content: space-between;

}

.interesing_foto{

	width: 100%;

    max-width: 160px;

	overflow:hidden;

	margin: 0 auto 5px;

}

	.interesing_foto img{

		width:100%; height:auto;

	}

.interesing_block{

	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.25);

	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.25);

	box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.25);

	width:160px;

	padding: 15px 15px 20px;

}

	.interesing_block a{

		color:#00A3D1;

		font-size:15px;

		text-decoration:underline;

		line-height: 18px;

		display: block;

	}

	.interesing_block a:hover{

		color:#FF8900;

	}



.comments_wrap{

	border-bottom:2px solid #C3EBFB;

	padding: 20px 0px 3px;

}

	.comments_wrap h2{

		font-size:26px;

		font-family:"PT_Sans-Web-Regular";

		margin-bottom: 20px;

	}

.post{

	overflow:hidden;

	margin-bottom: 15px;

}

.comment_foto{

	width:60px; height:60px; float:left;

}

.comment_text{

	width:calc(100% - 75px); float:right;

}

.comment_admin{

	background:#D6F6FF;

	padding: 13px 14px 16px;

	overflow:hidden;

	margin-bottom: 8px;

}

	.comment_text p{

		font-size:15px;

		color:#242424;

		margin-bottom: 0px;
		
    font-family: "PT_Sans-Web-Regular";
	}

	.comment_text p:first-child{

		overflow:hidden;

		margin-bottom: 9px;

	}

		.comment_text p:first-child a{

			float:left;

			text-decoration:underline;

			font-size:16px;

			color:#009DD4;

			display: block;

			line-height: 14px;

		}

		.comment_text a:hover{

			color:#FF8900;

		}

		.comment_text p:first-child .date{

			float:right; font-size:14px; color:#669CA9;

		}

.add_answer, .comment .comment-reply-link {

	color:#009DD4; font-size:15px; text-decoration:underline; float:right; display:block;

}

	.add_answer:before, .comment-reply-link:before {

		content:'';

		display:inline-block;

		vertical-align:middle;

		width:18px;

		margin-right: 5px;

		height: 20px;

		background: url(../img/sprite.png) no-repeat -130px -68px;

	}

.comment_user{

	border:2px solid #C5F4FD;

	padding: 12px 12px 14px;

	overflow: hidden;

	margin-bottom: 8px;

}

.answer:before, .comment-list ul.children li:before {

	content:'';

	display:block;

	float:left;

	width: 25px;

	margin: 33px 7px 0px -2px;

	height:18px;

	background: url(../img/sprite.png) no-repeat -102px -67px;

}

.add_comment_block{margin-top: 20px;}

	.add_comment_block h2{

		font-size:24px;

		font-family: "PT_Sans-Web-Regular";

		margin-bottom: 13px;

	}

.add_comment_block .logged-in-as, .check {

	margin-bottom: 10px;

    font-size: 15px;

    color: #242424;

}	

.add_comment_block .logged-in-as a, .check a {

	color: #009DD4;

}

.form{margin-bottom: -4px;}

	.comment-respond form{

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	}

.check{margin-bottom: 22px;}

	.check label{

		font-size:13px;

		color:#6E6E6E;

		line-height: 16px;

		display: block;

		padding-top: 3px;

	}

input[type="checkbox"] {

    display:none;

}

input[type="checkbox"] + label span {

    display:inline-block;

    width:24px;

    height:24px;

    margin: 4px 10px 0 2px;

    vertical-align:middle;

    background: url(../img/sprite.png) no-repeat -232px -0px;

    cursor:pointer;

    float:left;

}

input[type="checkbox"]:checked + label span {

    background:url(../img/sprite.png) no-repeat -232px -26px;

}

.form_left{

	width:290px;

}

.form_right{

	width:275px;

}

.form_right .button{

	float:none;

	border:none;

	margin-left: 2px;

	line-height: 41px;

	width: 275px;

}

textarea.input_one {

    padding: 9px 16px 9px 16px;

    width: calc(100% - 32px);

    height: 100px;

    margin-bottom: 14px;

    border:1px solid #DEDEDE;

}

.form_left .input_one{

	border:1px solid #DEDEDE;

	padding: 0px 15px 0px 37px;

	height: 36px;

	width: 235px;

}

.form_input{

	margin-bottom: 14px;

	position:relative;

}

	.form_input span{

		position:absolute;

		display:block;

	}

.name{

	background: url(../img/sprite.png) no-repeat -171px -65px;

	top: 9px;

	left: 9px;

	height: 25px;

	width: 25px;

}

.mail{

	background: url(../img/sprite.png) no-repeat -196px -67px;

	top: 10px;

	left: 7px;

	height: 25px;

	width: 30px;

}

.site{

	background: url(../img/sprite.png) no-repeat -150px -60px;

	width: 21px;

	left: 8px;

	top: 2px;

	height: 28px;

}

.smile{margin: -4px 0px 10px -7px;}

#pull, #pull2, #pull3, #pull4, #pull5{

	display:none;

}

.left_content > .publicity{

	display:none;

}

.author_big .author_foto{

	display:none;

}

.author_big .articl_rubrik {

    float: none; display:none;

}

.author_big > div:nth-child(2){

	width: 57.5%;

    display: flex;

    justify-content: space-between;

}

.support_mobile{

	display:none;

}

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

.wraper > div{

	min-width:760px;

}

.wraper > div > div{

	width: 96%;  margin: 0 auto;  max-width: 980px;   min-width: 760px;

}

.menu_hidden{

    display: flex; justify-content: space-between;

}

	.menu_hidden > li{

		text-align:center;

	}

		.menu_hidden > li > a {

			padding: 15px 8px; 

		}

		.menu_hidden > .home > a {

			padding: 7px 8px 12px 8px; margin-right: 0;

		}



#back-bottom, #back-top{

	display:none;

}

.author_foto{

	display:none;

}

.big_support{

	text-align:center; background:url(../img/bg/mob_big_support.jpg) no-repeat; background-size:100% 100%;

}

.big_support span {
	display: block;
    font-size: 20px;

}

.big_support .support_form {

    display: inline-block;    padding: 27px 10px 0px;

}

.big_support .social {

    text-align: center;
    display: block;

}

.big_support > p {

    font-size: 16px;

}

.interesing_wrap > div{width:calc(30% - 30px);

}

.form_left {

    width: 100%;

}

.form_left .input_one {

    width: calc(100% - 54px);

}

.form_right {

    width: 100%;

}



}

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

.add_comment{

	float:none;    margin-bottom: 10px;

}

.comment {

	margin-left:0px;

}

}

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

.wraper > div{

	min-width:480px;

}

.wraper > div > div{

	width: 96%;  margin: 0 auto;  max-width: 760px;   min-width: 480px;

}

	.date_author{display:none !important;}

	.menu_hidden > li > a {

		padding: 12px 5px;  font-size:15px;

	}

		.menu_hidden > .home > a {

			padding:3px 8px 6px 8px;

		}

	.articl_title h2 > br{

		display:none;

	}

	.articl_foto img {

		width:auto;    min-width: 100%;		height: 100%;

	}

.articl_foto{overflow:hidden;}



.author_big > div:nth-child(2) {

    width: 52.5%;

}

.interesing_wrap > div:last-child{

	display:none;

}

.interesing_wrap > div{

	width:calc(45% - 30px);

}

.big_support .social {

    margin: 0px -30px;

}

}

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

.content{

	clear:both;

}

.wraper, body{

	background:#D2F2FF;

}

.right_content {

    float: none; display:flex;     flex-wrap: wrap;

    width: 100%;

}

.menu_blue li:hover {

    background: #0081B5;

}

.menu_blue a:hover {

    background: transparent;

}

.menu_blue .menu-item-has-children > a {

    display: inline-block;

}

.left_content {

    width: 100%;

    float: none;

	background:#fff;

	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

    box-shadow: inset 0px 0px 5px 0px rgba(0,126,169,0.15);

}

#pull{

	display:block; 

    cursor: pointer;

    width: 54px;

	text-align:center;

    background:#FF8A00;

    border: none;

    height: 54px; float:right;    margin: 18px 16px 0px 0px;

}

.mobile_menu{

	display:none;

}

.button_block{

	margin-bottom:0px;

}

.publicity{

	display:none;

}

.left_content > .publicity{

	display:block;

}

.sun_button{

	width: 100%;

    -webkit-box-shadow: none;

    box-shadow: none;

    text-align: left;

    text-indent: 20px;

	-moz-box-shadow:none;

	border-radius: 0;

    line-height: 41px;

    font-size: 20px;

}

.sun_button:before, .menu_hidden > li:hover > .sub-menu:before, .sub-menu:after{

	display:none;

}

.menu_blue {

    background: #00A1D3;

}

.menu_hidden {

    display: block;

}

	.menu_blue li{

		display:block; border-bottom:2px solid #50C9E9; text-align:left;

	}

		.menu_hidden > .home > a, .menu_hidden > li > a{

			font-size:20px; padding: 8px 5px 6px 20px;   margin-right: 0;

		}

.sub-menu {

    position: static;

	background:#00B7DF;

    width: 100%;

    border-radius: 0;

    padding:0;

    text-align: left;

    -webkit-box-shadow:none;

    -moz-box-shadow:none;

    box-shadow:none;

}	

.menu_hidden > li:last-child{

	border-bottom:none;    padding-bottom: 4px;

}

.menu-item-has-children:after{

	width: 28px;

    height: 18px;

    background: url(../img/sprite.png) no-repeat right -53px;

    content: '';

    margin: 15px 15px 0px 0px;

    display: block;

    float: right;

    position: absolute;

    right: 0;

    top: 0px;

    z-index: 10;

}

	.sub-menu li{

		width:100%; border-right:none; border-bottom:2px solid #00A1D3 !important;

	}

		.sub-menu li a{

			text-indent: 20px;  margin-bottom: 0;     padding:8px 5px 7px 20px; font-size:20px;     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);   color: #fff;

		}

    .sub-menu li:last-child{

		 border-bottom:none!important;

	}



.home > a:before {

    background:none;

    height: auto;

    width: auto;

    content: 'Главная';

    display: block;

}

.head{

	background:#D2F2FF;

}

.head > div{

	overflow:hidden;

}

.content > div {

    background-color: transparent;

}

.support{

	margin-bottom:20px; background: none;

    padding-bottom: 0;

}

.support > div{

    background:#fff;    margin: 0px 10px 0px;     padding-bottom: 27px;     text-align: center;

}

.support_form {

    padding-top: 27px;

    margin: 0px 17px;

	display:inline-block;

}

.support_form .input_one{

	width: 232px; box-sizing: border-box

}

.support_form input[type="submit"]{

	    width: 232px;

}

div.title_side {
    font-family: "PT_Sans-Web-Regular";
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
    background:none;
    text-align: center; padding: 20px 0px;
    
}



.artikls_list, .comments, .polling{

	display:none;

}

.widget {

	order:4;

	width: 100%;

}

.heading{

	order:1; width: 100%;

}

.support{

	order:2; width: 100%;

}

.price{

	order:3; width: 100%; 

}

	.price > div{

		background:#fff;    margin: 0px 10px;   padding: 7px 65px 29px;

	}

.partner{

	order:4; width: 100%;

}

.search{

	order:5; width: 100%; background:#fff;

}

.price:after{

	display:none;

}

.articl{

	padding:0px 20px;

}

.articl img {

    height: auto;

}

.add_comment {

    float: left;

    margin-bottom: 0px;

}

.comment {

    margin: 2px 0px 0px 19px;

}



.author_big .author_foto{

	display:none;

}

.author_big > div:nth-child(2){

	width: auto;

    display: block;

}



.author_big .rubrik:before{

	display:inline-block;

}

.date_author {

    display: block !important;

}

.footer .menu_blue{

	display:none;

}

.content_wrap {

    padding: 24px 0px;

}

.footer_content {

    background-color: transparent;

    padding: 0;

    margin-top: 0;

    border: none;

}

.support.support_mobile {

	display: block;

}

.support.support_mobile .support_form {

	display: inline-block;

}

.support.support_mobile > div {

	background: transparent url("../img/bg/mob_support.jpg") no-repeat;

	padding-left: 19px;

	padding-right: 19px;

	background-size: 100% 100%;

	max-width: 460px;

}

.support.support_mobile .support_form p {

	font-size: 24px;

	font-family: "PT_Sans-Web-Boldt";

	color: rgb( 70, 123, 145 );

	text-align: left;

	line-height: 1.167;

}

.support.support_mobile .support_form .input_one {

	width: 179px;

	display: inline-block;

	margin-right: 6px;

}

.support.support_mobile .support_form input[type="submit"] {

	width: 164px;

	display: inline-block;

}

.count{

	display:none;

}

#back-top{

	display:block; position:static; margin:0 auto 20px;     width: 44px;

}

.footer{

	background:none; text-align:center;

}

.footer p{

	margin-bottom:16px;

}

.button_block {

    margin-bottom: 0px;

    margin-top: 7px;

}

.logo:before {

    background-size: 100%;

    width: 97px;

    height: 100px;

    margin-right: 14px;

}

.logo h1 {

    font-size: 24px;

    margin-top: 9px;

    line-height: 25px;

}

	.logo h1 span{

		font-size:14px;

	}

.logo {

    min-width: 385px;     margin-left: 14px;

}

.input_one {

    padding: 9px 58px 10px 10px;

    width: 100%;
-webkit-appearance: none;
box-sizing: border-box;
}

.pagination {

    padding-bottom: 30px;

    margin-top: -2px;

    margin-left: 20px;

}

.articl_bottom{

	margin:16px -20px 0px;

}


.breadcrumb{

	margin:20px;

}

.big_support {

    background: url(../img/bg/mob_big_support.jpg) no-repeat;

    background-size: 100% 100%;    width: calc(100% - 30px); padding: 27px 15px 33px;

}

.big_support .social {

    margin: 0px 0px;

}

.add_comment_block {

    padding-bottom: 30px;

}

.check label {

    line-height: 31px;

}

.page_not {

    width: 100%;

    background: #fff;

    margin:20px auto 50px;

}

.page_not_found .right_content {

	display: flex;

}

.page_not .search {

	width:calc(100% - 30px);

}

.page_not .search .input_one {

    width: 95%;

}

.orange_title{

	display:none;

}

.right_content button{

	background:#00A1D3; line-height:54px; width:100%; text-align:left;  font-family: "PT_Sans-Web-Boldt";    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); color:#fff; font-size:22px;

}

.right_content button:before{

	background:url(../img/sprite.png) no-repeat; display:inline-block; vertical-align:middle; content:'';

}

.heading {

    margin-bottom: 8px;

}

#pull2{

	display:block;    margin-bottom: 2px;

}

.heading li a {

    padding-left: 18px;

}

#pull2:before{

	    width: 33px;

    height: 35px;

    margin: 0px 10px 0px 19px;

    background-position: -226px -85px;

}

.heading > ul{

	display:none;

}

#pull3{

	display:block;

}

#pull3:before{

	width: 35px;

    height: 32px;

    margin: 0px 10px 0px 19px;

    background-position: -185px -91px;

}

.mobile-hidden {
	display: none;
}

.title_side{

	display:none;

}

.support > div{

	display:none;

}

.support {

    margin-bottom: 10px;

}

#pull4{

	display:block;

}

#pull4:before{

	width: 33px;

    height: 35px;

    margin: 0px 10px 0px 19px;

    background-position: -145px -89px;

}

.price {

    margin-bottom: 10px;

}

.price > div{

	display:none;

}

#pull5{

	display:block; margin-bottom: 2px;

}

#pull5:before{

	width: 34px;

    height: 35px;

    margin: 0px 10px 0px 19px;

    background-position: 0px -86px;

}



.partner {

    margin-bottom: 14px;

}

.partner_block{

	display:none;

}

}


@media all and (max-width: 730px) {
	.articl_bottom .articl_rubrik {

	    display: none;

	}

	.author_big .articl_rubrik {

	    float: none; display:block;

	}
}


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

.page_not {

    width: calc(100% - 20px);    padding-top: 20px;

	margin: 20px auto 24px;

    padding-bottom: 26px;

}

.page404 {

    background: url(../img/404.jpg) no-repeat top center;

    height: 81px;

    padding-top: 267px;

    background-size: 460px auto;

    margin-top: -8px;

}

.back_to_index {

    font-size: 18px; line-height: 21px;

}

.text404 {

    padding: 0px 18px;

}

.text404 br{

    line-height: 3;

}

.page_not > .search{

	display:none;

}


}

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

.wraper > div{

	min-width:auto;

}

.wraper > div > div{

	width:100%;  margin: 0 auto;  max-width: 480px;   min-width: auto;

}

.head {

    padding: 0;

    margin-bottom:0;

}

.top_menu{

	width:100%; border-radius:0; display: flex;  justify-content: space-between;    margin-bottom: 14px;

}

.top_menu li a {

	font-size:19px; padding: 12px 15px 14px;

}

.top_menu li:first-child a {

    padding: 12px 15px 14px 25px;

}

.top_menu li:last-child a {

    padding: 12px 28px 14px 15px;

}



.content_wrap {

    padding: 3px 0px 0px;

}



.search {

    margin: 3px 10px;

    padding: 16px 10px;

}



.search input[type="submit"] {

    right: 11px;

    top: 16px;

}

.left_content{

	margin: 15px 10px 0px;

    width: calc(100% - 20px);

}

.articl img {

	max-width: 100%;

}

.publicity {

    padding: 8px 5px 10px 8px;     margin-bottom: 16px;

}

.articl h2 {

    margin-bottom: 14px;

}

.author {

    padding: 11px 8px 13px;

}

.name_author {

    margin-bottom: 6px;

}

.articl_logo p {

    font-size: 13px;

    width: 115px;

    line-height: 14px;

}

.articl_logo {

    top: 16px;

    width: 175px;

}

.articl_logo:before {

    background-size:100%;

    width: 43px;

    height: 42px;

	margin: -20px 3px 0px 0px;

}

.articl {

    padding: 0px 10px;    margin-bottom: 29px;

}

.articl_foto {

	height: 210px;

    margin-bottom: 20px;

}

.articl_title h2 {

    font-size: 17px;

    line-height: 13px;

}

.articl_title h2 > br{

		display:block;

	}

.read_all {

    margin: 17px 0px 0px 0px;

}

.articl_bottom {

    padding: 8px 10px 10px;

    margin: 21px -10px 0px;

}

.comment {

    margin: 4px 0px 0px 25px;

}

.pagination {

    margin-left: 10px;

}

.support_mobile{

	margin-left: 0;

	margin-top: 20px;

    text-align: center;

}

.support_mobile > div {

    display: block;

    background: none;

    padding-top: 19px;

	margin: 0px 0px 24px;

    padding-bottom: 14px;

	text-align: left;

}

.support.support_mobile .support_form p {

	margin: 0 0 12px;

	text-align: center;

}



.support_mobile .support_form .input_one {

    width: calc(100% - 240px);  display: inline-block;

}

.support_mobile .support_form input[type="submit"] {

    display: inline-block;

    width: 163px;

    margin-left: 6px;

}

.support_mobile

.author_big .rubrik{

	padding-top:2px;

}

.author_big .articl_rubrik {

    margin-top: 4px;

}

.author_big .date_author {

    padding-top: 4px !important;

}

.title404{

	    padding: 0px 22px 0px;

}

.breadcrumb {

    margin: 18px 16px 13px 8px;

}

.articl_full .author_foto {

    display: block; margin-right: 10px;

}

.articl_full .author > div:nth-child(2) {

    width: 229px;

}

.articl_full h1 {

    margin-bottom: 20px;

}

.articl_full .author > div:last-of-type {

    width: 269px;

}

.articl_full .author p.date_author:before {

    margin: 0px 10px 0px 0px;

}

.teg_mobile{

	display:none;

}

.articl_full .articl_rubrik {

    margin-top: 2px;

}

.articl_full .author {

    padding: 11px 8px 6px;

    margin-bottom: 15px;

}

.articl > p {

    padding-right: 1px;

    max-width: 100%;

}

.articl > p img {

	max-width: 100%;

	width: auto;

}

.inside {

    margin: 37px 2px 23px;

}

.articl_full h2 {

    margin-bottom: 9px;

}

.border {

    margin: 22px 0px 17px;

}

.articl_full h3 {

    margin-bottom: 8px;

}

.open {
	text-shadow: 0 1px 0 #424242;
    padding: 2px 0px 6px 16px;

}

.hidden_box p {

    padding: 14px 20px 16px 12px;

    font-family: "PT_Sans-Web-Regular";

}

table {

    margin-bottom: 22px;

}

.banner_blue {

    margin-bottom: 12px;

}

.banner_blue span, .banner_orange span{

    font-size: 19px;

}

.banner_orange {

    margin-bottom: 20px;

}

.thank {

    margin-bottom: 43px;

}

.big_support {

    padding: 24px 15px 33px;

}

.big_support span {

    font-size: 29px;

    height: 83px;

    width: 100%;
    display: block;
}

.big_support .support_form {

    padding: 15px 10px 0px;

    margin: 0 0 24px;

}

.big_support > p {

    font-size: 20px;

}

.big_support .social {

    margin: 0px 0px;

    display: block;

    padding-bottom: 0px;

}

.big_support {

    margin-bottom: 33px;

}

.interesing_wrap{

	margin: 16px 33px 10px 0px;

}

.interesing_wrap > div {

    width: calc(47% - 30px);

}

.interesing_foto img {

    width: 100%;

    height: 121px;


}

.comments_wrap h2{

	margin-bottom: 20px;

}

.add_comment_block h2 {

	margin-bottom: 16px;

}

.check {

    margin-bottom: 14px;

}

.add_comment_block {

    padding-bottom: 35px;

}



.articl_full {

    padding: 0px 10px;

    margin-bottom: 0px;

}

.page404 {

    padding-top: 175px;

    background-size: 315px auto;

}

.logo {

    min-width: auto;

    margin-left: 14px;

    width: calc(100% - 88px);

}

.logo h1 {

    font-size: 23px;

}

.logo h1 span {

    font-size: 13px;

}

}

@media only screen and (max-width: 450px){
.articl_rubrik:before {
	margin-left: 0;
}
.wraper > div > div {

    min-width: 320px;

}

.top_menu li:first-child a {

    padding: 8px 8px 10px;

}

.top_menu li:last-child a {

    padding: 8px 8px 10px;

}	

.top_menu li a {

    font-size: 15px;

    padding: 8px 8px 10px;

}

.logo {

    min-width: 250px;

    margin-left: 10px;

}

.logo:before {

    background-size: 100%;

    width: 75px;

    height: 75px;

    margin-right: 10px;

}

.logo h1 {

    font-size: 15px;

    margin-top: 1px;

    line-height: 18px;

}

.logo h1 span{

	width: 150px; font-size: 12px;

}

#pull {

    width: 46px;

    height: 46px;

    margin: 18px 10px 0px 0px;

}

.articl h2 {

    font-size: 20px;

}

.author{
	
	display:block;

}

.author > div{

	display:block;

}

.rubrik:before {

    margin: -1px 7px 1px 0px;

}

.author p {

    padding-top: 1px !important;     margin-top: 4px; margin-bottom: 0;

}

.author_big .date_author {

    padding-top: 1px !important;

}

.articl_foto img {

    width: 100%;

    height: auto;

    max-height: 290px;

}

.articl_title h2 > br {

    display: none;

}

.articl_foto {

    height: 129px;

}

.comment {

    margin: 10px 0px 0px 0;

    float: none;

}

.add_comment {

    float: none;

    margin-bottom: 0px;

    display: inline-block;

}

.articl_bottom {

    text-align: center;

}

.articl_logo {

    top: 10px;    padding: 4px 0px 4px 6px;    width: 165px;

}

.articl_logo:before {

    background-size: 100%;

    width: 36px;

    height: 36px;

}

.articl_logo p {

    line-height: 12px;

}

.articl .articl_title h2 {

    font-size: 17px;    margin-bottom: 5px;

}

.pagination span, .pagination a {

    width: 20px;

    line-height: 20px;

    margin-right: 2px;

}



.pagination >.next{

	text-indent: -71px;

    padding: 0;

    overflow: hidden;

}

.support_mobile p {

    font-size: 17px;

}

.support_mobile .support_form .input_one {

    width:180px;

}

.support_mobile .support_form input[type="submit"] {

    display: inline-block;

    width: 243px;

    margin-left: 0;

}

.support_mobile > div {

    text-align: center;

}

.title404 {

    padding: 0px 10px 0px;

    font-size: 23px;

}

.page404 {

    height: 66px;

    padding-top: 141px;

    background-size: 265px auto;

}

.back_to_index {

    font-size: 14px;

    line-height: 8px;

}

.text404 {

    padding: 0px 5px;

    font-size: 14px;

    line-height: 14px;

}

.big_support span {

    font-size: 24px;

    height: auto;

}

.big_support .social {

    margin: 0px -11px;

}

.interesing_wrap {

    margin: 16px 0px 10px 0px;

}

.articl_full h1 {

    margin-bottom: 20px;

    font-size: 25px;

}

.articl_full .author_foto {

    float: left;

}

}



.clearfix:before,

.clearfix:after {

    content: " "; /* 1 */

    display: table; /* 2 */

}



.clearfix:after {

    clear: both;

}


.alignleft {
    float: left;
    margin: 0 20px 8px 0;
}
.alignright {
    float: right;
    margin: 0 0 8px 20px;
}
.aligncenter {
    float: none;
    display: block;
    margin: auto;
    text-align: center;
}















.spoiler-box {
    font-size: 15px;
    background: #59A5C6;
    border-left: 3px solid #007089;
    margin: 15px 0;
}

.spoiler-box__title {
    position: relative;
    cursor: pointer;
    padding: 5px 30px 5px 20px;
    color: #fff; font-size: 24px;
}

.spoiler-box__title:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 48%;
    right: 10px;
    width: 15px;
    height: 9px;
    margin-top: -5px;
    color: #007089;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.spoiler-box__body {
    display: none;
    background: #e0f3fd;
    line-height: 22px;
    color: #2f6f87;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-style: italic;
    padding: 14px 46px 16px 20px;
    position: relative;
}

.spoiler-box__body:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 72, 100, 0.6) 0%, rgba(199, 219, 224, 0) 80%);
    /* background: radial-gradient(ellipse at 50% -50%, rgba(0, 72, 100, 0.6) 0%, rgba(199, 219, 224, 0) 80%); */
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    display: block;
    height: 5px;
}



blockquote p a {
    font-family: "PT Sans", sans-serif;
    font-size: 17px !important;
    font-style: italic;
    letter-spacing: 0;
    margin-bottom: 16px!important;
}



.big_support .support_form {
    padding-top: 28px;
    margin: 0 0 15px;
}

.table-wrap{
	overflow:scroll;
}
.adsbygoogle, .nobreak {
	max-width:100%;
	overflow:hidden;
}
.articl_full iframe {
	max-width:100%;
}