@font-face {
    font-family: 'BebasNeue';
    src: url("fonts/BebasNeue/BebasNeue-Regular.otf") format("opentype"), url("/css/fonts/BebasNeue/BebasNeue-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue';
    src: url("fonts/BebasNeue/BebasNeue-Bold.otf") format("opentype"), url("/css/fonts/BebasNeue/BebasNeue-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueLight';
    src: url("fonts/BebasNeue/BebasNeue-Light.otf") format("opentype"), url("/css/fonts/BebasNeue/BebasNeue-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueBook';
    src: url("fonts/BebasNeue/BebasNeue-Book.otf") format("opentype"), url("/css/fonts/BebasNeue/BebasNeue-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueThin';
    src: url("fonts/BebasNeue/BebasNeue-Thin.otf") format("opentype"), url("/css/fonts/BebasNeue/BebasNeue-Thin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



#library-ico_main-container {
	width: 100%;
    font-family: AlbertaSans, Roboto, sans-serif;
	font-weight: 300;
	font-size: 0;
    overflow: hidden;
}
#library-ico_main-container a {
    font-family: AlbertaSans, Roboto, sans-serif;
}


.library-ico_justify_element {
	display: inline-block;
	width: 100%;
}


/* === Desktop Menu === */
body {
	padding-top: 80px;
}
#header {
    height: 80px;
}
#header .navbar-toggler {
	padding: 24px 20px 24px 20px;
	display: none;
}
#header .container > .nav-left {
	padding-left: 0;
}
#header .navbar {
	padding-left: 110px;
}


#library-ico_user-joined_container {
	position: fixed;
    bottom: 10px;
    right: 70px;
    background: #fff;
    min-width: 240px;
    height: 76px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
    color: #fff;
    border: 2px solid #fff;
    background-image: linear-gradient(to right, #0062b5, #86bbe8);
    padding: 20px 20px;
    z-index: 10;
    display: none;
}
.library-ico_user-joined_column {
	display: inline-block;
}
#library-ico_user-joined_column-left {
    width: 40px;
}
#library-ico_user-joined_column-left img {
    height: 30px;
}
#library-ico_user-joined_column-right {
	font-size: 14px;
    line-height: 18px;
    width: calc( 100% - 40px );
}


#library-ico_token-description_container {
	position: fixed;
    bottom: 0;
    background: #81b0e7;
    font-size: 16px;
    color: #fff;
    width: 100%;
    min-height: 38px;
    padding: 10px 60px;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
    z-index: 1;
}


/* === Mobile menu === */
#library-ico_mobile-menu {
	display: none;
    position: fixed;
    top: 10px;
    right: 5px;
    text-align: right;
    z-index: 10;
}
#library-ico_mobile-menu_button {
	height: 15px;
    width: 15px;
    border: 1px solid rgba(65, 88, 100, 0.3);
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #fff;
}
#library-ico_mobile-menu_button:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: blur(2px);
    color: #fff;
    border: 3px solid rgba(0,0,0,0.16);
    opacity: .2;
}
#library-ico_mobile-menu_list {
    display: none;
    border-top-right-radius: 0;
    position: relative;
    top: 0px;
    background: #fff;
    padding: 10px 0 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#library-ico_mobile-menu:hover #library-ico_mobile-menu_list {
	display: block;
}
#library-ico_mobile-menu_list a {
    font-size: 14px;
    display: block;
    color: #2b3d52;
    text-decoration: none;
    padding: 10px 20px;
    text-align: left;
    font-weight: 300;
}



.library-ico_link-anchor {
	position: relative;
	top: -90px;
}


/* === Blocks === */
.library-ico_block {
	
}
.library-ico_block-inner {
	max-width: 1320px;
	margin: 0 auto;
    padding: 0 40px;
}
.library-ico_half-block {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}


/* === Headers === */
.library-ico_header {
    font-weight: 600;
    color: #2B3D52;
    font-size: 30px;
}
.library-ico_header.white {
	color: #ffffff;
}
.library-ico_header.centred {
	text-align: center;
}
.library-ico_header.has_underline {
	position: relative;
    padding-bottom: 12px;
}
.library-ico_header.has_underline.centred {
	padding-bottom: 35px;
}
.library-ico_header.has_underline:before {
    background: rgba(43, 61, 82, 0.28);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    content: "";
}
.library-ico_header.has_underline.white:before {
	background: rgba( 255, 255, 255, 0.28 );
}
.library-ico_header.has_underline.centred:before {
	left: 50%;
    margin-left: -50px;
}

/* === Subheaders === */
.library-ico_sub-header {
    font-size: 27px;
    line-height: 35px;
    color: rgba(43, 61, 82, 0.81);
    margin-top: 30px;
}
.library-ico_sub-header.white {
	color: rgba( 255, 255, 255, 0.81 );
}

/* === Medium texts === */
.library-ico_medium-text {
    font-size: 20px;
    line-height: 27px;
    margin-top: 55px;
    color: rgba(43, 61, 82, 0.81);
}
.library-ico_medium-text.white {
	color: rgba( 255, 255, 255, 0.70 );
}
.library-ico_medium-text p {
	margin-bottom: 25px;
}
.library-ico_medium-text ul {
	padding-left: 15px;
}

/* === Small texts === */
.library-ico_small-text {
	margin-top: 30px;
	font-size: 16px;
    line-height: 22px;
    color: rgba(43, 61, 82, 0.81);
}
.library-ico_small-text p {
	margin-bottom: 35px;
}

/* === Buttons === */
.library-ico_button {
    font-weight: 500;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
}
.library-ico_button.has_arrow {
	position: relative;
    text-align: left;
    text-align-last: left;
}
.library-ico_button.small {
	font-size: 12px;
    height: 32px;
	line-height: 30px;
	border-radius: 20px;
    padding: 0 24px;
	width: 140px;
}
.library-ico_button.big {
	font-size: 14px;
    height: 52px;
    line-height: 52px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16);
    padding: 0 40px;
    width: 240px;
}
.library-ico_button.red {
	background-image: linear-gradient(to right, rgba(255, 0, 0, 0.72), rgba(255, 94, 94, 0.72));
	color: #ffffff !important;
}
.library-ico_button.red:hover {
	background: rgba(255, 0, 0, 0.72);
}
.library-ico_button.white_transparent {
	color: #ffffff !important;
	border: 1px solid #ffffff;
}
.library-ico_button.gray {
	color: #ffffff;
	background: #889BA8;
}
.library-ico_button.pink_transparent {
	color: #F84545 !important;
    border: 1px solid rgba(250, 120, 120, 0.4);
}
.library-ico_button.has_arrow:before {
	position: absolute;
    content: "";
}
.library-ico_button.has_arrow.small:before {
	right: 18px;
    width: 10px;
    height: 10px;
    background: url(/images/library_ico/btn_arrow_right_pink.svg) no-repeat scroll 0 0 transparent;
    background-size: 10px 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.library-ico_button.has_arrow.big:before {
	right: 22px;
    width: 12px;
    height: 12px;
    background: url(/images/library_ico/btn_arrow_right_white.svg) no-repeat scroll 0 0 transparent;
    background-size: 12px 12px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.library-ico_button.big.white_transparent {
	box-shadow: none;
}
.library-ico_button.big.white_transparent:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -3px;
    right: -3px;
    bottom: -6px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    filter: blur(2px);
    color: #fff;
    border: 10px solid rgba(0,0,0,0.16);
    opacity: .2;
}



/* === Top block === */
#library-ico_block_top {
	position: relative;
}
#library-ico_block_top .library-ico_block-inner {
	padding: 0;
}
#library-ico_block_top .library-ico_half-block:nth-child(1) {
   	padding: 45px 40px 0 30px;
	box-sizing: border-box;
}
#library-ico_block_top .library-ico_half-block:nth-child(2) {
	background-color: #0062b5;
    background-image: url(/images/library_ico/sunshine_background.png?v=1);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff;
    border: 5px solid #fff;
	border-top: 0;
    box-sizing: border-box;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
    padding: 30px 40px 30px 50px;
    position: relative;
    height: 607px;
    padding-top: 55px;
}

/* - Left 1.row : logo - */
#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(1) {
    background: url(/images/library_ico/files.fm_library_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 180px;
}

/* - Left 2.row : file types & moto - */
#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(2) {
	margin: 40px 0 35px 45px;
	border-left: 1px solid rgba(98, 120, 132, 0.33);
	padding: 10px 0 10px 20px;
}
#library-ico_block_top_file-types-wrapper {
	margin-bottom: 40px;
	text-align: justify;
	text-align-last: justify;
	padding-right: 40px;
}
.library-ico_block_top_file-type-box {
    display: inline-block;
    text-align: center;
	text-align-last: center;
    cursor: default;
}
.library-ico_block_top_file-type-box_icon {
    height: 30px;
    margin-bottom: 10px;
}
.library-ico_block_top_file-type-box_text {
    color: #627884;
    font-size: 12px;
}
#library-ico_block_top_moto-text {
    color: #627884;
    font-size: 28px;
    line-height: 32px;
    padding-right: 80px;
}

/* - Left 3.row : buttons - */
#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(3) {
	margin: 0 0 0 67px;
	max-width: 445px;
	text-align: justify;
	text-align-last: justify;
}

/* - Right - */
/* - Right : header - */
#crowdfunding_header {
	
}
#crowdfunding_header-1 {
	color: rgba( 255, 255, 255, 0.72 );
	font-size: 16px;
	margin-bottom: 10px;
}
#crowdfunding_header-2 {
	font-weight: 500;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
}
#crowdfunding_header-3 {
    color: rgba( 255, 255, 255, 0.95 );
	font-size: 18px;
    line-height: 20px;
    max-width: 470px;
}
#crowdfunding_header-3 b {
    font-weight: 500;
}
#crowdfunding_header-3 div {
	display: inline-block;
    vertical-align: baseline;
}
#crowdfunding_header-3 img {
	height: 16px;
	margin-left: 5px;
	display: none;
}

#crowdfunding_header_storage {
    border-bottom: 1px solid rgba(255,255,255,0.36);
    padding-bottom: 10px;
    max-width: 550px;
}
#crowdfunding_header_storage_left {
    display: inline-block;
    width: 260px;
    height: 130px;
}
#crowdfunding_header_storage_left_row1 {
    font-size: 90px;
    color: #fff;
    font-family: "BebasNeue";
    font-weight: bold;
    height: 90px;
    line-height: 90px;
}
#crowdfunding_header_storage_left_row1 span {
    font-size: 45px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -30px;
}
#crowdfunding_header_storage_left_row2 {
    font-size: 40px;
    color: #FF4D5A;
    font-family: "BebasNeue";
    font-weight: bold;
    padding-left: 14px;
}
#crowdfunding_header_storage_right {
    display: inline-block;
    padding-left: 50px;
}
#crowdfunding_header_storage_right img {
	height: 140px;
}


/* - Right : content - */
#crowdfunding_content {
	
}
#crowdfunding_content_left {
    display: inline-block;
    width: calc( 100% - 30px );
    vertical-align: top;
	padding-right: 50px;
    box-sizing: border-box;
}
#crowdfunding_content_left .library-ico_button.red {
    border: 1px solid rgba(255, 148, 148, 0.72);
}
#crowdfunding_content_right {
    display: inline-block;
    width: 30px;
    vertical-align: top;
}
#crowdfunding_buttons_container {
	text-align: justify;
	margin-top: 60px;
}
.crowdfunding_button {
	width: 48%;
	display: inline-block;
}
.crowdfunding_button .library-ico_button {
	width: 100%;
}
.crowdfunding_button-subtext {
    color: rgba( 255, 255, 255, 0.51 );
	font-size: 12px;
    margin-top: 12px;
    margin-left: 30px;
    display: none;
}

/* - Crowdfunding clock - */
#crowdfunding-clock {
	display: none;
    margin-right: 40px;
}
#crowdfunding-clock_text {
    font-weight: 500;
	color: rgba( 255, 255, 255, 0.67 );
	font-size: 14px;
    margin: 30px 0 20px 0;
}
#crowdfunding-clock_boxes {
    margin-bottom: 30px;
}
.crowdfunding-clock_box {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 8px;
	background: rgba(0, 137, 235, 0.1);
	width: 75px;
	height: 65px;
	text-align: center;
	text-align-last: center;
	box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16);
	cursor: default;
    margin-right: 10px;
}
.crowdfunding-clock_box:last-child {
	margin-right: 0;
}
.crowdfunding-clock_box_number {
	font-weight: 400;
	color: rgba( 255, 255, 255, 0.93 );
	font-size: 30px;
    margin-bottom: 5px;
    margin-top: 14px;
    height: 30px;
}
.crowdfunding-clock_box_text {
    color: rgba( 255, 255, 255, 0.8 );
	font-size: 10px;
}

/* - Crowdfunding progress - */
#crowdfunding-progress {
	display: none;
	margin-top: 35px;
    margin-bottom: 45px;
    cursor: default;
    padding-right: 40px;
}
#crowdfunding-progress_text {
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 100px;
}
#crowdfunding-progress_text_label {
    color: rgba( 255, 255, 255, 0.56 );
	display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}
#crowdfunding-progress_text_number {
	display: inline-block;
    font-size: 20px;
}
#crowdfunding-progress_bar {

}
#crowdfunding-progress_bar_top-legend {
	position: relative;
}
#crowdfunding-progress_bar_top-legend_soft-cap {
    position: absolute;
    width: 60px;
    top: -56px;
}
#crowdfunding-progress_bar_top-legend_soft-cap_flag {
	font-size: 11px;
    font-weight: 500;
    background: url(/images/library_ico/progress-bar_flag_white.svg);
    background-repeat: no-repeat;
    background-size: auto;
    height: 34px;
    text-align: center;
    padding-top: 14px;
    position: relative;
    top: 13px;
    left: 8px;
    color: #0F74CA;
}
#crowdfunding-progress_bar_top-legend_soft-cap_line {
    height: 58px;
    border-right: 2px dashed #76A9E0;
}
#crowdfunding-progress_bar_top-legend_soft-cap_text {
    font-size: 12px;
    position: relative;
    top: -6px;
    left: 9px;
}
#crowdfunding-progress_bar_top-legend_hard-cap {
    position: absolute;
    width: 60px;
    top: -27px;
    right: 1px;
}
#crowdfunding-progress_bar_top-legend_hard-cap_flag {
    font-size: 14px;
    font-weight: 500;
    color: rgba( 255, 255, 255, 0.6 );
    text-align: right;
    position: relative;
    right: 10px;
}
#crowdfunding-progress_bar_top-legend_hard-cap_line {
    height: 56px;
    border-right: 2px dashed rgba(255,255,255,0.53);
    position: relative;
    right: 18px;
    top: 4px;
}
#crowdfunding-progress_bar_top-legend_hard-cap_text {
    font-size: 12px;
    position: relative;
    top: 5px;
    left: -10px;
    text-align: right;
}
#crowdfunding-progress_bar_line {
    height: 40px;
    border: 1px solid rgba(255,255,255,0.54);
    border-radius: 40px;
	padding: 5px;
    box-sizing: border-box;
}
#crowdfunding-progress_bar_line-inner {
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.39), rgba(216,221,223, 0.39));
    border-radius: 40px;
}
#crowdfunding-progress_bar_line-inner-fill_size {
	height: 100%;
	width: 0;
    overflow-x: hidden;
    border-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
#crowdfunding-progress_bar_line-inner-fill_gradient {
    width: 430px;
    height: 100%;
    background: -webkit-linear-gradient( left, #06A2F2 30%, #fff 80%, #06A2F2 100% ) repeat;
    -webkit-background-size: 50% 100%;
    -webkit-animation-name: moving-gradient;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
#crowdfunding-progress_bottom-text {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
}
#crowdfunding-progress_bottom-text b {
    font-weight: 500;
}

/* - Donate files progress - */
#donate-files-progress {
	display: none;
	margin-top: 60px;
    margin-bottom: 40px;
    cursor: default;
}
#donate-files-progress_bar {

}
#donate-files-progress_bar_top-legend {
	position: relative;
}
#donate-files-progress_bar_top-legend_soft-cap {
    position: absolute;
    width: 60px;
    top: -56px;
    left: 6px;
}
#donate-files-progress_bar_top-legend_soft-cap_flag {
	font-size: 14px;
    font-weight: 500;
    background: url(/images/library_ico/progress-bar_flag.svg);
    background-repeat: no-repeat;
    background-size: auto;
    height: 34px;
    text-align: center;
    padding-top: 14px;
    position: relative;
    top: 13px;
    left: 8px;
}
#donate-files-progress_bar_top-legend_soft-cap_line {
    height: 56px;
    border-right: 2px dashed #3995C4;
}
#donate-files-progress_bar_top-legend_soft-cap_text {
    font-size: 12px;
    position: relative;
    top: 2px;
    left: 50px;
    color: #3995C4;
}
#donate-files-progress_bar_top-legend_mid-cap {
    position: absolute;
    width: 50%;
    top: -27px;
}
#donate-files-progress_bar_top-legend_mid-cap_flag {
    font-size: 14px;
    font-weight: 500;
    color: rgba( 255, 255, 255, 0.6 );
    font-weight: 500;
    text-align: right;
    position: relative;
    right: -10px;
}
#donate-files-progress_bar_top-legend_mid-cap_line {
    height: 6px;
    border-right: 2px solid rgba(255,255,255,0.53);
    position: relative;
    top: 3px;
}
#donate-files-progress_bar_top-legend_hard-cap {
    position: absolute;
    width: 60px;
    top: -27px;
    right: 1px;
}
#donate-files-progress_bar_top-legend_hard-cap_flag {
    font-size: 14px;
    font-weight: 500;
    color: rgba( 255, 255, 255, 0.6 );
    font-weight: 500;
    text-align: right;
    position: relative;
    right: 10px;
}
#donate-files-progress_bar_top-legend_hard-cap_line {
    height: 56px;
    border-right: 2px dashed rgba(255,255,255,0.53);
    position: relative;
    right: 18px;
    top: 4px;
}
#donate-files-progress_bar_top-legend_hard-cap_text {
    font-size: 12px;
    position: relative;
    top: 6px;
    left: -6px;
    text-align: right;
    color: rgba( 255, 255, 255, 0.6 );
}
#donate-files-progress_bar_line {
    height: 40px;
    border: 1px solid rgba(255,255,255,0.54);
    border-radius: 40px;
	padding: 5px;
    box-sizing: border-box;
}
#donate-files-progress_bar_line-inner {
    height: 100%;
    background: rgba(255,255,255, 0.39);
    border-radius: 40px;
    overflow: hidden;
}
#donate-files-progress_bar_line-inner-fill_size {
	height: 100%;
	width: 0;
    overflow-x: hidden;
    border-radius: 40px;
}
#donate-files-progress_bar_line-inner-fill_gradient {
    width: 350px;
    height: 100%;
    background: -webkit-linear-gradient( left, #0193CD 30%, #66D4E5 80%, #0193CD 100% ) repeat;
    -webkit-background-size: 50% 100%;
    -webkit-animation-name: moving-gradient;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
#donate-files-progress_bottom-text {
    line-height: 20px;
    margin: 35px 0 0 15px;
}
#donate-files-progress_bottom-text_label {
	color: rgba( 255, 255, 255, 0.56 );
	display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}
#donate-files-progress_bottom-text_number {
	display: inline-block;
    font-size: 20px;
}


/* - Crowdfunding soc buttons - */
#crowdfunding_soc-icons {
    position: relative;
    top: -122px;
}
#crowdfunding_soc-icons a {
    display: inline-block;
	margin-top: 16px;
}
#crowdfunding_soc-icons a img {
    width: 22px;
    height: 22px;
    opacity: 0.9;
}
#crowdfunding_soc-icons a:hover img {
	opacity: 1;
}

/* - Crowdfunding mobile buttons - */
#library-ico_block_top_bottom-buttons {
	display: none;
	background: #81b0e7;
	padding: 15px 25px 15px 25px;
	text-align: justify;
	text-align-last: justify;
}
#library-ico_block_top_bottom-buttons_wrapper {
	max-width: 500px;
	margin: 0 auto;
}
#library-ico_block_top_bottom-buttons .library-ico_button {
    width: 98px;
	padding: 0;
	font-size: 10px;
}
#library-ico_block_top_bottom-buttons .library-ico_button:last-child {
	margin-right: 0;
}

/* - Token description - */
#library-ico_block_top_token_line {
	display: block;
	display: none;
	background: #81b0e7;
	/*padding: 15px 25px 15px 25px;*/
	text-align: center;
	text-align-last: center;
}
#token_line_des_text {
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-align-last: center;
	color: white;
}
#library-ico_block_top_token_line_wrapper {
	width: 500px;
	max-width: 500px;
	margin: 0 auto;
}


/* === Ratings === */
#library-ico_block_ratings {
    margin: 80px 0 60px 0;
   	text-align: justify;
}
#library-ico_block_ratings .library-ico_block-inner {
	padding: 0 30px;
	max-width: 880px;
}

/* - rating box - */
.rating-box {
    display: inline-block;
    border: 1px solid rgba(86, 108, 120, 0.3);
    border-radius: 10px;
    position: relative;
   	text-align-last: center;
   	margin-top: 7px;
  	padding: 30px 16px 26px 16px;
	width: 130px;
	height: 90px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.rating-box:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -3px;
    right: -3px;
    bottom: -6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    filter: blur(2px);
    color: #fff;
    border: 5px solid rgba(0,0,0,0.16);
    opacity: .2;
}
.rating-box:last-child {
	margin-right: 0;
}
.rating-box_logo {
    position: absolute;
    top: -12px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 5px;
}
.rating-box_score {
    font-weight: 500;
    position: relative;
    padding-left: 18px;
}
.rating-box_score:before {
	position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    content: "";
    background: url(/images/library_ico/ratings/star.svg) no-repeat scroll 0 0 transparent;
    background-size: 16px 16px;
}
.rating-box_score-count {
	color: #627884;
    font-size: 34px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
.rating-box_score-total {
	color: rgba(98, 120, 132, 0.49);
    display: inline-block;
    font-size: 14px;
    height: 12px;
    line-height: 13px;
}



/* === Content Examples === */
#library-ico_block_content-examples {
	background-image: linear-gradient(to bottom, rgba(81, 102, 114, 0.09), #fff);
}
#library-ico_block_content-examples .library-ico_block-inner {
	padding: 42px 0 0 0;
}
#library-ico_block_content-examples_wrapper {
	padding-left: 75px;
}
#library-ico_block_content-examples .library-ico_header {
    color: #627884;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
	margin-bottom: 40px;
}
.library-ico_content-example_item {
	display: inline-block;
    width: 16.6%;
}
.library-ico_content-example_item-header {
    font-size: 14px;
    font-weight: 600;
    color: #627884;
}
.library-ico_content-example_item-content {
    margin: 20px 20px 20px 0;
    padding: 5px 0 5px 15px;
    border-left: 1px solid rgba(98, 120, 132, 0.45);
}
.library-ico_content-example_item-content-line {
	font-size: 14px;
    color: #627884;
    margin-bottom: 10px;
}
.library-ico_content-example_item-content-line:last-child {
	margin-bottom: 0;
}



/* === Problem === */
#library-ico_block_problem {
    background: url(/images/library_ico/background_iceberg.png?v=2);
    background-size: auto 1600px;
    background-position: top center;
    background-repeat: no-repeat;
	padding: 360px 0 145px 0;
}

/* - 1.row : The Problem - */
#library-ico_block_problem .library-ico_block-row:nth-child(1) {
	width: 360px;
   	margin-bottom: 110px;
}
#library-ico_block_problem .library-ico_block-row:nth-child(1) .library-ico_medium-text p {
	margin-bottom: 40px;
}

/* - 2.row : As a result - */
#library-ico_block_problem .library-ico_block-row:nth-child(2) {
	margin-bottom: 85px;
}
#library-ico_block_problem .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
	width: 325px;
}
#library-ico_block_problem .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	width: calc( 100% - 325px );
	height: 355px;
    box-sizing: border-box;
	background: url(/images/library_ico/image_data_search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 120px center;
}
#library-ico_block_problem .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) .library-ico_header {
	font-size: 24px;
}

/* - 3.row : Solution - */
#library-ico_block_problem .library-ico_block-row:nth-child(3) {
	
}
#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(1) {
	width: calc( 100% - 480px );
	height: 520px;
    box-sizing: border-box;
    padding-right: 120px;
	background: url(/images/library_ico/image_solution.png?v=1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(2) {
	width: 480px;
	padding-top: 30px;
}
#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(2) .library-ico_small-text {
    font-size: 18px;
    line-height: 26px;
}
#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(2) .library-ico_small-text ol > li {
	margin-bottom: 30px;
}
#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(2) .library-ico_small-text ul {
	padding-left: 18px;
}



/* === Content Types === */
#library-ico_block_content-types {
	
}
#library-ico_block_content-types .library-ico_block-inner {
	padding: 0;
	max-width: none;
}
#library-ico_block_content-types .library-ico_half-block {
	min-height: 520px;
}
#library-ico_block_content-types .library-ico_half-block:nth-child(1) {
 	background-image: linear-gradient(to right, #627884 , #123A50);
}
#library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_half-block-inner {
	padding: 45px 65px 45px 40px;
 	box-sizing: border-box;
	width: 100%;
	max-width: 660px;
    float: right;
}
#library-ico_block_content-types .library-ico_half-block:nth-child(2) {
	background: url(/images/library_ico/image_laptop.png?v=2);
	background-size: auto 100%;
	background-repeat: no-repeat;
    background-color: #f8f7f5;
    background-position: center;
}

/* - Left block - */
#content-types-boxes-wrapper {
    text-align: justify;
    text-align-last: justify;
    padding: 40px 110px 0px 0;
    box-sizing: border-box;
}
.content-type-box {
	display: inline-block;
    text-align: center;
    text-align-last: center;
    cursor: default;
}
.content-type-box_icon {
    height: 30px;
    margin-bottom: 7px;
    opacity: 0.73;
}
.content-type-box_text {
    color: rgba( 255, 255, 255, 0.49 );
    font-size: 12px;
}
#library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_small-text {
	color: rgba( 255, 255, 255, 0.7 );
    margin-bottom: 30px;
}
#library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_small-text ul {
	margin-top: 10px;
}

/* - Right block - */			
#library-ico_block_content-types .library-ico_half-block:nth-child(2) img {
	height: 100%;
}



/* === Legal === */
#library-ico_block_legal {
    background-image: linear-gradient(to right, #E9EBEE, #FFFFFF);
    padding: 90px 0 65px 0;
}



/* === Mission === */
#library-ico_block_mission {
	background-image: linear-gradient(to right, #E9EBEE, #FFFFFF);
}
#library-ico_block_mission .library-ico_block-inner {
	height: 1320px;
	box-sizing: border-box;
	background: url(/images/library_ico/image_cornerstones.png?v=2);
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center top;
}



/* === Features === */
#library-ico_block_features {
	background-image: linear-gradient(to right, #E9EBEE, #FFFFFF);
    padding: 75px 0 0 0;
}
#library-ico_block_features table {
    width: 100%;
}
#library-ico_block_features table th ,
#library-ico_block_features table td {
	text-align: center;
	padding-bottom: 60px;
}
#library-ico_block_features table th {
    font-weight: 600;
    color: #2B3D52;
    font-size: 27px;
}
.feature-box {
	
}
.feature-box_icon {
    height: 50px;
    margin-bottom: 20px;
}
.feature-box_text {
	color: #2B3D52;
   	font-size: 14px;
   	line-height: 18px;
}
#library-ico_block_features_info-text {
    font-size: 16px;
	line-height: 20px;
	color: #2B3D52;
    padding: 0 70px 0 70px;
    text-align: center;
}
#library-ico_block_features_bottom_text {
    padding: 20px 0 40px 0;
    background: #dfe3e5;
}



/* === P2P === */
#library-ico_block_p2p {
	background-color: #283843;
	background-image: url(/images/library_ico/background_p2p.png?v=1);
    background-size: auto 640px;
    background-repeat: no-repeat;
	background-position: center -2px;
}
#library-ico_block_p2p .library-ico_block-inner {
	padding: 80px 0 0 40px;
}

/* - 1.row : P2P Application and decentralization - */
#library-ico_block_p2p .library-ico_block-row:nth-child(1) {
	font-size: 20px;
}
#library-ico_block_p2p .library-ico_block-row:nth-child(1) .library-ico_medium-text {
    width: 390px;
    max-width: 100%;
    margin-top: 25px;
    font-size: 18px;
    line-height: 22px;
}
#p2p-video-graph-wrapper .library-ico_button {
    color: rgba( 255,255,255,0.68) !important;
    border: 1px solid rgba( 255,255,255,0.68);
    margin: 20px auto 0 auto;
    display: block;
}

/* - 2.row : Video P2P Streaming on Web - */
#library-ico_block_p2p .library-ico_block-row:nth-child(2) {
    margin-top: 70px;
}
#p2p-video-block {
	background-image: linear-gradient(to right, #37515E, #627884);
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
	margin-right: 60px;
	margin-top: 12px;
	padding: 20px;
    box-sizing: border-box;
}
#p2p-video-graph-wrapper {
	display: inline-block;
	width: 30%;
	padding-right: 20px;
    box-sizing: border-box;
}
#p2p-video-graph {
	margin-bottom: 20px;
}
#p2p-video-graph svg {
	overflow: visible;
}
#p2p-video-peer-count-wrapper {
	font-size: 16px;
    color: rgba( 255,255,255,0.68);
    text-align: center;
}
#p2p-video-peer-count-value {
	color: rgba(255, 223, 94, 0.68);
	font-weight: 500;
}
#p2p-video-player-wrapper {
	display: inline-block;
	width: 70%;
    border-radius: 20px;
    overflow: hidden;
}
#p2p-video-info-text {
    color: #A1B3BC;
    font-size: 14px;
    padding: 20px 80px 40px 0;
    text-align: right;
}
#library-ico_block-row_p2p-video-player.p2p_not_allowed #p2p-video-graph-wrapper ,
#library-ico_block-row_p2p-video-player.p2p_not_allowed #p2p-video-player-wrapper {
	display: none;
}
#youtube-video-wrapper {
	display: none;
    border-radius: 20px;
    overflow: hidden;
}
#youtube-video-wrapper video {
	width: 1220px;
    max-width: 100%;
	height: 686.25px;
}
#library-ico_block-row_p2p-video-player.p2p_not_allowed #youtube-video-wrapper {
	display: inline-block;
}



/* === Usabillity === */
#library-ico_block_usabillity {
    background-image: linear-gradient(to right, rgba(98, 120, 132, 0.8), rgba(2, 35, 52, 0.8));
	padding: 50px 0 0 0;
}
#library-ico_block_usabillity .library-ico_half-block {
    min-height: 500px;
}
#library-ico_block_usabillity .library-ico_half-block:nth-child(1) {
	position: relative;
}
#library-ico_block_usabillity .library-ico_half-block:nth-child(2) {
	padding-right: 120px;
	box-sizing: border-box;
	font-size: 20px;
}
#library-ico_block_usabillity .library-ico_half-block:nth-child(1) img {
    position: absolute;
    left: -410px;
    bottom: 0;
	height: calc( 100% + 116px );
}
#library-ico_block_usabillity .library-ico_half-block:nth-child(2) .library-ico_medium-text {
	margin-top: 40px;
}



/* === Blockchain === */
#library-ico_block_blockchain {
    background-image: linear-gradient(to bottom, #F0F2F6, #FFFFFF);
    padding: 70px 0 0 0;
}
#library-ico_block_blockchain .library-ico_half-block:nth-child(1) {
    width: 460px;
    height: auto;
    min-height: 520px;
}
#library-ico_block_blockchain .library-ico_half-block:nth-child(2) {
	width: calc( 100% - 460px );
	position: relative;
	height: 520px;
}
#library-ico_block_blockchain .library-ico_half-block:nth-child(1) .library-ico_small-text {
	padding-right: 110px;
}
#library-ico_block_blockchain .library-ico_half-block:nth-child(2) img {
    position: absolute;
    right: 0;
    bottom: 0;
	height: calc( 100% + 130px );
}



/* === Payments === */
#library-ico_block_payments {
    padding: 155px 0 150px 0;
}
#library-ico_block_payments .library-ico_block-row {
	text-align: justify;
	text-align-last: justify;
	margin-top: 60px;
}
#library-ico_block_payments .library-ico_half-block {
	width: 47%;
    display: inline-block;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
	border-radius: 20px;
	padding: 40px;
    box-sizing: border-box;
	text-align: center;
	text-align-last: center;
}
#library-ico_block_payments .payment-image-header {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	color: rgba(43, 61, 82, 0.81);
	height: 80px;
}
#library-ico_block_payments .payment-image-content {
    height: 490px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
#library-ico_block_payments .library-ico_half-block:nth-child(1) .payment-image-content {
    background-image: url(/images/library_ico/payments_creditcard.png?v=2);
}
#library-ico_block_payments .library-ico_half-block:nth-child(2) .payment-image-content {
    background-image: url(/images/library_ico/payments_blockchain.png?v=2);
}



/* === Join === */
#library-ico_block_join {
	background-image: linear-gradient(to right, #627884, #627884);
	padding: 60px 0 65px 0;
}
#library-ico_block_join .library-ico_block-row:nth-child(1) {
	margin-bottom: 45px;
}
#library-ico_block_join .library-ico_block-row:nth-child(1) .library-ico_half-block:nth-child(1) {
	width: 110px;
}
#library-ico_block_join .library-ico_block-row:nth-child(1) .library-ico_half-block:nth-child(1) img {
    width: 80px;
    height: 80px;
}
#library-ico_block_join .library-ico_block-row:nth-child(1) .library-ico_half-block:nth-child(2) {
    width: calc( 100% - 110px );
    font-weight: 500;
    color: #fff;
	font-size: 24px;
    line-height: 30px;
}


#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block {
    vertical-align: bottom;
}
#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
	width: 40%;
	padding-left: 110px;
    box-sizing: border-box;
}
#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	width: 60%;
	padding-left: 70px;
	box-sizing: border-box;
	text-align: justify;
	text-align-last: justify;
	padding-right: 120px;
}
#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) div:nth-child(1) {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}
#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) div:nth-child(2) {
	color: #E2E4E7;
    font-size: 14px;
    line-height: 20px;
}



/* === Audience === */
#library-ico_block_audience {
    margin: 100px 0 200px 0;
    overflow: hidden;
}
#library-ico_block_audience .library-ico_block-inner {
	padding: 0;
	max-width: 1800px;
}
#library-ico_block_audience .library-ico_header {
	margin-bottom: 100px;
}
#library-ico_block_audience_image {
    width: 100%;
    height: 890px;
    background: url(/images/library_ico/audience_desktop.png?v=1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/* === Advantages === */
#library-ico_block_advantages {
	background: #F5F6F6;
}
#library-ico_block_advantages .library-ico_block-inner {
	padding: 100px 40px 60px 40px;
}
#library-ico_block_advantages .library-ico_half-block:nth-child(1) {
	padding-right: 40px;
    box-sizing: border-box;
    margin-top: 50px;
}
#library-ico_block_advantages .library-ico_half-block:nth-child(2) {
	background-image: url(/images/library_ico/mob_apps.png?v=3);
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
#advantages-list {
    margin-top: 30px;
}
.advantages-list-item {
    margin-bottom: 15px;
}
.advantages-list-item_icon {
	display: inline-block;
    width: 25px;
    margin-right: 20px;
}
.advantages-list-item_text {
    display: inline-block;
	font-size: 18px;
	color: rgba(43, 61, 82, 0.81);
}



/* === Roadshow === */
#library-ico_block_roadshow {
	background: #F5F6F6;
   	padding: 50px 0 40px 0;
}
#roadshow-slider {
	margin-top: 80px;
    margin: 80px 24px 0 24px;
}
.roadshow-slider_box {
	margin: 0 15px;
    position: relative;
    border-radius: 7px;
	border: 0px solid transparent;
    overflow: hidden;
	box-shadow: 0px 5px 15px 0 rgba(0,0,0,0.16);
	cursor: pointer;
}
.roadshow-slider_box_image {
    width: 100%;
}
.roadshow-slider_box_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 20px 7px 20px;
    box-sizing: border-box;
	background: rgba(82, 100, 110, 0.8);
	color: white;
}
.roadshow-slider_box_text-1 {
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 2px;
}
.roadshow-slider_box_text-2 {
	font-size: 10px;						
}
#roadshow-slider .slick-prev:before {
    content: " ";
    background: url(/images/library_ico/roadshow/arrow_left.svg) no-repeat scroll 0 0 transparent;
    background-size: 14px 28px;
    width: 14px;
    height: 28px;
	display: inline-block;
}
#roadshow-slider .slick-next:before {
    content: " ";
    background: url(/images/library_ico/roadshow/arrow_right.svg) no-repeat scroll 0 0 transparent;
    background-size: 14px 28px;
    width: 14px;
    height: 28px;
	display: inline-block;
}



/* === Partners === */
#library-ico_block_partners {
	background: #F5F6F6;
   	padding: 40px 0 50px 0;
}
#library-ico_block_partners .library-ico_block-row {
	margin-top: 50px;
	height: 60px;
	text-align: justify;
	text-align-last: justify;
}
#library-ico_block_partners .library-ico_block-row a {
	text-decoration: none;
}



/* === Media === */
#library-ico_block_media {
	background: #fff;
   	padding: 50px 0 50px 0;
}
#library-ico_block_media .library-ico_block-row {
	margin-top: 50px;
	text-align: justify;
	text-align-last: justify;
	width: calc( 100% + 60px );
}
#library-ico_block_media .library-ico_block-row a {
	text-decoration: none;
}
#library-ico_block_media .library-ico_block-row a img {
	height: 100px;
	margin-right: 60px;
}



/* === Token econimcs === */
#library-ico_block_token-econimcs {
   	padding: 70px 0 0 0;
}
#library-ico_block_token-econimcs .library-ico_block-row:nth-child(1) {
	margin-bottom: 20px;
}
#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) {
	
}
#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
    height: 560px;
    width: calc( 100% - 450px );
    background-image: url(/images/library_ico/token_economics.png?v=1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) a {
	cursor: zoom-in;
}
#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) img {
	height: 100%;
}
#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
    margin-top: 25px;
    width: 450px;
}
#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) .library-ico_medium-text {
	font-weight: 600;
    color: #2B3D52;
    margin-top: 125px;
    line-height: 20px;
}
#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) .library-ico_small-text {
	font-size: 18px;
    color: #2B3D52;
    margin-top: 18px;
}



/* === Gamification === */
#library-ico_block_gamification {
	background-image: linear-gradient(to right, rgba(255,255,255,0.64), rgba(53, 73, 84, 0.64));
    background-position: 0 165px;
    background-repeat: no-repeat;
	
}
#library-ico_block_gamification .library-ico_block-row:nth-child(1) {
	background-image: url(/images/library_ico/gamification.png);
	height: 280px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    box-sizing: border-box;
}
#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
	width: 315px;
    height: auto;
}
#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	width: calc( 100% - 315px );
	padding: 0 100px 0 300px;
	box-sizing: border-box;
}
#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) table {
	width: 100%;
}
#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) table td {
	text-align: center;
    padding: 30px 0 60px 0;
}
.gamif-role-box img {
    height: 90px;
    margin-bottom: 10px;
}
.gamif-role-box div:nth-child(2) {
	font-weight: 600;
    font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
}
.gamif-role-box div:nth-child(3) {
    font-size: 12px;
	color: #fff;
}



/* === Roadmap === */
#library-ico_block_roadmap {
	background-image: linear-gradient(to bottom, #596D7B, #080B0D);
	padding: 50px 0 60px 0;
}
#library-ico_block_roadmap .library-ico_block-row:nth-child(1) {
	position: relative;
	font-weight: 600;
    margin-bottom: 25px;
}
#library-ico_block_roadmap .library-ico_block-row:nth-child(1) div:nth-child(2) {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
    color: #fff;
}
#library-ico_block_roadmap .library-ico_block-row:nth-child(2) {
   	cursor: zoom-in;
   	background-image: url(/images/library_ico/roadmap.png?v=5);
    height: 635px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}



/* === Token info === */
#library-ico_block_token-info {
	background-image: linear-gradient(to bottom, #F0F2F6, #FFF);
	padding: 140px 0 120px 0;
}
#library-ico_block_token-info .library-ico_header {
	margin-left: 100px;
}
#library-ico_block_token-info .library-ico_half-block {
	margin-top: 30px;
}
#library-ico_block_token-info .library-ico_half-block:nth-child(1) {
    padding-left: 100px;
    box-sizing: border-box;
}
#library-ico_block_token-info .library-ico_half-block:nth-child(2) {
    color: #2B3D52;
	font-size: 16px;
    line-height: 24px;
    padding: 0 160px 0 100px;
    box-sizing: border-box;
}

/* - table - */
#library-ico_block_token-info .library-ico_block-row .library-ico_half-block:nth-child(1) table {
	font-size: 20px;
    color: rgba(43, 61, 82, 0.81);
}
#library-ico_block_token-info .library-ico_block-row .library-ico_half-block:nth-child(1) table td {
    font-size: 16px;
	padding-bottom: 25px;
}
#library-ico_block_token-info .library-ico_block-row .library-ico_half-block:nth-child(1) table td:nth-child(1) {
	font-weight: 400;
    padding-right: 60px;
}

/* - info - */
.token-info_text-wrapper:nth-child(1) {
	margin-bottom: 50px;
}
.token-info_text-header {
	font-weight: 600;
}



/* === Token chart === */
#library-ico_block_token-chart {
   	padding: 0 0 140px 0;
}
#library-ico_block_token-chart .library-ico_half-block {
    box-sizing: border-box;
    padding: 0 50px;
}
.token-chart_header {
	font-size: 26px;
	color: #2B3D52;
	margin-bottom: 100px;
	padding-left: 50px;
}
.token-chart_content {
    height: 380px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
#library-ico_block_token-chart .library-ico_half-block:nth-child(1) .token-chart_content {
    background-image: url(/images/library_ico/token_chart_1.png);
}
#library-ico_block_token-chart .library-ico_half-block:nth-child(2) .token-chart_content {
    background-image: url(/images/library_ico/token_chart_2.png);
}



/* === Team === */
#library-ico_block_team {
    background-image: linear-gradient(to right, rgba(40, 56, 67, 1), rgba(40, 56, 67, 0.8));
    padding: 100px 0 100px 0;
}
.team-items {
	margin-top: 100px;
}
.team-item_wrapper {
	display: inline-block;
    width: 25%;
}
.team-item {
    position: relative;
    width: 100%;
    max-width: 260px;
    margin-bottom: 60px;
}
.team-item:before {
	background: rgba(255, 255, 255, 0.38);
    position: absolute;
    left: 4px;
    top: 90px;
    width: 1px;
    height: 210px;
    content: "";
}
.team-item_image {
    border-radius: 150px;
    height: 130px;
    border: 2px solid #fff;
}
.team-item_text {
    padding-left: 20px;
}
.team-item_name {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-top: 20px;
    font-weight: 600;
}
.team-item_position {
	font-size: 16px;
    color: #fff;
    text-align: left;
    margin-top: 20px;
    font-weight: 400;
}
.team-item_descr {
	font-size: 12px;
    color: #A2B6C1;
    text-align: left;
    margin-top: 20px;
    font-weight: 300;
    display: inline-block;
    line-height: 16px;
}
#advisors-header {
    margin-top: 100px;
}
#advisors-items .team-item_wrapper {
}



/* === FAQ === */
#library-ico_block_faq {
	padding-bottom: 150px;
}
#library-ico_block_faq .library-ico_block-inner {
	padding-top: 100px;
}
#faq_topic-wrapper {
	text-align: center;
    margin: 80px 0 70px 0;
}
.faq-topic {
    font-weight: 600;
    color: #2B3D52;
    font-size: 16px;
    position: relative;
    padding-bottom: 6px;
	display: inline-block;
	margin-right: 35px;
	cursor: pointer;
}
.faq-topic.opened:before {
    background: #2B3D52;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.faq-topic-questions {
	display: none;
	padding: 0 100px;
}
.faq-topic-questions.opened {
	display: block;
}
.faq-topic-questions .library-ico_half-block {
    padding: 0 10px 0 10px;
    box-sizing: border-box;
}
.faq-topic-question {
    padding: 0 0 15px 0;
	width: 100%;
}
.faq-topic-question_header {
    background: #f7f8f8;
    border: 1px solid #e1e4e7;
    border-radius: 30px;
    padding: 17px 40px 17px 40px;
    color: #2B3D52;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.faq-topic-question_header:after {
	content: "+";
    float: right;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #c9cfd5;
}
.faq-topic-question.opened .faq-topic-question_header:after {
	content: "-";
}
.faq-topic-question_content {
	display: none;
    padding: 0 30px 0 40px;
    line-height: 20px!important;
    font-size: 14px;
    padding-top: 12px;
    color: rgba(47, 60, 82, 0.7);
    position: relative;
}
.faq-topic-question.opened .faq-topic-question_content {
	display: block;
}
.faq-topic-question_content:before {
    content: "";
    position: absolute;
    left: 28px;
    height: calc(100% - 18px);
    border-left: 1px solid #c4c9cf;
    bottom: 2px;
}



/* === Contacts === */
#library-ico_block_contacts {
	margin-bottom: 150px;
}
#library-ico_block_contacts .library-ico_half-block {
	padding-top: 70px;
    width: 33.33%;
}
.contacts-img-wrapper {
    height: 130px;
	text-align: center;
	margin-bottom: 25px;
}
.contacts-img-wrapper img {
	height: 100%;
}
.contacts-text {
	font-size: 14px;
    line-height: 20px;
   	color: rgba(43, 61, 82, 0.78);
   	text-align: center;
}
.contacts-text div:nth-child(1) {
	font-weight: 600;
}



/* === Newsletter === */
#library-ico_block_newsletter {
	margin-bottom: 140px;
}
#library-ico_newsletter_msg_wrapper {
	padding-top: 20px;
	min-height: 42px;
}
#library-ico_newsletter_msg_wrapper .alert_container {
    width: auto;
    min-width: 550px;
    margin: 0 auto;
}
#library-ico_block_newsletter .library-ico_block-row {
    margin-top: 20px;
	text-align: center;
}
#library-ico_block_newsletter .library-ico_block-row input {
    border: 1px solid rgba(88, 100, 109, 0.37);
    padding: 16px 25px 16px 80px;
	font-size: 14px;
    border-radius: 30px;
    font-weight: 300;
    margin-right: 35px;
	background: url(/images/library_ico/email_icon.svg) no-repeat scroll top left;
    background-size: 20px 20px;
    background-position: 30px 14px;
	width: 380px;
    box-sizing: border-box;
}
#library-ico_block_newsletter .library-ico_block-row input.has_error {
	border-color: red;
}
#library-ico_block_newsletter .library-ico_button {
    width: auto;
}



/* === Community === */
#library-ico_block_community {
	margin-bottom: 60px;
}
#library-ico_block_community .library-ico_block-row:nth-child(1) {
	text-align: center;
    font-size: 22px;
    color: #2B3D52;
    font-weight: 500;
    margin-bottom: 80px;
}
#library-ico_block_community .library-ico_block-row:nth-child(2) {
    text-align: justify;
    text-align-last: justify;
    max-width: 800px;
    margin: 0 auto;
}
.community-soc-button {
	text-decoration: none;
    display: inline-block;
    text-align: center;
	text-align-last: center;
}
.community-soc-button img {
	display: block;
	height: 30px;
	margin: 0 auto 10px auto;
}
.community-soc-button span {
	display: block;
	font-size: 12px;
    color: rgba(43, 61, 82, 0.78);
	font-weight: 500;
}



/* === Footer === */
#footer_library-ico_top {
    text-align: center;
    margin-bottom: 80px;
}
#footer_library-ico_top a {
	color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    margin-right: 20px;
    display: inline-block;
}
#footer_library-ico_top a:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}



#library-ico_block_video_wrapper {
	border-radius: 12px;
    overflow: hidden;
}



@media only screen and (max-width: 1320px) {

	/* === Desktop Menu === */
	#header .navbar {
	    padding-left: 20px;
	}
	
	/* === Mobile menu === */
	
	/* === Blocks === */
	
	/* === Headers === */
	
	/* === Subheaders === */
	
	/* === Medium texts === */
	
	/* === Small texts === */
	
	/* === Buttons === */
	
	/* === Top block === */
	#library-ico_block_top_file-types-wrapper {
		padding-right: 0;
	}
	#library-ico_block_top_moto-text {
		padding-right: 0;
	}
	#crowdfunding_content_left {
		width: 100%;
    	padding-right: 0;
	}
	#crowdfunding_content_right {
		display: none;
	}
	
	/* === Ratings === */
	
	/* === Problem === */
	#library-ico_block_problem {
	    background-size: auto 1550px;
	    padding: 360px 0 20px 0;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(1) {
	    margin-right: 20px;
	    width: calc( 100% - 500px );
	}
	
	/* === Content Types === */
	
	/* === Legal === */
	
	/* === Mission === */
	#library-ico_block_mission .library-ico_block-inner {
	    height: 1135px;
	}
	
	/* === Features === */
	
	/* === P2P === */
	#library-ico_block_p2p .library-ico_block-inner {
	    background-position: 265px 0;
	}
	#p2p-video-block {
		margin-right: 40px;
	}
	#youtube-video-wrapper video {
		width: 1010px;
		height: 568.125px;
	}
	
	/* === Usabillity === */
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) {
		width: 40%;
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(2) {
		padding-right: 0;
		width: 60%;
	}
	#library-ico_block_usabillity .library-ico_half-block {
		min-height: 440px;
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) img {
		left: -315px;
	    top: -116px;
	    height: calc( 100% + 60px );
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(2) .library-ico_medium-text {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	/* === Blockchain === */
	#library-ico_block_blockchain .library-ico_half-block:nth-child(2) img {
		right: -170px;
	}
	
	/* === Payments === */
	#library-ico_block_payments {
	    padding: 80px 0 100px 0;
	}
	#library-ico_block_payments .payment-image-content {
	    height: 380px;
	}
	
	/* === Join === */
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
		padding-right: 40px;
	}
	
	/* === Audience === */
	#library-ico_block_audience_image {
	    height: 560px;
	}
	
	/* === Advantages === */
	
	/* === Roadshow === */
	#library-ico_block_roadshow {
		padding: 0 0 40px 0;
	}
	
	/* === Partners === */
	
	/* === Token econimcs === */
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
	    height: 450px;
	    width: calc( 100% - 400px );
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	    width: 400px;
	}
	
	/* === Gamification === */
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	    padding: 0 100px 0 200px;
	}
	
	/* === Roadmap === */
	
	/* === Token info === */
	
	/* === Token chart === */
	
	/* === FAQ === */
	
	/* === Contacts === */
	
	/* === Newsletter === */
	
	/* === Community === */
	
	/* === Footer === */
	
}

@media only screen and (max-width: 1320px) {
    #crowdfunding_header_storage_right {
        display: none;
    }
}

@media only screen and (max-width: 1150px) {
	
	/* === Desktop Menu === */
	
	/* === Mobile menu === */
	
	/* === Blocks === */
	
	/* === Headers === */
	
	/* === Subheaders === */
	
	/* === Medium texts === */
	
	/* === Small texts === */
	
	/* === Buttons === */
	
	/* === Top block === */
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(2) {
		margin-left: 0;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(3) {
		margin-left: 0;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(2) {
	    padding: 30px 30px 30px 30px;
	}
	#crowdfunding_header-2 {
	    font-size: 30px;
	}
	#crowdfunding_header-3 {
		font-size: 16px;
	    max-width: 450px;
	}
	.crowdfunding_button {
		display: block;
	    min-width: 230px;
	}
	.crowdfunding_button:nth-child(2) {
		margin-top: 20px;
	}
	#crowdfunding-clock {
		margin-right: 0;
	}
	
	/* === Ratings === */
	
	/* === Content Examples === */
	#library-ico_block_content-examples_wrapper {
		padding-left: 30px;
	}
	
	
	/* === Problem === */
	#library-ico_block_problem {
    	background-size: auto 1400px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
    	background-position: left center;
	}
	
	/* === Content Types === */
	
	/* === Legal === */
	
	/* === Mission === */
	#library-ico_block_mission .library-ico_block-inner {
		height: 1000px;
	}
	
	/* === Features === */
	
	/* === P2P === */
	#youtube-video-wrapper video {
		width: 885px;
		height: 497.8125px;
	}
	
	/* === Usabillity === */
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) img {
	    left: -334px;
	    height: calc( 100% + 20px );
	}
	
	/* === Blockchain === */
	#library-ico_block_blockchain .library-ico_half-block:nth-child(2) img {
	    right: -290px;
	}
	
	/* === Payments === */
	.payment-image-header {
	    font-size: 18px;
	    height: 50px;
	}
	#library-ico_block_payments .payment-image-content {
	    height: 325px;
	}
	
	/* === Join === */
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block {
	    vertical-align: top;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
		width: calc( 100% - 340px );
	}
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
		padding: 0 0 0 50px;
	    width: 340px;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) .library-ico_button {
	    height: 45px;
	    line-height: 45px;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) .library-ico_button:nth-child(1) {
		margin-bottom: 20px;
	}
	
	/* === Audience === */
	#library-ico_block_audience {
	    margin: 100px 0 100px 0;
	}
	#library-ico_block_audience .library-ico_header {
		margin-bottom: 70px;
	}
	#library-ico_block_audience_image {
		height: 500px;
	}
	
	/* === Advantages === */
	#library-ico_block_advantages .library-ico_half-block:nth-child(1) {
		margin-top: 0;
	}
	
	/* === Roadshow === */
	
	/* === Partners === */
	#library-ico_block_partners .library-ico_block-row {
		margin-top: 45px;
	    height: 45px;
	}
	#library-ico_block_partners .library-ico_block-row a img {
		height: 45px;
	}
	
	/* === Media === */
	#library-ico_block_media .library-ico_block-row a img {
    	height: 80px; 
	}
	
	/* === Token econimcs === */
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
	    margin-right: 40px;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) img {
	    height: auto;
	    width: 100%;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	    width: 360px;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) .library-ico_medium-text {
	    margin-top: 40px;	
	}
	
	/* === Gamification === */
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
		padding: 0 100px 0 100px;
	}
	
	/* === Roadmap === */
	
	/* === Token info === */
	#library-ico_block_token-info {
		padding: 60px 0 60px 0;
	}
	#library-ico_block_token-info .library-ico_header {
	    margin-left: 0;
	}
	#library-ico_block_token-info .library-ico_half-block:nth-child(1) {
    	padding-left: 0;
	}
	#library-ico_block_token-info .library-ico_half-block:nth-child(2) {
		padding: 0;
	}
	
	/* === Token chart === */
	#library-ico_block_token-chart {
		padding: 0 0 100px 0;
	}
	.token-chart_header {
		margin-bottom: 60px;
	}
	#library-ico_block_token-chart .library-ico_half-block {
	    padding: 0 50px 0 0;
	}
	
	/* === Team === */
	.team-item_wrapper {
	    width: 33%;
	}
	
	/* === FAQ === */
	.faq-topic-questions {
		padding: 0;
	}
	
	/* === Contacts === */
	
	/* === Newsletter === */
	
	/* === Community === */
	
	/* === Footer === */
}

@media only screen and (max-width: 1020px) {

	/* === Desktop Menu === */
	
	/* === Mobile menu === */
	
	/* === Blocks === */
	
	/* === Headers === */
	
	/* === Subheaders === */
	
	/* === Medium texts === */
	
	/* === Small texts === */
	
	/* === Buttons === */
	
	/* === Top block === */
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(3) .library-ico_button {
	    width: auto;
	    min-width: 110px;
    	padding: 0 24px 0 10px;
	}
	.library-ico_button.has_arrow.small:before {
		right: 10px;
	}
	
	/* === Ratings === */
	
	/* === Problem === */
	#library-ico_block_problem {
    	background-size: auto 1340px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(1) {
	    margin-right: 40px;
	    width: calc( 100% - 450px );
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(2) {
	    width: 410px;
	}
	
	/* === Legal === */
	
	/* === Mission === */
	#library-ico_block_mission .library-ico_block-inner {
		height: 965px;
	}
	
	/* === Features === */
	
	/* === P2P === */
	#youtube-video-wrapper video {
		width: 845px;
		height: 475.3125px;
	}
	
	/* === Usabillity === */
	#library-ico_block_usabillity .library-ico_half-block {
	    min-height: 410px;
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) {
	    width: 35%;
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) img {
	    left: -270px;
	    height: calc( 100% + 10px );
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(2) {
	    width: 65%;
	}
	
	/* === Blockchain === */
	#library-ico_block_blockchain .library-ico_half-block:nth-child(2) img {
		right: -290px;
	    height: calc( 100% + 100px );
	}
	
	/* === Payments === */
	.payment-image-header {
	    font-size: 17px;
	}
	#library-ico_block_payments .payment-image-content {
	    height: 310px;
	}
	
	/* === Join === */
	
	/* === Audience === */
	
	/* === Advantages === */
	
	/* === Roadshow === */
	
	/* === Partners === */
	
	/* === Token econimcs === */
	
	/* === Gamification === */
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	    padding: 0 50px 0 100px;
	}
	/* === Roadmap === */
	
	/* === Token info === */
	
	/* === Token chart === */
	
	/* === FAQ === */
	
	/* === Contacts === */
	
	/* === Newsletter === */
	
	/* === Community === */
	
	/* === Footer === */
	
}



@media only screen and (max-width: 1000px) {
	
	/* === Ratings === */
	#library-ico_block_ratings .library-ico_block-inner {
		max-width: 430px;
	}
}


@media only screen and (max-width: 980px) {

	/* === Desktop Menu === */
	
	/* === Mobile menu === */
	
	/* === Blocks === */
	.library-ico_block-inner {
		padding: 0 30px;
	}
	
	/* === Headers === */
	
	/* === Subheaders === */
	
	/* === Medium texts === */
	
	/* === Small texts === */
	
	/* === Buttons === */
	
	/* === Top block === */
	#crowdfunding_header-2 {
		font-size: 25px;
	}
	#crowdfunding_header-3 {
	    font-size: 14px;
	    line-height: 20px;
        width: 370px;
	}
	#library-ico_block_top_moto-text {
	    font-size: 22px;
	    line-height: 26px;
	}
	
	/* === Ratings === */
	
	/* === Problem === */
	#library-ico_block_problem {
	    background: url(/images/library_ico/background_iceberg_mobile.png);
	    padding: 40px 0 30px 0;
	    background-size: auto 1835px;
	    background-position: center -38px;
	    background-repeat: no-repeat;
	}
	#library-ico_block_problem .library-ico_block-inner {
		padding: 0;
	}
	#library-ico_block_problem .library-ico_block-row {
		display: block;
		width: 100% !important;
		margin: 0 auto;
	    padding: 0 30px;
        box-sizing: border-box;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(1) {
		margin-bottom: 0;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(1) .library-ico_medium-text {
		width: 380px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(1) .library-ico_medium-text p {
		margin-bottom: 15px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(2) {
		display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
		margin-bottom: 0;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(2) .library-ico_half-block {
	    display: block;
	    width: 100% !important;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
	    padding: 0;
	    height: 290px;
	    margin-bottom: 30px;
	    margin-top: 30px;
	    background-position: left center;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) {
		display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
		padding: 0;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block {
	    display: block;
	    width: 100% !important;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(1) {
		 -webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
        padding: 0;
        margin-top: 15px;
	    height: 500px;
	    background-size: contain;
	    background-position: center;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(1) img {
		max-width: none;
	    width: auto;
		height: 100%;
		position: relative;
	    left: -90px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(2) {
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
		padding: 30px 30px 0 30px;
		box-sizing: border-box;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(2) .library-ico_small-text {
		display: none;
	}
	
	/* === Content Types === */
	#library-ico_block_content-types .library-ico_block-inner {
		padding: 0;
	}
	#library-ico_block_content-types .library-ico_half-block {
		display: block;
		width: 100% !important;
		margin: 0 auto 0 auto;
        box-sizing: border-box;
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(1) {
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_half-block-inner {
		max-width: none;
	}
	#library-ico_block_content-types-boxes-wrapper {
		padding: 15px 0 15px 0;
	}
	#content-types-boxes-wrapper {
		margin-bottom: 40px;
	    max-width: 480px;
	    padding-right: 30px;
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_small-text {
		margin: 0 0 30px 0;
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_small-text ul {
		margin-top: 10px;
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_button {
	    height: 40px;
	    line-height: 40px;
	    font-size: 12px;
	    width: 200px;
	    padding: 0 40px 0 25px;
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_button:before {
	    background-size: 8px 8px;
	    height: 8px;
	    width: 8px;
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(2) {
	    background-size: auto 100%;
		height: 600px;
	    overflow: hidden;
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(2) img {
	    position: relative;
    	left: -12px;
	}
	
	/* === Legal === */
	#library-ico_block_legal {
		padding: 60px 0 60px 0;
	}
	
	/* === Mission === */
	#library-ico_block_mission .library-ico_block-inner {
	    height: 845px;
	}
	
	/* === Features === */
	
	/* === P2P === */
	#library-ico_block_p2p .library-ico_block-inner {
	    background-position: 190px 0;
    	padding: 60px 30px 0 30px;
	}
	#p2p-video-block {
	    margin-right: 0;
	}
	#p2p-video-info-text {
		padding: 20px 0 40px 0;
	}
	#youtube-video-wrapper video {
		width: 725px;
		height: 407.8125px;
	}
	
	/* === Usabillity === */
	#library-ico_block_usabillity .library-ico_block-inner {
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) img {
	    left: -242px;
	    height: calc( 100% + -30px );
	}
	
	/* === Blockchain === */
	#library-ico_block_blockchain {
	    padding: 70px 0 0 0;
	}
	#library-ico_block_blockchain .library-ico_half-block:nth-child(2) img {
	    right: -250px;
	    height: 100%;
	}
	
	/* === Payments === */
	#library-ico_block_payments .payment-image-content {
	    height: 255px;
	}
	
	/* === Join === */
	
	/* === Audience === */
	
	/* === Advantages === */
	
	/* === Roadshow === */
	
	/* === Partners === */
	#library-ico_block_partners .library-ico_block-row a img {
	    height: 40px;
	}
	
	/* === Token econimcs === */
	
	/* === Gamification === */
	#library-ico_block_gamification {
	    background-position: 0 155px;
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	    padding: 0 50px 0 50px;
	}
	
	/* === Roadmap === */
	
	/* === Token info === */
	
	/* === Token chart === */
	
	/* === FAQ === */
	
	/* === Contacts === */
	
	/* === Newsletter === */
	
	/* === Community === */
	
	/* === Footer === */
	
}



@media only screen and (max-width: 910px) {
	
	/* === Desktop Menu === */
	#header .navbar-toggler {
		display: inline-block;
	}
}



@media only screen and (max-width: 840px) {
	
	#library-ico_token-description_container {
		display: none;
	}
	#library-ico_user-joined_container {
		display: none !important;
	}
	
	/* === Desktop Menu === */
	
	/* === Mobile menu === */
	
	/* === Blocks === */
	.library-ico_block-inner {
		padding: 0;
	}
	.library-ico_header {
		font-size: 28px;
		line-height: 34px;
	}
	.library-ico_header.has_underline {
		padding-bottom: 6px;
	}
	.library-ico_header.has_underline.centred {
		padding-bottom: 6px;
	}
	.library-ico_sub-header {
	    font-size: 22px;
    	line-height: 28px;
   	    margin-top: 20px;
	}
	.library-ico_medium-text {
	    margin-top: 20px;
	    font-size: 18px;
	    line-height: 24px;
	}
	.library-ico_medium-text p {
	    margin-bottom: 20px;
	}
	.library-ico_small-text {
	    margin-top: 20px;
	    font-size: 16px;
	    line-height: 20px;
	}
	.crowdfunding_button {
		margin: 0 auto;
	}
	
	/* === Headers === */
	
	/* === Subheaders === */
	
	/* === Medium texts === */
	
	/* === Small texts === */
	
	/* === Buttons === */
	
	/* === Top block === */
	#library-ico_block_top_bottom-buttons {
		display: block;
	}
	#library-ico_block_top .library-ico_half-block {
		display: block;
		width: 100%;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(1) {
		padding: 30px 25px 10px 25px;
	    margin: 0 auto;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(1) img {
		max-width: 500px;
		display: block;
		margin: 0 auto;
	}
	#crowdfunding_header {
	    margin: 0 auto;
	    max-width: 600px;
        text-align: center;
	}
	#crowdfunding_content {
	    margin: 0 auto;
	    max-width: 600px;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(2) {
		max-width: 550px;
	    margin: 20px auto 20px auto;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(3) {
	    max-width: 500px;
	    margin: 0 auto;
		display: none;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(3) .library-ico_button {
		display: inline-block;
		margin-bottom: 50px;
	}
	#library-ico_block_top_file-types-wrapper {
		padding-right: 0;
	}
	#library-ico_block_top_moto-text {
		padding-right: 0;
	    font-size: 20px;
	    line-height: 26px;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(2) {
		border: 0;
		padding: 20px 0 0 0;
		border-radius: 0;
	    box-shadow: none;
        height: auto;
	}
	#crowdfunding_buttons_container {
		margin-top: 0;
	}
	#crowdfunding_content_left {
		width: 100%;
		padding: 0;
	}
	#crowdfunding_content_right {
		display: none;
	}
	#crowdfunding_header-1 {
		padding: 0 25px 5px 25px;
		margin: 0;
	}
	#crowdfunding_header-2 {
		padding: 0 25px 10px 25px;
		margin: 0;
	}
	#crowdfunding_header-3 {
	    padding-right: 0;
		padding: 0 25px 10px 25px;
		margin: 0;
		width: auto;
		max-width: unset;
	}
	#crowdfunding_header-3 img {
	    height: 12px;
   		margin-left: 2px;	
	}
	#crowdfunding_header_storage {
	    margin: 0 auto;
	    max-width: 600px;
	    padding: 0 25px 10px 25px;
	    border-bottom: 0;
	    box-sizing: border-box;
	    text-align: center;
	}
	
	#crowdfunding_content_left {
		width: 100%;
		padding: 0 25px 20px 25px;
	    margin: 0 auto;
        display: block;
	}
	#crowdfunding-clock_text {
    	margin: 15px 0 10px 0;
  	    text-align: center;
	}
	#crowdfunding-clock_boxes {
	    padding-right: 0;
        text-align: justify;
        text-align-last: justify;
        margin: 0 auto 10px auto;
        max-width: 300px;
	}
	.crowdfunding-clock_box {
		width: 64px;
	    height: 57px;
	}
	.crowdfunding-clock_box_number {
	    font-size: 25px;
	    height: 25px;
	    margin-top: 12px;
	}
	.crowdfunding-clock_box_text {
		font-size: 9px;
	}
	#crowdfunding-progress {
		display: none;
	}
	#donate-files-progress {
		display: none;
	}
	#crowdfunding_content_left .library-ico_button {
	    margin: 20px auto 0 auto;
    	display: block;
	}
	.crowdfunding_button-subtext {
	    margin: 10px 0 0 0;
	    font-size: 10px;
	    text-align: center;
	}
	
	/* === Ratings === */
	
	/* === Content Examples === */
	#library-ico_block_content-examples .library-ico_block-inner {
		padding-top: 40px;
	}
	#library-ico_block_content-examples_wrapper {
	    padding-left: 15px;
	}
	.library-ico_content-example_item {
	    width: 33.33%;
	    margin-bottom: 20px;
	}
	
	
	/* === Problem === */
	#library-ico_block_problem {
	    background-size: auto 1580px;
	    background-position: center -45px;
	}
	#library-ico_block_problem .library-ico_block-row {
	    padding: 0 15px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(1) .library-ico_medium-text {
		width: 260px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	    height: 200px;
	    margin-top: 0;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(1) {
	    height: 450px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(2) {
		padding: 30px 15px 0 15px;
	}
	
	
	/* === Content Types === */
	
	/* === Legal === */
	#library-ico_block_legal {
		padding: 30px 0 10px 0;
	}
	#library-ico_block_legal .library-ico_block-inner {
		width: 100%;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	
	/* === Mission === */
	#library-ico_block_mission .library-ico_block-inner {
		background-size: auto 100%;
	    background-position: center center;
		height: 800px;
	}
	
	/* === Features === */
	#library-ico_block_features_info-text {
	    padding: 0 20px 0 20px;
	}
	
	/* === P2P === */
	#library-ico_block_p2p .library-ico_block-inner {
	    background-size: auto 560px;
	    background-position: 145px 0px;
	    padding: 30px 0 0 15px;
	}
	#p2p-video-block {
		margin-right: 15px;
	}
	#p2p-video-info-text {
		padding: 20px 30px 40px 0;
	}
	#youtube-video-wrapper video {
		width: 698px;
		height: 392.625px;
	}
	
	/* === Usabillity === */
	#library-ico_block_usabillity {
		background-image: linear-gradient(to bottom, #022334, #9EABB2);
	    padding: 30px 0 0 0;
	    margin: 0 0 200px 0;
        overflow: visible;
	}
	#library-ico_block_usabillity .library-ico_block-inner {
		display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
	}
	#library-ico_block_usabillity .library-ico_half-block {
		display: block;
		width: 100%;
		height: auto;
    	min-height: unset;
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) {
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	    width: 100%;
		margin: 0 auto 0 auto;
        box-sizing: border-box;
        height: 200px;
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) img {
	    height: 400px;
    	left: -30px;
    	top: 0;
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(2) {
		width: 100%;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(2) .library-ico_medium-text {
	    margin-top: 15px;
	}
	
	/* === Blockchain === */
	#library-ico_block_blockchain {
		background-image: none;
		padding: 0;
		padding-top: 30px;
	}
	#library-ico_block_blockchain .library-ico_half-block {
		display: block;
		width: 100% !important;
		height: auto;
	}
	#library-ico_block_blockchain .library-ico_half-block:nth-child(1) {
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
        min-height: unset;
	}
	#library-ico_block_blockchain .library-ico_half-block:nth-child(1) .library-ico_small-text {
		padding: 0;
	}
	#library-ico_block_blockchain .library-ico_half-block:nth-child(1) .library-ico_small-text p {
		margin-bottom: 15px;
	}
	#library-ico_block_blockchain .library-ico_half-block:nth-child(2) {
	    height: 600px;
		background: url(/images/library_ico/image_blockchain.png);
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	    background-position: left center;
	}
	#library-ico_block_blockchain .library-ico_half-block:nth-child(2) img {
		display: none;
	}
	
	/* === Payments === */
	#library-ico_block_payments {
		padding: 60px 0 60px 0;
	}
	#library-ico_block_payments .library-ico_block-inner {
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_payments .library-ico_block-row {
		margin-top: 30px;
	}
	#library-ico_block_payments .library-ico_half-block {
		display: block;
		width: 100%;
	    max-width: 600px;
		margin: 0 auto;    
	}
	#library-ico_block_payments .library-ico_half-block:nth-child(1) {
	    margin-bottom: 30px;
	}
	.payment-image-header {
	    height: 40px;
	}
	#library-ico_block_payments .payment-image-content {
	    height: 440px;
	}
	
	/* === Join === */
	#library-ico_block_join-audience_wrapper {
		display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
	}
	#library-ico_block_join {
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
        padding: 0 15px 10px 15px;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(1) {
	    margin-bottom: 30px;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(1) .library-ico_half-block:nth-child(1) {
		display: none;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(1) .library-ico_half-block:nth-child(2) {
	    width: 100%;
        font-size: 20px;
	    line-height: 26px;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block {
		width: 100% !important;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
		padding-left: 0;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	    padding: 0;
	    margin-top: 30px;
	    max-width: 500px;
	    margin: 30px auto 0 auto;
	    display: block;
	}
	#library-ico_block_join .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) .library-ico_button {
	    height: 42px;
	    line-height: 42px;
	    font-size: 12px;
	    width: 200px;
        margin-bottom: 20px;
	}
	
	/* === Audience === */
	#library-ico_block_audience {
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
	    background-image: linear-gradient(to right, #627884, #627884);
        margin: 0;
        padding-bottom: 30px;
	}
	#library-ico_block_audience .library-ico_header {
	    color: #ffffff;
		text-align: left;
	    padding: 30px 15px 0 15px;
        box-sizing: border-box;
        margin-bottom: 30px;
	}
	#library-ico_block_audience_image {
	    min-width: unset;
        background: url(/images/library_ico/audience_mobile.png);
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center;
        height: 550px;
	}
	
	/* === Advantages === */
	#library-ico_block_advantages .library-ico_block-inner {
		margin: 0 auto 0 auto;
	    padding: 30px 15px 30px 15px;
        box-sizing: border-box;
	}
	#library-ico_block_advantages .library-ico_half-block {
		display: block;
		width: 100%;
	}
	#library-ico_block_advantages .library-ico_half-block:nth-child(1) {
		margin: 0;
	}
	#library-ico_block_advantages .library-ico_half-block:nth-child(2) {
	    background-position: left top;
	    height: 340px;
	    margin-top: 40px;
	}
	
	/* === Roadshow === */
	#library-ico_block_roadshow {
		padding: 0;
		background: #fff;
	}
	#library-ico_block_roadshow .library-ico_block-inner {
		width: 100%;
		margin: 0 auto 0 auto;
	    padding: 30px 15px 30px 15px;
        box-sizing: border-box;
	}
	#library-ico_block_roadshow .library-ico_header {
		margin-left: 0;
	}
	#roadshow-slider {
		margin-top: 30px;
	}
	
	/* === Partners === */
	#library-ico_block_partners {
		padding: 0 0 30px 0;
	}
	#library-ico_block_partners .library-ico_block-inner {
		margin: 0 auto 0 auto;
	    padding: 20px 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_partners .library-ico_block-row {
		height: auto;
		margin-top: 30px;
	    text-align: center;
	    text-align-last: center;
	}
	#library-ico_block_partners .library-ico_block-row img {
		height: 30px;
		margin: 0 15px 15px 0;
	}
	
	/* === Media === */
	#library-ico_block_media {
		padding: 30px 0 30px 0;
	}
	#library-ico_block_media .library-ico_block-inner {
		margin: 0 auto 0 auto;
	    padding: 20px 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_media .library-ico_block-row {
		text-align: center;
	}
	
	/* === Token econimcs === */
	#library-ico_block_token-econimcs {
		padding: 30px 0 30px 0;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(1) {
		display: none;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) {
		display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block {
		display: block;
		width: 100% !important;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
        height: auto !important;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	    height: 350px !important;
	    background-position: center top;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) img {
	    height: auto;
	    width: 100%;
	    margin-top: 30px;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
	    margin: 0 0 40px 0;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) .library-ico_medium-text {
		margin-top: 20px;
	}
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) .library-ico_small-text {
		margin-top: 10px;
	}
	
	/* === Gamification === */
	#library-ico_block_gamification {
	    background-image: unset;
	}
	#library-ico_block_gamification .library-ico_block-inner {
	    background: #415864;
	    padding: 30px 0 0 0;
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(1) {
	    background-image: url(/images/library_ico/gamification_mobile.png);
	    height: 80px;
	    padding: 30px 15px 0 15px;
	    background-size: auto 100%;
	    background-position: 15px bottom;
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) {
		
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
		width: 100%;
	    padding: 15px 15px 30px 15px;
	    box-sizing: border-box;
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_header {
		display: none;
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(2)	.library-ico_sub-header {
		color: #fff;
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) {
	    width: 100%;
	    padding: 0 0 30px 0;
	    background-image: linear-gradient(to bottom, rgba(65, 88, 100, 0.94), rgba(176, 200, 214, 0.94));
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) table {
		max-width: 500px;
	}
	#library-ico_block_gamification .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(2) table td {
		padding: 30px 0 0 0;
	}
	.gamif-role-box img {
		height: 60px;
	}
	.gamif-role-box div:nth-child(3) {
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	/* === Roadmap === */
	#library-ico_block_roadmap-token_wrapper {
		display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
	}
	#library-ico_block_roadmap {
		-webkit-box-ordinal-group: 3;
	    -moz-box-ordinal-group: 3;
	    box-ordinal-group: 3;
		padding: 30px 0 30px 0;
	}
	#library-ico_block_roadmap .library-ico_block-inner {
		width: 100%;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_roadmap .library-ico_block-row:nth-child(1) div:nth-child(2) {
		display: none;
	}
	
	/* === Token info === */
	#library-ico_block_token-info {
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
		padding: 30px 0 30px 0;
	}
	#library-ico_block_token-info .library-ico_block-inner {
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_token-info .library-ico_header {
		margin: 0;
	}
	#library-ico_block_token-info .library-ico_half-block {
		display: block;
		width: 100%;
	}
	#library-ico_block_token-info .library-ico_half-block:nth-child(1) {
		padding: 0;
	}
	#library-ico_block_token-info .library-ico_half-block:nth-child(2) {
		margin-top: 20px;
		padding: 0;
	}
	.token-info_text-wrapper:nth-child(1) {
		margin-bottom: 30px;
	}
	
	/* === Token-chart === */
	#library-ico_block_token-chart {
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
		padding: 0 0 40px 0;
	}
	#library-ico_block_token-chart .library-ico_block-inner {
		width: 100%;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_token-chart .library-ico_half-block {
		display: block;
		width: 100%;
		padding: 0;
	}
	#library-ico_block_token-chart .library-ico_half-block:nth-child(1) {
	    margin-bottom: 40px;
	}
	.token-chart_header {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#library-ico_block_token-chart .library-ico_half-block img {
		max-width: 500px;
	}
	
	/* === Team === */
	#library-ico_block_team .library-ico_block-inner {
		padding: 0 30px;
	}
	.team-item_wrapper {
	    width: 50%;
	}
	
	/* === FAQ === */
	#library-ico_block_faq {
		padding-bottom: 30px;
	}
	#library-ico_block_faq .library-ico_block-inner {
		width: 100%;
		margin: 0 auto 0 auto;
	    padding: 30px 15px 0 15px;
        box-sizing: border-box;
	}
	#faq_topic-wrapper {
		margin: 20px 0 20px 0;
	}
	.faq-topic {
		margin: 0 20px 10px 0;
	}
	.faq-topic-questions {
		padding: 0;
	}
	.faq-topic-questions .library-ico_half-block {
		padding: 0;
		width: 100%;
	}
	
	/* === Contacts === */
	#library-ico_block_contacts {
		margin-bottom: 30px;
	}
	#library-ico_block_contacts .library-ico_block-inner {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_contacts .library-ico_half-block {
		padding-top: 30px;
		display: block;
		width: 100%;
	}
	.contacts-img-wrapper {
		margin-bottom: 5px;
	}
	
	/* === Newsletter === */
	#library-ico_newsletter_msg_wrapper .alert_container {
	    min-width: 480px;
	}
	#library-ico_block_newsletter .library-ico_block-row input {
	    width: 340px;
	    margin-right: 15px;
	}
	
	/* === Community === */
	#library-ico_block_community {
		margin: 40px 0 60px 0;
	}
	#library-ico_block_community .library-ico_block-inner {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_community .library-ico_block-row:nth-child(1) {
		margin: 0 0 45px 0;
	}
	#library-ico_block_community .library-ico_block-row:nth-child(2) {
	    text-align: center;
	    text-align-last: center;
	}
	.community-soc-button {
		width: 25%;
		margin-bottom: 30px;
	}
	
	/* === Footer === */
	#footer_library-ico_top a {
	    padding-right: 15px;
	    margin-right: 15px;
	}
	
	#library-ico_block_video_wrapper {
	    margin: 0 15px;
	}
}


@media only screen and (max-width: 767px) {
	
	#youtube-video-wrapper video {
		width: 465px;
		height: 261.5625px;
	}
}


@media only screen and (max-width: 550px) {

	body {
		padding-top: 0;
	}
	#header {
		display: none;
	}
	
	#library-ico_mobile-menu {
		display: block;
	}
	
	.library-ico_link-anchor {
		top: -10px;
	}
	#ffl-video {
		top: 200px;
	}

	.library-ico_header {
		font-size: 24px;
		line-height: 30px;
	}
	.library-ico_sub-header {
	    font-size: 18px;
    	line-height: 22px;
   	    margin-top: 15px;
	}
	.library-ico_medium-text {
	    margin-top: 15px;
	    font-size: 16px;
	    line-height: 20px;
	}
	.library-ico_medium-text p {
	    margin-bottom: 15px;
	}
	.library-ico_small-text {
	    margin-top: 15px;
	    font-size: 14px;
	    line-height: 18px;
	}
	
	/* === Top block === */
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(1) {
		height: 100px;
	    padding-bottom: 10px;
	}
	#library-ico_block_top .library-ico_block-inner {
	    border-top: 5px solid rgba(65, 88, 100, 0.7);
	}
	#library-ico_block_top_file-types-wrapper {
		margin-bottom: 20px;
	    max-width: 400px;
	}
	.library-ico_block_top_file-type-box_icon {
	    height: 20px;
	    margin-bottom: 7px;
	}
	.library-ico_block_top_file-type-box_text {
	    font-size: 10px;
	}
	#library-ico_block_top .library-ico_half-block:nth-child(1) .library-ico_block-row:nth-child(2) {
		margin: 10px 0 0 0;
		padding: 5px 15px 5px 15px;
	}
	#library-ico_block_top_moto-text {
	    font-size: 17px;
	    line-height: 20px;
	}
	#crowdfunding_header-1 {
		font-size: 12px;
	}
	#crowdfunding_header-2 {
		font-size: 20px;
	}
	#crowdfunding_header-3 {
	    font-size: 12px;
	    line-height: 16px;
        padding-bottom: 0;
	}
	#crowdfunding-clock_text {
   	    font-size: 10px;
	}
	
	#crowdfunding_header_storage_left {
	    width: auto;
	    height: 110px;
	}
	#crowdfunding_header_storage_left_row1 {
	    font-size: 55px;
	    height: 55px;
	    line-height: 75px;
	}
	#crowdfunding_header_storage_left_row1 span {
		font-size: 25px;
	    height: 25px;
	    line-height: 25px;
	    top: -22px;
	}
	#crowdfunding_header_storage_left_row2 {
	    font-size: 35px;
        padding-left: 0;
	}
	
	
	/* === Ratings === */
	#library-ico_block_ratings .library-ico_block-inner {
		max-width: 280px;
	    padding: 0 15px;
	}
	
	/* === Content Examples === */
	.library-ico_content-example_item-content {
		padding-left: 12px;
	}
	
	/* === Problem === */
	#library-ico_block_problem {
	    padding: 30px 0 30px 0;
	    background-size: auto 1100px;
	    background-position: center -47px;
	    margin-top: 0;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(1) .library-ico_medium-text {
		width: 180px;
	}
	#library-ico_block_problem .library-ico_block-row:nth-child(3) .library-ico_half-block:nth-child(1) {
	    height: 385px;
	    background-size: cover;
	}
	
	
	/* === Content Types === */
	#content-types-boxes-wrapper {
	    max-width: 420px;
	}
	.content-type-box_icon {
		height: 20px;
		margin-bottom: 5px;
	}
	.content-type-box_text {
		font-size: 10px;
	}
	#library-ico_block_content-types .library-ico_half-block:nth-child(2) {
		height: 300px;
	    min-height: auto;
	}
	
	/* === Legal === */
	
	/* === Mission === */
	
	/* === Features === */
	#library-ico_block_features {
    	padding: 50px 0 30px 0;
	}
	#library-ico_block_features .library-ico_block-inner {
		width: 100%;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_features table th,
	#library-ico_block_features table td {
		padding-bottom: 30px;
	}
	#library-ico_block_features table th {
	    font-size: 16px;
	}
	.feature-box_icon {
	    height: 30px;
	    margin-bottom: 10px;
	}
	.feature-box_text {
	    font-size: 12px;
	    line-height: 14px;
	}
	#library-ico_block_features_info-text {
		padding: 0 0 0 0;
	    font-size: 14px;
	    line-height: 18px;
	}
	#library-ico_block_features_bottom_text {
		padding: 20px 15px 30px 15px;
	}
	
	/* === P2P === */
	#library-ico_block_p2p {
		background-image: none;
	}
	#library-ico_block_p2p .library-ico_block-inner {
		padding: 30px 0 0 0;
	}
	#library-ico_block_p2p .library-ico_block-row:nth-child(1) {
		width: 100%;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_p2p .library-ico_block-row:nth-child(1) .library-ico_medium-text {
		margin-top: 15px;
		font-size: 16px;
	    line-height: 20px;
		width: 100%;
	}
	#library-ico_block-row_p2p-video-player {
		margin-top: 15px;
		padding-top: 300px;
		background: url(/images/library_ico/background_p2p_mobile.png);
	    background-size: auto 300px;
	    background-repeat: no-repeat;
	    background-position: top center;
		display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
	}
	#library-ico_block-row_p2p-video-player .library-ico_header {
		display: none;
	}
	#p2p-video-block {
		margin: 0 0 0 0;
	    border-radius: 0;
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	    position: relative;
	    padding: 15px;
	}
	#p2p-video-graph-wrapper {
	    position: absolute;
	    top: -255px;
	    right: -10px;
		background-image: linear-gradient(to bottom, rgba(50, 67, 78, 0.6), rgba(0, 0, 0, 0.6));
	    border-radius: 170px;
	    height: 250px;
	    width: 250px;
	    padding: 20px;
	}
	#p2p-video-graph {
		margin: 0;
	}
	#p2p-video-player-wrapper {
		width: 100%;
		border-radius: 5px;
	}
	#p2p-video-peer-count-wrapper {
		display: none;
	}
	#p2p-video-info-text {
		width: calc(100% - 250px);
		margin: 30px 0 30px 0;
	    padding: 0 0 0 15px;
        box-sizing: border-box;
        text-align: left;
        color: rgba( 255, 255, 255, 0.70 );
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
        line-height: 16px;
	    font-size: 12px;
	}
	#library-ico_block-row_p2p-video-player.p2p_not_allowed #p2p-video-info-text {
		width: 100%;
	    margin: 15px 0 15px 0;
	}
	#library-ico_block-row_p2p-video-player.p2p_not_allowed #p2p-video-block {
		text-align: center;
	}
	#youtube-video-wrapper video {
		width: 345px;
		height: 194.0625px;
	}
	
	/* === Usabillity === */
	#library-ico_block_usabillity {
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) {
	}
	#library-ico_block_usabillity .library-ico_half-block:nth-child(1) img {
	    left: -180px;
	}
	
	/* === Blockchain === */
	#library-ico_block_blockchain .library-ico_half-block:nth-child(2) {
		background: url(/images/library_ico/image_blockchain_mobile.png);
	    background-size: auto 100%;
    	background-repeat: no-repeat;
	    background-position: left center;
	}
	
	/* === Payments === */
	#library-ico_block_payments {
		padding: 40px 0 30px 0;
	}
	#library-ico_block_payments .library-ico_half-block {
		padding: 15px;
	}
	#library-ico_block_payments .library-ico_header {
		text-align: left;
		padding-bottom: 0;
	    max-width: 290px;
	}
	#library-ico_block_payments .library-ico_header:before {
		display: none;
	}
	#library-ico_block_payments .library-ico_block-row {
		margin-top: 15px;
	}
	.payment-image-header {
	    font-size: 14px;
	}
	#library-ico_block_payments .payment-image-content {
	    height: 245px;
	}
	
	/* === Join === */
	
	/* === Audience === */
	#library-ico_block_audience_image {
        height: 390px;
	}
	
	/* === Advantages === */
	#advantages-list {
		margin-top: 15px;
	}
	.advantages-list-item_icon {
	    width: 20px;
    	margin-right: 15px;
	}
	.advantages-list-item_text {
	    font-size: 14px;
	}
	#library-ico_block_advantages .library-ico_half-block:nth-child(2) {
	    height: 250px;
	}
	
	/* === Roadshow === */
	
	/* === Partners === */
	#library-ico_block_partners .library-ico_block-row a img {
		height: 30px;
	}
	
	/* === Media === */
	#library-ico_block_media .library-ico_block-row a img {
	    height: 50px;
	    margin-right: 50px;
	}
	
	/* === Token econimcs === */
	#library-ico_block_token-econimcs .library-ico_block-row:nth-child(2) .library-ico_half-block:nth-child(1) {
	    height: 220px !important;
	}
	
	/* === Gamification === */
	
	/* === Roadmap === */
	
	/* === Token info === */
	#library-ico_block_token-info .library-ico_block-row .library-ico_half-block:nth-child(1) table td {
	    padding-bottom: 10px;
	}
	#library-ico_block_token-info .library-ico_block-row .library-ico_half-block:nth-child(1) table td:nth-child(1) {
		padding-right: 30px;
	}
	
	/* === Token-chart === */
	.token-chart_content {
    	height: 220px;
	}
	
	/* === Team === */
	#library-ico_block_team .library-ico_block-inner {
	    padding: 0 15px;
	}
	#library-ico_block_team {
    	padding: 60px 0 60px 0;
	}
	.team-items {
	    margin-top: 60px;
	}
	.team-item {
		
	}
	.team-item:before {
	    left: 4px;
	    top: 72px;
	    height: 85px;
	}
	.team-item_image {
	    height: 100px;
	}
	.team-item_text {
		padding-left: 15px;
	}
	.team-item_name {
		margin-top: 10px;
	    font-size: 16px;
	}
	.team-item_position {
		margin-top: 5px;
		font-size: 12px;
	}
	.team-item_descr {
		display: none;
	}
	#advisors-header {
	    margin-top: 60px;
	}
	
	/* === FAQ === */
	
	/* === Contacts === */
	
	/* === Newsletter === */
	#library-ico_block_newsletter {
	    margin: 90px 0 90px 0;
	}
	#library-ico_block_newsletter .library-ico_block-inner {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 0 auto;
	    padding: 0 15px 0 15px;
        box-sizing: border-box;
	}
	#library-ico_block_newsletter .library-ico_header {
	    font-size: 22px;
	    padding-bottom: 0;
	}
	#library-ico_block_newsletter .library-ico_header:before {
		display: none;
	}
	#library-ico_block_newsletter .library-ico_block-row {
		margin-top: 10px;
	    text-align: justify;
	    text-align-last: justify;
	}
	#library-ico_newsletter_msg_wrapper .alert_container {
	    min-width: unset;
	}
	#library-ico_block_newsletter .library-ico_block-row input {
	    width: 225px;
	    margin: 0;
	    background-position: 12px 10px;
	    padding: 12px 20px 12px 42px;
	    font-size: 12px;
	}
	#library-ico_block_newsletter .library-ico_button {
		width: 100px;
	    padding: 0 10px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 12px;
	}
	
	/* === Community === */
	#library-ico_block_community .library-ico_block-inner {
		max-width: 370px;
	}
	.community-soc-button img {
		height: 25px;
    	margin-bottom: 5px;
	}
	.community-soc-button span {
	    font-size: 10px;
	}
	
	/* === Footer === */
	#footer_library-ico_top {
	    margin-bottom: 0;
	}
	#footer_library-ico_top a {
	    font-size: 16px;
	    display: block;
	    border: 0;
	    padding: 0;
	    margin: 0;
	    margin-bottom: 15px;
	}
	#footer_bottom_floating_line__right__telegram {
		display: none !important;
	}
	
}

@-webkit-keyframes moving-gradient {
	0% { background-position: left bottom; }
	100% { background-position: right bottom; }
}

body.lang_es #crowdfunding_soc-icons {
    top: -126px;
}

body.lang_es .library-ico_button.small {
   font-size: 11px; 
}

body.lang_es #library-ico-main-container .library-ico_half-block {
    vertical-align: middle;
}

body.lang_es #library-ico_block_content-types {
    background-color: #f8f7f5;
}

body.lang_ru #library-ico_main-container .library-ico_header, 
body.lang_es #library-ico_main-container .library-ico_header {
    font-size: 25px;
}

body.lang_ru #library-ico_main-container .library-ico_small-text, 
body.lang_es #library-ico_main-container .library-ico_small-text {
    font-size: 15px;
}

body.lang_ru #library-ico_main-container .library-ico_sub-header, 
body.lang_es #library-ico_main-container .library-ico_sub-header {
    font-size: 22px;
}

@media screen and (max-width: 365px) {
    body.lang_ru #library-ico_main-container .library-ico_block_top_file-type-box_text, 
    body.lang_es #library-ico_main-container .library-ico_block_top_file-type-box_text {
        font-size: 8px;
    }
}

@media screen and (max-width: 465px) {
    body.lang_ru #library-ico_main-container #content-types-boxes-wrapper, 
    body.lang_es #library-ico_main-container #content-types-boxes-wrapper {
        padding-right: 0;
    }

    body.lang_ru #library-ico_main-container .content-type-box_text, 
    body.lang_es #library-ico_main-container .content-type-box_text {
        font-size: 8px;
    }

    body.lang_ru #library-ico_main-container .library-ico_small-text, 
    body.lang_es #library-ico_main-container .library-ico_small-text {
        font-size: 12px;
    }

    body.lang_ru #library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_half-block-inner, 
    body.lang_es #library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_half-block-inner {
        background-image: linear-gradient(to right, #627884, #123A50);
    }

    body.lang_ru #library-ico_main-container .advantages-list-item_text, 
    body.lang_es #library-ico_main-container .advantages-list-item_text {
        font-size: 11px;
    }

    body.lang_ru #library-ico_main-container .advantages-list-item_icon, 
    body.lang_es #library-ico_main-container .advantages-list-item_icon {
        margin-right: 10px;
    }
}

@media screen and (max-width: 700px) {
    body.lang_ru #library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_half-block-inner, 
    body.lang_es #library-ico_block_content-types .library-ico_half-block:nth-child(1) .library-ico_half-block-inner {
        background-image: linear-gradient(to right, #627884, #123A50);
    }
}
