/* Designed by SanderArt.com  */

* {
margin-top:0;
margin-bottom:0;
margin-right:0;
margin-left:0;
padding:0;
box-sizing: border-box;
}
image{
border:0;
}
a img,:link img,:visited img,:hover img {
border:0;
}
a{
color:#000000;
font-size:12px;
text-decoration:underline;
}
a:hover {
color:#000;
text-decoration:none;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
margin:0;
padding:0;
font-weight: normal;
}
h1{
font-size:20px;	
}
h2{
font-size:18px;	
}
h3{
font-size:16px;	
}
h4{
font-size:14px;	
}
h5{
font-size:12px;	
}
h6{
font-size:11px;	
}
textarea{
border: 1px solid #ced4da;
}
textarea::-webkit-input-placeholder {
  color: #444;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #444;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #444;  
}
textarea:-ms-input-placeholder {
  color: #444;  
}
textarea::placeholder {
  color: #444;  
}

input:focus {
    outline:none;
}
input::-webkit-input-placeholder {
    color: #9B9B9B;
}
input:-ms-input-placeholder {
    color: #9B9B9B;
}
input::-moz-placeholder {
    color: #9B9B9B;
}
button:focus{
outline:none;	
}
html{
padding:0px;
background:#fff;
}
body{
/* background:#F7F7F7 url(../images/mald.jpg); */
background: #f4f4f5;
background-attachment: fixed;
background-size: 100%;
font-family:"Arial", Tahoma sans-serif; 
font-size:12px;
height:100%;
margin:0px;
padding:0;
color:#505050;
}
#header-wrap{
width:100%;
height:70px;	
}
#header{
width:1000px;
height:70px;
margin:0 auto;	
}
.heder{
background: #fff;
margin: 0 auto;
padding: 10px;
border-radius: 10px;
}	
.heder2{
background: none!important;
width: 1022px;
margin: 0 auto;
padding: 0px 0;
border-radius: 10px;
}	
.logo{
width:350px;
height:70px;
float:left;
}
.searchblock{
width:300px;
height:30px;
float:left;
margin:20px 10px 20px 10px;
background:url(../images/searchbg.png) no-repeat;	
}
.searchblock ul{
height:30px;
list-style:none;
padding:0;
width:300px;
display:inline;
}
.searchblock li
{ 
float:left;
position: relative;
border:0;
display:block;
height:30px;
}
.searchblock li a
{
float:left;
position: relative;
text-align:center;
}
.searchblock .searchbt input{
width:30px;
height:30px;
background:url(../images/searchbt.png) 0 0 no-repeat;
}
.searchblock .searchbt input:hover{
background-position: 0 -30px;
}
.searchform{
color:#707070;
width:256px;
height:20px;
line-height:20px;
padding:5px 7px;
border:0px;
font-size:14px;
font:Verdana, Geneva, sans-serif;
background:transparent;
overflow:hidden;
}
.telephone{
	width:170px;
	height:20px;
	margin:25px 0;
	color:#505050;
	float:left;
	font-size:18px;
	text-align:center;
}
.header-right{
	width:160px;
	height:70px;
	float:left;
}
.socialb{
height:24px;
width:150px;
padding:0;
margin:8px 0 10px 0;
float:right;
}
.socialb ul{
height:24px;
font-size:14px;
list-style:none;
margin:0;
display:inline;
}
.socialb li
{ 
float: left;
position: relative;
text-align:left;
margin:0  0 0 6px;
width:24px;
height:24px;
}
.socialb li a
{
height:24px;
width:24px;
padding:0;
display: block;
text-decoration:none;
background:url(../images/social.png) 0 0 no-repeat;
border-radius:3px;
-webkit-border-raius:3px;
-moz-border-radius:3px;
}
.socialb li a.twitter{
background-position: 0 -32px;
}
.socialb li a.twitter:hover{
background-position: 0 0;
}
.socialb li a.facebook{
background-position: -32px -32px;
}
.socialb li a.facebook:hover{
background-position: -32px 0;
}
.socialb li a.vkontakte{
background-position: -64px -32px;
}
.socialb li a.vkontakte:hover{
background-position: -64px 0;
}
.socialb li a.gplus{
background-position: -96px -32px;
}
.socialb li a.gplus:hover{
background-position: -96px 0;
}
.socialb li a.rss{
background-position: -128px -32px;
}
.socialb li a.rss:hover{
background-position: -128px 0;
}
/* LOGIN begin  */
.loginbar{
height:30px;
clear:both;
}
.loginpanel{
line-height:20px;
min-width:140px;
position:static;
color:#909090;
height:20px;
padding:0 0 10px 0;
float:right;
text-align:right;
}
.loginpanel a{
	font-size:11px;
text-decoration:none;
padding:1px 0 2px 0;
color:#fff;
background:url(../images/blueline.png) center repeat-x;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
padding:2px 10px;
line-height:16px;
}
.loginpanel a:hover{
text-decoration:none;
background:url(../images/grey.png) repeat-x;
}
#loginb{
color:#909090;
min-width:200px;
min-height:220px;
display:none;
background:#fff url(../images/w30.png) bottom repeat-x;
position:absolute;
top:100px;
left:50%;
margin-left:-90px;
z-index:20000 !important;
border:3px solid #3fb602;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
#loginb a{
color:#fff;
text-decoration:underline;
}
#loginb a:hover{
color:#ccc;	
text-decoration:none;
}
.logintitle{
line-height:40px;
height:40px;
text-align:center !important;
background:url(../images/vheader2.png) center -1px no-repeat;
border-radius:10px 10px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:10px 10px 0 0;
}
.logintitle span{
font-size:14px;
font-weight:bold;
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.5);
}
.login-close{
position:absolute;
background:url(../images/login-close.png) 0 0 no-repeat;
width:25px;
height:25px;
cursor:pointer;
top:-15px;
right:-15px;
}
.login-close:hover{
background-position: 0 -25px;
}
.profile{
width:160px;
margin:15px auto 15px auto;
}
.profile ul{
list-style: none;
margin:0;
padding:0;
font-size:12px;
color:#303030;
}
.profile li{
position: relative;
height:29px;
line-height:20px;
margin:0;
}
.profile li a{
text-align:left;
padding:0 10px 0 15px;
line-height:24px;
font-size:13px;
color:#707070 !important;
text-decoration:none !important;
display:block;
font-weight:normal;
background:#f5f5f5 url(../images/w30.png) repeat-x;
border-radius:12px;
-webkit-border-radius:12px;
-moz-border-radius:12px;
border:1px solid #ddd;
}
.profile li a:hover{
color:#eee !important;
text-decoration:none !important;
}
.login_input{
width:200px;
margin:25px;
text-align:center;
}
.login_field{
width:200px;
height:30px;
line-height:35px;
vertical-align: middle;
font-size:15px;
padding:0;
color:#fff;
background:#eee;
margin-top:5px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.field{
padding:5px;
width:190px;
height:20px;
color:#909090;
font-size:15px;
font-family:Arial;
background:none;
border:1px solid #ccc;
vertical-align: middle;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-moz-box-shadow:inset 0 0 15px rgba(0,0,0,0.2); 
-webkit-box-shadow:inset 0 0 15px rgba(0,0,0,0.2); 
box-shadow:inset 0 0 15px rgba(0,0,0,0.2); 
}
.field:hover, .field:active, .field:focus{
border:1px solid #aaa;
}
.enter{
width:200px;
height:30px;
background:#fff url(../images/blueline.png) repeat-x;
cursor:pointer;
margin:0 0 15px 0;
border:0;
font-weight:bold;
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.5);
font-size:16px;
line-height:30px;
border-radius: 3px; 
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.enter:hover{
color:#000;
}
.not_save{
font-size:12px;
padding:0;
margin:10px 0 5px 0;
width:200px;
height:20px;
}
#login_overlay {
  background-color: #000; /* Чёрный фон */
  height: 100%; /* Высота максимальна */
  left: 0; /* Нулевой отступ слева */
  opacity: 0.50; /* Степень прозрачности */
  -moz-opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  position: fixed; /* Фиксированное положение */
  top: 0; /* Нулевой отступ сверху */
  width: 100%; /* Ширина максимальна */
  z-index: 10000; /* Заведомо быть НАД другими элементами */
  display:none;
}
/* LOGIN end  */
#slider-wrap{
	width:100%;
	height:500px;
	background:#f5f5f5 url(../images/bg01.jpg) center top no-repeat;
}
/* .nav{ */
/* width:990px; */
/* height:45px; */
/* padding:0; */
/* background:url(../images/navi.png) top center no-repeat; */
/* margin:0 auto; */
/* padding:0 5px; */
/* } */
/* .nav ul{ */
/* font-size:14px; */
/* list-style:none; */
/* margin:0; */
/* display:inline; */
/* } */
/* .nav li */
/* {  */
/* float: left; */
/* position: relative; */
/* z-index:100; */
/* text-align:left; */
/* padding:5px 0; */
/* } */
/* .nav li a */
/* { */
/* font-size: 14px; */
/* font-weight:bold; */
/* color:#fff; */
/* line-height:20px; */
/* padding:5px 10px; */
/* display: block; */
/* text-decoration:none; */
/* text-shadow:0 1px 1px rgba(0,0,0,0.5); */
/* border-radius:5px; */
/* -webkit-border-radius:5px; */
/* -moz-border-radius:5px; */
/* } */
/* .nav li a:hover { */
/* z-index:100; */
/* color:#505050; */
/* text-decoration:none; */
/* background:#fff url(../images/white.png) repeat-x; */
/* text-shadow:none; */
/* } */
/* .nav li a.link1{ */
	/* border-radius:5px 5px 0 0; */
/* -webkit-border-radius:5px 5px 0 0; */
/* -moz-border-radius:5px 5px 0 0; */
	/* } */
/* .nav li.drop:hover .link1{ */
/* background:#fff; */
/* color:#505050; */
/* text-shadow:none; */
/* } */
/* .nav li.drop{ */

	/* position:relative; */
	/* display:block; */
/* } */
/* .nav li.drop:hover{ */

/* } */
/* .nav li ul { */
/* z-index:500; */
/* display: none; */
/* position:absolute; */

/* width:auto; */
/* height:auto; */
/* background:#fff; */
/* margin:0; */
/* border-bottom:2px solid #25a3d9; */
/* } */
/* .nav li li{ */
	/* z-index:500; */
/* margin:0; */
/* position:relative; */
/* clear:both; */
/* min-height:25px; */
/* border-top:1px solid #eee; */
/* padding:0; */
/* } */
/* .nav li li a { */
/* min-width:150px; */
/* padding:0 10px !important; */
/* clear:both; */
/* text-align:left; */
/* color:#505050; */
/* font-weight:normal; */
/* font-size:12px; */
/* line-height:25px; */
/* text-decoration:none; */
/* text-shadow:none; */
/* border-radius:0; */
/* -webkit-border-radius:0; */
/* -moz-border-radius:0; */
	/* min-height:25px; */

/* border-right:none; */
/* } */
/* .nav li li a:hover { */
/* color:#fff; */
/* background:#25a3d9; */
/* text-shadow:none; */
/* clear:both; */
/* } */
/* .nav li:hover ul{ */
/* display:block; */
/* clear:both; */
/* } */
.slider-box{
	margin:0 auto 10px auto;
	width:1000px;
}
.slider{
	width:980px;
	height:410px;
	margin:10px auto 0 auto;
	padding:10px;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);	
}
#container{
	width:100%;
}
#content{
	width: 1100px;
	padding:10px;
	margin: 0 auto 0 auto;
	position: relative;
	background: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 1px 2px -1px #aaa;
}
#left{
float:left;
width:200px;
padding:10px 0 0 0;
position:relative;
}
#right{
width:100%;
padding-top:10px;
padding-left: 220px;
min-height: 636px;
}
.menu{
	background:#f5f5f5;
	width:180px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:10px;
	margin-bottom:10px;
}
.menu ul{
width:180px;
font-size: 12px;
list-style: none;
margin:0;
}
.menu li{
position:relative;
}
.menu li a{
font-family:Arial;
width:155px;
padding:0 5px 0 20px;
line-height:25px;
font-size: 14px;	
color:#505050;
text-decoration:none;
display:block;
background: url(../images/dot.png) 8px 10px no-repeat;
border-bottom:1px solid #e0e0e0;
}
.menu li a:hover
{   
color:#303030;
text-decoration:underline;
background:#eee url(../images/dot.png) 8px 10px no-repeat;
}
.sideblock{
width:200px;
margin:0 0 10px 0;
}
.sideheader{
color:#25a3d9;
font-size:18px;
height:30px;
line-height:30px;
border-bottom:1px solid #25a3d9;
margin-bottom:10px;
}
.sideheader a{
font-size:18px;	
color:#25a3d9;
text-decoration:none;
}
.sideheader a:hover{
color:#303030;
text-decoration:underline;
}
.custom-2{
	width:200px;
	margin-bottom:20px;
	color:#909090;	
}
.custom-2 a{
	color:#25a3d9;
	font-size:13px;
	text-decoration:underline;
	font-weight:normal;
}
.custom-2 a:hover{
	color:#303030;
	text-decoration:none;
}
.c2t{
	margin-bottom:5px;
}
.c2date{
	color:#303030;
}
.hblock{
	width:780px;
}
.vblock1{
	width:380px;
	float:left;	
}
.vblock2{
	width:380px;
	float:left;
	margin-left:20px;
}
.vheader1{
	width:350px;
	height:23px;
	padding:10px 15px;
	background:url(../images/vheader1.png) center no-repeat;
	font-size:16px;
	font-weight:bold;
	text-shadow:0 1px 1px #303030;
	line-height:23px;
	color:#fff;
	margin-bottom:10px;
}
.vheader1 span.vh1{
	color:#25a3d9;
}
.vheader1 span.vh2 a{
	color:#eee;
	text-shadow:none;
	font-size:14px;
	float:right;
	text-decoration:none;
	font-weight:normal;
}
.vheader1 span.vh2 a:hover{
	text-decoration:underline;
}
.vheader2{
	width:350px;
	height:23px;
	padding:10px 15px;
	background:url(../images/vheader2.png) center no-repeat;
	font-size:16px;
	font-weight:bold;
	text-shadow:0 1px 1px #303030;
	line-height:23px;
	color:#fff;
	margin-bottom:10px;
}
.shortstory{
position:relative;
width:380px;
height:120px;
margin:0 10px 10px 0;
font-size:12px;
line-height:16px;
color:#707070;
padding:0 0 10px 0;
float:left;
}
.custom-1{
position:relative;
width:380px;
height:120px;
margin:0 0 10px 0;
font-size:12px;
line-height:16px;
color:#707070;
padding:0 0 10px 0;
float:left;
}
.custom-1 a, shortstory a{
color:#25a3d9;
font-size:13px;
padding:0;
text-decoration:underline;
display:block;
font-weight:normal;
}
.custom-1 a:hover, shortstory a:hover{
text-decoration:none;
color:#303030;
}
.c1-left img:hover{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;
}
.c1-left{
	width:180px;
	height:120px;
	overflow:hidden;
	float:left;
}
.c1-left img{
width:180px;
min-height:120px;
}
.label{
	position:absolute;
	top:10px;
	left:-5px;
	background:url(../images/label.png) left top no-repeat;
	width:45px;
	height:30px;
	padding:0 10px 10px 5px;
	line-height:30px;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
	font-size:13px;
	font-weight:bold;
	text-align:center;	
}
.c1-right{
	width:190px;
	height:120px;
	padding:0 0 0 10px;
	float:left;
	overflow:hidden;
}
.custom-title{
width:160px;
line-height:16px;
font-size:12px;
max-height:32px;
overflow:hidden;
margin:0 0 4px 0;
}
.c1-rating{
	height:15px;
	width:85px;
	margin:0 0 4px 0;
}
.greenline{
	height:30px;
	position:relative;
}
.greenline span{
	display:block;
	background:url(../images/greenline.png) repeat-x;
	float:left;
	line-height:30px;
	padding:0 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	font-size:14px;
	font-weight:bold; 
}
.hhblock{
	width:760px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #eee;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#fafafa;
}
.custom-3{
position:relative;
width:190px;
height:242px;
margin:10px 0 0 0;
font-size:12px;
line-height:16px;
color:#707070;
padding:0 0 10px 0;
float:left;
}
.custom-3 a{
color:#25a3d9;
font-size:13px;
padding:0;
text-decoration:none;
display:block;
font-weight:normal;
}
.custom-3 a:hover{
text-decoration:none;
color:#303030;
}
.custom-3 img{
	width:190px;
	min-height:142px;
}
.custom-3 img:hover{
	opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.90;
}
.c3top{
	position:relative;
	width:190px;
	height:142px;
	overflow:hidden;
	margin-bottom:5px;
}
.c3title{
	position:absolute;
	bottom:0;
	left:0;
}
.c3title a{
	color:#fff;
	width:170px;
	min-height:15px;
	padding:5px 10px;
	background:url(../images/black75.png);
	display:block;
	font-weight:bold;
}
.c3title a:hover{
	color:#25a3d9;
}
.c3rating{
	height:15px;
	width:85px;
	margin:0 0 0 5px;
	float:left;
}
.c3label{
	float:right;
	height:15px;
	line-height:15px;
	color:#3fb602;
	margin:0 5px 0 0;
	font-weight:bold;
}
.c3text{
	width:180px;
	padding:5px 5px 0 5px;
	clear:both;
	line-height:15px;
	max-height:75px;
	overflow:hidden;	
}
.bblock{
	width:760px;
	background:#eee;
	padding:10px;
	margin-bottom:10px;
border-radius:10px;
-webkit-border-radius:10x;
-moz-border-radius: 10px;
}
.custom-4{
	width:177px;
	margin:0 0 10px 10px;
	float:left;
	background:#303030;
	color:#909090;
}
.custom-4 a{
	color:#ccc;
	text-decoration:none;
	font-weight:normal;
	font-family:Arial, "Times New Roman", Times, serif;
}
.c4img{
	width:177px;
	height:133px;
	overflow:hidden;
}
.c4img img{
	width:177px;
	min-height:133px;
}
.c4title a{
	display:block;
	line-height:16px;
	font-size:12px;
	height:48px;
	overflow:hidden;
	clear:both;
	padding:5px;
}
.c4title a:hover{
	color:#fff;
}
.custom-4:hover{
	background:#202020;
}
.htitle{
height:30px;
list-style:none;
}
.htitle span{
padding:0 10px;
color:#fff;
font-size:14px;
line-height:30px;
text-align:center;
float:left;
display:block;
text-decoration:none;
margin-right:10px;
font-weight:bold;
background:#f5f5f5 url(../images/blueline.png) repeat-x;
border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
-moz-border-radius:10px 10px 0 0;
}
.htitle span.first{
}
.htitle span:hover{
cursor:pointer;	
}
.active-ttab{
color:#505050 !important;
border-bottom:0 !important;
background:#fff !important;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc; 
}
.tt-panel{
display:none;
}
.index-panel{
background:#fff;
padding-top:10px;
border:1px solid #ccc;
border-radius:0 10px 10px 10px;
-webkit-border-radius:0 10px 10px 10x;
-moz-border-radius:0 10px 10px 10px;
}
.custom-5{
	width:200px;
	height:150px;
	margin-bottom:10px;
	position:relative;
}
.custom-5 a{
}
.c5img{
	width:200px;
	height:150px;
	overflow:hidden;
	position:relative;
}
.c5img img{
	width:200px;
	min-height:150px;
}
.c5title{
	position:absolute;
	bottom:0;
	left:0;
}
.c5title a{
	display:block;
	background:url(../images/black75.png);
	padding:0 5px;
	width:190px;
	max-height:36px;
	line-height:18px;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.c5title a:hover{
	text-decoration:underline;
}

.rek1{
width:200px;
}


.short-story{
width:162px;
height:179px;
border:1px solid #303030;
background:#202020;	
margin:0 0 10px 10px;
line-height:18px;
padding:10px 10px 0 10px;
float:left;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
overflow:hidden;
position:relative;
}
.short-story a{
text-decoration:none;	
color:#25a3d9;
display:block;
font-size:12px;
}
.short-title{
color:#25a3d9;
text-decoration:none;
font-size:12px;
font-weight:bold;
margin:5px 0;
line-height:15px;
height:30px;
overflow:hidden;
display:block;
}
.short-title a:hover{
color:#fff;
text-decoration:none;	
}
.short-story img{
width:160px;
height:120px;
border:1px solid #25a3d9;
}
.short-story a:hover img{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;	
border:1px solid #fff;	
}
.c1data{
color:#909090;
font-size:11px !important;
height:15px;
line-height:15px;
}
.views{
height:18px;
background:url(../images/views.png) 0 2px no-repeat;
padding:0 0 0 18px;
float:left;
}
.short-time{
position:absolute;
top:115px;
right:11px;
height:16px;
line-height:16px;
padding:0 5px;
max-width:150px;
background:url(../images/black75.png);
color:#fff;
font-size:11px;	
}
/* FOOTER         */
.footer-wrap{
width:100%;
background:#3e7cb5	url(../images/footer_bg.png) repeat-x;
margin-top:10px;
padding-bottom: 20px;
}
.ftmenu{
width:200px;
height:20px;
margin:0 20px 0 0;	
min-width: 200px;
}
.ftmenu ul{
list-style:none;	
font-size:14px;
margin:0;
display:inline;
}
.ftmenu li
{
	clear:both; 
text-align:left;
height:20px;
display:inline;
}
.ftmenu li a
{
font-size: 12px;
color:#fff;
line-height:20px;
padding:0 10px;
display: block;
text-decoration:none;
text-shadow:0 1px 1px rgba(0,0,0,0.3);
font-weight:bold;
float:left;
}
.ftmenu li a:hover {
z-index:100;
color:#303030;
text-decoration:none;
text-shadow:none;
}
.footer {
line-height:20px;
margin:0 auto;
width: 100%;
padding:20px 0 20px 0;
color:#303030;
position:relative;
border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
text-shadow:0 1px 1px rgba(255,255,255,0.5);
max-width: 1100px;
display: flex;
}
.seotext{
width: 100%;
font-size:11px;
margin:0 20px 0 0;
float:left;
color:#505050;
line-height:15px;
}
.sub-footer{
text-align:left;
position:relative;
font-size:12px;
float:left;
width:310px;
height: 45px;
}
.sub-footer a{
color:#fff;
font-size:12px;
text-decoration:none;
text-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.sub-footer a:hover{
text-decoration:underline;
}
.counters{
height:31px;
margin-top:10px;
margin-left: auto;
}
.counters span{
margin-right:10px;
}


/* КНОПКИ */
.vbutton{
font-family:Arial;
background:#fff url(../images/w30.png) repeat-x;	
cursor:pointer;
width:100px;
height:30px !important;
line-height:30px !important;
text-align:center;
text-decoration:none;
font-size:12px;
font-weight:bold;
display:block;
margin:5px auto 10px 10px;
color:#505050;
text-shadow:0 1px 1px #fff;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:0 0 2px #303030;
-moz-box-shadow:0 0 2px #303030;
-webkit-box-shadow:0 0 2px #303030;
float:left;
border:0;
}
.vbutton:hover{
color:#000;
cursor: pointer;
border:0;
background:#fff url(../images/white.png) repeat-x;	
}
.cbutton{
font-family:Arial;
background:#25a3d9 url(../images/blueline.png) repeat-x;	
cursor:pointer;
width:100px;
height:30px !important;
line-height:30px !important;
border:0 !important;
text-decoration:none;
font-size:12px;
font-weight:bold;
display:block;
margin:5px auto 10px 10px;
color:#fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-align:center;
float:left;
}
.cbutton:hover{
color:#fff;
cursor: pointer;
border:0;
text-shadow:none;
background:#303030 url(../images/grey.png) repeat-x;	
}
.resbutton{
font-family:Arial;
cursor:pointer;
text-decoration:none;
margin:5px 0 0 10px;
font-size:12px;
font-weight:bold;
color:#25a3d9;
text-decoration:underline;
float:left;
line-height:25px;	
}
.resbutton:hover{
color:#000;
cursor: pointer;
border:0;
}
/* NEWS POST */
.story{
padding-bottom:1px;
margin-bottom:10px;
padding: 15px;
}
.post-title{
font-size:18px !important;
color:#303030;
text-decoration:none;
font-family:"Arial";
line-height:20px;
margin-bottom:10px;
position:relative;
font-weight:bold;
}
.post-title h1, post-title a h1{
font-size:18px !important;
display:inline;
}
.post-title a{
font-weight:bold;
color:#25a3d9;
font-size:18px !important;
text-decoration:underline;
font-family:"Arial";
}
.post-title a:hover{
color:#303030;
text-decoration:underline;
}
.full-story{
padding:0 0 10px 0;
color:#505050;
font-size:13px;
line-height:150%;
}
.full-story a {
color:#004a80;
font-size:13px;
font-weight: bold;
}
.full-story a:hover {
color:#303030;
text-decoration:none;
}
.full-story img {
margin:0 10px 10px 10px;
max-width:100%;
}
.full-story ul, .full-story ol {
}
.post-info{
background: url(../images/white.png) repeat-x;
font-size:12px;
color:#aaa;
line-height:16px !important;
margin:10px 0;
position:relative;
height:40px;
border:1px solid #eee;
padding:0 5px;
font-size:11px;	
position:relative;
}
.post-info a{
color:#3fb602;
text-decoration:none;
font-size:11px;	
}
.post-info a:hover{
text-decoration:underline;
color:#909090;
}
.info1 {
display:block;
float:left;
line-height:20px;
margin-right:10px;	
}
.info1  b{
color:#707070;
font-weight:normal;	
}
.info-rating{
margin:5px 0 0 0;
clear:both;
width:150px;
}
.full-label{
	position:absolute;
	top:5px;
	right:5px;
	background:url(../images/greenline.png) repeat-x;
	float:left;
	line-height:30px;
	padding:0 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	font-size:14px;
	font-weight:bold; 
}
.plusobut{
width:190px;	
}
.related-block{
position:relative;
overflow:hidden !important;
color:#303030;
width:100%;
max-height:370px;
background:#fff;
border:1px solid #ccc;
border-radius:5px;
padding-left:10px;
}
.related-title{

	background:url(../images/blueline.png) repeat-x;
	float:left;
	line-height:30px;
	padding:0 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	font-size:14px;
	font-weight:bold;
	margin:10px 0 10px 0;
}
.related{
overflow:hidden;
width:143px;
height:149px;
margin:0 10px 10px 0;
font-size:12px;
color:#909090;
position:relative;
float:left;
overflow:hidden;
border-bottom:1px solid #3fb602;
}
.related a{
color:#505050;
font-size:11px;
padding:0;
text-decoration:none;
}
.related a:hover{
text-decoration:underline !important;
color:#000;
}
.related a.rltd{
	display:block;
width:133px;
padding:5px;
height:30px;
overflow:hidden;
line-height:15px;
background:#fff url(../images/white.png) repeat-x;
}
.related img{
width:143px;
height:109px;
}
.related a:hover img{
opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;	
}

.speedbar{
	font-size:12px;
	color:#909090;
	overflow:hidden;
	height:30px;
	line-height:30px;
	margin:0 0 10px 0;
	border-bottom:1px solid #eee;
}
.speedbar a{
color:#25a3d9;
text-decoration:underline;
font-size:12px;
}
.speedbar a:hover{
color:#505050;
text-decoration:none;	
}
.tagscloud{
width:650px;
padding:0 15px 10px 15px;
}
/* COMMENTS */
.addcomment{
padding:0;
text-align:center;
margin:10px 0;
background:#f5f5f5;
}
.title{
line-height:20px;
padding:5px 25px;
color:#fff;
text-shadow:0 1px 0 rgba(0,0,0,0.5);
font-size:16px;
font-weight:bold;
text-align:center;
background:url(../images/greenline.png) repeat-x;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
}
.addcomment-post{
padding:0 10px;
}
.comments{
width:100%;
}
textarea#comments{
height:150px;	
}
.comm-title{
line-height:20px;
padding:5px 10px;
color:#909090;
font-size:14px;
font-weight:bold;
background:url(../images/white.png) 0 -10px repeat-x;
margin:20px 0 10px 0;
}
.comm-title span{
	color:#3fb602;
	font-size:16px;
}
.comment{
width:778px;
color:#505050;
margin:0 10px 10px 0;
border:1px solid #eee;
background:#f5f5f5;
border-top:2px solid #3fb602;
}
.comment a{
color:#25a3d9;
text-decoration:none;
}
.comment a:hover{
text-decoration:underline;	
}
.comment table{
margin:0;
padding:0;
}
.comment-left{
max-height:100px;
width:100px;
padding:10px;
font-size:11px;
float:left;
}
.comment-left a{
color:#000;
font-weight:bold;
}
.comment-left img{
width:100px;
max-height:100px;
}
.comment-right{
width:648px;
padding:5px;
font-size:13px;
min-height:40px;
float:left;
margin:0;
position:relative;
}
.comment-right a{
color:#25a3d9;
font-weight:bold;
}
.comm-data{
color:#909090;
margin-bottom:5px !important;
display:block;
font-size:11px;
}
.comment-right a{
font-size:12px;
color:#303030;
}
.comment:hover .comment-title-hover{
display:block;
}
.comment-title-hover{
height:15px;
line-height:15px;
width:400px;
padding:0;
font-size:12px;
color:#505050;
display:none;
position:absolute;
top:5px;
right:5px;
z-index:10;	
text-align:right;
}
.comment-title-hover a{
color:#25a3d9;
font-size:11px;
text-decoration:none;
}
.comment-title-hover a:hover{
color:#505050;
text-decoration:underline;
}
.comment-title-hover span{
float:right;
}
.comment-number{
color:#fff !important;
padding:0 3px;
font-weight:bold;
font-size:12px;
line-height:15px;
float:right;
background:#505050;
}
.mass-action{
padding:0 5px;
height:15px;
float:right;
}
.mass_comments_action{
padding:0 5px 5px 10px;
color:#909090;
}
.comment-news{
margin:5px 0 !important;
}
.comment-news a{
text-decoration:underline;
font-size:13px !important;	
}
.comment-news a:hover{
text-decoration:none;
color:#ccc;
}
.info{
min-height:30px;
margin:10px 0;
color:#909090;
background:#f5f5f5 url(../images/sign.png) 	2px 2px no-repeat;
padding:10px 5px 10px 60px;
font-size:11px;
line-height:15px;
border:1px solid #eee;
text-shadow:0 1px 0 #fff;
}
.info a{
color:#25a3d9;
}
.navigation{
height:30px;
width:100%;
color:#000;
margin:10px auto;
padding:15px 0;
font-size:15px;
clear:both;
text-align:center !important;	
}
.navigation b{
font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
line-height:25px !important;
height:25px;
text-decoration:none;
padding:3px 10px;
color:#fff;
font-size:15px;
background:url(../images/greenline.png) -1px center repeat-x;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.navigation a:hover{
text-decoration:none;
color:#fff;
background:#303030 url(../images/grey.png) repeat-x;
}
.navigation span {
line-height:30px !important;
height:25px !important;
text-decoration:none;
padding:3px 10px;
color:#aaa;
font-size:15px;
background:#f5f5f5;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-moz-box-shadow:inset 0 0 15px rgba(0,0,0,0.2); 
-webkit-box-shadow:inset 0 0 15px rgba(0,0,0,0.2); 
box-shadow:inset 0 0 15px rgba(0,0,0,0.2); 
}
.nav_ext{
	background:none !important;
	color:#000 !important;
	font-weight:bold;
-moz-box-shadow:none !important; 
-webkit-box-shadow:none !important; 
box-shadow:none !important; 
}
table.fulltable{
	width:100%;
	background:#f5f5f5;
	border-collapse: collapse;
    border-spacing: 0;
	cellspacing:0;
	border:0;

}
table.fulltable td{
	border-top:1px solid #fff;
	padding:5px 10px;
}
.line{
margin:5px 0;
padding:5px 15px;
border:1px solid #ccc;
background:#f1f1f1;
min-height:20px;
text-align:left;
font-size:13px;
}
.sline{
width:150px;
min-height:20px;
line-height:20px;
text-align:left;
}
.import{
	color:#25a3d9;
}
.line a{
color:#25a3d9;
}
.row{
	font-size:13px;
	margin:5px 0;
padding:5px;
border:1px solid #eee;
background:#fafafa;
}
.row a{
color:#25a3d9;
}
.row h{
min-width:150px;
padding:3px;
margin:0 0 10px 0;
}
.poll{
background:#fafafa;
padding:5px 10px;
margin:5px 0 10px 0;
border:1px solid #eee;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.poll b{
border-bottom:1px solid #303030;
}
.userstop{
font-family:Arial;
font-size:11px;
color:#505050;
border-collapse:collapse;
}
.userstop thead {
	font-family:Arial;
	padding:5px 0 0 5px;
	height:20px;
	font-size:12px;
	color:#303030;
	background:url(../images/white.png) repeat-x;
}
.userstop table {
border-collapse:collapse;
}
.userstop td {
text-align:center;
height:25px;
	padding:0px;
	border:1px solid #ccc;
}
.userstop a {
	font-size:11px;
	text-decoration:none;
	color:#25a3d9;
}
.userstop a:hover {
	text-decoration: none;
}
.stat{
	color:#707070;
font-size:13px;
font-weight:bold;
min-height:15px;
margin:0 20px 0 20px;
padding:2px 0 5px 0;
border-bottom:1px solid #505050;
}
.stat span{
float:right;
font-weight:normal;
}
.stat a{
font-size:13px;
text-decoration:none;
}
.h-row{
color:#505050;
background:#f1f1f1;
font-weight:bold;
padding:0 0 0 15px;
margin:10px 0 0 0;
}
textarea, .txsh, .input1, .input2, .input3{
border:1px solid #ccc;
height:22px;	
}
.input1{
width:312px; 
font-family:Arial; 
font-size:12px;	
}
.input2{
width:100px;

padding:3px 0;
font-size:12px;
}
.input3{
width:223px; 
font-family:"Tahoma"; 
font-size:12px; 
}
.input4{
width:312px;
height:100px;
font-family:Arial; 
font-size:12px;	
border:1px solid #ccc;	
}
.clear {
margin:0;
padding:0;
height:0px;
clear:both;
width:100%;
}
table{
background:transparent;
border:0px;
border-collapse:separate;
}
table td{
text-align:left;
padding:0px;
background:transparent;
}
select {
font-size: 11px;
font-family: Arial;
}
.stext {
color: #727272;
font-size: 11px;
font-family: Arial;
}
.stext a:active,
.stext a:visited,
.stext a:link {
color: #0084ff;
text-decoration:none;
}
.stext a:hover {
color: #FFFFFF;
text-decoration: underline;
}
.ntitle {
color: #CC00FF;
font-size: 15px;
font-family: Arial;
font-weight: bold;
padding:11px 0 0 6px;
}
.ntitle a {
color: #0084ff;
text-decoration: underline;
}
.ntitle a:hover {
text-decoration:none;
}
.ui-dialog fieldset{
padding:5px;
color:#25a3d9;
border:1px solid #505050;
}
.pm_status {
	float:left;

	padding: 0px;
	
	width: 330px;
	height: 100px;
	margin:5px 15px 0 10px;
}

.pm_status_head {
	font-size: 0.9em; 
	background: #303030 url("../images/blueline.png") repeat-x;
	height: 25px;
	line-height:25px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.pm_status_content {
	padding: 5px;
}
/*####################################################*/
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.ndh_menu_wrap {
	font-family: arial;
	font-size: 13px;
	position: relative;
}
.ndh_menu {
	color: #615f5f;
	float: left;
	padding: 12px 25px 0 0px;
}
.ndh_menu_tools {
	float: right;
}
.ndh_menu_items {
	margin: 0;
	padding: 0;
}
.ndh_menu_item {
	display: inline-block;
	color: #615f5f;
}
.ndh_menu_link:before {
	display: inline-block;
	color: #d3d3d3;
	content: "\2022";
	margin: 0 6px 0 2px;
	text-decoration: none;
}
.ndh_menu_item:first-child .ndh_menu_link:before {
	display: none;
}
.ndh_menu_item:first-child .ndh_menu_link, .ndh_menu_item:first-child a.ndh_menu_link {
	color: #FFFDFD;
}
.cmn-width {
	max-width: 1250px;
	margin: auto;
}
.cmn-icon-auth:before {
	background: url("../images/icon_sprite.png") no-repeat 0 -46px;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}
.cmn-icon-auth_on:before {
    background: url("../images/icon_sprite.png") no-repeat -16px -46px;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
}
.auth-form {
	background: none;
	color: #393939;
	display: inline-block;
	padding: 12px 15px 10px 15px;
	position: relative;
}
.auth-form__link-icon {
	position: relative;
	top: 4px;
}
.auth-form__link {
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px dotted #393939;
	display: inline-block;
}
.auth-form {
	color: #393939;
}
.l-ndh_contactInfo {
	
}
.cmn-bg-color-1 {
	background: #fff;
}
.l-thc_wrapper {
}
.cmn-bg-color-1 {
	background: none;
}
.cmn-gap {
	margin-bottom: 15px;
	height: 40px;
}
.thc_wrapper__inner {
}
.ndh_contactInfo {
	padding: 20px 0px 20px 0px;
	color: #F8F8F3;
}
.ndh_contactInfo_item {
	float: left;
}
.ndh_contact {
	text-align: right;
	position: relative;
	float: right;
	top: -30px;
}
.ndh_phone {
	font-weight: bold;
	font-size: 21px;
	line-height: 31px;
	position: relative;
}
.cmn_button_type_17, a.cmn_button_type_17 {
	border: 1px solid #e30514;
	border-radius: 22px;
	box-shadow: 0 2px 2px -2px #a3a3a3;
	color: #e30514;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-right: 0;
	padding: 6px 12px;
	margin-right: 563px;
	cursor: pointer;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0 auto;
	max-width: 400px;
}
.common .cmn_button_type_17 {
	top: 160px;
	position: relative;
	left: 282px;
}
.cmn_icon_phone:before {
	content: "";
	display: inline-block;
	background: url(../images/main_sprite_1001.png) no-repeat 0 -42px;
	width: 14px;
	height: 14px;
}
.cmn_button_type_17 .cmn_icon_phone::before, .cmn_button_type_17 .cmn_icon_place::before {
	margin-right: 7px;
	position: relative;
	top: 2px;
}
.nd-thc_wrapper {
	display: block;
	position: relative;
}
.nd-thc_list {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003f79), color-stop(3%, #015eab), color-stop(23%, #0157a0), color-stop(78%, #013f73), color-stop(95%, #013a69), color-stop(98%, #01549a), color-stop(100%, rgba(0, 3, 5, 0.94)));
	background: -webkit-linear-gradient(top, #003f79 0%, #015eab 3%, #0157a0 23%, #013f73 78%, #013a69 95%, #01549a 98%, rgba(0, 3, 5, 0.94) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#003f79), color-stop(3%, #015eab), color-stop(23%, #0157a0), color-stop(78%, #013f73), color-stop(95%, #013a69), color-stop(98%, #01549a), to(rgba(0, 3, 5, 0.94)));
	background: linear-gradient(to bottom, #003f79 0%, #015eab 3%, #0157a0 23%, #013f73 78%, #013a69 95%, #01549a 98%, rgba(0, 3, 5, 0.94) 100%);
	border-radius: 4px;
	height: 40px;
}
.nd-thc_list > li:first-child {
	margin-left: 0px;
	border-radius: 4px 0 0 4px;
}
.nd-thc_list > li {
	position: relative;
	height: auto;
	background-image: none;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003f79), color-stop(3%, #015eab), color-stop(23%, #0157a0), color-stop(78%, #013f73), color-stop(95%, #013a69), color-stop(98%, #01549a), color-stop(100%, rgba(0, 3, 5, 0.94)));
	background: -webkit-linear-gradient(top, #003f79 0%, #015eab 3%, #0157a0 23%, #013f73 78%, #013a69 95%, #01549a 98%, rgba(0, 3, 5, 0.94) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#003f79), color-stop(3%, #015eab), color-stop(23%, #0157a0), color-stop(78%, #013f73), color-stop(95%, #013a69), color-stop(98%, #01549a), to(rgba(0, 3, 5, 0.94)));
	background: linear-gradient(to bottom, #003f79 0%, #015eab 3%, #0157a0 23%, #013f73 78%, #013a69 95%, #01549a 98%, rgba(0, 3, 5, 0.94) 100%);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015EAB', endColorstr='#013A69', GradientType=0);
	-moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015EAB', endColorstr='#013A69', GradientType=0);
	-o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015EAB', endColorstr='#013A69', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015EAB', endColorstr='#013A69', GradientType=0);
	text-align: center;
	
	display: table-cell;
	float: none;
	width: auto;
}
.nd-thc_list > li > a {
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 10px;
	color: #ffffff;
	font-size: 17px;
	cursor: pointer;
	text-decoration: none;
}
.nd-thc_list > li:hover {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 103, 43, 0.95)), color-stop(3%, #f6662b), color-stop(13%, #f6642a), color-stop(75%, #f3451d), color-stop(98%, #f23d19), color-stop(100%, rgba(242, 60, 25, 0.95)));
	background: -webkit-linear-gradient(top, rgba(246, 103, 43, 0.95) 0%, #f6662b 3%, #f6642a 13%, #f3451d 75%, #f23d19 98%, rgba(242, 60, 25, 0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 103, 43, 0.95)), color-stop(3%, #f6662b), color-stop(13%, #f6642a), color-stop(75%, #f3451d), color-stop(98%, #f23d19), to(rgba(242, 60, 25, 0.95)));
	background: linear-gradient(to bottom, rgba(246, 103, 43, 0.95) 0%, #f6662b 3%, #f6642a 13%, #f3451d 75%, #f23d19 98%, rgba(242, 60, 25, 0.95) 100%);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6672b', endColorstr='#f2f23c19', GradientType=0);
	-moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6672b', endColorstr='#f2f23c19', GradientType=0);
	-o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6672b', endColorstr='#f2f23c19', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6672b', endColorstr='#f2f23c19', GradientType=0);
}
.nd-thc_list > li:hover:after  {
	display: none;
}
.nd-thc_list > li:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1px;
	height: 40px;
	border-right: 1px solid #014883;
	border-left: 1px solid #014883;
	background-color: #296395;
	content: "";
	pointer-events:none;
}
.nd-country_nav_btn_inside {
	background: #e30514;
	border: none;
	border-radius: 4px;
	box-shadow: 0 4px 0 0 #b60410;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 3px 0;
	right: 0;
	top: 14px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	height: 20px;
	float: right;
	margin: 6px 127px;
}
.nd-thc_list li .flag {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.nd-thc_list .ddm-box {
	display: none;
}
.ddm-box .drop-down-menu:first-child {
	border-left: 1px solid #817E75;
}
.ddm-box .drop-down-menu:last-child {
	border-right: 1px solid #817E75;
}
.drop-down-menu {
	/* display: none; */
	position: absolute;
	width: 200px;
	top: 40px;
	background: #FFF;
	z-index: 100;
	border-bottom: 1px solid #817E75;
}
.nd-thc_list li:hover .ddm-box {
	display: block
}
.nd-thc_list > li:hover a{
}
.drop-down-menu li {
	display: block;
}
.drop-down-menu li a{
	display: block;
	padding: 10px 0 10px 4px;
	padding-left: 4px;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.drop-down-menu li a:hover{
	background: #fddcc6;
}
.footer_adv_blocks {
	font-family: "Arial";
	font-size: 13px;
	margin: 20px 0 0 12px;
}
.fab_item_1,
.fab_item_2,
.fab_item_3 {
	background: #1eb359;
}
.fab_item_wrap {
	width: 312px;
	float: left;
	margin-left: 20px;
	padding-top: 4px;
	display: block;
	transition: all 0.3s ease;
	width: 31.8%;
}
.fab_item_wrap:first-child {
	margin-left: 0px;
}
.fab_item {
	border-left: 1px solid #E9ECED;
	border-right: 1px solid #E9ECED;
	border-bottom: 1px solid #E9ECED;
	border-top: none;
	padding: 15px 5px 15px 15px;
	background: #e4fae1;
}
.fab_item .fab_managerImgWrap {
	width: 73px;
	border: 1px solid #fff;
	float: left;
}
.fab_item .fab_managerImg {
	max-width: 100%;
	display: block;
}
.fab_item .fab_contentWrap {
	margin-left: 88px;
}
.fab_item .fab_managerName {
	font-weight: bold;
	margin-bottom: 4px;
	color: #000;
}
.fab_item .fab_name {
	color: #767b7d;
}
.fab_item .fab_phone {
	color: #303030;
	margin-bottom: 4px;
	font-size: 14px;
}
.fab_item .fab_text {
	color: #c92f2f;
	margin-bottom: 5px;
}
.cmn_likelink_dashed {
	border-bottom: 1px dashed #0046b2;
	text-decoration: none;
	color: #0046b2;
	cursor: pointer;
}
.footer_phone_text {
	color: #ffffff;
	font-family: Arial;
	font-size: 33px;
	font-weight: bold;
	line-height: 30px;
}
.menu_tour {
	list-style: none;
	position: relative;
}
.menu_tour li img {
	width: 200px;
}

/* Google map */
#map-canvas {
	height: 400px;
}

/* Отзывы сайта*/
.tsl_post {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}
.tsl_post .tsl_title {
	border: 1px solid #DFDFDF;
	border-bottom: 0 none;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	background: #F3F8ED;
}
.tsl_post .tsl_title .tsl_username {
	font-weight: bold;
	font-style: italic;
}
.tsl_post .tsl_title .tsl_date {
	float: right;
}
.tsl_text {
	padding: 10px;
	border: 1px solid #DFDFDF;
	border-top: 0 none;
	border-radius: 0 0 5px 5px;
	word-wrap: break-word;
}

/* Модальные окна*/
.modal {
	display: none;
}
.jq_cbk_button_wrapper {
	margin-top: 30px;
	height: 100px;
}
/* #call { */
	/* height: 230px!important; */
/* } */
.cbk_input_wrapper .cbk_input {
	background: url("../images/form_filds_icon.png") no-repeat scroll 6px 7px #ffffff;
	border: 1px solid #bebdbc;
	font-size: 15px;
	height: 26px;
	line-height: 26px;
	padding-left: 35px;
	position: relative;
	width: 235px;
	margin-right: 10px;
	top: -1px;
}
.cbk_input_wrapper .cbk_phoneInput {
	background-position: 9px -18px;
}
.cbk_input_wrapper {
	display: inline-block;
	vertical-align: middle;
}
.call_form {
	text-align: center;
}
.error {
	margin: 60px 0;
	text-align: center;
}
.thanks {
	margin: 24px 0;
	text-align: center;
	font-size: 20px;
}

/* Страны */
.country_all_wrapper .ca_ul {
	list-style-type: none;
}
.country_all_wrapper .ca_ul ul {
	margin: 0 0 0 30px;
	list-style: none;
}
.country_all_wrapper .ca_ul .ca_letter {
	color: #ff1a00;
	margin-bottom: 2px;
	margin-top: 21px;
	font-size: 15px;
	font-weight: bold;
}
.country_all_wrapper .ca_ul .ca_letter:first-child {
	margin-top: 0px;
}
.country_all_wrapper .ca_ul_1 {
	float: left;
	width: 50%;
	padding-left: 10%;
	min-height: 700px;
}
.country_all_wrapper .ca_ul_2 {
	width: 50%;
	margin-left: 50%;
	padding-left: 10%;
}

.ndh_logo_link {
	float: left;
    left: 27px;
	top: 50px;
}
.adress-header {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	width: 400px;
	position: relative;
	top: -40px;
	left: 697px;
}
.adress-header span {
	color: #FDFEFF;
}

/* Форма заказа туров */
.country_order {
	overflow-y: hidden;
}
.left_col {
float: left;
width: 444px;
}
.plate {
background: #F2E9E0;
padding: 14px 20px 14px 12px;
float: left;
margin: 0 0 7px 0;
}
.plate.form_rating {
width: 410px;
padding: 11px 17px 6px;
}
.plate.form_rating .label2 {
display: block;
float: left;
margin: 0;
}
.plate.date_diapason {
width: 236px;
margin: 0 3px 0 0;
padding: 11px 17px 17px 18px;
}
.plate.nights_range {
width: 137px;
padding: 11px 22px 16px 11px;
height: 55px;
}
.plate.adult_count {
width: 238px;
margin: 0 3px 0 0;
padding: 9px 18px 16px 15px;
}
.plate.adult_count label {
display: block;
}
.plate.adult_count select {
width: 236px;
}
.plate.child_count {
width: 135px;
padding: 10px 22px 15px 13px;
}
.plate.child_count label {
display: block;
}
.plate.child_count select {
width: 138px;
}
.plate.price input {
width: 151px;
}
.plate.price span {
margin: 0 0 0 7px;
font-size: 13px;
}
.plate.pink {
background: #f7dbd7;
width: 193px;
padding: 14px 12px;
}
.plate.pink.round_corners.right_top {
height: 264px;
}
.b_raiting {
overflow: hidden;
display: block;
float: left;
margin: -1px 0 0 46px;
}
.two_col {
float: left;
}
.two_col+.two_col {
float: right;
}
.country_order input, .country_order select {
border: 1px solid #a4a4a4;
color: #454545;
padding: 6px 2px;
}
.country_order label, .country_order .label2 {
color: #414042;
font: bold 14px Trebuchet MS;
margin: 0 0 4px 0;
}
.country_order .country {
width: 100%;
margin: 4px 0 0 0;
}
.country_order .sub_label {
font: 13px Arial;
margin: 0;
}
.b_calendar_input {
position: relative;
display: inline-block;
}
.b_calendar_input input {
width: 82px;
height: 16px;
margin: 0px 0 0 0;
padding: 7px 6px;
}
.b_calendar_input .b_calendar_button {
position: absolute;
right: 1px;
top: 1px;
}
.right_col {
float: left;
width: 227px;
margin: 0 0 0 3px;
}
.right_col .news_letter {
font: normal 13px Arial, Tahoma, sans-serif;
margin: 6px 0 0 0;
display: block;
}
.right_col .field2 {
margin: 0 0 16px 0;
position: relative;
padding: 0 0 17px 0;
}
.right_col .field2+.field2 {
margin: 0 0 20px 0;
}
.right_col .field .message {
position: absolute;
bottom: 0;
left: 0;
}
.phone input {
width: 125px;
margin: 4px 1px 0;
}
.country_order input[type="submit"] {
  background: #FE643E;
  background-image: -webkit-linear-gradient(top, #FE643E, #FF461D);
  background-image: -moz-linear-gradient(top, #FE643E, #FF461D);
  background-image: -ms-linear-gradient(top, #FE643E, #FF461D);
  background-image: -o-linear-gradient(top, #FE643E, #FF461D);
  background-image: linear-gradient(to bottom, #FE643E, #FF461D);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  width: 100%;
}

.country_order input[type="submit"]:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#tour_form_success {
color: green!important;
font-size: 19px;
line-height: 80px;
text-align: center;
}

.common {
  background: url(../images/family.jpg) no-repeat center;
  height: 235px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.common2 {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px
}

.order_input textarea {
	width: 100%;
	margin: 5px 0;
	padding: 5px;
	font-size: 14px!important;
	height: 80px;
}
.order_input input {
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	font-size: 14px!important;
	border: 1px solid #ced4da;
}

.header-menu {
	width: 470px;
	float: right;
	position: relative;
	top: -5px;
	right: -20px;
	max-width: 550px;
}
.header-menu li {
	float: left;
	padding: 3px;
	list-style: none;
}






.header {
	min-height: 100px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
}
.header__nav-box {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	min-width: 1100px;
	background: #fff;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1), 0 2px 8px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1), 0 2px 8px 0 rgba(0,0,0,.1);
	z-index: 53;
	/* -webkit-transform: translateZ(0); */
	/* transform: translateZ(0); */
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1100px;
}
.header__col {
	float: left;
}
.header__col--left {
	width: 16.5%;
	height: 100%;
}
.header__logo {
	display: inline-block;
	max-width: 170px;
	margin-top: 13px;
	margin-bottom: 10px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	vertical-align: middle;
}
.header__col {
	float: left;
}
.header__col--right {
	width: 82.5%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.top-nav {
	min-height: 50px;
	color: #424242;
	font-weight: 600;
	border-bottom: 1px solid #e7e8e9;
	font-size: 13px;
}
.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333333%;
	-ms-flex: 0 0 58.33333333%;
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}
.top-nav__callback {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0;
}
.top-nav__icon {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	fill: #424242;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
.top-nav .callback-link-wrap {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
a.top-nav__link {
	color: #f26326;
	position: relative;
	text-decoration: none;
	font-size: 14px;
}
.top-nav__phone {
	margin: 0 7px 0 0;
	vertical-align: middle;
	font-family: 'PT Sans',sans-serif;
	font-size: 1rem;
	font-weight: bold;
	color: #424242!important;
}
.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66666667%;
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}
.float-right {
	float: right!important;
}
.top-nav__place {
	display: inline-block;
	vertical-align: middle;
}
.top-nav__item {
	float: left;
	line-height: 25px;
	outline: none;
}
.top-nav-right .top-nav__item {
	position: relative;
	padding-right: 1px;
}
.top-nav__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 18px;
	color: #424242;
	outline: none;
}
.top-nav-right .top-nav__item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1px;
	height: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	background: #ccc;
}
svg:not(:root) {
	overflow: hidden;
}
.top-nav__icon {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	fill: #424242;
	vertical-align: middle;
}
.row1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
a.top-nav__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 18px;
	color: #424242;
	outline: none;
	text-decoration: none;
	font-size: 13px;
}
a.top-nav__text:hover {
	color: #08f;
	text-decoration: underline;
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}
.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header__navbar {
	padding: 0;
	height: 50px;
	margin-bottom: 0;
	border: none;
	position: relative;
	left: 0;
	right: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 0;
	white-space: nowrap;
}
.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.header__navbar ul {
	padding: 0;
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.header__navbar .navbar-nav {
	float: left;
	margin: 0;
}
.header__navbar .nav--left {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.header__navbar .navbar-nav>li {
	position: relative;
	margin-right: 16px;
	margin-left: 0;
	padding-left: 0;
	float: left;
	line-height: normal;
}
.header__navbar .navbar-nav>li>a {
	position: relative;
	display: inline-block;
	line-height: 16px;
	padding: 17px 0 17px 0;
}
.header__navbar .nav--left li>a {
	color: #424242;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.1px;
	background: transparent!important;
	text-decoration: none;
}
.header__navbar .nav--left li>a:hover {
	color: #dd5411;
	text-decoration: none;
}
.btn-brand--orange {
	background-color: #f26326;
	border: solid 1px #f26326;
	color: #fff;
}
.header .animate {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.header__navbar .navbar-nav>li>a {
	position: relative;
	display: inline-block;
	line-height: 16px;
	padding: 17px 0 17px 0;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.header .navbar-right .btn {
	min-width: 196px;
	padding: 10px;
	margin-top: 7px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans',sans-serif;
	text-decoration: none;
	text-transform: none;
	text-align: center;
}
.header__navbar .navbar-nav>li .btn-brand {
	text-transform: none;
}
.header__navbar .navbar-nav>li>a:hover {
	text-decoration: none;
	color: #ffffff;
}
.btn-brand--orange:active, .btn-brand--orange:hover, .btn-brand--orange:focus {
	background-color: #dd5411;
	border: solid 1px #dd5411;
	color: #fff;
}
.header__navbar .nav--left li>a:hover {
	color: #dd5411;
	text-decoration: none;
}
.nav-link-countries>a:after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	margin-top: 6px;
	border: solid #2b3641;
	border-width: 0 0 2px 2px;
	line-height: 0;
	font-size: 0;
	width: 4px;
	height: 4px;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.b-dropdown_simple-b, .b-dropdown_complex-b {
	display: none;
	position: absolute;
	width: 188px;
	background-color: #fff;
	font-size: 14px;
	color: #525252;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	z-index: 2;
}
.b-dropdown-new-style {
	border: 1px solid #dee6ed;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 6px 0 rgba(32,55,74,.2), 0 3px 6px 0 rgba(222,233,244,.6);
	box-shadow: 0 3px 6px 0 rgba(32,55,74,.2), 0 3px 6px 0 rgba(222,233,244,.6);
	margin: 1px 0 0 -1px;
	left: 0;
	top: 100%;
	font-family: 'Open Sans',sans-serif;
	color: #424242;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 5;
}
.b-dropdown-new-style.b-contry-flags {
	padding-bottom: 10px;
	width: 600px;
	max-width: 600px;
}
.header__navbar .nav--left li .b-dropdown-new-style {
	margin-top: 0;
}
.b-dropdown_simple-b .li-town, .b-dropdown_complex-b .li-town {
	max-height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	margin: 5px 0 10px 0;
	width: 100%;
}
.b-contry-flags .li-town {
	padding-top: 30px;
}
.b-dropdown-new-style .li-town {
	max-height: 365px;
}
.b-dropdown-new-style.b-contry-flags .li-town {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-height: 383px;
}
.center {
	text-align: center;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-brand {
	font-weight: 400;
	font-family: 'Open Sans',sans-serif;
	text-decoration: none!important;
	text-transform: uppercase;
	-webkit-transition: background-color 200ms ease 0s,border 200ms ease 0s,color 200ms ease 0s;
	-o-transition: background-color 200ms ease 0s,border 200ms ease 0s,color 200ms ease 0s;
	transition: background-color 200ms ease 0s,border 200ms ease 0s,color 200ms ease 0s;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none!important;
}
.m-top-countries {
	float: left;
	width: 33%;
	position: relative;
	border-right: 1px dashed #78c1ff;
}
.b-dropdown_simple-b .dd-item.divider, .b-dropdown_complex-b .dd-item.divider {
	color: #a8a8a8;
	cursor: default;
}
.m-top-countries li {
	width: 100%!important;
}
.b-dropdown_simple-b .dd-item, .b-dropdown_complex-b .dd-item {
	background: none;
	line-height: 1.4em;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 5px 1px 5px 16px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.b-contry-flags .li-town li {
	float: left;
	padding: 0!important;
}
.b-contry-flags .li-town .dd-item.divider {
	position: absolute;
	top: -30px;
	padding: 5px 5px 5px 16px!important;
}
.header__navbar .nav--left li>a {
	color: #424242;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.1px;
	background: transparent!important;
}
.b-contry-flags .li-town .dd-item a {
	display: block;
	color: #424242;
	font-weight: 400;
	padding: 5px 5px 5px 16px!important;
}
.m-popular-countries {
	float: left;
	width: 67%;
	position: relative;
}
.b-dropdown_simple-b .dd-item.divider, .b-dropdown_complex-b .dd-item.divider {
	color: #a8a8a8;
	cursor: default;
}
.b-contry-flags .li-town .dd-item.divider {
	position: absolute;
	top: -30px;
	padding: 5px 5px 5px 16px!important;
}
.m-popular-countries li {
	width: 50%!important;
}
.b-dropdown_simple-b .dd-item:hover, .b-dropdown_complex-b .dd-item:hover {
	background-color: #e4f3ff;
}
.b-contry-flags .flag {
	margin-right: 4px;
}
.nav-link-countries:hover .b-dropdown_complex-b {
	display: block!important;
}
.nav-link-countries:hover .jsEmptyLink::after {
	transform: rotate(130deg);
	transition: all 0s;
	margin-left: 4px;
}
.nav-link-countries {
	width: 60px;
}
.town_list {
	position: absolute;
	top: 21px;
	left: 50px;
	z-index: 22;
	display: none;
	overflow-y: auto;
	margin: 0;
	padding: 10px;
	max-height: 300px;
	width: 150px;
	border: 1px solid #817e75;
	background: #fff;
	-webkit-box-shadow: 0 4px 10px #999;
	box-shadow: 0 4px 10px #999;
}
.b-dropdown-new-style {
	border: 1px solid #dee6ed;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 6px 0 rgba(32,55,74,.2), 0 3px 6px 0 rgba(222,233,244,.6);
	box-shadow: 0 3px 6px 0 rgba(32,55,74,.2), 0 3px 6px 0 rgba(222,233,244,.6);
	margin: 1px 0 0 -1px;
	left: 0;
	top: 100%;
	font-family: 'Open Sans',sans-serif;
	color: #424242;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 5;
}
.town_list.m-callback {
	width: 210px;
	left: -50px;
}
.form-group {
	margin-bottom: 1rem;
}
.m-callback .form-group {
	position: relative;
	margin-top: 5px;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-brand {
	font-weight: 400;
	font-family: 'Open Sans',sans-serif;
	text-decoration: none!important;
	text-transform: uppercase;
	-webkit-transition: background-color 200ms ease 0s,border 200ms ease 0s,color 200ms ease 0s;
	-o-transition: background-color 200ms ease 0s,border 200ms ease 0s,color 200ms ease 0s;
	transition: background-color 200ms ease 0s,border 200ms ease 0s,color 200ms ease 0s;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none!important;
}
.m-callback .btn {
	margin: 0!important;
	width: 100%;
	font-weight: 600;
}
.b-dropdown-new-style .btn {
	text-transform: none;
	padding: 6px 17px;
	line-height: normal;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.header__navbar .navbar-nav>li:last-child {
	margin-right: 0;
}
.top-nav__place:hover .top-nav__text {
	color: #dd5411;
}
.top-nav__item:hover .top-nav__text {
	color: #424242;
}

#dle-content {
	float: right;
	width: 100%;
}



