#library-ico_block_top .library-ico_half-block:nth-child(2) {
    padding: 65px 40px 40px 50px;
    height: 540px;
}
#crowdfunding_header_storage {
	padding-bottom: 0;
}
#crowdfunding_header_storage_left {
    display: inline-block;
    width: 400px;
    height: auto;
    vertical-align: top;
    padding-top: 14px;
    position: relative;
    left: -10px;
}
#crowdfunding_header_storage_right {
    padding-left: 20px;
}
#crowdfunding_header_storage_left_row1 {
	height: 65px;
    font-size: 90px;
    line-height: 74px;
	margin-bottom: 14px;
}
#crowdfunding_header_storage_left_row1 span {
	height: 38px;
    font-size: 45px;
    line-height: 43px;
}
#crowdfunding_header_storage_left_row2 {
	height: 30px;
    font-size: 42px;
    line-height: 35px;
	margin-bottom: 40px;
}
#crowdfunding_header_storage_right img {
    height: 136px;
}

#crowdfunding_header-2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 40px;
}
#crowdfunding_header-3 {
    font-size: 16px;
    line-height: 20px;
}

#crowdfunding-clock_text {
    margin: 25px 0 10px 5px;
    height: 10px;
    font-size: 12px;
    line-height: 9px;
}

#crowdfunding-progress {
	display: block;
}

#crowdfunding_soc-icons {
	top: -122px;
}


@media only screen and (max-width: 1150px) {
	#library-ico_block_top .library-ico_half-block:nth-child(2) {
	    padding: 30px 30px 30px 30px;
	}
}

@media only screen and (max-width: 840px) {
	
	#library-ico_block_top .library-ico_half-block:nth-child(2) {
		height: auto;
	}
	#crowdfunding-progress {
		display: none;
	}
	#crowdfunding_buttons_container {
		margin-top: 30px;
	}
}



@media only screen and (max-width: 550px) {
	
	#library-ico_block_top .library-ico_half-block:nth-child(2) {
	    padding: 30px 10px 30px 10px;
	}
	#crowdfunding_content_left {
		padding: 0;
	}
	#library-ico_block_top_bottom-buttons {
		padding: 15px 10px 15px 10px;
	}

	#crowdfunding_header_storage_left {
		width: auto;
	}

	#crowdfunding_header_storage_left_row1 {
		font-size: 60px;
		height: 60px;
		line-height: 75px;
	}
	#crowdfunding_header_storage_left_row1 span {
		font-size: 25px;
		height: 25px;
		line-height: 25px;
		top: -22px;
	}
}