.tab {
	position: relative;
}
	.tab .tab-body > div {
		padding: 1px 0;
		display: none;
	}
	.tab .tab-body > div.active {
		display: block;
	}

.tab.type-1 .tab-list a {
	border: 1px solid transparent;
	border-bottom: 0;
	padding: 10px 20px;
	font-size: 18px;
	color: #727272;
	display: inline-block;
	vertical-align: bottom;
}
.tab.type-1 .tab-list a.active {
	border-color: #c2c2c2;
	color: #d21818;
}
	.tab.type-1 .tab-list a span {
		border-bottom-style: dotted;
		border-bottom-width: 1px;
	}
	.tab.type-1 .tab-list a.active span {
		border-bottom-style: solid;
	}
.tab.type-1 .tab-link {
	position: relative;
	top: -32px;
	height: 0;
	font-size: 13px;
	font-style: italic;
	color: #9c9579;
}
	.tab.type-1 .tab-link a {
		color: #9c9579;
	}

.tab.type-2 .tab-list a {
	border: 1px solid transparent;
	border-bottom: 0;
	padding: 10px 10px;
	font-size: 16px;
	color: #727272;
	display: inline-block;
	vertical-align: bottom;
}
.tab.type-2 .tab-list a.active {
	border-color: #c2c2c2;
	color: #d21818;
}
	.tab.type-2 .tab-list a span {
		border-bottom-style: dotted;
		border-bottom-width: 1px;
	}
	.tab.type-2 .tab-list a.active span {
		border-bottom-style: solid;
	}
.tab.type-2 .tab-link {
	position: relative;
	top: -30px;
	height: 0;
	font-size: 13px;
	font-style: italic;
	color: #9c9579;
}
	.tab.type-2 .tab-link a {
		color: #9c9579;
	}

.ico {
	position: relative;
}
.ico:after {
	content: '';
	position: absolute;
	background: url("../img/page_icons.png") 100% 0 no-repeat;
}
.ico.loader:after {
    content: '';
    position: absolute;
    background: url("../../mvd/img/loader.gif") no-repeat;
    background-position: 0 0 !important;
}
    .ico.i_ar-l:after {
        top: 0.5em;
        left: -30px;
        width: 22px;
        height: 11px;
        margin-top: -4px;
        background-position: -120px -120px;
    }
    .ico.i_ar-r:after {
        top: 0.5em;
        right: -30px;
        width: 22px;
        height: 11px;
        margin-top: -4px;
        background-position: -145px -120px;
    }
.ico.i_ls1 {
    margin-left: 20px;
}
.ico.i_ls1:after {
    top: 0.5em;
    left: -20px;
    width: 11px;
    height: 15px;
    margin-top: -7px;
    background-position: -230px -90px;
}
.ico.i_ls2 {
    margin-left: 20px;
}
.ico.i_ls2:after {
    top: 0.5em;
    left: -20px;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background-position: -245px -90px;
}
.ico.i_ls3 {
    margin-left: 20px;
}
.ico.i_ls3:after {
    top: 0.5em;
    left: -20px;
    width: 8px;
    height: 12px;
    margin-top: -5px;
    background-position: -260px -90px;
}
.ico.i_ar-news {
    margin-left: 30px;
}
.ico.i_ar-news:after {
    top: 11px;
    left: -30px;
    width: 20px;
    height: 13px;
    background: url("../img/news_ar.png") no-repeat;
}
.ico.i_att {
    display: inline-block;
}
.ico.i_att:after {
    top: 5px;
    left: 7px;
    width: 14px;
    height: 14px;
    background-position: -210px -181px;
}
	.ico.i_tw {
		margin-right: 25px;
		display: inline-block;
	}
	.ico.i_tw:after {
		top: 2px;
		right: -25px;
		width: 20px;
		height: 17px;
		background-position: 0px -20px;
	}
	.ico.i_fs1 {
		margin-left: 32px;
	}
	.ico.i_fs1:after {
		top: 50%;
		left: -32px;
		width: 22px;
		height: 24px;
		margin-top: -12px;
		background-position: -30px -20px;
	}
	.ico.i_fs2 {
		margin-left: 29px;
	}
	.ico.i_fs2:after {
		top: 50%;
		left: -29px;
		width: 19px;
		height: 24px;
		margin-top: -12px;
		background-position: -55px -20px;
	}
	.ico.i_fs3 {
		margin-left: 58px;
	}
	.ico.i_fs3:after {
		top: 50%;
		left: -58px;
		width: 48px;
		height: 27px;
		margin-top: -14px;
		background-position: -80px -20px;
	}
	.ico.i_fs4 {
		margin-left: 41px;
	}
	.ico.i_fs4:after {
		top: 50%;
		left: -41px;
		width: 31px;
		height: 25px;
		margin-top: -13px;
		background-position: -130px -20px;
	}
	.ico.i_fs5 {
		margin-left: 38px;
	}
	.ico.i_fs5:after {
		top: 50%;
		left: -38px;
		width: 28px;
		height: 28px;
		margin-top: -14px;
		background-position: -165px -20px;
	}
	.ico.i_nw {
		display: inline-block;
	}
	.ico.i_nw:after {
		position: relative;
		width: 0;
		height: 0;
		margin-left: 5px;
		padding-left: 13px;
		background-position: -145px 0px;
		font-size: 8px;
		line-height: 10px;
		display: inline;
	}
	.ico.i_rd {
		display: inline-block;
		padding-top: 40px;
	}
	.ico.i_rd:after {
		top: 0px;
		left: 50%;
		width: 22px;
		height: 31px;
		margin-left: -11px;
		background-position: -210px 0px;
	}
	.ico.i_tw2 {
		display: inline-block;
		margin-left: 40px;
	}
	.ico.i_tw2:after {
		top: 50%;
		left: -40px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-position: -110px -50px;
	}
	.ico.i_vk2 {
		display: inline-block;
		margin-left: 40px;
	}
	.ico.i_vk2:after {
		top: 50%;
		left: -40px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-position: -70px -50px;
	}
	.ico.i_arr {
		display: inline-block;
		margin-right: 15px;
	}
	.ico.i_arr:after {
		top: 50%;
		right: -15px;
		width: 8px;
		height: 4px;
		background-position: -240px -20px;
	}
	.ico.t_pic {
		display: inline-block;
		margin-left: 19px;
	}
	.ico.t_pic:after {
		top: 50%;
		left: -18px;
		width: 15px;
		height: 11px;
		margin-top: -6px;
		background-position: -210px -320px;
	}
	.ico.t_vid {
		display: inline-block;
		margin-left: 19px;
	}
	.ico.t_vid:after {
		top: 50%;
		left: -18px;
		width: 15px;
		height: 11px;
		margin-top: -6px;
		background-position: -230px -320px;
	}
	.ico.t_doc {
		display: inline-block;
		margin-left: 15px;
	}
	.ico.t_doc:after {
		top: 50%;
		left: -15px;
		width: 10px;
		height: 11px;
		margin-top: -5px;
		background-position: -240px -35px;
	}
	.ico.t_mus {
		display: inline-block;
		margin-left: 15px;
	}
	.ico.t_mus:after {
		top: 50%;
		left: -15px;
		width: 11px;
		height: 11px;
		margin-top: -5px;
		background-position: -255px -35px;
	}
	.ico.i_pl1 {
		display: inline-block;
		margin-left: 30px;
	}
	.ico.i_pl1:after {
		top: 0.5em;
		left: -30px;
		width: 22px;
		height: 19px;
		margin-top: -10px;
		background-position: 0px -90px;
	}
	.ico.i_pl2 {
		display: inline-block;
		margin-left: 30px;
	}
	.ico.i_pl2:after {
		top: 0.5em;
		left: -28px;
		width: 17px;
		height: 20px;
		margin-top: -10px;
		background-position: -30px -90px;
	}
  .ico.i_pl13 {
      display: inline-block;
      margin-left: 30px;
  }
  .ico.i_pl13:after {
	top: 50%;
	left: -30px;
      width: 22px;
      height: 18px;
      margin-top: -9px;
      background-position: -240px -150px;
  }
  .ico.i_pl14 {
      display: inline-block;
      margin-left: 30px;
  }
  .ico.i_pl14:after {
	top: 50%;
	left: -30px;
      width: 22px;
      height: 18px;
      margin-top: -9px;
      background-position: -270px -150px;
  }
	.ico.i_pl5 {
		display: inline-block;
		margin-left: 30px;
	}
	.ico.i_pl5:after {
		top: 0.5em;
		left: -30px;
		width: 21px;
		height: 21px;
		margin-top: -10px;
		background-position: -105px -90px;
	}
	.ico.i_pl15 {
		display: inline-block;
		margin-left: 30px;
	}
	.ico.i_pl15:after {
		top: 0.5em;
		left: -26px;
		width: 22px;
		height: 18px;
		margin-top: -9px;
		background-position: -277px -90px;
	}
	.ico.i_pl6 {
		display: inline-block;
		margin-left: 30px;
	}
	.ico.i_pl6:after {
		top: 0.5em;
		left: -30px;
		width: 22px;
		height: 21px;
		margin-top: -10px;
		background-position: -130px -90px;
	}
	.ico.i_pl7 {
		display: inline-block;
		margin-left: 30px;
	}
	.ico.i_pl7:after {
		top: 0.5em;
		left: -28px;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background-position: -155px -90px;
	}
    .ico.i_pl8 {
        display: inline-block;
        margin-left: 30px;
    }
    .ico.i_pl8:after {
        top: 0.5em;
        left: -26px;
        width: 14px;
        height: 14px;
        margin-top: -7px;
        background-position: -180px -90px;
    }
    .ico.i_pl9 {
        display: inline-block;
        margin-left: 30px;
    }
    .ico.i_pl9:after {
        top: 0.5em;
        left: -26px;
        width: 20px;
        height: 17px;
        margin-top: -8px;
        background-position: -202px -90px;
    }
    .ico.i_pl10 {
        display: inline-block;
        margin-left: 30px;
    }
    .ico.i_pl10:after {
        top: 0.5em;
        left: -26px;
        width: 20px;
        height: 20px;
        margin-top: -8px;
        background-position: -208px -157px;
    }
    .ico.i_pl11 {
        display: inline-block;
        margin-left: 30px;
    }
    .ico.i_pl11:after {
        top: 0.5em;
        left: -26px;
        width: 21px;
        height: 23px;
        margin-top: -9px;
        background-position: -148px -134px;
    }
    .ico.i_pl12 {
        display: inline-block;
        margin-left: 30px;
    }
    .ico.i_pl12:after {
        top: 0.5em;
        left: -26px;
        width: 22px;
        height: 18px;
        margin-top: -9px;
        background-position: -122px -139px;
    }
    .ico.i_hm {
        padding-left: 15px;
    }
    .ico.i_hm:after {
        top: 0.5em;
        left: 0;
        width: 8px;
        height: 9px;
        margin-top: -3px;
        background-position: -240px -50px;
    }

.ico-but {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-indent: 100%;
	overflow: hidden;
	background: url("../img/page_icons.png") 100% 0 no-repeat;
}
a.ico-but {
	border: 0;
}
	.ico-but.b_hb1 {
		width: 25px;
		height: 20px;
		background-position: 0px -230px;
	}
	.ico-but.b_hb1:hover {
		background-position: -30px -230px;
	}
	.ico-but.b_hb2 {
		width: 15px;
		height: 20px;
		background-position: -213px -230px;
	}
    .ico-but.b_hb2:hover {
        background-position: -213px -250px;
    }
	.ico-but.b_hb3 {
		width: 20px;
		height: 20px;
		background-position: -190px -230px;
	}
	.ico-but.b_hb3:hover {
		background-position: -190px -250px;
	}
	.ico-but.b_hb3b {
		width: 15px;
		height: 15px;
		background-position: -270px -230px;
	}
	.ico-but.b_hb3b:hover {
		background-position: -270px -250px;
	}
	.ico-but.b_hb4 {
		width: 20px;
		height: 15px;
		background-position: -60px 0px;
	}
	.ico-but.b_hb5 {
		width: 20px;
		height: 20px;
		background-position: -70px -230px;
	}
	.ico-but.b_hb5:hover {
		background-position: -70px -250px;
	}
	.ico-but.b_t1 {
		width: 15px;
		height: 12px;
		background-position: -80px 0px;
	}
	.ico-but.b_t2 {
		width: 15px;
		height: 12px;
		background-position: -95px 0px;
	}
	.ico-but.b_t3 {
		width: 15px;
		height: 12px;
		background-position: -110px 0px;
	}
	.ico-but.b_t4 {
		width: 15px;
		height: 12px;
		background-position: -125px 0px;
	}
	.ico-but.b_add {
		width: 40px;
		height: 20px;
		background-position: -160px 0px;
	}
	.ico-but.b_tw {
		width: 20px;
		height: 20px;
		background-position: 0px -50px;
	}
	.ico-but.b_vk {
		width: 20px;
		height: 20px;
		background-position: -20px -50px;
	}
	.ico-but.b_sr {
		width: 20px;
		height: 20px;
		background-position: -40px -50px;
	}
	.bn-search:hover .ico-but.b_sr, .bn-search.active .ico-but.b_sr {
		background-position: -40px -70px;
	}
	.ico-but.b_vk2 {
		width: 21px;
		height: 13px;
		background-position: -112px -254px;
	}
	.ico-but.b_vk2:hover {
		background-position: -112px -234px;
	}
	.ico-but.b_tw2 {
		width: 20px;
		height: 20px;
		background-position: -150px -230px;
	}
	.ico-but.b_tw2:hover {
		background-position: -150px -250px;
	}
	.ico-but.b_yt2 {
		width: 20px;
		height: 20px;
		background-position: -90px -230px;
	}
	.ico-but.b_yt2:hover {
		background-position: -90px -250px;
	}
    .ico-but.b_fb2 {
        width: 10px;
        height: 17px;
		background-position: -134px -230px;
    }
    .ico-but.b_fb2:hover {
		background-position: -134px -250px;
    }
    .ico-but.b_od2 {
        width: 20px;
        height: 20px;
		background-position: -170px -230px;
    }
    .ico-but.b_od2:hover {
		background-position: -170px -250px;
    }
    .ico-but.b_lj2 {
        width: 20px;
        height: 20px;
        background-position: -230px -230px;
    }
    .ico-but.b_lj2:hover {
        background-position: -230px -250px;
    }
    .ico-but.b_in2 {
        width: 20px;
        height: 20px;
        background-position: -250px -230px;
    }
    .ico-but.b_in2:hover {
        background-position: -250px -250px;
    }
	.ico-but.b_time {
		width: 10px;
		height: 10px;
		background-position: -250px -20px;
		vertical-align: baseline;
	}
	.ico-but.b_video {
		width: 12px;
		height: 8px;
		background-position: -270px -35px;
		vertical-align: baseline;
	}
	.ico-but.b_more {
		width: 33px;
		height: 15px;
		background-position: -150px -50px;
	}
    .ico-but.b_sfb {
        width: 20px;
        height: 20px;
        background-position: 0px -180px;
    }
    .ico-but.b_sfb:hover {
        background-position: 0px -160px;
    }
    .ico-but.b_stw {
        width: 20px;
        height: 20px;
        background-position: -20px -180px;
    }
    .ico-but.b_stw:hover {
        background-position: -20px -160px;
    }
    .ico-but.b_svk {
        width: 20px;
        height: 20px;
        background-position: -40px -180px;
    }
    .ico-but.b_svk:hover {
        background-position: -40px -160px;
    }
    .ico-but.b_sok {
        width: 20px;
        height: 20px;
        background-position: -60px -180px;
    }
    .ico-but.b_sok:hover {
        background-position: -60px -160px;
    }
    .ico-but.b_slj {
        width: 20px;
        height: 20px;
        background-position: -80px -160px;
    }
    .ico-but.b_sg {
        width: 20px;
        height: 20px;
        background-position: -100px -160px;
    }
    .ico-but.b_ssc {
        width: 20px;
        height: 20px;
        background-position: -120px -160px;
    }
    .ico-but.b_sin {
        width: 20px;
        height: 20px;
        background-position: -140px -160px;
    }
    .ico-but.b_sy {
        width: 20px;
        height: 20px;
        background-position: -160px -160px;
    }
    .ico-but.b_sml {
        width: 20px;
        height: 20px;
        background-position: -180px -160px;
    }
    .ico-but.b_mcls {
        width: 40px;
        height: 30px;
        background-position: -180px -120px;
    }
    .ico-but.b_burder {
		width: 16px;
		height: 16px;
		background-position: -189px -275px;    	
    }
    .ico-but.b_menu {
        width: 20px;
        height: 13px;
        background-position: -164px -275px;
    }
    .ico-but.b_goo {
        width: 20px;
        height: 20px;
        background-image: url('/media/mvd/images/social/social_gp.png');
        background-size: 20px 20px;
    }
    .ico-but.b_doc, .ico-but.b_docx {
        width: 23px;
        height: 27px;
        background-position: 0 -200px;
    }	
    .ico-but.b_jpg, .ico-but.b_png {
        width: 23px;
        height: 27px;
        background-position: -30px -200px;
    }	
    .ico-but.b_xls, .ico-but.b_xlsx{
        width: 23px;
        height: 27px;
        background-position: -60px -200px;
    }
    .ico-but.b_mp4, .ico-but.b_flv,.ico-but.b_mpeg {
        width: 23px;
        height: 27px;
        background-position: -90px -200px;
    }
    .ico-but.b_search {
		width: 48px;
		height: 46px;
		background: url("../img/page_icon_search.png") 100% 0 no-repeat;
    }
    .ico-but.b_phone {
		width: 45px;
		height: 44px;
		background: url("../img/page_icon_phone.png") 100% 0 no-repeat;
    }
    .ico-but.b_add2 {
		width: 12px;
		height: 12px;
        background-position: -137px -200px;
    }    
    .ico-but.b_sc_vk {
		width: 20px;
		height: 30px;
		background: url("../img/social_icons.png") 0 0 no-repeat;
    }    
    .ico-but.b_sc_fb {
		width: 20px;
		height: 30px;
		background: url("../img/social_icons.png") -30px 0 no-repeat;
    }    
    .ico-but.b_sc_ok {
		width: 20px;
		height: 30px;
		background: url("../img/social_icons.png") -60px 0 no-repeat;
    }    
    .ico-but.b_sc_tw {
		width: 30px;
		height: 30px;
		background: url("../img/social_icons.png") -90px 0 no-repeat;
    }    
    .ico-but.b_sc_lj {
		width: 25px;
		height: 30px;
		background: url("../img/social_icons.png") -130px 0 no-repeat;
    }
	.ico-but.b_sc_ig {
		width: 26px;
		height: 30px;
		background: url("../img/social_icons.png") -160px 0 no-repeat;
	}
.ico-but.b_cal {
	   width: 16px;
	   height: 16px;
	   background-position: -250px -50px;
	}
    .ico-but.b_pr {
        width: 20px;
        height: 20px;
        background-position: -40px -120px;
    }
    .ico-but.b_pr:hover {
        background-position: -40px -140px;
    }
    .ico-but.b_sh {
        width: 20px;
        height: 20px;
        background-position: -60px -120px;
    }
    .ico-but.b_sh:hover {
        background-position: -60px -140px;
    }
    .ico-but.b_lk {
        width: 20px;
        height: 20px;
        background-position: -80px -120px;
    }
    .ico-but.b_lk:hover {
        background-position: -80px -140px;
    }
    .ico-but.b_ml {
        width: 20px;
        height: 20px;
        background-position: -100px -120px;
    }
    .ico-but.b_ml:hover {
        background-position: -100px -140px;
    }
    .ico-but.b_back {
        width: 27px;
        height: 27px;
        background-position: -210px -275px;
    }
.ico-but.b_share_vk {
		width: 24px;
		height: 24px;
        background-position: -160px -200px;
    }
    .ico-but.b_share_fb {
		width: 24px;
		height: 24px;
        background-position: -194px -200px;
    }
    .ico-but.b_share_tw {
		width: 24px;
		height: 24px;
        background-position: -228px -200px;
    } 
    .ico-but.b_share_od {
		width: 24px;
		height: 24px;
        background-position: -262px -200px;
    }
    .ico-but.b_share_vk_big {
    	width: 60px;
		height: 60px;
        background-position: 0px -390px;
    }
    .ico-but.b_share_od_big {
    	width: 60px;
		height: 60px;    	
        background-position: -70px -390px;
    }         
    .ico-but.b_share_fb_big {
    	width: 60px;
		height: 60px;    	
        background-position: -140px -390px;
    }       
    .ico-but.b_share_vk_big.active,
    .ico-but.b_share_vk_big:hover {
        background-position: 0px -320px;
    } 
    .ico-but.b_share_od_big.active,
    .ico-but.b_share_od_big:hover {
        background-position: -70px -320px;
    }          
    .ico-but.b_share_fb_big.active,
    .ico-but.b_share_fb_big:hover {
        background-position: -140px -320px;
    }    

     
    .ico-but.b_vote {
		width: 36px;
		height: 33px;
        background-position: 0 -275px;
    } 
    .ico-but.b_vote_check {
		width: 30px;
		height: 27px;
        background-position: -41px -275px;
    }
    .ico-but.b_vote_small {
		width: 21px;
		height: 19px;
        background-position: -113px -275px;
    }     
    .ico-but.b_back {
    	width: 16px;
    	height: 13px;
    	background-position: -76px -275px;
    }
    .ico-but.b_close_video {
    	width: 12px;
    	height: 12px;
    	background-position: -97px -275px;
    }       

.input {
	position: relative;
}
	input.input,
	.input input {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 5px;
		border: 1px solid #aeaeae;
		line-height: 1.2;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input input + input {
		margin-top: 10px;
	}

.textarea {
	position: relative;
}
	textarea.textarea,
	.textarea textarea {
		position: relative;
		width: 100%;
		height: 150px;
		margin: 0;
		padding: 5px;
		border: 1px solid #aeaeae;
		line-height: 1.2;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.textarea textarea + textarea {
		margin-top: 10px;
	}

.n-radio {
	position: relative;
	min-height: 1.2em;
	padding-left: 20px;
	display: inline-block;
	cursor: pointer;
}
.n-radio:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 13px;
	height: 13px;
	background: url("../img/radio_ico.png") 0 0 no-repeat;
}
.n-radio.active:before {
	background-position: 100% 0;
}
	.n-radio input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
		z-index: -1;
	}

	.n-radio input[type="text"] {
		display: none;
		margin-top: 10px;
		position: static;
		width: 100%;
		height: 100%;
		opacity: 1;
		z-index: 1;
	}

.n-checkbox {
	position: relative;
	min-height: 1.2em;
	padding-left: 20px;
	display: inline-block;
	cursor: pointer;
}
.n-checkbox:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 13px;
	height: 13px;
	background: url("../img/checkbox_ico.png") 0 0 no-repeat;
}
.n-checkbox.active:before {
	background-position: 100% 0;
}
	.n-checkbox input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
		z-index: -1;
	}
	.n-checkbox input[type="text"] {
		display: none;
		margin-top: 10px;
		position: static;
		width: 100%;
		height: 100%;
		opacity: 1;
		z-index: 1;
	}

.n-select {
	position: relative;
}
	.n-select .select-input {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
		min-height: 1.2em;
		display: block;
	}
	.n-select .select-list {
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 100%;
		max-height: 300px;
		padding: 10px;
		overflow-y: scroll;
		background: #fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 1;
		display: none;
	}
	.n-select.active .select-list {
		display: block;
	}
		.n-select .select-list label {
			line-height: 1.2;
			white-space: nowrap;
			cursor: pointer;
			display: block;
		}
			.n-select .select-list input {
				position: absolute;
				display: block;
				width: 0;
				height: 0;
				opacity: 0;
			}	
.n-select .select-input {
    display: inline-block;
    vertical-align: middle;
}
.n-select .select-input-holder {
    display: inline-block;
    vertical-align: middle;
}
.n-select.type-old-1 {
	line-height: 1.2;
}
    .n-select.type-old-1 .select-input-holder span {
        padding-right: 15px;
        background: url("../img/select_ar2.png") 100% 50% no-repeat;
        color: #988e83;
        display: inline-block;
    }

    .n-select.type-old-1 .select-list {
        margin-top: -1px;
        padding: 10px;
        background: #fff;
        border: 1px solid #988e83;
    }
    .n-select.type-old-1 .select-list label {
        margin: 3px 0;
        color: #988e83;
    }
.n-select.type-1 {
	line-height: 1.2;
}
	.n-select.type-1 .select-input-holder {
        width: 12px;
        height: 20px;
		background: url("../img/select_ar2.png") 100% 50% no-repeat;
		color: #988e83;
		display: inline-block;
	}

	.n-select.type-1 .select-list {
		margin-top: -1px;
		padding: 10px;
		background: #fff;
		border: 1px solid #988e83;
	}
		.n-select.type-1 .select-list label {
			margin: 3px 0;
			color: #988e83;
		}

.n-select.type-2 {
	line-height: 1.2;
}
	.n-select.type-2 .select-input {
		min-height: 0;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		display: inline-block;
		color: #3579c0;
	}
	.n-select.type-2 .select-input:hover {
		color: #000;
	}
	.n-select.type-2 .select-list {
		position: relative;
		left: 0;
		top: 0;
		min-width: 0;
		max-height: none;
		padding: 0;
		background: none;
		overflow: visible;
	}
	.n-select.type-2.active .select-list {
		display: block;
	}
		.n-select.type-2 .select-list label {
			border-bottom-style: dotted;
			border-bottom-width: 1px;
			display: inline-block;
			color: #3579c0;
		}
		.n-select.type-2 .select-list label:hover {
			color: #000;
		}
		.n-select.type-2 .select-list label.active {
			display: none;
		}
.n-select.type-3 {
    line-height: 1.2;
}
.n-select.type-3 .select-input {
    min-height: 0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    display: inline-block;
    color: #3579c0;
}
.n-select.type-3 .select-input:hover, .n-select.type-3.active .select-input {
    color: #000;
}
.n-select.type-3 .select-list {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 220px;
    margin-top: 10px;
    margin-left: -110px;
    min-width: 100%;
    max-height: 300px;
    background: #ffffff;
    border: 1px solid #c6c6c6;
    overflow: visible;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
}
.n-select.type-3.active .select-list {
    display: block;
}
.n-select.type-3 .select-list label {
    margin: 3px 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: inline-block;
    color: #3579c0;
}
.n-select.type-3 .select-list label:hover {
    color: #384a61;
}
.n-select.type-3 .select-list label.active {
    color: #da4539;
}
.n-select.type-3 .mCSB_container {
    padding: 12px 18px !important;
}

.select {
    position: relative;
    width: 100%;
}
.select-ico {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 30px;
    background: #588aca;
    text-align: center;
}
.select-ico .ico-but {
    margin: 6px 0;
}
.select select {
   position: relative;
   width: 100%;
   margin: 0;
   padding: 5px;
   border: 1px solid #aeaeae;
   background-color: #fff;
   height: 32px;
   line-height: 1.2;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0px;
   background: #fff url(../img/select01.gif) right center no-repeat;
}

.button.t-blue {
	padding: 0.4em 0.5em 0.5em;
	border: 1px solid #336699;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}
.button.t-blue:hover {
	background: #6082b1;
	border-color: #6082b1;
	color: #fff;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	overflow-y: scroll;
	z-index: 100;
	background: rgba(162, 162, 162, 0.5);
}
	.popup .popup-wrapper {
		position: relative;
		min-width: 200px;
		margin: 160px auto;
	}
	.popup .popup-title:empty {
		display: none !important;
	}
	.popup .popup-custom:empty {
		display: none !important;
	}
	.popup .popup-but-prev,
	.popup .popup-but-next {
		display: none;
	}	
	.popup .popup-but-prev.disabled,
	.popup .popup-but-next.disabled {
		display: none;
	}
	.popup .popup-preload {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: url("../img/preloader.gif") 50% 50% no-repeat;
		overflow: hidden;
		text-indent: 100%;
		z-index: 10;
	}
	.popup .popup-error {
		position: relative;
		padding: 40px 0;
		text-align: center;
	}
	.popup .popup-but-close {
		position: absolute;
		top: 18px;
		right: 18px;
		width: 20px;
		height: 20px;
		background: url("../img/popup_close.png") 50% 50% no-repeat;
		overflow: hidden;
		text-indent: 100%;
		z-index: 5;
	}
	.popup.t-2 .popup-but-close {
		background: url("../img/popup_but.png") 50% 50% no-repeat;
		display: none;
	}
	.popup.t-image .popup-but-prev,
	.popup.t-image .popup-but-next {
		display: block;
		position: absolute;
		top: 45%;
		background: url("../img/slider_ar1.png") 0 0;
		height: 22px;
		width: 35px;
		margin-top: -11px;
		text-indent: 100%;
		overflow: hidden;
	}
	.popup.t-image .popup-but-prev.disabled,
	.popup.t-image .popup-but-next.disabled {
		display: none;
	}
	.popup.t-image .popup-but-prev {
		left: 0;
	}
	.popup.t-image .popup-but-next {
		right: 0;
		left: auto;
		background-position: -100% 0;
	}
	.popup.t-image .popup-wrapper {
		background: #fff;
		-moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
		box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
	}
	.popup.t-image .popup-count,
	.popup.t-image .popup-custom {
		padding: 10px 20px;
		display: inline-block;
		vertical-align: top;
	}
	.popup.t-image .popup-content img {
		display: block;
	}

.popup.t-full .popup-wrapper {
	position: relative;
	min-width: 200px;
	min-height: 90%;
	margin: 20px;
	padding: 20px;
	background: #fff;
}
.popup.t-3 .popup-but-close,
.popup.t-full .popup-but-close {
	right: -3px;
	width: 48px;
	height: 28px;
	background: url("../img/popup_but3.png") 50% 50% no-repeat;
}
	.popup.t-3 .popup-but-close {
		top: 16px;
	}
	.popup.t-3 .bn-popup2 .bp-holder {
		padding: 0 62px 0 20px;
	}
	.popup.t-3 .bn-popup2 .bn-inline-slider {
		margin-top: 19px;
		margin-bottom: 19px;
		padding: 20px 50px 20px 43px;
	}

.popup.t-calendar .popup-wrapper {
	background: #fff;
}
.popup.t-calendar .popup-title {
	padding: 13px 25px;
	background: #6082b1;
	font-size: 22px;
	color: #fff;
}
.popup.t-calendar .popup-content {
	padding: 40px 50px;
}

.blue-button {
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background: #4971a4;
    border: 0;
    font-size: 16px;
    color: #fff;
    padding: 6px 17px;
}
.blue-button.disabled,
.blue-button:disabled {
    background: #aaa;
}

.grey-button {
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background: #aaa;
    border: 0;
    font-size: 16px;
    color: #fff;
    padding: 6px 17px;
}
.clear {
	width: 100%;
	clear: both;
	display: block;
}
.blue-button.t-block {
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
