@font-face {
    font-family: 'BebasNeue';
    src: url("/css/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("/css/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("/css/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("/css/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("/css/fonts/BebasNeue/BebasNeue-Thin.otf") format("opentype"), url("/css/fonts/BebasNeue/BebasNeue-Thin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InfiniteStroke';
	src: url("/css/fonts/InfiniteStroke/InfiniteStroke_only_10year_chars.woff2") format("woff2"),
	     url("/css/fonts/InfiniteStroke/InfiniteStroke_only_10year_chars.woff") format("woff"),
	     url("/css/fonts/InfiniteStroke/InfiniteStroke.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MojitoWeb';
	src: url("/css/fonts/MojitoWeb/MojitoWeb.woff2") format("woff2"),
	     url("/css/fonts/MojitoWeb/MojitoWeb.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/*** Global ***/
#lifetime-storage_main-container {
	width: 100%;
    font-family: AlbertaSans, Roboto, sans-serif;
	font-weight: 300;
	font-size: 0;
    overflow: hidden;
}
.lifetime-storage_block-inner {
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
}
.lifetime-storage_justify_element {
	width: 100%;
    display: inline-block;
}



/*** Header ***/
body {
	padding-top: 0;
}
#header {
    background: transparent;
}
BODY.scrolled #header {
    display: none;
}
#header UL LI.nav-button A {
	border-color: #fff;
    background: transparent !important;
}
#header .navbar-toggler img {
	height: 14px;
}
#header ul li a {
	color: #fff;
}
#header ul li a.dropdown-item ,
#mega-menu #nav-functional LI > A, 
#mega-menu #nav-functional LI > SPAN, 
#mega-menu #nav-functional LI > DIV > A {
	color: #2b3d52;
}
#lang_switch {
	color: #fff;
}
#header #usergreeting .usergreeting_name_left p {
	color: #fff;
}#header .logo_white {
    display: block;
}



#lifetime-storage_user-joined_container {
	position: fixed;
    bottom: 10px;
    right: 10px;
    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;
    padding: 20px 20px;
    z-index: 10;
    display: none;
}
.lifetime-storage_user-joined_column {
	display: inline-block;
}
#lifetime-storage_user-joined_column-left {
    width: 40px;
}
#lifetime-storage_user-joined_column-left img {
    height: 30px;
}
#lifetime-storage_user-joined_column-right {
	font-size: 14px;
    line-height: 18px;
    width: calc( 100% - 40px );
}



/*** Top floating ***/
.lifetime-storage_top-floating {
    position: absolute;
    z-index: 1;
}
#lifetime-storage_top-floating-left {
    top: 117px;
    left: 0;
    height: 1460px;
    width: 644px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
#lifetime-storage_top-floating-right {
    top: 0;
    right: 0;
    height: 870px;
    width: 727px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.lifetime-storage_top-floating_inner {
    display: inline-block;
    position: absolute;
    cursor: pointer;
}
#lifetime-storage_top-floating-left .lifetime-storage_top-floating_inner {
    top: 576px;
    left: 154px;
}
#lifetime-storage_top-floating-right .lifetime-storage_top-floating_inner {
    top: 184px;
	right: 161px;
}
.lifetime-storage_top-floating_row-1 {
    font-family: "BebasNeue", Arial, sans-serif;
    font-weight: bold;
    font-size: 125px;
    height: 90px;
    line-height: 104px;
    color: #fff;
    margin-bottom: 18px;
}
.lifetime-storage_top-floating_row-1 span {
    font-size: 65px;
    display: inline-block;
    height: 52px;
    line-height: 60px;
    vertical-align: baseline;
    position: relative;
    top: -40px;
    left: 2px;
}
.lifetime-storage_top-floating_row-2 {
	font-family: "BebasNeue", Arial, sans-serif;
    font-weight: bold;
    font-size: 61px;
    height: 43px;
    line-height: 50px;
    padding-left: 21px;
    margin-bottom: 9px;
}
body.lang_ru .lifetime-storage_top-floating_row-2 {
    font-size: 54px;
}
.lifetime-storage_top-floating_row-3 {
	padding-left: 53px;
}
body.lang_ru .lifetime-storage_top-floating_row-3 {
	padding-left: 20px;
}
.lifetime-storage_top-floating_row-3-1 {
	display: inline-block;
	height: 100%;
}
.lifetime-storage_top-floating_row-3-1-1 {
	font-size: 39px;
    line-height: 35px;
    height: 30px;
    color: #fff;
    font-family: "InfiniteStroke", AlbertaSans, Arial, sans-serif;
    margin-bottom: 13px;
}
body.lang_ru .lifetime-storage_top-floating_row-3-1-1 {
    font-family: "MojitoWeb", AlbertaSans, Arial, sans-serif;
}
.lifetime-storage_top-floating_row-3-1-2 {
    font-size: 18px;
    line-height: 14px;
    height: 13px;
    color: #fff;
    font-family: "BebasNeueLight", Arial, sans-serif;
    position: relative;
    left: -1px;
}
#container.failiemlv .lifetime-storage_top-floating_row-3-1-2 {
    letter-spacing: 1px;
    text-align: center;
}
body.lang_ru .lifetime-storage_top-floating_row-3-1-2 {
    letter-spacing: 0.4px !important;
    left: 4px;
}
.lifetime-storage_top-floating_row-3-2 {
    display: inline-block;
    height: 100%;
    padding: 16px 0 0 20px;
    box-sizing: border-box;
}
.lifetime-storage_top-floating_button {
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 0 40px 0 20px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.lifetime-storage_top-floating_button:before {
    position: absolute;
    content: "";
    right: 20px;
    width: 11px;
    height: 11px;
    background: url(/images/library_ico/btn_arrow_right_white.svg) no-repeat scroll 0 0 transparent;
    background-size: 11px 11px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.lifetime-storage_top-floating_button: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,.16);
    opacity: .2;
}




/*** Top ***/
#lifetime-storage_block-top {
    background-size: auto 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 85px 0 170px 0;
    height: 55vw;
    box-sizing: border-box;
}
#lifetime-storage_block-top .lifetime-storage_block-inner {
	padding-top: 120px;
}
#lifetime-storage_block-top_main-image-container {
    text-align: center;
    margin: 0 0 58px 0;
}
#lifetime-storage_block-top_main-image-container img {
	height: 440px;
}
#lifetime-storage_block-top_mob-text {
	display: none;
    text-align: center;
}
#lifetime-storage_block-top_mob-text-1 {
    font-family: "BebasNeue", Arial, sans-serif;
    font-weight: bold;
    font-size: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
}
#lifetime-storage_block-top_mob-text-1 span {
    font-size: 45px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    vertical-align: baseline;
    position: relative;
    top: -30px;
}
#lifetime-storage_block-top_mob-text-2 {
    font-family: "BebasNeue", Arial, sans-serif;
    font-weight: bold;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
}
#lifetime-storage_block-top_main-button-container {
    text-align: center;
}
#lifetime-storage_block-top_main-button {
	font-weight: 500;
    font-size: 22px;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    border-radius: 90px;
    padding: 0 87px 0 49px;
    box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16);
    position: relative;
    cursor: pointer;
}
#lifetime-storage_block-top_main-button:hover {
}
#lifetime-storage_block-top_main-button:before {
    position: absolute;
    content: "";
    right: 32px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}



/*** Benefits ***/
#lifetime-storage_block-benefits {
	
}
#lifetime-storage_block-benefits .lifetime-storage_block-inner {
	padding: 90px 0 170px 0;
}
#lifetime-storage_block-benefits_header {
	font-weight: 600;
    font-size: 46px;
    text-align: center;
    margin-bottom: 80px;
}
#lifetime-storage_benefit-items-container {
	text-align: justify;
}
.lifetime-storage_benefit-item {
	display: inline-block;
	width: 29%;
    position: relative;
}
.lifetime-storage_benefit-item_top-image-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.lifetime-storage_benefit-item_top-image-container img {
    width: 100%;
}
.lifetime-storage_benefit-item_text {
	font-family: "BebasNeue", Arial, sans-serif;
	font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 27px 0 52px 0;
    padding: 0 10px;
}
.lifetime-storage_benefit-item_bottom-image-container {
    text-align: center;
    height: 73px;
}
.lifetime-storage_benefit-item_bottom-image-container img {
    height: 100%;
}



/*** Price ***/
#lifetime-storage_block-price {
	
}
#lifetime-storage_block-price_header {
    font-weight: 600;
    font-size: 46px;
    text-align: center;
    padding-bottom: 44px;
    margin-bottom: 32px;
    position: relative;
}
#lifetime-storage_block-price_header:before {
    background: rgba(255, 255, 255, 0.49);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -50px;
}
#lifetime-storage_block-price_subheader {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    width: 360px;
    margin: 0 auto;
    opacity: 0.79;
}
#lifetime-storage_block-price_image-container {
    text-align: center;
    height: 615px;
    position: relative;
    top: -57px;
}
#lifetime-storage_block-price_image-container img {
	height: 100%;
}



/*** Video ***/
#lifetime-storage_block-video {
	margin-top: 10px;
}
#lifetime-storage_block-video_header {
	font-weight: 600;
    font-size: 46px;
    text-align: center;
    margin-bottom: 80px;
}
#lifetime-storage_block-video_html-video {
	display: none;
}
#lifetime-storage_block-video_p2p-video {
	max-width: 100%;
    border-radius: 22px;
    overflow: hidden;
}
#lifetime-storage_block-video_html-video video {
	max-width: 100%;
    border-radius: 22px;
}
#lifetime-storage_bottom-button-container {
    text-align: center;
}
#lifetime-storage_bottom-button {
	font-weight: 500;
    font-size: 22px;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    border-radius: 90px;
    padding: 0 87px 0 49px;
    box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16);
    position: relative;
    cursor: pointer;
}
#lifetime-storage_bottom-button:hover {
}
#lifetime-storage_bottom-button:before {
    position: absolute;
    content: "";
    right: 32px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}



/*** FAQ ***/
#lifetime-storage_block-faq {
    margin-top: 100px;
}
#lifetime-storage_block-faq_header {
	font-weight: 600;
    font-size: 46px;
    text-align: center;
}
#faq_topic-wrapper {
	text-align: center;
    margin: 80px 0 70px 0;
}
.faq-topic {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-bottom: 6px;
	display: inline-block;
	margin-right: 35px;
	cursor: pointer;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.16);
}
.faq-topic.opened:before {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    box-shadow: 1px 1px rgba(0, 0, 0, 0.16);
}
.faq-topic-questions {
	display: none;
	padding: 0 100px;
    max-width: 1120px;
    margin: 0 auto;
}
.faq-topic-questions.opened {
	display: block;
}
.faq-topic-questions .library-ico_half-block {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    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: 16px;
    padding-top: 12px;
    color: rgba(0, 0, 0, 1);
    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;
}



/*** Soc buttons ***/
#lifetime-storage_block-soc-buttons {
    margin: 215px 0 40px 0;
}
#lifetime-storage_soc-buttons-container {
    max-width: 970px;
    margin: 0 auto;
}
.lifetime-storage_soc-button {
	width: 16.6%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: AlbertaSans, Roboto, sans-serif;
	font-weight: 300;
}
.lifetime-storage_soc-button img {
    height: 36px;
    margin-bottom: 11px;
}
.lifetime-storage_soc-button span {
	font-size: 14px;
    display: block;
}



/*** Footer ***/
#footer_lifetime-storage_top {
    text-align: center;
    margin-bottom: 80px;
}
#footer_lifetime-storage_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_lifetime-storage_top a:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}



@media only screen and (max-width: 1880px) {
	
	/*** 1366 x 768 ***/
	
	/*** Top floating ***/
	#lifetime-storage_top-floating-left {
	    top: 85px;
	    height: 1043px;
	    width: 460px;
	}
	#lifetime-storage_top-floating-left .lifetime-storage_top-floating_inner {
	    top: 408px;
	    left: 119px;
	}
	#lifetime-storage_top-floating-right {
	    height: 618px;
	    width: 516px;
	}
	#lifetime-storage_top-floating-right .lifetime-storage_top-floating_inner {
	    top: 130px;
	    right: 118px;
	}
	.lifetime-storage_top-floating_inner {
	}
	.lifetime-storage_top-floating_row-1 {
	    font-size: 88px;
	    height: 63px;
	    line-height: 72px;
	    margin-bottom: 12px;
	}
	.lifetime-storage_top-floating_row-1 span {
	    font-size: 45px;
	    height: 37px;
	    line-height: 42px;
	    top: -27px;
	}
	.lifetime-storage_top-floating_row-2 {
	    font-size: 42px;
	    height: 30px;
	    line-height: 35px;
	    padding-left: 15px;
	    margin-bottom: 7px;
	}
	body.lang_ru .lifetime-storage_top-floating_row-2 {
	    font-size: 38px;
	}
	.lifetime-storage_top-floating_row-3 {
	    padding-left: 36px;
	}
	.lifetime-storage_top-floating_row-3-1-1 {
	    font-size: 27px;
	    line-height: 23px;
	    height: 21px;
	    margin-bottom: 9px;
	}
	.lifetime-storage_top-floating_row-3-1-2 {
	    font-size: 13px;
	    line-height: 10px;
	    height: 9px;
	}
	.lifetime-storage_top-floating_row-3-2 {
	    padding: 10px 0 0 14px;
	}
	.lifetime-storage_top-floating_button {
	    font-size: 8px;
	    height: 26px;
	    line-height: 26px;
	    padding: 0 30px 0 12px;
	}
	.lifetime-storage_top-floating_button:before {
	    right: 14px;
	    width: 8px;
	    height: 8px;
	    background-size: 8px 8px;
	}
	
	/*** Top ***/
	#lifetime-storage_block-top .lifetime-storage_block-inner {
	    padding-top: 62px;
	}
	#lifetime-storage_block-top_main-image-container {
	    margin: 0 0 41px 0;
	}
	#lifetime-storage_block-top_main-image-container img {
	    height: 314px;
	}
	#lifetime-storage_block-top_main-button {
	    font-size: 15px;
	    height: 64px;
	    line-height: 64px;
	    border-radius: 90px;
	    padding: 0 63px 0 35px;
	}
	#lifetime-storage_bottom-button {
	    font-size: 15px;
	    height: 64px;
	    line-height: 64px;
	    border-radius: 90px;
	    padding: 0 63px 0 35px;
	}
	#lifetime-storage_block-top_main-button:before {
	    right: 25px;
	    width: 14px;
	    height: 14px;
	    background-size: 14px 14px;
	}
	#lifetime-storage_bottom-button:before {
	    right: 25px;
	    width: 14px;
	    height: 14px;
	    background-size: 14px 14px;
	}
	
	/*** Benefits ***/
	#lifetime-storage_block-benefits .lifetime-storage_block-inner {
	    padding: 64px 0 120px 0;
	}
	#lifetime-storage_block-benefits_header {
	    font-size: 32px;
	    margin-bottom: 57px;
	}
	#lifetime-storage_benefit-items-container {
	    max-width: 870px;
	    margin: 0 auto;
	}
	.lifetime-storage_benefit-item_top-image-container {
	    max-width: 250px;
	}
	.lifetime-storage_benefit-item_text {
	    font-size: 18px;
	    line-height: 22px;
	    margin: 18px 0 36px 0;
	    padding: 0;
	}
	.lifetime-storage_benefit-item_bottom-image-container {
	    height: 52px;
	}
	
	/*** Price ***/
	#lifetime-storage_block-price_header {
		font-size: 32px;
		padding-bottom: 30px;
	    margin-bottom: 22px;
	}
	#lifetime-storage_block-price_subheader {
	    font-size: 22px;
	    line-height: 30px;
	    width: 400px;
	}
	#lifetime-storage_block-price_image-container {
	    text-align: center;
	    height: 470px;
	    position: relative;
	    top: -45px;
	}
	
	/*** Soc buttons ***/
	#lifetime-storage_soc-buttons-container {
	    max-width: 700px;
	}
	#lifetime-storage_block-soc-buttons {
	    margin: 100px 0 40px 0;
	}
	.lifetime-storage_soc-button img {
	    height: 26px;
	    margin-bottom: 9px;
	}
	.lifetime-storage_soc-button span {
    	font-size: 12px;
	}
}


@media only screen and (max-width: 1300px) {
	
	/*** 1280 x 800 ***/
	
	/*** Top floating ***/
	#lifetime-storage_top-floating-left {
	    top: 78px;
	    height: 972px;
	    width: 429px;
	}
	#lifetime-storage_top-floating-left .lifetime-storage_top-floating_inner {
	    top: 384px;
	    left: 111px;
	}
	#lifetime-storage_top-floating-right {
	    height: 579px;
	    width: 484px;
	}
	#lifetime-storage_top-floating-right .lifetime-storage_top-floating_inner {
	    top: 123px;
	    right: 109px;
	}
	.lifetime-storage_top-floating_row-1 {
	    font-size: 82px;
	    height: 59px;
	    line-height: 68px;
	    margin-bottom: 12px;
	}
	.lifetime-storage_top-floating_row-1 span {
	    font-size: 40px;
	    height: 37px;
	    line-height: 42px;
	    top: -26px;
	}
	.lifetime-storage_top-floating_row-2 {
	    font-size: 39px;
	    height: 28px;
	    line-height: 33px;
	    padding-left: 12px;
	    margin-bottom: 7px;
	}
	body.lang_ru .lifetime-storage_top-floating_row-2 {
	    font-size: 35px;
	}
	.lifetime-storage_top-floating_row-3 {
	    padding-left: 34px;
	}
	.lifetime-storage_top-floating_row-3-1-1 {
	    font-size: 24px;
	    line-height: 22px;
	    height: 19px;
	    margin-bottom: 8px;
	}
	.lifetime-storage_top-floating_row-3-1-2 {
	    font-size: 11px;
	    line-height: 9px;
	    height: 8px;
	}
	.lifetime-storage_top-floating_row-3-2 {
	    padding: 9px 0 0 13px;
	}
	.lifetime-storage_top-floating_button {
	    font-size: 8px;
	    height: 26px;
	    line-height: 26px;
	    padding: 0 26px 0 12px;
	}
	.lifetime-storage_top-floating_button:before {
	    right: 12px;
	    width: 8px;
	    height: 8px;
	    background-size: 8px 8px;
	}

	/*** Top ***/
	#lifetime-storage_block-top .lifetime-storage_block-inner {
	    padding-top: 52px;
	}
	#lifetime-storage_block-top_main-image-container img {
	    height: 294px;
	}
	#lifetime-storage_block-top_main-image-container {
	    margin: 0 0 39px 0;
	}
	#lifetime-storage_block-top_main-button {
	    font-size: 14px;
	    height: 60px;
	    line-height: 60px;
	    border-radius: 90px;
	    padding: 0 58px 0 32px;
	}
	#lifetime-storage_bottom-button {
	    font-size: 14px;
	    height: 60px;
	    line-height: 60px;
	    border-radius: 90px;
	    padding: 0 58px 0 32px;
	}
	#lifetime-storage_block-top_main-button:before {
	    right: 24px;
	    width: 12px;
	    height: 12px;
	    background-size: 12px 12px;
	}
	#lifetime-storage_bottom-button:before {
	    right: 24px;
	    width: 12px;
	    height: 12px;
	    background-size: 12px 12px;
	}
	
	/*** Benefits ***/
	
	/*** Price ***/
	
	/*** Soc buttons ***/
}


@media only screen and (max-width: 1200px) {
	
	/*** 1024 x 768 ***/
	
	/*** Top floating ***/
	#lifetime-storage_top-floating-left {
	    top: 63px;
	    height: 777px;
	    width: 343px;
	}
	#lifetime-storage_top-floating-left .lifetime-storage_top-floating_inner {
	    top: 306px;
	    left: 89px;
	}
	#lifetime-storage_top-floating-right {
	    height: 463px;
	    width: 387px;
	}
	#lifetime-storage_top-floating-right .lifetime-storage_top-floating_inner {
	    top: 99px;
	    right: 88px;
	}
	.lifetime-storage_top-floating_row-1 {
	    font-size: 67px;
	    height: 47px;
	    line-height: 55px;
	    margin-bottom: 9px;
	}
	.lifetime-storage_top-floating_row-1 span {
	    font-size: 34px;
	    height: 37px;
	    line-height: 42px;
	    top: -22px;
	}
	.lifetime-storage_top-floating_row-2 {
	    font-size: 32px;
	    height: 23px;
	    line-height: 27px;
	    padding-left: 12px;
	    margin-bottom: 5px;
	}
	body.lang_ru .lifetime-storage_top-floating_row-2 {
	    font-size: 28px;
	}
	.lifetime-storage_top-floating_row-3 {
	    padding-left: 32px;
	}
	.lifetime-storage_top-floating_row-3-1-1 {
	    font-size: 20px;
	    line-height: 18px;
	    height: 16px;
	    margin-bottom: 6px;
	}
	.lifetime-storage_top-floating_row-3-1-2 {
	    font-size: 9px;
	    line-height: 8px;
	    height: 8px;
	}
	.lifetime-storage_top-floating_row-3-2 {
	    padding: 7px 0 0 9px;
	}
	.lifetime-storage_top-floating_button {
	    font-size: 6px;
	    height: 22px;
	    line-height: 22px;
	    padding: 0 22px 0 10px;
	}
	.lifetime-storage_top-floating_button:before {
	    right: 9px;
	    width: 6px;
	    height: 6px;
	    background-size: 6px 6px;
	}
	
	
	/*** Top ***/
	#lifetime-storage_block-top .lifetime-storage_block-inner {
	    padding-top: 25px;
	}
	#lifetime-storage_block-top_main-image-container img {
	    height: 233px;
	}
	#lifetime-storage_block-top_main-image-container {
	    margin: 0 0 32px 0;
	}
	#lifetime-storage_block-top_main-button {
	    font-size: 12px;
	    height: 48px;
	    line-height: 48px;
	    border-radius: 90px;
	    padding: 0 46px 0 26px;
	}
	#lifetime-storage_bottom-button {
	    font-size: 12px;
	    height: 48px;
	    line-height: 48px;
	    border-radius: 90px;
	    padding: 0 46px 0 26px;
	}
	#lifetime-storage_block-top_main-button:before {
	    right: 20px;
	    width: 10px;
	    height: 10px;
	    background-size: 10px 10px;
	}
	#lifetime-storage_bottom-button:before {
	    right: 20px;
	    width: 10px;
	    height: 10px;
	    background-size: 10px 10px;
	}
	
	/*** Benefits ***/
	#lifetime-storage_block-benefits .lifetime-storage_block-inner {
	    padding: 47px 0 90px 0;
	}
	#lifetime-storage_block-benefits_header {
	    font-size: 26px;
	    margin-bottom: 42px;
	}
	#lifetime-storage_benefit-items-container {
	    max-width: 690px;
	}
	.lifetime-storage_benefit-item_top-image-container {
	    max-width: 190px;
	}
	.lifetime-storage_benefit-item_text {
	    font-size: 14px;
	    line-height: 16px;
	    margin: 14px 0 26px 0;
	    padding: 0;
	}
	.lifetime-storage_benefit-item_bottom-image-container {
	    height: 40px;
	}
	
	/*** Price ***/
	#lifetime-storage_block-price_header {
	    font-size: 26px;
	    padding-bottom: 22px;
	    margin-bottom: 17px;
	}
	#lifetime-storage_block-price_subheader {
	    font-size: 18px;
	    line-height: 24px;
	    width: 230px;
	}
	#lifetime-storage_block-price_image-container {
	    text-align: center;
	    height: 390px;
	    position: relative;
	    top: -30px;
	}
	
	/*** Soc buttons ***/
	#lifetime-storage_block-soc-buttons {
	    margin: 60px 0 40px 0;
	}
	.lifetime-storage_soc-button img {
	    height: 20px;
	    margin-bottom: 7px;
	}
	.lifetime-storage_soc-button span {
	    font-size: 10px;
	}
	#lifetime-storage_soc-buttons-container {
	    max-width: 540px;
	}
}


@media only screen and (max-width: 1000px) {

	/*** Global ***/
	.lifetime-storage_block-inner {
    	padding: 0 10px;
	}
	
	/*** Header ***/
	#header {
    	line-height: 60px;
	}
	#header .navbar ,
	#header .navbar-toggler {
		display: none;
	}
	#header .navbar-brand IMG {
	    height: 24px;
	    min-width: 135px;
	    opacity: 0.8;
        margin-top: 10px;
	}
	#header .container {
		padding: 0;
	}
	#header .container > .nav-left {
		padding-left: 10px;
	}
	
	
	#lifetime-storage_user-joined_container {
		display: none !important;
	}
	
	/*** Top floating ***/
	.lifetime-storage_top-floating {
		display: none;
	}
	
	/*** Top ***/
	#lifetime-storage_block-top {
    	padding: 85px 0 90px 0;
    	height: 95vh;
        max-height: 690px;
        min-height: 580px;
	    box-sizing: border-box;
	    padding: 0;
	    position: relative;
	}
	#lifetime-storage_block-top .lifetime-storage_block-inner {
		padding-top: 0;
	}
	#lifetime-storage_block-top_main-image-text-wrapper {
	    position: absolute;
	    width: calc( 100% - 20px );
	    top: 79px;
	}
	#lifetime-storage_block-top_main-image-container {
    	margin: 0 0 41px 0;
	}
	#lifetime-storage_block-top_main-image-container img {
		height: 248px;
	}
	#lifetime-storage_block-top_mob-text {
		display: block;
	}
	#lifetime-storage_block-top_mob-text-1 {
	    font-size: 94px;
	    height: 66px;
	    line-height: 75px;
        margin-bottom: 16px;
	}
	#lifetime-storage_block-top_mob-text-2 {
	    font-size: 42px;
	    height: 30px;
	    line-height: 35px;
	}
	#lifetime-storage_block-top_main-button-container {
	    position: absolute;
	    width: calc( 100% - 20px );
	    bottom: 30px;
	}
	#lifetime-storage_bottom-button-container {
	    width: calc( 100% - 20px );
	}
	#lifetime-storage_block-top_main-button {
    	font-size: 13px;
	    height: 50px;
	    line-height: 50px;
        padding: 0 50px 0 25px;
	}
	#lifetime-storage_bottom-button {
    	font-size: 13px;
	    height: 50px;
	    line-height: 50px;
        padding: 0 50px 0 25px;
	}
	#lifetime-storage_block-top_main-button:before {
		right: 20px;
	    width: 12px;
	    height: 12px;
	    background-size: 12px 12px;
	}
	#lifetime-storage_bottom-button:before {
		right: 20px;
	    width: 12px;
	    height: 12px;
	    background-size: 12px 12px;
	}
	
	/*** Benefits ***/
	#lifetime-storage_benefit-items-container {
		padding: 0 20px;
	}
	#lifetime-storage_block-benefits_header {
		font-size: 40px;
	    margin-bottom: 60px;
	}
	.lifetime-storage_benefit-item_top-image-container {
	    max-width: 180px;
	}
	.lifetime-storage_benefit-item {
		width: 30%;
	}
	.lifetime-storage_benefit-item_text {
		padding: 0;
	    font-size: 16px;
	    line-height: 22px;
	}
	.lifetime-storage_benefit-item_bottom-image-container {
		height: 50px;
	}
	
	/*** Price ***/
	#lifetime-storage_block-price_header {
		font-size: 40px;
	}
	#lifetime-storage_block-price_subheader {
	    font-size: 24px;
	    line-height: 32px;
	    width: 290px;
	}
	#lifetime-storage_block-price_image-container {
	    position: static;
		height: 400px;
	}
	
	/*** FAQ ***/
	#lifetime-storage_block-faq {
	    margin-top: 100px;
	}
	#faq_topic-wrapper {
	    margin: 50px 0 50px 0;
	}
	.faq-topic {
	    margin: 0 20px 10px 0;
	}
	.faq-topic-questions .library-ico_half-block {
		width: 100%;
	}
	.faq-topic-questions {
		padding: 0;
	}
	
	/*** Soc buttons ***/
	#lifetime-storage_block-soc-buttons {
		margin-top: 100px;
	}
	.lifetime-storage_soc-button img {
		height: 25px;
	    margin-bottom: 7px;
	}
	.lifetime-storage_soc-button span {
		font-size: 12px;
	}
	
	/*** Footer ***/
	#footer_lifetime-storage_top a {
	    padding-right: 15px;
	    margin-right: 15px;
	}
}

@media only screen and (max-width: 700px) {

	/*** Global ***/
	
	/*** Header ***/
	
	/*** Top floating ***/
	
	/*** Top ***/
	
	/*** Benefits ***/
	#lifetime-storage_block-benefits .lifetime-storage_block-inner {
		padding-bottom: 40px;
	}
	.lifetime-storage_benefit-item {
	    display: block;
	    width: 100%;
	    max-width: 300px;
	    margin: 0 auto 60px auto;
	}
	.lifetime-storage_benefit-item_text {
		margin: 20px 0 20px 0;
	}
	
	/*** Price ***/
	#lifetime-storage_block-price_image-container {
	    height: 300px;
	}
	
	/*** FAQ ***/
	#faq_topic-wrapper {
	    margin: 30px 0 30px 0;
	}

	/*** Soc buttons ***/
	
	/*** Footer ***/
	#footer_lifetime-storage_top {
	    margin-bottom: 0;
	}
	#footer_lifetime-storage_top a {
	    font-size: 16px;
	    display: block;
	    border: 0;
	    padding: 0;
	    margin: 0;
	    margin-bottom: 15px;
	}
}