html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 14px;
    color: #000000;
	font-weight: 400;
	background: #F6F7F8 url(../img/polygon.svg) no-repeat right 700px;
}

#header {
	padding-top: 6px;
	padding-bottom: 6px;
	background: #ffffff;
}

.logo a:hover {
	text-decoration: none;
}

a.lk:link, a.lk:visited {
	background: #008001;
	color: #ffffff;
	width: 160px;
	height: 40px;
	display: block;
	font-size: 12px;
	font-weight: 500;
	border-radius: 5px;
	line-height: 40px;
	padding-left: 9px;
	position: relative;
	margin-top: 7px;
}

a.lk:hover {
	background: #009201;
	text-decoration: none;
}

a.lk:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: #009201 url(../img/user.svg) no-repeat 7px center;
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: 5px;
}

.green_block {
	width: 1800px;
	height: 400px;
	background: rgba(0, 128, 1, 0.10);
	transform: rotate(-30.323deg);
	flex-shrink: 0;
	position: absolute;
	right: -640px;
	top: 200px;
}

a.megabutton:hover {
	text-decoration: none;
    background-position: 0 0; /* Позиция градиента при наведении на кнопку */
    transition: background-position 0.2s ease; /* Сглаживание анимации */
}

.pr {
	position: relative;
}

.rctg1 {
	width: 226px;
	height: 193px;
	background: #CFAE4E;
	border-radius: 11px;
	position: absolute;
	top: -8px;
	left: 15px;
	z-index: 1;
}

.pt10 {
	padding-top: 12px;
}

.islam_product {
	min-height: 420px;
	border-radius: 20px;
	background: #FFF;
	position: relative;
	margin-bottom: 40px;
}

.ip_head {
	height: 155px;
	background: #008001;
	border-radius: 20px;
	padding: 25px;
}

.ip_ico {
	width: 66px;
	height: 66px;
	background: #ffffff;
	border-radius: 8px;
	float: left;
	position: relative;
}

.ip_ico img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.iph_desc {
	width: calc(100% - 66px);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
	color: #ffffff;
	float: left;
	padding-left: 15px;
}

.iph_desc span {
	color: #E0E0E0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
	display: block;
}

.ip_desc {
	color: #3E3E3E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
	padding: 25px 25px 45px 25px;
}

.ip_desc ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: square;
}

.ip_desc ul li {
	padding-bottom: 9px;
}

a.ip_get {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 0px 0px 20px 20px;
	background: linear-gradient(180deg, #008001 0%, #65B165 100%);
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	transition: all 0.3s ease;
}

a.ip_get:hover {
	text-decoration: none;
	background: linear-gradient(180deg, #008001 0%, #008001 100%);
}

.how_item {
	min-height: 420px;
	border-radius: 20px;
	background: #FFF;
}

.h_number {
	width: 75px;
	height: 75px;
	line-height: 57px;
	background: #008001;
	border-radius: 50%;
	text-align: center;
	font-size: 33px;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	border: 9px solid #D1EBD1;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 35px;
}

.h_head {
	color: #3E3E3E;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
	float: left;
	margin-top: 60px;
	width: calc(100% - 105px);
}

.h_head3 {
	color: #3E3E3E;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
	float: left;
	margin-top: 35px;
	width: calc(100% - 105px);
}

.clear {
	clear: both;
}

.anketa {
	display: block;
	width: 225px;
	height: 45px;
	background: #E5F7E5 url(../img/anketa.svg) no-repeat right 22px center;
	border-radius: 9px;
	border: 1px solid #008001;
	color: #008001;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 43px;
	padding-left: 22px;
	transition: all 0.3s ease;
}

.anketa:hover {
	text-decoration: none;
	background: #008001;
	color: #ffffff;
}

.heights {
	height: 130px;
	border-bottom: 1px solid #ECECEC;
	color: #3E3E3E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%; 
	padding-top: 30px;
	padding-left: 15px;
}

a.howlink:link, a.howlink:visited {
	display: block;
	width: 100%;
	height: 66px;
	line-height: 66px;
	border-radius: 8px;
	background: linear-gradient(96deg, #008001 2%, #65B165 13.05%, #008001 33.14%);
	text-align: center;
	margin-top: 48px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
	transition: all 0.2s ease;
    background-size: 110% 100%; /* Двойная ширина градиента */
    background-position: 40% 0; /* Исходная позиция градиента */
}

a.howlink:hover {
	text-decoration: none;
    background-position: 0 0; /* Позиция градиента при наведении на кнопку */
    transition: background-position 0.2s ease; /* Сглаживание анимации */
}

.news_item {
	border-radius: 20px;
	background: #FFF;
	padding-bottom: 70px;
	position: relative;
	min-height: 625px;
	margin-bottom: 30px;
	box-shadow: 0px 14px 19px rgba(0, 0, 0, 0.2);
}

.news_item img {
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0px 0px;
}

.news_heading {
	display: block;
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 20px 15px;
}

.news_heading:hover {
	text-decoration: none;
	color: #008001;
}

.news_heading:after {
	content: "";
	background: #CFAE4E;
	width: 80px;
	height: 1px;
	display: block;
	margin-top: 18px;
}

.news_short_desc {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding-left: 15px;
	padding-right: 15px;
}

.created {
	color: #C1C1C1;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	left: 15px;
	bottom: 22px;
}

a.readmore {
	color: #CFAE4E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	right: 15px;
	bottom: 22px;	
}

.partners_item {
	min-height: 160px;
	border-radius: 20px;
	background: #FFF;
}

.partner_item {
	height: 110px;
	margin-top: 25px;
	text-align: center;
	position: relative;
}

.slick-slide {
	padding-left: 35px;
	padding-right: 35px;
}

.partner_item img {
	max-width: 100%;
	max-height: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#foooter {
	padding-top: 35px;
	padding-bottom: 35px;
	background: #333333;
}

.flogo a:hover {
	text-decoration: none;
}

a.readmore_global:hover {
	background: #CFAE4E;
	color: #ffffff;
	text-decoration: none;
}

.cha {
	background: #ffffff !important;
	font-weight: 600 !important;
}

.bl {
	border-radius: 10px 0px 0px 0px;
}

.br {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.selector {
	float: left;
	color: #3E3E3E;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 23px;
}

.tab1 {
	padding: 25px;
}

.selector_value {
	float: right;
	color: #3E3E3E;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 23px;
}

.selector_value span {
	font-size: 14px;
}

.templine {
	width: 100%;
	height: 4px;
	background: #DADADA;
}

.left_value {
	float: left;
	color: #3E3E3E;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
}

.right_value {
	float: right;
	color: #3E3E3E;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
}

.mt40 {
	margin-top: 15px;
}

a.getaloan {
	display: block;
	width: 305px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	background: #E5CB6D;
	text-align: center;	
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	margin-top: 15px;
	transition: all 0.3s ease;
}

a.getaloan:hover {
	background: #008001;
	text-decoration: none;
}

.left_result span, .right_result span {
	font-weight: 600;
}

input[type="range"] {
	accent-color: #CFAE4E;
	background: f0f0f0 !important;
	height: 5px !important;
}

@media (min-width: 768px) {
	
	.logo img {
		width: 25%;
		height: auto;
	}
	
	.logo a {
		color: #3E3E3E;
		font-weight: 600;
		font-size: 14px;
		padding-left: 7px;
	}

	.logo {
		border-right: 1px solid #878787;
	}
	
	.megaheading {
		color: #3E3E3E;
		font-size: 48px;
		line-height: 132%;
		text-transform: uppercase;
		font-weight: 600;
		margin-top: 80px;
	}

	.megaheading span {
		font-weight: 800;
	}
	
	.sli_block {
		background: #ffffff url(../img/hexa.png) no-repeat right bottom;
		border-radius: 70px;
		min-height: 500px;
		margin-top: 39px;
		overflow: hidden;
		position: relative;
	}

	a.megabutton:link, a.megabutton:visited {
		display: block;
		width: 350px;
		height: 80px;
		border-radius: 8px;
		background: linear-gradient(96deg, #008001 0.67%, #AFEFAF 13.56%, #008001 31.36%);
		text-align: center;
		line-height: 80px;
		color: #ffffff;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 3.9px;
		font-weight: 500;
		margin-top: 50px;
		transition: all 0.2s ease;
		background-size: 110% 100%; /* Двойная ширина градиента */
		background-position: 40% 0; /* Исходная позиция градиента */
	}
	
	.calc {
		width: 470px;
		height: 415px;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
		margin-top: 42px;
		float: right;
	}
	
	.calc_head {
		color: #3E3E3E;
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		width: 50%;
		float: left;
		height: 60px;
		line-height: 60px;
		background: #F6F7F8;
		cursor: pointer;
	}
	
	.left_result {
		float: left;
		color: #3E3E3E;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 15px;
	}

	.right_result {
		float: right;
		color: #3E3E3E;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 15px;
	}
	
	.about_heading {
		color: #3E3E3E;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 132%;
		margin-bottom: 40px;
	}
	
	#about {
		padding-top: 80px;
		color: #000;
		font-size: 17px;
		font-style: normal;
		font-weight: 400;
		line-height: 132%; 
	}
	
	#about img {
		width: 100%;
		height: auto;
		border-radius: 11px;
		position: relative;
		z-index: 2;
	}
	
	.rctg2 {
		width: 226px;
		height: 193px;
		background: #CFAE4E;
		border-radius: 11px;
		position: absolute;
		bottom: -8px;
		right: 15px;
		z-index: 1;
	}
	
	#products {
		padding-top: 80px;
	}
	
	#how {
		padding-top: 40px;
	}
	
	#news {
		padding-top: 80px;
	}

	#partners {
		padding-top: 50px;
		padding-bottom: 130px;
	}
	
	.flogo img {
		width: 40px;
		height: auto;
	}

	.flogo a {
		color: #ffffff;
		font-weight: 600;
		font-size: 14px;
		padding-left: 7px;
	}
	
	a.tg {
		display: inline-block;
		width: 32px;
		height: 32px;
		background: url(../img/Telegram.svg) no-repeat center center;
		background-size: 32px 32px;
		margin-top: 18px;
		margin-right: 11px;
	}

	a.wa {
		display: inline-block;
		width: 32px;
		height: 32px;
		background: url(../img/WhatsApp.svg) no-repeat center center;
		background-size: 32px 32px;
		margin-top: 18px;
		margin-right: 11px;
	}

	a.in {
		display: inline-block;
		width: 32px;
		height: 32px;
		background: url(../img/Instagram.svg) no-repeat center center;
		background-size: 32px 32px;
		margin-top: 18px;
		margin-right: 11px;
	}
	
	.fheading {
		color: #FFF;
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	
	#foooter ul {
		margin: 10px 0px;
		list-style: none;
		padding: 0px;
	}

	#foooter ul li {
		line-height: 203.4%;
	}

	#foooter ul li a {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
	
	a.address {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: block;
		margin-top: 10px;
		background: url(../img/location.svg) no-repeat left center;
		padding-left: 28px;
		margin-bottom: 20px;
	}

	a.address:hover {
		text-decoration: none;
	}

	a.phone {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: block;
		margin-top: 10px;
		background: url(../img/call.svg) no-repeat left center;
		padding-left: 28px;
		margin-bottom: 20px;
	}

	a.phone:hover {
		text-decoration: none;
	}

	a.email {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: block;
		margin-top: 10px;
		background: url(../img/email.svg) no-repeat left center;
		padding-left: 28px;
		margin-bottom: 20px;
	}

	a.email:hover {
		text-decoration: none;
	}
	
	a.readmore_global {
		display: block;
		width: 220px;
		height: 55px;
		line-height: 53px;
		float: right;
		border-radius: 8px;
		border: 1px solid #CFAE4E;
		text-align: center;
		color: #CFAE4E;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
	}
	
	.copyright {
		color: #969696;
		text-align: right;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding-top: 30px;
	}

	a.rules {
		color: #969696;
		display: block;
		text-align: right;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding-top: 30px;
	}
	
	.topmenu ul li {
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
		padding-left: 15px;
	}

	.topmenu ul li a:link, .topmenu ul li a:visited {
		color: #3E3E3E;
	}
	
	.topmenu ul {
		margin: 16px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}
	
}

@media (max-width: 767px) {
	
	.menu-close {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		right: 15px;
		top: 15px;
		background: url(../img/close.svg) no-repeat center center;
		background-size: 35px 35px;
		z-index: 3000;
	}
	
	.topmenu ul {
		margin: 100px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}
	
	.topmenu ul li {
		display: block;
		font-size: 22px;
		font-weight: 600;
		padding-top: 15px;
		text-align: center;
	}

	.topmenu ul li a:link, .topmenu ul li a:visited {
		color: #FFFFFF;
	}
	
	.topmenu {
		width: 100%;
		height: 100%;
		background: rgba(0,128,0,0.98);
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 2000;
	}
	
	.hamburger {
		display: block;
		width: 50px;
		height: 50px;
		background: #008001 url(../img/menu.svg) no-repeat center center;
		background-size: 30px 23px;
		border-radius: 50%;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 1000;
	}
	
	.copyright {
		color: #969696;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding-top: 20px;
	}

	a.rules {
		color: #969696;
		display: block;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding-top: 20px;
	}
	
	a.readmore_global {
		display: block;
		width: 220px;
		height: 55px;
		line-height: 53px;
		border-radius: 8px;
		border: 1px solid #CFAE4E;
		text-align: center;
		color: #CFAE4E;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		margin: 20px auto 0px auto;
	}
	
	a.address {
		color: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: inline-block;
		margin-top: 10px;
		background: url(../img/location.svg) no-repeat left center;
		padding-left: 28px;
	}

	a.address:hover {
		text-decoration: none;
	}

	a.phone {
		color: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: inline-block;
		margin-top: 10px;
		background: url(../img/call.svg) no-repeat left center;
		padding-left: 28px;
	}

	a.phone:hover {
		text-decoration: none;
	}

	a.email {
		color: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: inline-block;
		margin-top: 10px;
		background: url(../img/email.svg) no-repeat left center;
		padding-left: 28px;
	}

	a.email:hover {
		text-decoration: none;
	}
	
	#foooter ul {
		margin: 10px 0px 0px 0px;
		list-style: none;
		padding: 0px;
		text-align: center;
	}

	#foooter ul li {
		line-height: 203.4%;
	}

	#foooter ul li a {
		color: #FFF;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
	}
	
	.fheading {
		color: #FFF;
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		text-align: center;
		padding-top: 30px;
	}
	
	a.tg {
		display: inline-block;
		width: 44px;
		height: 44px;
		background: url(../img/Telegram.svg) no-repeat center center;
		background-size: 44px 44px;
		margin-top: 18px;
		margin-right: 11px;
		margin-left: 11px;
	}

	a.wa {
		display: inline-block;
		width: 44px;
		height: 44px;
		background: url(../img/WhatsApp.svg) no-repeat center center;
		background-size: 44px 44px;
		margin-top: 18px;
		margin-right: 11px;
		margin-left: 11px;
	}

	a.in {
		display: inline-block;
		width: 44px;
		height: 44px;
		background: url(../img/Instagram.svg) no-repeat center center;
		background-size: 44px 44px;
		margin-top: 18px;
		margin-right: 11px;
		margin-left: 11px;
	}
	
	.flogo, .social, .cont {
		text-align: center;
	}
	
	.flogo img {
		width: 80px;
		height: auto;
	}

	.flogo a {
		color: #ffffff;
		font-weight: 600;
		font-size: 22px;
		padding-left: 7px;
	}
	
	#news {
		padding-top: 40px;
	}

	#partners {
		padding-top: 10px;
		padding-bottom: 80px;
	}
	
	#products {
		padding-top: 40px;
	}
	
	.rctg2 {
		width: 226px;
		height: 193px;
		background: #CFAE4E;
		border-radius: 11px;
		position: absolute;
		bottom: 2px;
		right: 15px;
		z-index: 1;
	}
	
	#about img {
		width: 100%;
		height: auto;
		border-radius: 11px;
		position: relative;
		z-index: 2;
		margin-bottom: 10px;
	}
	
	#about {
		padding-top: 40px;
		color: #000;
		font-size: 17px;
		font-style: normal;
		font-weight: 400;
		line-height: 132%; 
	}
	
	.about_heading {
		color: #3E3E3E;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 132%;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.left_result {
		text-align: center;
		color: #3E3E3E;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 15px;
	}

	.right_result {
		text-align: center;
		color: #3E3E3E;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 15px;
	}
	
	.calc_head {
		color: #3E3E3E;
		text-align: center;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		width: 50%;
		float: left;
		height: 60px;
		line-height: 60px;
		background: #F6F7F8;
		cursor: pointer;
	}
	
	.calc {
		width: 100%;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
		margin-top: 40px;
		margin-bottom: 40px;
		padding-bottom: 25px;
	}
	
	a.megabutton:link, a.megabutton:visited {
		display: block;
		width: 100%;
		height: 80px;
		border-radius: 8px;
		background: linear-gradient(96deg, #008001 0.67%, #AFEFAF 13.56%, #008001 31.36%);
		text-align: center;
		line-height: 80px;
		color: #ffffff;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 3.9px;
		font-weight: 500;
		margin-top: 50px;
		transition: all 0.2s ease;
		background-size: 110% 100%; /* Двойная ширина градиента */
		background-position: 40% 0; /* Исходная позиция градиента */
	}
	
	.sli_block {
		background: #ffffff url(../img/hexa.png) no-repeat right bottom;
		border-radius: 25px;
		min-height: 500px;
		margin-top: 39px;
		overflow: hidden;
		position: relative;
	}
	
	.megaheading {
		color: #3E3E3E;
		font-size: 28px;
		line-height: 132%;
		text-transform: uppercase;
		font-weight: 600;
		margin-top: 40px;
	}

	.megaheading span {
		font-weight: 800;
	}
	
	.topmenu {
		display: none;
	}
	
	.logo a {
		color: #3E3E3E;
		font-weight: 600;
		font-size: 18px;
		padding-left: 7px;
	}	
	
	.logo img {
		width: 15%;
		height: auto;
	}
	
}

a.kg {
	width: 23px;
	height: 16px;
	display: block;
	position: absolute;
	background: url(../img/KG.svg) no-repeat;
	background-size: cover;
	right: 0px;
	top: 7px;
}

a.ru {
	width: 23px;
	height: 16px;
	display: block;
	position: absolute;
	background: url(../img/RU.svg) no-repeat;
	background-size: cover;
	right: 0px;
	top: 31px;
}

.static {
	font-size: 16px;
	padding-bottom: 40px;
	padding-top: 20px;
}

.document_item {
	background: #ffffff;
	padding: 25px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 125px;
}

.document_item a {
	color: #3E3E3E;
	font-weight: bold;
	font-size: 16px;
}

.filesize {
	background: url(../img/size.svg) no-repeat left center;
	background-size: 14px 18px;
	padding-left: 20px;
	margin-top: 7px;
	float: left;
}

.created2 {
	background: url(../img/date.svg) no-repeat left center;
	background-size: 14px 18px;
	padding-left: 20px;
	margin-top: 7px;
	float: right;
}

.pagi {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pagination {
	margin: 0px 0;
	font-size: 13px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
	display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999999;
	cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
	color: #999999;
	cursor: default;
	background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.pagination-centered {
	text-align: center;
}

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}

.faq_item {
	border-bottom: 1px dotted #aaaaaa;
	margin-bottom: 10px;
}

.a {
	display: none;
	font-size: 16px;
	padding-top: 15px;
}

.q {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	background: url(../img/plus.svg) no-repeat right center;
	background-size: 24px 24px;
	padding-right: 35px;
}

.act {
	background: url(../img/minus.svg) no-repeat right center !important;
	background-size: 24px 24px !important;	
}

.created3 {
	background: url(../img/date.svg) no-repeat left center;
	background-size: 14px 18px;
	padding-left: 20px;
	margin-top: 7px;
}

.pic img {
	width: 100%;
	height: auto;
}

.partner_item_ {
	background: #ffffff;
	padding: 25px 10px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 125px;
}

.pdesc h3 {
	margin: 0px;
	padding: 0px;
}

.active {
	color: #008001 !important;
	font-weight: bold;
}