
/* ============= Front Screen css ============= */
.inner_wrapper {
	font-family: Ubuntu_Light,sans-serif;
}
.main_header {
	background: rgba(255,255,255,0.6);
}
.front_screen {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 650px;
	background: #ccf7ff;
	background: -moz-linear-gradient(top, #ccf7ff 0%, #d7f9ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccf7ff), color-stop(100%,#d7f9ff));
	background: -webkit-linear-gradient(top, #ccf7ff 0%,#d7f9ff 100%);
	background: -o-linear-gradient(top, #ccf7ff 0%,#d7f9ff 100%);
	background: -ms-linear-gradient(top, #ccf7ff 0%,#d7f9ff 100%);
	background: linear-gradient(to bottom, #ccf7ff 0%,#d7f9ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf7ff', endColorstr='#d7f9ff',GradientType=0 );
}
.server-wrapper.light {
	display: none;
}

.inner_front {
	position: relative;
	top: 240px;
	z-index: 99;
}

@media all and (max-width: 960px) {
	.main_title {
		background: transparent;
		font-weight: bold;
		color: #2c3243;
	}
}
.front_title {
	/* font-family: Ubuntu_Light, Ubuntu, sans-serif;
	font-size: 27px;
	line-height: 34px;
	margin-bottom: 10px;
	padding: 100px 0px;
	width: 490px; */
	font-family: Ubuntu_Light, Ubuntu, sans-serif;
    font-size: 48px;
    line-height: 48px;
    padding-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    width: 585px;
}
.front_sub_title {
	font-family: Ubuntu_Light, Ubuntu, sans-serif;
	font-size: 24px;
	line-height: 32px;
	padding-top: 0;
	width: 490px;
}
.front_sub_title .middle-front {
	margin-bottom: 80px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	color: red;
}
/*.front_sub_title {*/
/*width: 585px;*/
/*font-size: 30px;*/
/*line-height: 34px;*/
/*font-family: Ubuntu_Light, Ubuntu, sans-serif;*/
/*}*/
.front_screen .contact_form {
	background-color: rgba(44, 50, 67, 0.6);
	border: 1px solid #303e61;
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 325px;
}
.title_contact {
	font-family: Ubuntu_Light, Ubuntu, sans-serif;
	font-size: 30px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.contact_form input[type="text"], .contact_form input[type="email"] {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 2px;
	box-shadow: 0 0 1px 0 #ffffff;
	height: 40px;
	margin: 8px 0;
	padding: 0 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_form .additional_info {
	color: #fff;
	display: none;
	font-size: 11px;
	padding: 0;
	position: relative;
	text-align: center;
	top: 11px;
}
.front_screen .additional_info {
	top: 2px;
}
.front_screen .orange_bt {
	color: #2c3243;
	font-family: Ubuntu,Arial,sans-serif;
	font-size: 30px;
	height: 50px;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	padding: 0;
}
.front_screen .orange_bt:hover {
	background: none repeat scroll 0 0 #cd6756;
}
.contact_form .orange_bt {
	margin: 20px 0 10px;
}

.cloud_1 {
	background: url("../img/landing_cloud/cloud_1.png") no-repeat scroll 0 0 transparent;
	height: 457px;
	position: absolute;
	/*	left: 655px;*/
	margin-left: 655px;
	top: 200px;
	width: 558px;
	z-index: 40;
}
.cloud_2 {
	background: url("../img/landing_cloud/cloud_3.png") no-repeat scroll 0 0 transparent;
	height: 265px;
	position: absolute;
	/*    left: 290px;*/
	margin-left: 290px;
	top: 30px;
	width: 373px;
	z-index: 30;
}
.cloud_3 {
	background: url("../img/landing_cloud/cloud_2.png") no-repeat scroll 0 0 transparent;
	height: 212px;
	position: absolute;
	/*    left: 120px;*/
	margin-left: 120px;
	bottom: 60px;
	width: 294px;
	z-index: 20;
}
.cloud_4 {
	background: url("../img/landing_cloud/cloud_2.png") no-repeat scroll 0 0 transparent;
	height: 212px;
	/*    left: 1065px;*/
	margin-left: 1065px;
	position: absolute;
	top: 150px;
	width: 294px;
	z-index: 20;
}

/* =============  END Front Screen css  ============= */




/* =============  About_screen css  ============= */
.about_screen {
	background: url("../img/elements/screen_dark_bg.png") repeat scroll 0 0 transparent;
	padding: 20px 0 40px;
	position: relative;
}
.arrow_front {
	background: url("../img/landing_cloud/arrow_front.png") no-repeat scroll center top transparent;
	height: 25px;
	margin: 0 auto;
	position: relative;
	top: -20px;
	width: 40px;
}
.about_wrap {
	display: flex;
	margin-top: 30px;
	position: relative;
}
.about_scheme_sec{
	float: left;
	background: url("../img/landing_cloud/about_sec.png") no-repeat scroll center top transparent;
	width: 550px;
	height: 490px;
	flex-grow: 1;
	color: #232f41;
	position: relative;
}
.about_scheme_list {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding: 18px 0 0 97px;
}
.about_scheme_list li{
	margin-bottom: 2px;
}
.about_scheme_name {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	width: 170px;
	text-align: center;
	position: absolute;
	top: 65px;
	left: 285px;
}
.about_content_sec{
	float: right;
	max-width: 420px;
}
.about_content_list {
	font-size: 16px;
	font-weight: 600;
}
.about_content_list li {
	margin-bottom: 30px;
	padding: 0 0 0 25px;
	position: relative;
}

.about_list_number {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 3px;
	width:20px;
	height: 20px;
	border-radius: 10px;
	background-color: #73baf1;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
}


/* =============  END About_screen css  ============= */








/* =============  Advantage css ============= */

.advantage_screen {
	background: url("../img/elements/screen_bg.png") repeat scroll 0 0 transparent;
	position: relative;
	padding: 45px 0;
}
.advantage_screen .top_arrow {
	background: url("../img/elements/arrow_dark_pattern.png") no-repeat scroll center top transparent;
	height: 25px;
	position: absolute;
	top: 0;
	width: 100%;
}
.advantage_txt {
	color: #2c3243;
	margin-top: 20px;
	min-height: 100px;
	width: 43%;
}
.advantage_txt h3, .advantage_txt_title {
	font-family: "Ubuntu_Condensed",Arial,sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 80px;
}
.content_adv {
	padding-left: 80px;
	line-height: 1.3;
	font-weight: 600;
}
.ico_advantage {
	background: url("../img/landing_cloud/advantage_sprite.png") no-repeat 0 0 transparent;
	width: 60px;
	height: 60px;
	display: block;
	float: left;
}
.ico_adv_1 {
	background-position: 0 -2px;
}
.ico_adv_2 {
	background-position: 0 -63px;
}
.ico_adv_3 {
	background-position: 0 -122px;
}
.ico_adv_4 {
	background-position: 0 -180px;
}
.ico_adv_5 {
	background-position: 0 -242px;
}

.ico_adv_6 {
	background-position: 0 -306px;
}

.adv_icon_block{
	display: flex;
    margin-top: 30px;
    align-items: center;
}
.adv_block_image{
	text-align: end;
    flex-grow: 0.5;
}
.adv_block_text{
	width: 420px;
    padding-left: 40px;
}
/* =============  END Advantage css ============= */










/* =============  ourCloud Screen css  ============= */
.ourCloud {
	background: url("../img/elements/screen_dark_bg.png") repeat scroll 0 0 transparent;
	padding: 45px 0 40px;
	position: relative;
}
.ourCloud .top_arrow {
	background: url("../img/elements/arrow_light_pattern.png") no-repeat scroll center top transparent;
	height: 25px;
	position: absolute;
	top: 0;
	width: 100%;
}
/*.pros-icons {
	margin: 20px auto;
	position: relative;
	width: 100%;
}

.pros-icons .icon {
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
	background-image: url("../img/landing_cloud/pros_icons_spray.png");
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}*/

.pros-icons {
	margin: 20px auto;
	position: relative;
	width: 100%;
	text-align: center;
}

.pros-icons .icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 4px;
	background-image: url("../img/landing_cloud/pros_icons_spray.png");
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.pros-icons .icon.power {
	background-position: 0 0;
}

.icon.power.inactive {
	background-position: 0 -50px;
}

.icon.coolreserve {
	background-position: -59px 0;
}

.icon.coolreserve.inactive {
	background-position: -59px -50px;
}

.icon.support {
	background-position: -119px 0;
}

.icon.support.inactive {
	background-position: -119px -50px;
}

.icon.ups {
	background-position: -177px 0;
}

.icon.ups.inactive {
	background-position: -177px -50px;
}

.icon.support24 {
	background-position: -238px 0;
}

.icon.support24.inactive {
	background-position: -238px -50px;
}

.icon.powersource {
	background-position: -298px 0;
}

.icon.powersource.inactive {
	background-position: -298px -50px;
}

.icon.camera {
	background-position: -358px 0;
}

.icon.camera.inactive {
	background-position: -358px -50px;
}

.icon.security {
	background-position: -417px 0;
}

.icon.security.inactive {
	background-position: -417px -50px;
}

.icon.etherexchange {
	background-position: -477px 0;
}

.icon.etherexchange.inactive {
	background-position: -477px -50px;
}

.icon.biometry {
	background-position: -536px 0;
}

.icon.biometry.inactive {
	background-position: -536px -50px;
}

.icon.icon_cooling {
	background-position: -597px 0;
}

.icon.icon_cooling.inactive {
	background-position: -597px -50px;
}

.icon.etherglobal {
	background-position: -656px 0;
}

.icon.etherglobal.inactive {
	background-position: -656px -50px;
}

.icon.etherreserve {
	background-position: -716px 0;
}

.icon.etherreserve.inactive {
	background-position: -716px -50px;
}

.icon.nineYears {
	background-position: -776px 0;
}

.icon.nineYears.inactive {
	background-position: -776px -50px;
}

.icon.pleasure {
	background-position: -836px 0;
}

.icon.pleasure.inactive {
	background-position: -836px -50px;
}
.icon.fire {
	background-position: -894px 0;
}
.icon.fire.inactive {
	background-position: -894px -50px;
}

.tooltip {
	max-height: 80px;
	max-width: 440px;
	min-width: 180px;
	min-height:15px;
	position: absolute;
	border: 1px solid #ebe848;
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	background: #fff;
	top: 60px;
	padding: 10px 20px;
	line-height: 1.1em;
	opacity: 0;
	z-index: 10;
}

.tooltip .arrow {
	bottom: -25px;
	width: 24px;
	height: 26px;
	background: url("../img/landing_cloud/icons_tip_top_right.png") no-repeat;
	position: absolute;
	left: 29px;
}

.tooltip .arrow.left {
	background: url("../img/landing_cloud/icons_tip_top_left.png") no-repeat;
	left: auto;
	right: 29px;
}

.ourCloud {
	padding: 45px 0 55px;
}

.ourCloud .tabs-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	position: relative;
	z-index: 10;
}


.ourCloud .tab-bttn {
	display: block;
	margin-left: -1px;
	width: 260px;
	text-align: center;
	border-top: 1px solid #cdd3ec;
	border-left: 1px solid #cdd3ec;
	border-right: 1px solid #cdd3ec;
	border-radius: 2px 2px 0 0;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0 11px;
	height: 46px;
	box-sizing: border-box;
	cursor: pointer;
}

.ourCloud .tab-bttn.active,
.ourCloud .tab-bttn.switching {
	background: url("../img/elements/screen_dark_bg.png") repeat scroll 0 0 transparent;
	height: 56px;
	border-top: 3px solid #73baf1;
	color: #73baf1;
	margin-bottom: -1px;
}

.scheme-wrapper {
	border-top: 1px solid #cdd3ec;
	margin: 0 0 40px;
}
/*.ourCloud .content {*/
/*background: url("../img/landing_cloud/gradient_vert.png") no-repeat center top transparent;*/
/*}*/

.ourCloud .cloud .scheme {
	display: none;
}

.ourCloud .scheme.active {
	display: block;
}

.ourCloud .scheme[data-tab-content="ourCloud"] {
	position: relative;
	background: url("../img/landing_cloud/cloud_background.png") no-repeat bottom center;
	width: 708px;
	height: 612px;
	margin: -30px auto 0;
}

.ourCloud .scheme .transition {
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-ms-transition: .4s ease all;
	-o-transition: .4s ease all;
	transition: .4s ease all;
	position: absolute;
	z-index: 4;
	cursor: pointer;
}

.ourCloud .cloud .scheme .transition:hover {
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-ms-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	position: absolute;
	z-index: 5;
}

.ourCloud .cloud .scheme .plus {
	background: url("../img/landing_cloud/cloud_plus.png") no-repeat;
	width: 32px;
	z-index: 5;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease ease;
	-ms-transition: all .5s ease ease;
	-o-transition: all .5s ease ease;
	transition: all .5s ease ease;
}

.ourCloud .scheme .transition.opened .plus {
	background: url("../img/landing_cloud/cloud_plus_active.png") no-repeat;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cloud .scheme .backup {
	background: url("../img/landing_cloud/cloud_backup.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	height: 93px;
	left: 202px;
	position: absolute;
	top: 495px;
	width: 277px;
	z-index: 3;
}

.cloud .scheme .backup:hover,
.cloud .scheme .backup.opened {
	background: url("../img/landing_cloud/cloud_backup_active.png") no-repeat;
}

.cloud .scheme .backup .plus {
	left: 210px;
	top: -5px;
}

.cloud .scheme .dots {
	background: url("../img/landing_cloud/cloud_dots.png") no-repeat;
	position: absolute;
	left: -7px;
	top: 53px;
	width: 664px;
	height: 456px;
	z-index: 2;
}

.cloud .scheme .glass {
	background: url("../img/landing_cloud/cloud_glass.png") no-repeat;
	position: absolute;
	left: 302px;
	top: -1px;
	width: 269px;
	height: 500px;
	z-index: 3;
	cursor: pointer;
}

.cloud .scheme .glass:hover,
.cloud .scheme .glass.opened {
	background: url("../img/landing_cloud/cloud_glass_active.png") no-repeat;
	z-index: 4;
}

.cloud .scheme .glass .plus {
	left: 116px;
	top: 294px;
}

.cloud .scheme .storage_right {
	background: url("../img/landing_cloud/cloud_storage_right.png") no-repeat;
	left: 392px;
	top: 361px;
	width: 155px;
	height: 69px;
}

.cloud .scheme .storage_right:hover,
.cloud .scheme .storage_right.opened {
	background: url("../img/landing_cloud/cloud_storage_right_active.png") no-repeat;
}

.cloud .scheme .storage_left {
	background: url("../img/landing_cloud/cloud_storage_left.png") no-repeat;
	left: 110px;
	top: 362px;
	width: 173px;
	height: 69px;
}

.cloud .scheme .storage_left .plus {
	left: 116px;
	top: 44px;
}

.cloud .scheme .storage_left:hover,
.cloud .scheme .storage_left.opened {
	background: url("../img/landing_cloud/cloud_storage_left_active.png") no-repeat;
}

.cloud .scheme .server_right {
	background: url("../img/landing_cloud/cloud_server_right.png") no-repeat;
	left: 393px;
	top: 233px;
	width: 156px;
	height: 49px;
}

.cloud .scheme .server_right:hover,
.cloud .scheme .server_right.opened {
	background: url("../img/landing_cloud/cloud_server_right_active.png") no-repeat;
}

.cloud .scheme .server_left {
	background: url("../img/landing_cloud/cloud_server_left.png") no-repeat;
	left: 106px;
	top: 235px;
	width: 173px;
	height: 46px;
}

.cloud .scheme .server_left:hover,
.cloud .scheme .server_left.opened {
	background: url("../img/landing_cloud/cloud_server_left_active.png") no-repeat;
}

.cloud .scheme .server_left .plus {
	left: 85px;
	top: -20px;
}

.cloud .scheme .tip {
	font-size: 16px;
	line-height: 24px;
	border: 1px #ebe848 solid;
	background: #fff;
	z-index: 8;
	padding: 18px 25px;
	position: absolute;
	opacity: 0;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.cloud .scheme .tip > span {
	font-size: 18px;
	font-weight: 600;
}

.cloud .scheme .tip h1 {
	font-size: 21px;
	font-weight: normal;
}
.cloud .scheme .tip.opened {
	display: block;
}

.cloud .scheme .tip .arrow {
	position: absolute;
}

.cloud .scheme .tip[data-about="backup"] {
	bottom: 0px;
	right: -95px;
	width: 320px;
	min-height: 185px;
}

.cloud .scheme .tip[data-about="backup"] .arrow {
	background: url("../img/landing_cloud/tip_arrow_left.png") no-repeat 0 0;
	width: 30px;
	height: 26px;
	left: -30px;
	top: 40px;
}

.cloud .scheme .tip[data-about="glass"] {
	top: 50px;
	left: 0px;
	width: 630px;
	height: 162px;
}

.cloud .scheme .tip[data-about="glass"] .arrow {
	background: url("../img/landing_cloud/tip_arrow_bottom_left.png") no-repeat 0 0;
	width: 21px;
	height: 32px;
	bottom: -32px;
	right: 185px;
}

.cloud .scheme .tip[data-about="glass"] .arrow_big {
	background: url("../img/landing_cloud/tip_arrow_bottom_big.png") no-repeat 0 0;
	width: 95px;
	height: 194px;
	right: 223px;
	bottom: -194px;
	position: absolute;
}

.cloud .scheme .tip[data-about="storage"] {
	bottom: 20px;
	left: -95px;
	width: 460px;
	min-height: 140px;
}

.cloud .scheme .tip[data-about="storage"] .arrow {
	background: url("../img/landing_cloud/tip_arrow_top_right.png") no-repeat 0 0;
	height: 24px;
	right: 135px;
	top: -24px;
	width: 25px;
}

.cloud .scheme .tip[data-about="servers"] {
	left: 55px;
	top: 90px;
	width: 400px;
	min-height: 116px;
}

.cloud .scheme .tip[data-about="servers"] .arrow {
	background: url("../img/landing_cloud/tip_arrow_bottom_cow_left.png") no-repeat 0 0;
	width: 43px;
	height: 32px;
	bottom: -32px;
	right: 180px;
}

.cloud .scheme .tip[data-about="servers"] .arrow2 {
	background: url("../img/landing_cloud/tip_arrow_bottom_cow_right.png") no-repeat 0 0;
	width: 43px;
	height: 32px;
	bottom: -32px;
	right: -14px;
	position: absolute;
}

.cloud .scheme[data-tab-content="ninetyPercentClouds"] {
	position: relative;
	background: url("../img/landing_cloud/cloud_ninety_background.png") no-repeat bottom center;
	width: 748px;
	height: 612px;
	margin: -30px auto 0;
}

.cloud .scheme .ninety_percent {
	height: 148px;
	left: 134px;
	top: 318px;
	width: 385px;

	font-size: 16px;
	line-height: 24px;
	padding: 26px 20px 18px 27px;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.cloud .scheme .ninety_percent > span {
	font-size: 18px;
	font-weight: 600;
}

.cloud .scheme .ninety_percent h1 {
	display: inline-block;
	font-size: 21px;
	font-weight: normal;
}

.cloud .conclusion {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.05em;
	display: none;
	text-align: center;
	margin: 20px 0 0;
}

.cloud .conclusion.active {
	display: block;
}
/* =============  END ourCloud Screen css  ============= */


/* =============  Today Screen css  ============= */


.today_screen {
	background: url("../img/elements/screen_dark_bg.png") repeat scroll 0 0 transparent;
	padding: 45px 0 30px;
	margin: 0;
	position: relative;
}
.today_screen  .top_arrow {
	background: url("../img/elements/arrow_light_pattern.png") no-repeat scroll center top transparent;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 0;
}

.today_screen .left_block {
	float: left;
	width: 48%;
	/*width: 470px;*/
}
.today_screen .left_block li {
	text-align: right;
	position: relative;
}
.today_screen .left_block .ico_style {
	float: right;
	margin-left: 5px;
}
.today_screen .right_block {
	float: right;
	width: 48%;
	/*width: 470px;*/
}
.today_screen .right_block li {
	text-align: left;
}
.today_screen .right_block .ico_style {
	float: left;
	margin-right: 5px;
}
.today_screen ul {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}
.today_screen li {
	padding: 40px 0 0;
	list-style: none;
	height: 90px;
}
.today_screen .ico_style {
	background: url("../img/landing_cloud/today_ico.png") no-repeat 0 0 transparent;
	display: block;
	height: 115px;
	position: relative;
	top: -28px;
	width: 130px;
}
.icoToday1 {
	background-position: 10px 0px !important;
}
.icoToday2 {
	background-position: 10px -123px !important;
}
.icoToday3 {
	background-position: 10px -244px !important;
}
.icoToday4 {
	background-position: 10px -378px !important;
}
.icoToday5 {
	background-position: 10px -506px !important;
}
.icoToday6 {
	background-position: 10px -633px !important;
}

.traffic_exchange {
	text-align: center;
	position: relative;
	top: 10px;
	font-size: 19px;
}
.traffic_exchange img {
	margin-top: 15px;
}
.bold_st {
	font-weight: bold;
}


@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 1;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 1;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInY:hover {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* =============  END Today Screen css  ============= */








/* =============  Config_screen css  ============= */

.server-wrapper {
	width: 33%;
	margin-top: 30px;
	margin-left: 4px;
	padding: 0;
}


.name_config {
	font-size: 24px;
	color: #5874b5;
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 30px;
	margin-bottom: 4px;
	text-align: center;
}
.ico_config {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../img/landing_cloud/config_ico.png") no-repeat 0 0 #fff;
	margin-bottom: -7px;

}
.server-wrapper.light .ico_config {
	background-position: 0 -208px;

}
.server-wrapper.base .ico_config {
	background-position: 0 3px;

}
.server-wrapper.standard .ico_config {
	background-position: 0 -71px;

}
.server-wrapper.pro .ico_config {
	background-position: 0 -144px;
}
.server-wrapper .config {
	padding: 20px 15px;
	background: #fff;
}
.server-wrapper .line {
	margin: 8px auto;
}
.server-wrapper .line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.server-wrapper .line .left {
	width: 45%;
	padding-right: 5%;
	text-align: left;
	color: #b8b7c2;
	font-size: 16px;
}
.server-wrapper .line .right {
	width: 50%;
	font-size: 16px;
	color: #2c3243;
}
.price_config {
	font-size: 34px;
	text-align: center;
	margin: 18px auto 20px;
}
.price_config span {
	font-size: 22px;
}
.server-wrapper .orange_bt, .calculator_screen .orange_bt {
	color: #ffffff;
	font-family: 'Ubuntu_Medium',sans-serif;
	font-size: 16px;
	height: auto;
	padding: 14px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* =============  END Config_screen css  ============= */





/* =============  Calculator_screen css  ============= */


.calculator_screen {
	background: url("../img/elements/screen_bg.png") repeat scroll 0 0 transparent;
	padding: 50px 0;
	position: relative;
}
.calculator_screen .top_arrow {
	background: url("../img/elements/arrow_dark_pattern.png") no-repeat scroll center top transparent;
	height: 25px;
	position: absolute;
	top: 0;
	width: 100%;
}
.calculator_screen .section_title {
	line-height: 36px;
}


.price_tabs .tabs_wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.price_tabs .tab_label {
	display: block;
	margin-left: -1px;
	width: 260px;
	background: url("../img/elements/screen_bg.png") repeat scroll 0 0 transparent;
	text-align: center;
	border-top: 1px solid #cdd3ec;
	border-left: 1px solid #cdd3ec;
	border-right: 1px solid #cdd3ec;
	border-radius: 2px 2px 0 0;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0 11px;
	height: 46px;
	box-sizing: border-box;
	cursor: pointer;
}

.price_tabs .tab_label.selected {
	height: 56px;
	border-top: 3px solid #73baf1;
	color: #73baf1;
	margin-bottom: -1px;
}

.price_tabs  .tab_content {
	border-top: 1px solid #cdd3ec;
	min-height: 500px;
	padding:0 0 25px;
	box-sizing: border-box;
}

.price_box_wrapp {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


.calculator_screen .right {
	float: right;
	width: 310px;
}

.calculator_screen .left {
	float: left;
	width: 610px;
}

.calculator_screen .parameters-sliders-wrapper {
	height: 350px;
	width: 620px;
}

.calculator_screen .parameters-sliders-wrapper > .item {
	width: 610px;
	height: 65px;
	clear: both;
	color: #5f6071;
}

.calculator_screen .parameters-sliders-wrapper > .item > .title {
	font-size: 18px;
	float: left;
	width: 80px;
	height: 100%;
}

.calculator_screen .parameters-sliders-wrapper > .item > .title > span {
	vertical-align: middle;
	height: 44px;
	display: table-cell;

}

.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper {
	float: left;
	width: 388px;
	height: 30px;
}

.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper > .ruller {
	height: 19px;
	position: relative;
	margin: 0 23px 0 9px;
}

.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper > .ruller > .segment {
	position: absolute;
	font-size: 0.8em;
	text-align: center;
	width: 16px;
	height: 21px;
}

.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper > .ruller > .segment > .number {
	line-height: 0.7em;
	color: #4e5293;
}

.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper.disabled > .ruller > .segment > .number {
	color: #cbcfd2;
}

.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper > .ruller > .segment > .bar {
	width: 1px;
	height: 5px;
	background: #CDD3EC;
	position: absolute;
	bottom: 0;
	left: 40%;
}

.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper.disabled > .ruller > .segment > .bar {
	background: #e4e8eb;
}

.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper > .slider {
	margin: 0 23px 10px 7px;
}

.calculator_screen .parameters-sliders-wrapper > .item > .custom-value-wrapper {
	padding: 8px 10px 0;
	float: left;
}

.calculator_screen .parameters-sliders-wrapper > .item > .custom-value-wrapper > div {
	display: table-cell;
	vertical-align: middle;
	height: 20px;
	font-size: 13px;
}

.calculator_screen .parameters-sliders-wrapper > .item > .custom-value-wrapper > div > input {
	width: 36px;
	height: 25px;
	border: 1px #cccccc solid;
	padding: 0 6px;
}

.calculator_screen .parameters-sliders-wrapper > .item > .mes-units {
	font-size: 13px;
	float: left;
	padding-left: 5px;
}

.calculator_screen .parameters-sliders-wrapper > .item > .mes-units > span {
	vertical-align: middle;
	height: 44px;
	display: table-cell;
}

.calculator_screen .description {
	clear: both;
	font-size: 12px;
	line-height: 1.2;
	width: 545px;
}

.calculator_screen .description > p {
	margin: 0.4em 0;
}

.calculator_screen .cube-wrapper {
	text-align: center;
	margin-top: 28px;
}

.calculator_screen .cube-wrapper .img {
	width: 238px;
	height: 237px;
	background-image: url("../img/elements/cube.png");
	background-repeat: no-repeat;
	margin: 0 auto;
}

.calculator_screen .parameters-total-wrapper {
	margin-top: 21px;
	font-size: 13px;
}

.calculator_screen .parameters-total-wrapper > .line {
	width: 100%;
	clear: both;
	overflow: auto;
}

.calculator_screen .parameters-total-wrapper > .line > .left {
	color: #9f99a1;
	text-align: right;
	width: 47%;
	float: left;
	height: 20px;
}

.calculator_screen .parameters-total-wrapper > .line .right {
	width: 50%;
	float: right;
	color: #34323a;
	text-align: left;
}

.calculator_screen .total-price {
	color: #000;
	text-align: center;
	margin-top: 13px;
	font-size: 22px;
	font-weight: bold;
	height: 29px;
	display: block;
}

.calculator_screen .total-price.disabled {
	display: none;
}

.calculator_screen .request_special_bill {
	color: #000;
	text-align: center;
	height: 42px;
	display: none;
	font-size: 1.2em;
	line-height: 0.9em;
	padding-top: 7px;
}

.calculator_screen .total-price span {
	font-size: 18px;
	letter-spacing: 0;
	font-weight: normal;
}

.calculator_screen .buy-button-wrapper {
	margin-top: 13px;
}

.calculator_screen .buy-button-wrapper .buy-button {
	color: #FFFFFF;
	display: block;
	font-family: 'Ubuntu',sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	margin: 0 auto;
	padding: 14px 0;
	text-transform: uppercase;
	width: 230px;
}

/* =============  END Calculator_screen css  ============= */

.reviews_screen {
	background: url("../img/elements/screen_bg.png") repeat scroll center top transparent;
}

.reviews_screen .top_arrow {
	background: url("../img/elements/arrow_dark_pattern.png") no-repeat scroll center top transparent;
}

.after_main .content-wrapper {
	justify-content: center;
	flex-direction: column;
	padding: 25px 0 35px;
	flex-wrap: wrap;
	display: flex;
}

.after_text {
	font-family: "Ubuntu_Light", "Ubuntu_R", Ubuntu, Arial, sans-serif;
	margin-bottom: 25px;
	text-align: justify;
	line-height: 1.4;
	flex-basis: 100%;
	font-size: 18px;
	padding: 0 39px;
	color: #2c3243;
}

li.after_text {
	margin-bottom: 10px;
}



@media all and (min-width: 768px) and (max-width: 1023px) {
	.front_title {
		font-size: 34px;
		line-height: 36px;
		padding-top: 5px;
		margin-top: -15px;
	}
	.front_sub_title {
		font-size: 24px;
		line-height: 28px;
	}
	.server-wrapper {
		width: calc(33.33% - 10px);
	}
	.server-wrapper.standard {
		margin-left: 15px;
		margin-right: 15px;
	}
	.server-wrapper.pro {
		float: right;
	}
	.name_config {
		font-size: 21px;
	}

}

@media all and (min-width: 768px) and (max-width: 980px) {
	.review_item, .review_slider {
		width: 100%;
	}
}



@media all and (max-width: 979px) {
	.about_wrap {
		display: block;
	}
	.about_scheme_sec, .about_content_sec {
		float: none;
		margin: 0 auto 20px;
	}
	.advantage_txt {
		color: #2c3243;
		margin-top: 20px;
		min-height: 130px;
		width: 43%;

	}
	.calculator_screen .right {
		float: right;
		width: 230px;
	}
	.price_tabs .price_box_wrapp {
		flex-wrap: wrap;
	}
	.price_tabs .server-wrapper {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
	}
}


@media all and (max-width: 960px) {

	/*calculator resize*/
	.calculator_screen .left {
		width: 380px;
	}
	.calculator_screen .parameters-sliders-wrapper {
		height: 350px;
		width: 380px;
	}
	.calculator_screen .parameters-sliders-wrapper > .item > .title {
		font-size: 16px;
		font-weight: 600;
		width: 100%;
		height: auto;
	}
	.calculator_screen .parameters-sliders-wrapper > .item {
		width: 380px;
	}
    /*tab resize*/
	.screen_tabs_wrapper {
		flex-direction: column;
	}
	.screen_inner_tabs {
		width: 100%;
		display: flex;
	}
	.active_tab {
		border-right: 1px solid #cdd3ec;
		border-bottom: 0;
	}
	.screen_tab:last-child {
		border-bottom: 1px solid #cdd3ec;
		border-right: 0;
	}
	.active_tab:before {
		width: 100%;
		height: 4px;
		left: 0;
	}

}


@media all and (max-width: 767px) {
	.front_screen {
		background-position: right center;
	}
	.inner_front {
		padding: 10px 0 80px 0;
	}
	.front_title {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
		color: #000;
	}
	.front_sub_title .middle-front {
		margin-bottom: 0;
		margin-top: 0;
	}
	.front_title br, .front_sub_title br {
		display: none;
	}
	.front_sub_title {
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		width: 100%;
		color: #000;
	}
	.front_screen .contact_form {
		box-sizing: border-box;
		left: 50%;
		margin-left: -140px;
		padding: 5px 15px;
		position: absolute;
		right: auto;
		top: 150px;
		width: 280px;
	}
	.calculator_screen, .solutions_screen {
		/*display: none;*/
	}
	.title_contact {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 5px;
		text-align: center;
	}
	.inner_front {
		top: 235px;
	}
	.contact_form input[type="text"], .contact_form input[type="email"] {
		height: 34px;
		margin: 5px 0;
		padding: 0 10px;
	}
	.contact_form .orange_bt {
		margin: 5px 0 10px;
	}
	.txt_bigger {
		font-family: Ubuntu_Light,Ubuntu,sans-serif;
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.wonder_txt {
		min-height: 50px;
		width: 100%;
	}
	.title_advantage h3, .wonder_txt h3, .wonder_txt_title {
		font-size: 20px;
	}
	.wonder_txt_title {
		text-align: center;
	}

	.vds_list li {
		width: 50%;
	}

	/*.ourCloud, .reviews_screen .top_arrow {
		display: none;
	}*/

	.scheme {
		-ms-transform: scale(0.7, 0.7); /* IE 9 */
		-webkit-transform: scale(0.7, 0.7); /* Safari */
		transform: scale(0.7, 0.7);
	}

	.ourCloud .scheme[data-tab-content="ourCloud"],
	.cloud .scheme[data-tab-content="ninetyPercentClouds"] {
		width: 640px;
		margin: -110px auto -50px;
	}

	.cloud .scheme .ninety_percent {
		left: 80px;
	}


	.reviews_screen .top_arrow {
		display: none;
	}

	.server-wrapper {
		float: none !important;
		margin: 40px auto 0 !important;
	}

	.half {
		width: 60%;
		margin-left: 20%;
		float: none;
		padding-bottom: 20px;
	}
	.title_connect {
		font-size: 20px;
		line-height: 22px;
		min-height: 30px;
		padding-top: 3px;
		text-align: left;
	}
	.title_connect br, .wonder_txt h3 br,
	.wonder_txt .wonder_txt_title br, .advantage_box_title br {
		display: none !important;
	}
	.list_services {
		text-align: center;
	}
	.list_services li {
		display: inline-block;
		float: none;
		vertical-align: top;
		min-height: 40px;
		padding-bottom: 20px;
	}
	.review_item, .review_slider {
		width: 100%;
	}
	.review_content, .wonder_txt h3,
	.wonder_txt .wonder_txt_title {
		padding-left: 0;
	}

	.inner_connect {
		width: 100%;
	}
	.advantage_txt {
		color: #2c3243;
		margin-top: 20px;
		min-height: 130px;
		width: 100%;
		float: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.today_screen .left_block,
	.today_screen .right_block {
		float: none;
		width: 100%;
	}
	.today_screen .left_block .ico_style {
		float: left;
		margin-left: 0;
	}
	.today_screen .left_block li {
		text-align: left;
	}

	/*calculator resize*/
	.calculator_screen .left {
		width: 380px;
	}
	.calculator_screen .parameters-sliders-wrapper,
	.calculator_screen .description,
	.calculator_screen .parameters-sliders-wrapper > .item,
	.calculator_screen .parameters-sliders-wrapper > .item > .title {
		margin: 0 auto;
		text-align: center;
	}
	.calculator_screen .description {
		width: 100%;

	}
	.calculator_screen .left, .calculator_screen .right {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	/*tab resize*/
	.screen_tab {
		height: 40px;
		display: flex;
		align-items: center;
		padding: 10px 0;
	}
	.tabs_points {
		display: none;
	}
	.screen_tab_txt {
		font-size: 14px;
	}
	.sl_scheme_1, .sl_scheme_2,
	.sl_scheme_3, .sl_scheme_4 {
		background-size: contain !important;
		width: 96%;
		margin: 0 auto;
	}
	.solutions_screen .tab_content {
		height: auto;
	}

	.tab_content table,
	.tab_content table tbody,
	.tab_content table tr,
	.tab_content table tr td {
		display: block;
		width: 100%;
		text-align: center;
	}

	.solutions_screen table tr td:first-child,
	.solutions_screen table tr td:last-child {
		text-align: center;
	}

	.solutions_screen table tr td div {
		border-bottom: 1px solid #cbd4ee;
	}

	.solutions_screen table tr td .br_rt:after {
		display: none;
	}
}

@media all and (max-width: 580px) {

	.about_scheme_sec {
		background-size: contain;
		width: 100%;
	}
	.about_scheme_list {
		font-size: 3.2vw;
		font-weight: 600;
		position: relative;
		padding: 4% 0 0 18%;
		line-height: 1.3;
	}
	.about_scheme_name {
		font-size: 3.5vw;
		width: auto;
		top: 12%;
		left: 55%;
	}

	.scheme {
		-ms-transform: scale(0.4, 0.4); /* IE 9 */
		-webkit-transform: scale(0.4, 0.4); /* Safari */
		transform: scale(0.4, 0.4);
	}

	.ourCloud .tab-bttn {
		font-size: 13px;
		padding: 5px 0 11px;
	}

	.ourCloud .scheme[data-tab-content="ourCloud"],
	.cloud .scheme[data-tab-content="ninetyPercentClouds"] {
		width:620px;
		margin: -170px 0 -130px -170px;
	}

	.cloud .scheme .tip[data-about="storage"] {
		left: -30px;
	}


	/*tab resize*/
	.screen_inner_tabs {
		flex-direction: column;
	}
	.active_tab {
		border-bottom: 1px solid #cdd3ec;
	}



}

@media all and (max-width: 480px) {
	.today_screen li {
		font-size: 12px !important;
	}
	.today_screen li br {
		display: none;
	}

	.vds_list li {
		width: 100%;
	}

	.server-wrapper {
		width: 100%;
	}
	.front_title {
		font-size: 16px;
		line-height: 20px;
	}
	.inner_front {
		top: 210px;
	}
	.about_scheme_sec {
		height: 380px;
	}
	.price_tabs .server-wrapper {
		width: 100%;
	}
	.price_tabs .tab_label {
		font-size: 14px;
		padding: 8px 0 11px;
		line-height: 15px;
	}

	/*calculator resize*/
	.calculator_screen .left {
		width: 290px;
	}
	.calculator_screen .parameters-sliders-wrapper,
	.calculator_screen .parameters-sliders-wrapper > .item > .slider-wrapper,
	.calculator_screen .description,
	.calculator_screen .parameters-sliders-wrapper > .item,
	.calculator_screen .parameters-sliders-wrapper > .item > .title {
		width: 290px;
	}
	.adv_block_text{
		width: 420px;
		padding-left: 20px;
	}
}

@media all and (max-width: 380px) {
	.about_scheme_sec {
		height: 300px;
	}
}


@media all and (max-width: 340px) {
	.about_scheme_sec {
		height: 280px;
	}
}


/* calc fix */

.ruller .segment .number {
	visibility: hidden;
}

.ruller .segment:first-child .number {
	visibility: visible;
}

.ruller .segment.main-point .number {
	visibility: visible;
}

.main-point .bar,
.second-point .bar {
	height: 8px !important;
}







