* {
	margin:0;
	padding:0;
}

a {
	color:#f80477;
}

a:hover {
	text-decoration:none;
}

p {
	line-height:140%;
	margin:0 0 20px;
}


ol {
	padding:0 0;
	margin:20px 0 20px 15px;
}


ol li{
	padding:0 0;
	margin:15px 0;
}

ul {
	padding:0px 0 0px 0px;
	margin:10px 0 30px 20px;
}

li {
	padding:0px 0 0px 0px;
	margin:7px 0;
}

.clear {
	clear:both;
}

html { 
	position:relative; 
	min-height:100%;
}

input, select, textarea {
	font-family: 'Open sans', sans-serif;
	color:#4b5357;
	font-size:15px;
}

body {
	font-family: 'Open sans', sans-serif;
	font-size:14px;
	background:#fff url(../images/bg.png) 0 0 repeat;
	color:#4b5357;
	line-height:1.3;
	font-weight:400;
	height: 100%;
}

.wrapper {
	position:relative;
	width:1000px;
	margin:0 auto;
	z-index:6;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.45);
}

.header {
	position:relative;
	border-top:7px solid #f80477;
	padding:35px 35px 0px;
	height:83px;
	background:#f5f5f5;
}
.header2  {
	border-top:7px solid #f80477;
	  padding: 15px 20px 5px;
	    height: auto;
	background:#f5f5f5;
		text-align:center;

}
.logo {
	position:absolute;
	top:35px;
	left:35px;
}
.logo2 {
position: relative;
  top: auto;
  left: auto;
}

.header>.icon {
	position:absolute;
	padding:9px 0 0 90px;
	height:54px;
	top:50px;
	color:#1e9dc2;
	font-size:15px;
}

.header>.icon>span {
	font-weight:700;
}

.header>.icon-1 {
	left:270px;
	background:url(../images/header_icon_1.png) 0 0 no-repeat;
}

.header>.icon-2 {
	left:500px;
	background:url(../images/header_icon_2.png) 0 0 no-repeat;
}

.header>.icon-3 {
	left:730px;
	background:url(../images/header_icon_3.png) 0 0 no-repeat;
}


.baner {
	position:relative;
	height:253px;
	background:#f5f5f5 url(../images/baner.jpg) 0 0 no-repeat;
}

.baner>.text {
	position:absolute;
	height:150px;
	width:550px;
	text-align:center;
	font-size:33px;
	color:#f80477;
	left:50px;
	top:50px;
}

.baner>.text>span {
	font-weight:700;
	font-size:43px;
	color:#1e9dc2;
	text-shadow: 4px 4px 0px rgba(237, 237, 237, 1);
	line-height:0.9;
	display:inline-block;
	margin:0 0 10px;
}

.baner>.label {
	position:absolute;
	height:176px;
	width:176px;
	left:565px;
	top:20px;	
	background:url(../images/baner_label.png) 0 0 no-repeat;
}

#home .page {
	background:url(../images/home_page.png) 0 0 repeat-y;
	padding:40px 0 10px;
}

.page>.left {
	float:left;
	width:565px;
	padding:0 35px;
	color:#fff;
}





.page>.right {
	float:right;
	width:295px;
	padding:0 35px;
	color:#fff;
}

.footer {
	border-top:7px solid #fff;
	background:#dadada url(../images/footer.png) 0 100% repeat-x;
	padding-top:35px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:5px;
}

.footer>.left {
	float:left;
	width:225px;
	padding:20px 0 0;
	line-height: 1.5;
}

.footer>.middle {
	float:left;
	width:250px;
	background:url(../images/footer_middle.png) 0 0 no-repeat;
	height:110px;
	line-height:110px;
	text-align:center;
	text-transform:uppercase;
	color:#046987;
	font-size:25px;
	font-weight:700;
}

.footer>.right {
	float:left;
	width:420px;
	padding:0 0 0 35px;
	line-height: 1.5;
}

.page>.left>.title, .page>.right>.title {
	color:#caf3ff;
	font-size:23px;
	font-weight:800;
	font-style:italic;
	text-transform:uppercase;
	line-height:1.2;
	margin:0 0 20px;
}

.page>.left>.title h1 {font-size:23px;}
.page .article .subtitle h1 {font-size:23px;}
.page>.left>.title>span, .page>.right>.title>span {
	color:#fff;
}
.page>.left a{color:white;}

.page>.right>.icons .icon {
	width:127px;
	padding:140px 0 0;
	text-align:center;
	float:left;
	font-size:14px;
	line-height:1.2;
}

.page>.right>.icons .icon>span {
	color:#54c8de;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
}

.page>.right>.icons .icon-1 {
	margin:15px 0 25px 0;
	background:url(../images/right/icon-1.png) 0 0 no-repeat;
}

.page>.right>.icons .icon-2 {
	margin:15px 0 25px 35px;
	background:url(../images/right/icon-2.png) 0 0 no-repeat;
}

.page>.right>.icons .icon-3 {
	margin:0 0 15px 0;
	background:url(../images/right/icon-3.png) 0 0 no-repeat;
}

.page>.right>.icons .icon-4 {
	margin:0 0 15px 35px;
	background:url(../images/right/icon-4.png) 0 0 no-repeat;
}

.page>.left .data {
	position:relative;
	margin:0 0 20px;
}

.page>.left .data.left {
	float:left;
	width:260px;
}

.page>.left .data.right {
	float:right;
	width:260px;
}

.page>.left .data .label {
	display:block;
	margin:0 0 5px;
}

.page>.left .data .req {
	position:absolute;
	right:-9px;
	top:32px;
	width:25px;
	height:24px;
	background:url(../images/required.png) 0 0 no-repeat;
	z-index:5;
}

.page>.left .data input.text {
	padding:0 44px 0 15px;
	width:200px;
	height:36px;
	background:url(../images/input.png) 0 0 no-repeat;
	border:0px;
}



.jq-selectbox {
	z-index:4!important;
}

.jq-selectbox-wrapper {
	cursor:pointer;
	font-family: 'Open sans', sans-serif;
	color:#4b5357;
	font-size:15px;
}

.jq-selectbox__select-text {
	background:url(../images/select.png) 0 0 no-repeat;
	white-space:nowrap;
	position:relative;
	overflow: hidden;
	height:36px;
	line-height:36px;
	width:200px;
	padding:0 44px 0 15px;
}

.jq-selectbox__search, .jq-selectbox__not-found {
	display:none;
}

.jq-selectbox__select {
	position:relative;
	height:36px;
}


.jq-selectbox__dropdown {
	background:#fff;
	margin: -36px 0 0 0px;
	padding: 0px 0 0 0px;
	overflow:hidden;
	white-space:nowrap;
	width:257px;
	border:1px solid #cdcdcd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.jq-selectbox__dropdown ul{
	margin:0;
	padding:0;
}

.jq-selectbox__dropdown ul li{
	margin:0 0px 0 0;
	padding: 0px 14px 0px 14px;
	height:34px;
	line-height:34px;
}

.jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.sel{
	background:#f6f6f6;
}

.jq-selectbox.jqselect.cityselection.disabled {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.page>.left .data label.error {
	position:absolute;
	top: -2px;
	width: 237px;
	width: 100%;
	box-sizing:border-box;
	left: 0px;
	color:#fff;
	background:#f80477;
	font-size:13px;
	font-family:Arial, Verdana, sans-serif;
	padding:5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 101;
}

.page>.left .data .jq-selectbox-wrapper label.error {
	right: 0px;
	top: -28px;
	width: 238px!important;
}

.jq-selectbox.jqselect.styled.opened {
	z-index:999!important;
}

.page>.left .data label.error::after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	left: 15px;
	bottom: -10px;
	border: 5px solid transparent;
	border-top: 5px solid #970b0b;
}

.page .left .line {
	height:4px;
	background:url(../images/line.png) 0 0 repeat-x;
	width:100%;
	margin:11px 0 20px -10px;
	padding:0 10px;
}

.page .left .desc {
	margin:20px 0 0;
}

.page .left .desc .left {
	float: left;
	background: url(../images/required.png) 0px 15px no-repeat;
	padding: 17px 0 2px 30px;
	width: 250px;
}

.page .left .desc .right {
	float:right;
}

.page .left .desc .right .button {
	border:0px;
	height:48px;
	width:259px;
	color:#fff;
	font-size:19px;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	background:url(../images/submit.png) 0 0 no-repeat;
}

.page .left .desc .right .button:hover {
	background:url(../images/submit.png) 0 100% no-repeat;
}

.agree {
    font-weight:700;
    font-size:12px;
    color:#fff;
	text-align: justify;
}

.agree a {
    text-decoration:none;
    border-bottom:1px dashed #fff;
    color:#fff;
    position:relative;
    z-index:9;
}

.agree a:hover {
    border-bottom:1px dashed transparent;
}

.agree label {
    cursor:pointer;
}


.agree .jq-checkbox {
    margin:0 -36px 0 0;
}


.ui-widget-header {
	border: 1px solid #1e9dc2!important;
	background: #1e9dc2!important;
	color: #fff;
	font-weight: 400!important;
}


.message {
	padding:30px 30px;
}


#list .page {
	background:#1e9dc2 url(../images/list_page.png) 0 0 repeat-y;
	padding:30px;
	color:#fff;
}

#list .header {
	padding:35px 35px;
}

#list .icons .item {
	float:left;
	width:124px;
	padding:133px 0 0;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
}

#list .icons .item span {
	color:#caf3ff;
}

#list .icons .item-1 {
	background:url(../images/list_icons/1.png) 0 0 no-repeat;
	margin:0 0 0 70px;
}

#list .icons .item-2 {
	background:url(../images/list_icons/2.png) 0 0 no-repeat;
	margin:0 0 0 42px;
}

#list .icons .item-3 {
	background:url(../images/list_icons/3.png) 0 0 no-repeat;
	margin:0 0 0 42px;
}

#list .icons .item-4 {
	background:url(../images/list_icons/4.png) 0 0 no-repeat;
	margin:0 0 0 42px;
}

#list .icons .item-5 {
	background:url(../images/list_icons/5.png) 0 0 no-repeat;
	margin:0 0 0 42px;
}

#list .page .line {
	height:4px;
	background:url(../images/line.png) 0 0 repeat-x;
	width:100%;
	margin:20px 0 20px 0px;
	padding:0 0px;
}

#list .action .left {
	text-align:right;
	width:640px;
	float:left;
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2;
	padding:25px 0 0;
	text-shadow: -1px -1px 1px rgba(0, 84, 108, 1);
}

#list .action .right {
	text-align:center;
	width:250px;
	height:110px;
	line-height:110px;
	float:right;
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
	background:url(../images/action.png) 0 0 no-repeat;
	text-shadow: -1px -1px 1px rgba(0, 84, 108, 1);
}

.banks .items{
	margin:30px 0 0;
}

.banks .title {
	font-size:22px;
	font-weight:800;
	text-transform:uppercase;
	font-style:italic;
	text-align:center;
	margin:30px 0 0;
}

.banks .title span{
	color:#caf3ff;
}

.banks .item {
	width:251px;
	background:#fff url(../images/banks.png) 0 0 no-repeat;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-bottom-left-radius: 30px;
	float:left;
	margin:0 0 40px 46px;
	color:#13242c;
}

.banks .item {
	width:251px;
	background:#fff url(../images/banks.png) 0 0 no-repeat;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-bottom-left-radius: 30px;
	float:left;
	margin:0 0 30px 46px;
	color:#13242c;
	padding:35px 0 20px;
	position:relative;
}

.banks .item .img {
	text-align:center;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	width:251px;
}

.banks .item .img img{
	display:inline-block;
	margin:0 auto;
}

.banks .item .name {
	margin:10px 0 0 -8px;
	width:267px;
	height:36px;
	line-height:36px;
	background:url(../images/name.png) 0 0 no-repeat;
	color:#fff;
	text-align:center;	
}

.banks .item:hover .name {
	background:url(../images/name.png) 0 100% no-repeat;
}

.banks .item .odd .left, .banks .item .even .left {
	float:left;
	width:101px;
	padding:11px 5px 11px 15px;
}

.banks .item .odd .right, .banks .item .even .right {
	float:right;
	width:110px;
	padding:11px 15px 11px 5px;
	text-align:right;
}

.banks .item .odd {
	background:#caf3ff;
	border-bottom:2px solid #fff;
}

.banks .item:hover .odd {
	background:#e4e4e4;
}

.banks .item .even {
	background:#99e6fd;
	border-bottom:2px solid #fff;
}

.banks .item:hover .even {
	background:#cbcbcb;
}

.banks .item>a {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:99;
}

.banks .item .order {
	text-align:center;
	margin:15px 0 0;
}

.button {
	background:url(../images/button.png) 0 0 no-repeat;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	width:220px;
	height:48px;
	line-height:48px;
	display:inline-block;
	text-decoration:none;
}

.button:hover, .banks .item:hover .button {
	background:url(../images/button.png) 0 100% no-repeat;
}


.page .left .articles {
	margin:0 0 25px;
}

.page .left .articles .item {
	background:url(../images/line.png) 0 100% repeat-x;
	padding:25px 35px;
	margin:0 0 0 -35px;
	width:100%;
}

.page .left .articles .item:hover {
	background: #54c8de url(../images/line.png) 0 100% repeat-x;
	color:#182d38;
}

.page .left .articles .item .img {
	width:120px;
	float:left;
	margin:0 -140px 0 0;
	position:relative;
}

.page .left .articles .item .right {
	padding:0 0 0 140px;
	float:left;
}

.page .left .articles .item .img::after {
	position:absolute;
	display:block;
	content:"";
	width:120px;
	height:120px;
	top:0px;
	left:0px;
	background:url(../images/img.png) 0 0 no-repeat;
	z-index:5;
}

.page .left .articles .item:hover .img::after {
	background:url(../images/img.png) 0 100% no-repeat;
}

.page .left .articles .item .img a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-decoration:none;
	z-index:6;
}

.page .left .articles .item .img img {
	height: auto!important; 
	height: auto\9!important; 
	width: 100%!important; 
	max-width: 100%!important;
}

.page .left .articles .item .title {
	font-weight:700;
	font-size:18px;
	margin:0 0 10px;
}

.page .left .articles .item .text {
	margin:0 0 9px;
}

.page .left .articles .item .title a {
	color:#a8fff6;
}

.page .left .articles .item:hover .title a {
	color:#004458;
}

.info .time {
	font-size:12px;
	*float:left;
	display:inline-block;
	margin:0 10px 0 0;
	background:url(../images/time.png) 0 50% no-repeat;
	padding: 2px 0 2px 20px;
}

.info .comments {
	font-size:12px;
	*float:left;
	display:inline-block;
	margin:0 0px 0 0;
	background:url(../images/comments.png) 0 50% no-repeat;
	padding: 2px 0 2px 20px;
}

.pagination {
	margin:0 0 35px;
	text-align:center;
}

.pagination ul {
	display:inline-block;
	list-style:none;
	margin:0;
}

.pagination ul li {
	margin:0 1px 4px;
	font-size:12px;
	color:#4b5357;
	display:inline-block;
}

.pagination ul li a {
	text-decoration:none;
	color:#4b5357;
	display:inline-block;
	background:#fff;
	padding:6px 5px;
	min-width:18px;
	border:1px solid #d2d2d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination ul li a:hover,
.pagination ul li.active a {
	background:#f80477;
	border:1px solid #f80477;
	color:#fff;
}

.page .right .block {
	margin:0 0 35px;
}

.page .right .block.popular {
	margin:0 0 0px;
}

.page .right .block .title {
	color:#caf3ff;
	font-size:23px;
	font-weight:800;
	font-style:italic;
	text-transform:uppercase;
	line-height:1.2;
	margin:0 0 15px;
}

.page .right .block.cats ul {
	margin:0 0 0px;
	border-top:1px solid #fff;
	list-style:none;
}

.page .right .block.cats ul li {
	position:relative;
	border-bottom:1px solid #fff;
}

.page .right .block.cats ul li a {
	display:block;
	padding:5px 35px 13px 0;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	font-size:16px;
}

.page .right .block.cats ul li.active a,
.page .right .block.cats ul li a:hover {
	color:#39b3d0;
}

.page .right .block.cats ul li span {
	display:inline-block;
	position:absolute;
	right:0px;
	top:4px;
	background:#39b3d0;
	padding:3px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page .right .block.top .item {
	border-bottom:1px solid #fff;
	padding:0 0 25px;
	margin:0 0 25px;
}

.page .right .block.top .item:last-child {
	border-bottom:0px solid #fff;
	padding:0 0 0px;
	margin:0 0 0px;
}

.page .right .block.top .item .img {
	background:url(../images/top_img.png) 50% 0 no-repeat;
	width:100%;
	position:relative;
	display:table;
}

.page .right .block.top .item .img .inner {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100px;
	text-align:center;
}

.page .right .block.top .item .text {
	font-size:13px;
	margin:20px 0 20px;
}

.page .right .block.top .item .link {
	text-align:center;
}

.page .right .block.top .item .link a {
	border:0px;
	height:48px;
	line-height:48px;
	width:259px;
	color:#fff;
	font-size:19px;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	background:url(../images/submit.png) 0 100% no-repeat;
	text-decoration:none;
	display:inline-block;
}

.page .right .block.top .item .link a:hover {
	background:url(../images/submit.png) 0 0 no-repeat;
}

.page .right .block.popular .title {
	margin:0 0 25px;
}

.page .right .block.popular ul {
	margin:0;
	list-style:none;
}

.page .right .block.popular ul li {
	list-style:none;
	padding:0 0 7px 35px;
	margin:0 0 23px;
	background:url(../images/li.png) 0 0 no-repeat;
}

.page .right .block.popular ul li:last-child {
	margin:0 0 0px;
}

.page .right .block.popular ul li a {
	color:#fff;
}

.page .article .subtitle {
	font-weight:700;
	color:#a8fff6;
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 20px;
}

.page .article {
	padding:0 0 30px;
	margin:0 0 30px;
	background:url(../images/line.png) 0 100% repeat-x;
}

.page .article .img {
	width:172px;
	margin:0 20px 20px 0;
	position:relative;
	display:inline-block;
	float:left;
}

.page .article .img::after {
	position:absolute;
	display:block;
	content:"";
	width:172px;
	height:173px;
	top:0px;
	left:0px;
	background:url(../images/img_big.png) 0 0 no-repeat;
	z-index:5;
}

.page .article .img img {
	height: auto!important; 
	height: auto\9!important; 
	width: 100%!important; 
	max-width: 100%!important;
}

.page .article .info {
	margin:0 0px 10px 0;
}

.page .article .author_social .left {
	padding:0 210px 0 0;
	float:left;
}

.page .article .author_social .author {
	margin:0 0 10px;
	color:#a8fff6;
	font-weight:700;
	font-size:13px;
}

.page .article .author_social .author span {
	color:#fff;
	font-weight:400;
}

.page .article .author_social .social .item {
	display:inline-block;
	margin:0 0px 0 15px;
}

.page .article .author_social .social .item:first-child {
	display:inline-block;
	margin:0 0px 0 0;
}

.page .article .author_social .right {
	float:right;
	text-align:right;
	margin:0 0 0 -210px;
}

.page .article .author_social .right a {
	border:0px;
	height:44px;
	padding: 4px 0 0 0;
	font-size: 14px;
	width:259px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	background:url(../images/submit.png) 0 0 no-repeat;
	text-decoration:none;
	display:inline-block;
}

.page .article .author_social .right a:hover {
	background:url(../images/submit.png) 0 100% no-repeat;
}

.page .comments_block {
	margin:0 0 30px;
}

.page .comments_block .title,
.page .add_comment .title {
	margin:0 0 20px;
	font-weight:700;
	font-size:20px;
	font-style:italic;
	color:#caf3ff;
}

.page .comments_block .item {
	margin:0 0 20px;
	color:#16313e;
	background:#9be8ff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px 0 20px;
}

.page .comments_block .item.reply {
	margin:0 0 20px 20px;
}

.page .comments_block .item .author {
	color:#00536b;
	font-weight:700;
	float:left;
	padding:0 170px 0px 0px;
}

.page .comments_block .item .author .inner {
	border-bottom:4px solid #1e9dc2;
	padding:0 0px 10px 20px;
}

.page .comments_block .item .author span {
	font-weight:400;
}

.page .comments_block .item .info {
	margin:0 0 0 -170px;
	float:right;
	padding:0 20px 0px 0px;
}

.page .comments_block .item .text {
	border-top:1px solid #1e9dc2;
	padding:15px 20px 0;
}

.page .comments_block .info .time {
	margin: 0 0px 0 0;
	background: url(../images/time_blue.png) 0 50% no-repeat;
}

.page .comments_block .info .comments {
	margin: 0 0px 0 10px;
	background: url(../images/comments_blue.png) 0 50% no-repeat;
}

.page .add_comment {
	margin:0 0 20px;
}

.page .add_comment .left {
	padding:0 20px 0 0;
	float:left;
	box-sizing:border-box;	
	width:49.5%;
}

.page .add_comment .right {
	padding:0 0px 0 20px;
	float:right;
	box-sizing:border-box;
	width:49.5%;
}

.page .add_comment input[type="text"],
.page .add_comment textarea {
	border:0px;
	background:#fff;
	color:#00202d;
	padding:12px 15px;
	box-sizing:border-box;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}

.page .add_comment textarea {
	height:203px;
	max-height:203px;
	max-width:100%;
}

.page .add_comment label {
	display:block;
	margin:0 0 12px;
	position:relative;
}


.page .add_comment label span {
	font-weight:700;
	display:inline-block;
	margin:0 0 6px;
}

.page .add_comment label span span {
	color:#b8efff;
}

input, textarea {
	outline:none;
}

.page .add_comment ::-webkit-input-placeholder {
	color:#00202d;
	font-size:14px;
	font-family: 'Open sans', sans-serif;
	font-style: normal;
}

.page .add_comment :-moz-placeholder  {
	color:#00202d;
	font-size:14px;
	font-family: 'Open sans', sans-serif;
	font-style: normal;
}

.page .add_comment textarea::-webkit-input-placeholder {
	color:#00202d;
	font-size:14px;
	font-family: 'Open sans', sans-serif;
	font-style: normal;
}

.page .add_comment .error::-webkit-input-placeholder {
	color:#ff0e0e!important;
}

.page .add_comment .error:-moz-placeholder {
	color:#ff0e0e!important;
}

.page .add_comment button {
	border:0px;
	height:48px;
	width:259px;
	color:#fff;
	font-size:19px;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	background:url(../images/submit.png) 0 0 no-repeat;
	margin:10px 0 0;
}

.page .add_comment button:hover {
	background:url(../images/submit.png) 0 100% no-repeat;
}










.page .add_comment label.error {
	position:absolute;
	top: -2px;
	width: 100%;
	box-sizing:border-box;
	left: 0px;
	color:#fff;
	background:#f80477;
	font-size:13px;
	font-family:Arial, Verdana, sans-serif;
	padding:5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 101;
}

.page .add_comment label.error::after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	left: 15px;
	bottom: -10px;
	border: 5px solid transparent;
	border-top: 5px solid #970b0b;
}


.page>.left .data .left {
	position: relative;
	float:left;
}

.page>.left .data .left .req {
	right: -11px;
}

.page>.left .data .left {
	margin:0 0 0 11px;
}


.page>.left .data .left:first-child {
	margin:0 0 0 0px;
}

.page>.left .data .left input.text {
	width: 39px;
	padding:0 25px 0 15px;
	background: url(../images/input_small.png) 0 0 no-repeat;
}

.page>.left .data .left.wide input.text {
	width: 127px;
	background: url(../images/input_wide.png) 0 0 no-repeat;
}



.page>.left .form .title {
	color: #caf3ff;
	font-size: 23px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 20px 0 10px;
}

.nostep2 {
	background:#4b5357;
	padding:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nostep2 a {
	color:#fff;
}

#copyright_copy_to {
	display:none;
}

#wrapperStep2 {
    display: none;
}



.adsense {text-align:center;padding-top:5px;padding-bottom:5px;}
.halfadsense {
  width: 45%;
  margin: 0 2% 2% 2%;
  float: left;}













.fancy_box {
	box-sizing:border-box;
	width:1000px;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:25px;
}

.fancybox-wrap {
	z-index:99;
	overflow: visible!important;
	top: 0!important;
	left: 0;
	padding: 0!important;
	margin: 0px 0 0 1px;
	position: absolute!important;
}

.fancybox-skin {
	position: relative;
	padding: 0!important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.fancybox-skin.show {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.fancybox-opened {
	z-index: 8030;
	padding: 0!important;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
	padding: 0!important;
}

.fancybox-inner {
	padding: 0 0px!important;
}

.fancybox-type-inline {
	height:auto!important;
}

.fancybox-inner {
	overflow: visible!important;
	width:auto!important;
	outline:none!important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	padding: 0!important;
}

.fancybox-overlay {
	position:fixed;
	width:100%!important;
	height:100%!important;
	z-index:20;
	background: rgba(0,0,0,.8);
	top:0px;
	left:0px;
}

.fancybox-wrap {
	z-index:21;
	width:auto!important;
	height:auto!important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 19px;
	z-index: 8040;
	background:url(../images/close.png) 0 0 no-repeat;
	cursor:pointer;
}

.fancybox-close:hover {
	 background:url(../images/close.png) 0 100% no-repeat;
}

.fancybox-type-iframe.fancybox-tmp .fancybox-inner,
.fancybox-type-inline.fancybox-tmp .fancybox-inner {
	 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	 -moz-opacity: 0;
	 -khtml-opacity: 0;
	 opacity: 0;
}

#sogl {
	width:550px;
}


.page>.right>.icons {
padding:0 0 20px;
}

.page>.right>.faq {
position:relative;
padding:0 0 4px;
}

.page>.right>.faq .item {
position:relative;
padding:0 0px;
margin:0 10px 15px;
z-index:5;
}

.page>.right>.faq .item.clicked {
z-index:6;
}

.page>.right>.faq .item>span {
color:#fff;
border-bottom:1px dashed #fff;
cursor:pointer;
line-height:1.4;
}

.page>.right>.faq .item>span:hover {
border-bottom:1px dashed transparent;
}

.page>.right>.faq .item .hidden {
display: none;
position: absolute;
background: #fff;
padding: 10px 20px 15px;
font-size: 12px;
bottom: 100%;
right: 0;
box-sizing: border-box;
margin: 0 0px 10px 20px;
margin: 0 0px 10px 0px;
z-index: 6;
line-height: 1.6;
cursor: default;
color:#000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.page>.right>.faq .item .hidden::after {
content: "";
display: block;
position: absolute;
background:url(../images/faq_after.png) 0 0 no-repeat;
width:50px;
height:15px;
bottom:-15px;
left:20px;
}

.page>.right>.faq .item .hidden .close {
position:absolute;
top:8px;
right:8px;
width:12px;
height:11px;
background:url(../images/close_faq.png) 0 0 no-repeat;
cursor:pointer;
}

.page>.right>.faq .item .hidden .close:hover {
background:url(../images/close_faq.png) 0 -100% no-repeat;
}
.page>.left>.title.margin {
margin: 30px 0 20px;
}


.page>.left .reviews {
padding:0 0px 20px 0;
}

.page>.left .reviews .item {
display:inline-block;
vertical-align:top;
text-align:left;
width:98%;
box-sizing:border-box;
padding:0 10px 0 0;
margin:0 0 25px;
font-size:13px;
}

.page>.left .reviews .item .img {
float:left;
margin:0 -90px 0 0;
position:relative;
}

.page>.left .reviews .item .img img {
height: auto!important;
height: auto\9!important;
width: inherit!important;
max-width: 80px!important;
}

.page>.left .reviews .item .img::after {
position: absolute;
display: block;
content: "";
width: 80px;
height: 80px;
top: 0px;
left: 0px;
background: url(../images/img.png) 0 0 no-repeat;
z-index: 5;
background-size:80px 161px;
}

.page>.left .reviews .item .right {
padding:0 0 0 90px;
}

.page>.left .reviews .item .author {
margin:0px 0 10px;
color:#caf3ff;
}

.page>.left .reviews .item .author span {
font-weight:700;
}

.page>.left .reviews .link {
margin:0px 0 0;
text-align:center;
}

.page>.left .reviews .link a {
border: 0px;
height: 44px;
padding: 4px 0 0 0;
font-size: 14px;
width: 259px;
color: #fff;
text-transform: uppercase;
cursor: pointer;
font-weight: 700;
text-align: center;
background: url(../images/submit.png) 0 0 no-repeat;
text-decoration: none;
display: inline-block;
}

.page>.left .reviews .link a:hover {
background: url(../images/submit.png) 0 100% no-repeat;
}

 
.soctop {text-align:center;margin-top:5px;} 








.bank_s_desc  {
	text-align:center;
}

.bank_s_desc .title {
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	margin: 0px 0 20px;
}

.bank_s_desc .img {
	display:inline-block;
	background:url(../images/bank_img.png) 0 0 no-repeat;
	width:250px;
	height:110px;
	text-align:center;
	margin:0 5px 0 0;
	vertical-align:middle;
}

.bank_s_desc .img .inner {
	display:table-cell;
	vertical-align:middle;
	width:250px;
	height:110px;
}

.bank_s_desc .img img {
height: auto!important; 
	height: auto\9!important; 
	width: auto!important; 
	max-height: 50px!important;
	max-width: 170px!important;
}


.bank_s_desc .img2 {
	display:inline-block;
	text-align:center;
	margin:0 5px 0 0;
	vertical-align:middle;
}

.bank_s_desc .img2 .inner {
	display:table-cell;
	vertical-align:middle;
	width:250px;
	height:110px;
}

.bank_s_desc .img2 img {
	height: auto!important; 
	height: auto\9!important; 
	width: auto!important; 
	max-height: 100px!important;
}


.bank_s_desc .profits {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:320px;
	font-weight:700;
}

.bank_s_desc .profits ul {
	display:inline-block;
	list-style:none;
	padding:0 0 0 87px;
	background:url(../images/bank_profits.html) 0 50% no-repeat;
	text-align:left;
	margin:0;
}

.bank_s_desc .profits ul li {
	padding:0;
	margin:3px 0;
}

.bank_s_desc .link {	
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	margin:0 0px 0 20px;
	width: 220px;
}



.bank_desc .items {	
	margin:0 0 20px;
	color:#13242c;
}

.bank_desc .items .item {	
	background:#caf3ff;
	margin:0 0 3px;
}

.bank_desc .items .item:nth-child(even) {	
	background:#99e6fd;
}

.bank_desc .items .item .left {	
	padding:7px 15px;
	box-sizing:border-box;
	width:200px;
	margin:0 -200px 0 0;
	position:relative;
	z-index:5;
	float:left;
}

.bank_desc .items .item .right {	
	padding:7px 15px 7px 200px;
	width:100%;
	position:relative;
	z-index:4;
	box-sizing:border-box;
	float:right;
}

.bank_desc .text {	
	color:#caf3ff;
	font-weight:700;
	margin:0 0 30px;
}

.bank_desc .link {	
	text-align:center;
	margin:0 0 30px;
}

.clearfix::after {
	display:block;
	content:"";
	clear:both;
}

.page>.left .pagination {
	font-weight:700;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:30px 0;
}

.page>.left .pagination ul {
	padding:0;
	margin:0px;
	list-style:none;
}
.ditto_currentpage {
	padding:0;
	margin:0px 3px;
	display:inline-block; background: #f80477;
    border: 1px solid #fff;
	color:#fff;
padding: 5px 10px;
}


.ditto_currentpage a {
    background: #f80477;
    border: 1px solid #fff;
	color:#fff;

	text-decoration:underline;
}

.ditto_currentpage a:hover {
    border: none;

	text-decoration:none;
}
.page>.left .pagination ul li {
	padding:0;
	margin:0px 3px;
	display:inline-block;
}

.page>.left .pagination a {
    background: #f80477;
    border: 1px solid #;
	color:#fff;

	text-decoration:underline;
}

.page>.left .pagination a:hover,
.page>.left .pagination li.active a {
    color: #a6ebff;
	text-decoration:none;
}

.page>.left .pagination li:first-child a,
.page>.left .pagination li:last-child a {
	text-decoration:none;
}








.banks .subtitle,
.bank_s_desc .subtitle,
.bank_desc .subtitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    margin: 0px 0 20px;
}

.banks .subtitle span,
.bank_s_desc .subtitle span,
.bank_desc .subtitle span {
    color:#caf3ff;
}


.alsosee {color:white;text-align:center;font-size:24px;padding-bottom:10px;}

.alsosee a {color:white;text-align:center;font-size:24px;padding-bottom:10px;}



#preloader {
position:fixed;
background:#fff;
width:100%;
height:100%;
top:0px;
left:0px;
z-index: 999;
}





/* блок приложения старт*/

.clearfix:after,
.clearfix:before
{
    display: table;

    content: '';
}@font-face
{
    font-family: Boblic;
    font-weight: 400;
    font-style: normal;

}

.bro-app
{
    display: none;
    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    max-height: 300px;

    background: url(../images/bro-app-bg.png);
    text-decoration: none;
    text-transform: none;
    font-style: normal;
}.bro-app--hide
{
    max-height: 0;

    -webkit-transition: 1s all;
            transition: 1s all;
}.bro-app a
{
    cursor: pointer;
    text-decoration: none;
}.bro-app p
{
    font-family: Calibri;
    font-size: 14px;

    margin-top: 8px;
    margin-bottom: 15px;

    color: #fff;
}.bro-app-container
{
    display: table;
    zoom: 1;

    width: 100%;

    border-bottom: 3px solid #f68625;
}.bro-app-container:after,
.bro-app-container:before
{
    display: table;

    content: '';
}.bro-app-container > div
{
    display: table-cell;

    vertical-align: top;
}.bro-app-container > div:nth-child(2)
{
    padding: 20px 15px 0 20px;
}.bro-app-container > div:nth-child(3)
{
    width: 100%;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
}.bro-app-img img
{
    box-sizing: border-box;

    border: 3px solid #f68625;
    border-radius: 13px;
}.bro-app-head
{
    font-family: Boblic;
    font-size: 16px;

    color: #5ecaf4;
}.bro-app-control:after,
.bro-app-control:before
{
    display: table;

    content: '';
}.bro-app-control-no
{
    font-family: Calibri;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    display: inline-block;
    margin-top: 16px;

    vertical-align: bottom;

    color: #53d1ff;
    border-bottom: 1px dotted #53d1ff;
}.bro-app-control-no:hover
{
    color: #b5d5e5;
    border-bottom: 1px solid #53d1ff;
}.bro-app-control-install
{
    
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

    position: relative;
    z-index: 1;

    display: inline-block;
    float: right;

    margin: 12px;

    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
    text-transform: uppercase;

    color: #fff;
}.bro-app-control-install:hover:after
{
    background-color: #f68625;
}.bro-app-control-install:after
{
    position: absolute;
    z-index: -4;
    top: -8px;
    right: -14px;
    bottom: -8px;
    left: -14px;

    display: block;

    margin: auto;

    content: '';

    background-color: #1e88af;
}.bro-app-control-close
{
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 10px;
    right: 10px;

    display: inline-block;

    width: 20px;
    height: 20px;

    text-align: center;

    color: #4596bc;
}.bro-app-control-close:hover
{
    color: #b5d5e5;
}.bro-android .bro-app.bro-app-android,
.bro-ios .bro-app.bro-app-ios
{
    display:block;
}
.bro-app-control,
.clearfix
{
    zoom: 1;
}

.bro-app-container:after,
.bro-app-control:after,
.clearfix:after
{
    clear: both;
}

.bro-app,
sub,
sup
{
    position: relative;
}

.bro-app-head,
.bro-app p
{
    font-weight: 400;
    line-height: 16px;
}
.licenzii {font-size:10px;padding-top:10px;}

/* блок приложени энд*/
.page a {color:white;}
