footer,header{display:block}b,body,body div,footer,form,h1,h2,h3,h4,h5,h6,header,html,iframe,img,span{margin:0;padding:0;border:0;font-size:100%;font-weight:400;vertical-align:baseline;background:0 0}img,input,select{vertical-align:middle}html{overflow-y:auto}ul{list-style:none}a{font-size:100%;vertical-align:baseline}.clearfix:after,.clearfix:before{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}b{font-weight:700}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}button,input,select,textarea{color:inherit;font:inherit;margin:0}button,select{text-transform:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}select,textarea{border-radius:0}textarea{height:auto;min-height:50px}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:100%;-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{width:auto;overflow:visible;-webkit-appearance:none;-moz-appearance:none;border:0;border-radius:0;line-height:1}
html, body {height: 100%; display: block;overflow-x: hidden;}
body{    
	font-family: 'Poppins', sans-serif;
	background: #FFF;
	transition: all .3s ease-in-out;
}


:root {
	--blue: rgb(63, 54, 164);
	--dblue: rgb(45, 38, 112);
	--ddblue: rgb(31, 47, 62);
	--lblue: rgb(237, 252, 253);
	--cyan: rgb(65, 224, 229);
	--lorange: #FFF4F1;
	--orange: #FF8B66;
	--green: #00D3A3;
	--lgreen: #EBFAF5;
	--gray: rgb(126, 138, 168);
	--lgray: #F8FAFC;
}

a{
	text-decoration: none;
}

svg{
	max-width: 100%;
	display: block;
	position: relative;
	vertical-align: top;
}

svg.white path{
	fill: #FFF;
}

svg.blue path{
	fill: var(--blue);
}

.noscroll{
	overflow: hidden!important;
	touch-action: none!important;

}

.absolute{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}
.lds-roller.orange div:after{
	background: var(--orange);
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.wrap{
	width:1260px;
	position: relative;
	display: block;
	margin:0px auto;
}

header{
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	margin-top:35px;
	z-index: 999;
}

header .logo,
footer .logo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 950;
	padding: 5px;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 18px;
	color: var(--dblue);
}

header .logo span,
footer .logo span{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;

}
header .logo span i,
footer .logo span i{
	position: absolute;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	left: 0px;
	top: 10px;
	background: rgb(25, 93, 255);
	opacity: 0.7;
}
header .logo span i:last-child,
footer .logo span i:last-child{
	left: 15px;
	background: rgb(65, 224, 229);
	z-index: -1;
}

header .clientarea{
	position: absolute;
	display: block;
	top: 0px;
	right: 0;
	z-index: 950;
	width: 180px;
	height: 60px;
	border-radius: 30px;
	background: #FFF;
	box-shadow:0px 0px 30px 0px rgba(44, 80, 136, 0.11);
	text-align: center;
	padding-left: 22px;
	color: var(--dblue);
	font-size: 14px;
	line-height: 60px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: all .3s ease-in-out;
}

header .clientarea:hover{
	color: var(--blue);
	box-shadow: 0px 0px 30px 0px rgba(44, 80, 136, 0.22);
}

header .clientarea svg path{
	transition: all .3s ease-in-out;
}
header .clientarea svg path{
	fill: var(--dblue);
}

header .clientarea:hover svg path{
	fill: var(--blue);
}

header .clientarea i{
	width:20px;
	height:20px;
	position: absolute;
	top: 20px;
	left: 22px;
	transition: all .3s ease-in-out;
	will-change: top, left, opacity;
}

header .clientarea i.arrow{
	top: 55px;
	opacity: 0;
}

header .clientarea:hover i.person{
	top: 0px;
	opacity: 0;
}
header .clientarea:hover i.arrow{
	top: 20px;
	opacity: 1;
}

header .menu{
	position: relative;
	width: auto;
	margin:0px auto;
	text-align: left;
	padding-left: 150px;
	z-index: 900;
	transition: all .2s ease-in-out;
}

header .menu .item{
	display: inline-block;
	position: relative;
	padding:0px 30px;
	color: var(--dblue);
	font-weight: 400;
	font-size: 14px;
	line-height: 60px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

header .menu .item > a{
	color: var(--dblue);
	transition: all .3s ease-in-out;
}
header .menu .item:hover > a{
	color: var(--blue);
}

header .menu .item > a::before{
	content: "";
	background: var(--blue);
	width: 20px;
	height: 3px;
	border-radius: 1.5px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
	transition: all .3s ease-in-out;
	opacity: 0;
	will-change: opacity, bottom;
}

header .menu .item > a.menued::before{
	left: calc(50% - 25px);
}
header .menu .item:hover > a::before{
	bottom: 10px;
	opacity: 1;
}

header .menu .item:hover > a i path{
	fill: var(--blue);
}

header .menu .item > a i{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 1px;
	margin-left: 10px;
}

header .menu .item:hover{
	opacity: 1;
}

header .sublist{
	position: absolute;
	top: 120px;
	background: #FFF;
	border-radius: 30px;
	box-shadow: 0px 0px 30px 0px rgba(44, 80, 136, 0.2);
	font-size: 0;
	left: -40px;
	width:200px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
	padding:15px 0px;
}

header .item:hover .sublist{
	visibility: visible;
	opacity: 1;
	top: 80px;
}

header .item:hover .sublist::before{
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #FFF;
	position: absolute;
	top: -18px;
	left: 88px;
	z-index: 10;
}

header .sublist a{
	display: block;
	line-height: 50px;
	color: var(--gray);
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding:0px 30px;
	transition: all .3s ease-in-out;
}

header .sublist a:hover{
	color: var(--blue)
}

header .submenu{
	position: absolute;
	top: 120px;
	background: #FFF;
	border-radius: 30px;
	box-shadow: 0px 0px 30px 0px rgba(44, 80, 136, 0.2);
	font-size: 0;
	left: -100px;
	width: 1000px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
}

header .item:hover .submenu{
	visibility: visible;
	opacity: 1;
	top: 80px;
}

header .submenu::before{
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #FFF;
	position: absolute;
	top: -18px;
	left: 182px;
	z-index: 10;
}

header .submenu .item-list{
	position: relative;
	display: inline-block;
	width: 200px;
	height: auto;
	padding: 30px;
	text-align: center;
}

header .submenu .item-list i{
	display: block;
	position: relative;
	margin:0px auto;
	width: 28px;
	height: 28px;
	margin-top: 20px;
}

header .submenu .item-list i svg {
	opacity: 0.5;
}

header .submenu .item-list i::before{
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	top: -21px;
	left: -21px;
	opacity: 0.1;
	will-change: transform;
	transition: all .5s ease-in-out;
}

header .submenu .item-list:hover i::before{
	transform: scale(1.3);
}

header .submenu a:nth-child(1) .item-list i::before{border-radius: 59% 41% 22% 78% / 60% 56% 44% 40%;background-color: var(--blue)}
header .submenu a:nth-child(2) .item-list i::before{border-radius:69% 31% 50% 50% / 38% 33% 67% 62%;background-color: var(--cyan)}
header .submenu a:nth-child(3) .item-list i::before{border-radius:69% 31% 29% 71% / 49% 48% 52% 51%;background-color: var(--green)}
header .submenu a:nth-child(4) .item-list i::before{border-radius:38% 62% 74% 26% / 58% 45% 55% 42%;background-color: var(--orange)}
header .submenu a:nth-child(5) .item-list i::before{border-radius:56% 44% 50% 50% / 25% 31% 69% 75%;background-color: var(--gray)}

header .submenu .item-list i path,
header .submenu .item-list i circle{
	fill: var(--dblue);
}

header .submenu .item-list .title{
	position: relative;
	margin-top: 35px;
	font-size: 18px;
	color: var(--dblue);
	display: block;
	font-weight: 500;
	line-height: 30px;
	transition: all .5s ease-in-out;
}
header .submenu .item-list:hover .title{
	color: var(--cyan);
}

header .submenu .item-list .msg{
	position: relative;
	font-size: 11px;
	color: var(--gray);
	font-weight: 300;
	line-height: 20px;
	transition: all .5s ease-in-out;
}

header .submenu .item-list:hover .msg{
	opacity: 0.5;
}

header .showMenuButton{
	background: RGB(255, 255, 255);
	box-shadow: 0px 0px 30px 0px rgba(44, 80, 136, 0.18);
	width: 60px;
	height: 60px;
	border-radius: 30px;
	position: absolute;
	top: 0;
	right: 0px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: all .2s ease-in-out;
	z-index: 500;
}

header .showMenuButton .bar{
	height: 3px;
	border-radius: 2px;
	background: var(--blue);
	position: absolute;
	left: 18px;
	transition: all .2s ease-in-out;
}

header .showMenuButton .bar:nth-child(1){top: 18px;width: 13px;}
header .showMenuButton .bar:nth-child(2){top: 28px;width: 26px;}
header .showMenuButton .bar:nth-child(3){top: 38px;width: 19px;}

header .showMenuButton:not(.active):hover .bar:nth-child(1){width: 18px;}
header .showMenuButton:not(.active):hover .bar:nth-child(2){width: 15px;}
header .showMenuButton:not(.active):hover .bar:nth-child(3){width: 27px;}


header .showMenuButton.active{
	background: var(--blue);
}
header .showMenuButton.active .bar{
	background: #FFF;
}

header .showMenuButton.active .bar:nth-child(1){top: 28px;left: 15px;width: 30px;transform: rotate(45deg);}
header .showMenuButton.active .bar:nth-child(2){opacity: 0;width: 30px;}
header .showMenuButton.active .bar:nth-child(3){top: 28px;left: 15px;width: 30px;transform: rotate(-45deg);}



#intro{
	display: block;
	position: relative;
	height: 580px;
	margin-top: 40px;
}

#intro .back{
	height: 500px;
	border-radius: 40px;
	background: var(--lblue);
	transform: translateY(150px);
	will-change: transform, opacity;
	opacity: 0;
	transition: all 1s ease-in-out;
}

#intro.active .back{
	transform: translateY(0px);
	opacity: 0;
}

#intro .title,
#intro .subtitle{
	margin:0px auto;
	width: 500px;
	height: auto;
	position: relative;
	z-index: 200;
	text-align: center;
	will-change: transform, opacity;
	transform: translateY(-150px);
	opacity: 0;
	transition: all 1s ease-in-out;
}

#intro .title{
	font-size:44px;
	font-weight: 500;
	color: var(--blue);
	padding-top: 85px;
	line-height: 50px;
}

#intro .subtitle{
	font-size:16px;
	font-weight:300;
	color: var(--blue);
	margin-top: 15px;
}


#intro.active .title,
#intro.active .subtitle{
	transform: translateY(0px);
	opacity: 1;
}

#intro .back-lines{
	z-index: 80;
	height: 500px;
	overflow: hidden;
	border-radius: 35px;
	opacity: 0;
	transition: all 2s ease-in-out;
}

#intro.active .back-lines{
	opacity: 1;
	transform: scale(2) !important;
}

#intro .back-lines .line{
	position: absolute;
	opacity: 0.5;
}

#intro .back-lines .line svg path{
	stroke: var(--cyan);
}

#intro .back-lines .line-left{
	max-width: 80%;
}

#intro .back-lines .line-left svg{
	top: -60px;
	left: -60px;
}

#intro .back-lines .line-right{
	max-width: 60%;
	top: 0px;
	right: 0px;
	left: unset!important;
}

#intro .back-lines .line-right svg{
	top: -30px;
	right: -30px;
}

#intro .back-lines .line-bottom{
	max-width: 70%;
	bottom: 0px;
	left: 0!important;
}

#intro .back-lines .line-bottom svg{
	bottom: 30px;
	right: -30px;
}

#intro .center-box{
	position: absolute;
	top: 260px;
	width: 500px;
	height: 300px;
	background: #FFF;
	border-radius: 35px;
	box-shadow: 0px 0px 50px 0px rgba(64, 54, 158,0.1);
	z-index: 500;
	left: calc(50% - 250px);
	transform: scale(0);
	transform-origin: 50% 80%;
	opacity: 0;
	transition: all 1s ease-in-out;
	will-change: transform, opacity;
}

#intro.active .center-box{
	opacity: 1;
	transform: scale(1);
}

#intro .center-box .tit{
	display: block;
	position: relative;
	margin-top: 40px;
	font-size: 22px;
	color: var(--dblue);
	font-weight: 500;
	text-align: center;
}



#intro .anim-dc,
#intro .anim-server,
#intro .anim-payment,
#intro .anim-deploy,
#intro .anim-deployed,
#intro .anim-final{
	opacity: 0;
	height: auto;
	visibility: hidden;
	transition: all .5s ease-in;
	will-change: transform, opacity, visibility;
	transform: translateY(60%);
}

#intro .anim-server.active,
#intro .anim-payment.active,
#intro .anim-deploy.active,
#intro .anim-deployed.active,
#intro .anim-final.active{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

#intro .anim-dc.hidden,
#intro .anim-server.hidden,
#intro .anim-payment.hidden,
#intro .anim-deploy.hidden,
#intro .anim-deployed.hidden,
#intro .anim-final.hidden{
	transform: translateY(-60%);
	opacity: 0;
	visibility: hidden;
}

#intro .anim-dc{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#intro .anim-dc .list{
	display: block;
	position: relative;
	height: 200px;
	font-size: 0;
	text-align: center;
	margin-top: 30px;
	padding:0px 30px;
}

#intro .anim-dc .list .dc{
	width: 33%;
	display: inline-block;
	padding: 20px;
	position: relative;
	vertical-align: top;
}

#intro .anim-dc .list .dc::before{
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 5%;
	content: "";
	opacity: 0;
	tranform:scale(0);
	border-radius: 20px;
	background: var(--lblue);
	transition: all .3s ease-in-out;
}

#intro .anim-dc .list .dc.hover::before{
	opacity: 1;
	transform:scale(1);
	z-index: -1;
}

#intro .anim-dc .list .dc img{
	max-width: 60px;
	border-radius: 3px;
	display: block;
	margin:0px auto;
	box-shadow: 0px 0px 30px 0px rgba(64, 54, 158,0.15);
}

#intro .anim-dc .list .dc .n{
	font-size: 16px;
	color: var(--blue);
	font-weight: 500;
	margin-top: 10px;
}

#intro .anim-dc .list .dc span{
	font-size: 11px;
	color: var(--blue);
	font-weight: 300;
	opacity: 0.5;
}

#intro .anim-server .list{
	display: block;
	position: relative;
	height: 200px;
	font-size: 0;
	text-align: center;
	margin-top: 20px;
	padding:0px 30px;
}

#intro .anim-server .sv{
	width: 33%;
	display: inline-block;
	padding: 20px;
	position: relative;
	vertical-align: top;
}

#intro .anim-server .sv::before{
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 5%;
	content: "";
	opacity: 0;
	tranform:scale(0);
	border-radius: 20px;
	background: var(--lblue);
	transition: all .3s ease-in-out;
	z-index: -1;
	will-change: transform, opacity;
}

#intro .anim-server .sv.hover::before{
	opacity: 1;
	transform:scale(1);
}

#intro .anim-server .sv i,
#intro .sv-block i{
	max-width: 38px;
	display: block;
	position: relative;
	margin:0px auto;
	opacity: 0.4;
	margin-top: 5px;
	transition: all .3s ease-in-out;
}

#intro .anim-server .sv i path,
#intro .sv-block i path{
	fill: var(--blue);
}

#intro .anim-server .sv.hover i{
	opacity: 1;
}

#intro .anim-server .sv .n,
#intro .sv-block .n{
	font-size: 16px;
	color: var(--blue);
	font-weight: 500;
	margin-top: 10px;
}

#intro .anim-server .sv .desc,
#intro .sv-block .desc{
	display: block;position: relative;
	margin-top: 10px;
}
#intro .anim-server .sv .desc > div,
#intro .sv-block .desc > div{
	display: block;
	height: 8px;
	border-radius: 4px;
	background: var(--lblue);
	margin:0px auto;
	margin-bottom: 8px;
	transition: all .3s ease-in-out;
}
#intro .anim-server .sv.hover .desc > div,
#intro .sv-block .desc > div{
	background: var(--blue);
	opacity: 0.05;
}

#intro .anim-server .sv .desc >div:nth-child(1),
#intro .sv-block .desc >div:nth-child(1){width: 70%;}

#intro .anim-server .sv .desc >div:nth-child(2),
#intro .sv-block .desc >div:nth-child(2){width: 80%;}

#intro .anim-server .sv .desc >div:nth-child(3),
#intro .sv-block .desc >div:nth-child(3){width: 50%;}

#intro .anim-server .tit,
#intro .sv-block .tit{
	margin-top: 30px;
	margin-bottom: 25px;
}

#intro .anim-dc .list .dc.hover::before{
	opacity: 1;
	transform:scale(1);
}

#intro .anim-payment .subi{
	font-size: 14px;
	color: var(--blue);
	opacity: 0.5;
	font-weight: 300;
	text-align: center;
}

#intro .anim-payment  .list{
	display: block;
	position: relative;
	height: 200px;
	font-size: 0;
	text-align: center;
	margin-top: 30px;
	padding:0px 20px;
}

#intro .anim-payment  .pm{
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

#intro .anim-payment  .pm i{
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 15px;
	border-radius: 30px;
	display: block;
	position: relative;
	margin:0px auto;
	opacity: 0.5;
	margin-top: 5px;
	transition: all .3s ease-in-out;
}

#intro .anim-payment  .pm i path{fill: #FFF;}
#intro .anim-payment  .pm.paypal i{background: #2FACE9;}
#intro .anim-payment  .pm.card i{background: #ff9f43;}
#intro .anim-payment  .pm.bank i{background: #1dd1a1;}
#intro .anim-payment  .pm.bitcoin i{background: #EE8E12;padding:8px;}

#intro .anim-payment  .pm span{
	font-size: 14px;
	color: var(--blue);
	font-weight: 400;
	margin-top: 10px;
	display: block;
	line-height: 20px;
	opacity: 0.6;
}

#intro .anim-payment  .under{
	font-size: 11px;
	color: var(--blue);
	font-weight: 400;
	margin-top: 30px;
	display: block;
	opacity: 0.4;
}

#intro .anim-payment  .pm.hover i,
#intro .anim-payment  .pm.hover span{
	opacity: 1;
}

#intro .anim-deploy .load{
	display: block;
	margin:50px auto;
	width: 80px;
	height: 80px;
	opacity: 0.5;
	position: relative;
	margin-bottom: 40px;
}

#intro .anim-deploy .load .finished{
	width: 80px;
	height: 80px;
	position: absolute;
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}

#intro .anim-deploy .load .finished svg{
	display: block;
	position: relative;
	vertical-align: top;
}

#intro .anim-deploy .load .finished path{
	fill: var(--green);
}

#intro .anim-deploy .load .lds-roller{
	transition: all .3s ease-in-out;
	position: absolute;	
}

#intro .anim-deploy .load.hideLoad .lds-roller{
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

#intro .anim-deploy .load.hideLoad .finished{
	transform: translateY(0%);
	opacity: 1;
	visibility: visible;
}

#intro .anim-deploy .status{
	font-size: 16px;
	display: block;
	position: relative;
	text-align: center;
	color: var(--dblue);
	opacity: 0.5;
	will-change: contents;
}

#intro .anim-deployed{
	text-align: center;
}

#intro .anim-deployed span{
	font-size: 14px;
	color: var(--blue);
	opacity: 0.5;
	font-weight: 300;
	text-align: center;
}

#intro .anim-deployed .box{
	border-radius: 15px;
	width:210px;
	height: auto;
	border:2px dashed rgba(63, 54, 164,0.2);
	position: relative;
	margin:30px auto;
	display: block;
	padding:15px 25px;
	text-align: left;
}

#intro .anim-deployed .box .n{
	font-size: 16px;
	font-weight: 500;
	color: var(--dblue);
	margin-bottom: 10px;
}

#intro .anim-deployed .box .l{
	font-size: 12px;
	font-weight: 500;
	color: var(--dblue);
	opacity: 0.6;
	font-weight: 300;
}
#intro .anim-deployed .box .l b{
	width: 80px;
	display: inline-block;
}

#intro .anim-deployed .box .l .he{
	top: 2px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
}

#intro .anim-final{
	text-align: center;
}
#intro .anim-final span{
	font-size: 14px;
	color: var(--blue);
	opacity: 0.5;
	font-weight: 300;
	text-align: center;
}

#intro .anim-final i{
	width: 80px;
	height: 80px;
	margin:20px auto;
	display: block;
}
#intro .anim-final i path{
	fill: var(--green);
}

#intro .anim-final .signUpButton{
	margin:0px auto;
	background:var(--lgreen);
	color: var(--green);
}

#intro .anim-final .signUpButton::before,
#intro .anim-final .signUpButton::after{
	background:var(--green);
}

#intro .blocks{
	height: 500px;
	z-index: 120;
}

.squircle{
	z-index: -1;
}

.squircle svg{
	max-height: 100%;
}

#intro .dc-block,
#intro .sv-block,
#intro .pm-block,
#intro .deployed-block{
	will-change: transform, opacity;
}

#intro .dc-block{
	position: absolute;
	top: 0;left: 0;
	transform:translate(400px, 350px) scale(0);
	width: 260px;
	height: 100px;
	border-radius:50px;
	box-shadow: 0px 0px 30px 0px rgba(63, 54, 164,0.15);
	transition: all .6s ease-in;
	visibility: hidden;
	padding:20px;
	text-align: center;
	opacity: 0;
}

#intro .dc-block::before,
#intro .sv-block::before{
	position: absolute;
	width: 60%;
	background: #FFF;
	left: 20%;
	content: "";
	height: 100%;
	top: 0;
	z-index: -1;
}

#intro .dc-block .squircle,
#intro .sv-block .squircle{
	width: 100px;height: 100px;
}
#intro .dc-block .squircle.righty,
#intro .sv-block .squircle.righty{
	right: 0;
	left: unset;
}
#intro .dc-block.visible{
	transform:translate(40px, 160px) scale(1);
	opacity: 1;
	visibility: visible;
}

#intro .dc-block .img{
	font-size: 18px;
	background: var(--lblue);
	width: 70px;
	height: 70px;
	top: 15px;
	left: 15px;
	position: absolute;
	padding: 15px;
	border-radius: 27% 73% 32% 68% / 67% 42% 58% 33% ;
}
#intro .dc-block .img img{
	margin-top: 7px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(63, 54, 164,0.2);
}

#intro .dc-block .n{
	font-size: 18px;
	color: var(--blue);
	font-weight: 500;
	line-height: 60px;
	margin-left: 70px;
}

#intro .sv-block{
	position: absolute;
	transform:translate(400px, 350px) scale(0);
	left: 0;
	width:260px;
	height: 100px;
	border-radius: 50px;
	box-shadow: 0px 0px 30px 0px rgba(63, 54, 164,0.15);
	transition: all .6s ease-in;
	visibility: hidden;
	background: #FFF;
	padding:20px;
	text-align: center;
	opacity: 0;
	will-change: transform, opacity, left;
}

#intro .sv-block.visible{
	left: 100%;
	transform:translate(-300px, 160px) scale(1);
	opacity: 1;
	visibility: visible;
}

#intro .sv-block span{
	font-size: 10px;
}

#intro .sv-block i{
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 46px;
}

#intro .sv-block .n{
	position: absolute;
	top: 7px;
	left: 85px;
}
#intro .sv-block .desc{
	position: absolute;
	top: 48px;
	left: 85px;
	text-align: left;
	margin-top: 0;
	width: 140px;
}

#intro .sv-block .desc .l{
	margin:0px;
	margin-bottom: 5px;
}

#intro .pm-block{
	position: absolute;
	transform:translate(400px, 350px) scale(0);
	width:130px;
	height: 130px;
	border-radius: 50px;
	box-shadow: 0px 0px 30px 0px rgba(63, 54, 164,0.15);
	transition: all .6s ease-in;
	visibility: hidden;
	padding:20px;
	text-align: center;
	opacity: 0;
}

#intro .pm-block.visible{
	transform:translate(180px, 300px) scale(1);
	opacity: 1;
	visibility: visible;
}

#intro .pm-block span{
	font-size: 14px;
	color: var(--orange);
	display: block;
	margin-top: 10px;
	font-weight: 500;
}

#intro .pm-block i{
	display: block;
	border-radius: 60% 40% 40% 60% / 54% 52% 48% 46%;
	background: rgb(255, 159, 67);
	padding: 15px;
	position: relative;
	width: 60px;
	height: 60px;
	margin:0px auto;
	opacity: 0.7;
}

#intro .pm-block i path{
	fill: #FFF;
}

#intro .deployed-block{
	position: absolute;
	transform:translate(400px, 400px) scale(0);
	width:130px;
	height: 130px;
	left: 0;
	border-radius: 50px;
	box-shadow: 0px 0px 30px 0px rgba(63, 54, 164,0.15);
	transition: all .6s ease-in;
	visibility: hidden;
	padding:20px;
	text-align: center;
	opacity: 0;
	will-change: transform, opacity, left;
}

#intro .deployed-block.visible{
	left: 100%;
	transform:translate(-310px, 300px) scale(1);
	opacity: 1;
	visibility: visible;
}

#intro .deployed-block span{
	font-size: 14px;
	color: var(--green);
	display: block;
	margin-top: 10px;
	font-weight: 500;
}

#intro .deployed-block i{
	display: block;
	border-radius: 45% 55% 32% 68% / 62% 53% 47% 38% ;
	background: var(--green);
	padding: 15px;
	position: relative;
	width: 60px;
	height: 60px;
	margin:0px auto;
	opacity: 0.7;
}

#intro .deployed-block i path{
	fill: #FFF;
}

#intro-offer{
	display: block;
	position: relative;
	width: 700px;
	height: 170px;
	border-radius: 30px;
	background: #FFF3F2;
	margin:40px auto;
	overflow: hidden;
	will-change: transform, opacity;
	animation: offerin 1s;

}

@keyframes offerin {
	from {transform: translateY(100px);opacity: 0;}
	to {transform: translateY(0px);opacity: 1;}
}

#intro-offer .msg{
	line-height: 170px;
	font-weight: 400;
	color: var(--dblue);
	font-size: 18px;
	padding-left: 50px;
}

#intro-offer .btn{
	position: absolute;
	top: 55px;
	right: 50px;
	height: 60px;
	border-radius: 15px;
	padding:0px 30px;
	line-height: 60px;
	font-weight: 14px;
	color: #FFF;
	background: var(--blue);
	transition: all .3s ease-in-out;
	will-change: opacity;
}

#intro-offer .btn:hover{
	opacity: 0.6;
}

#subIntroLines .line{
	position: absolute;
}

#subIntroLines .line svg path{
	stroke: var(--orange);
}

#subIntroLines .line-left{
	max-width:80%;
}

#subIntroLines .line-left svg{
	top: -30px;
	left: -60px;
}

#subIntroLines .line-right{
	max-width: 40%;
	top: 0px;
	right: 0px;
	left: unset!important;
}

#subIntroLines .line-right svg{
	top: -20px;
	right: -30px;
}

#home-features{
	display: block;
	position: relative;
	margin-top: 80px;
}

#home-features .title{
	height: 150px;
}

#home-features .title .circle{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	border-radius: 59% 41% 71% 29% / 48% 52% 48% 52%;
	background: var(--lblue);
	z-index: -1;
}

#home-features .title h3{
	font-size: 36px;
	color: var(--blue);
	font-weight: 500;
	position: absolute;
	top: 65px;
	left: 30px;
}

#home-features .title .pre{
	font-size: 14px;
	color: var(--cyan);
	font-weight: 400;
	position: absolute;
	top: 49px;
	left: 30px;
}

#home-features .title .desc{
	font-size: 16px;
	font-weight: 400;
	color: var(--gray);
	position: absolute;
	top: 65px;
	right: 20px;
	text-align: right;
}

#home-features .list{
	display: block;
	position: relative;
	font-size: 0;
	margin-top: 70px;
}

#home-features .list .item{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	position: relative;
	margin-bottom: 50px;
}

#home-features .list .item .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}

#home-features .list .item .icon .b{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;left: 0;
}

#home-features .list .item .icon i{
	position: absolute;
	width: 32px;
	height: 32px;
	left: 19px;
	top: 19px;
	z-index: 10;
}

#home-features .list .item .icon.network .b{background:var(--lblue);border-radius: 38% 62% 55% 45% / 64% 61% 39% 36%;}
#home-features .list .item .icon.uptimes .b{background:var(--lgreen);border-radius: 38% 62% 36% 64% / 52% 40% 60% 48%;}
#home-features .list .item .icon.panel .b{background:var(--lorange);border-radius: 43% 57% 66% 34% / 39% 51% 49% 61% ;}

#home-features .list .item .icon.network i path{fill: var(--blue);}
#home-features .list .item .icon.uptimes i path{fill: var(--green);}
#home-features .list .item .icon.panel i path{fill: var(--orange);}

#home-features .list .item .cont{
	position: relative;
	padding-left: 90px;
	padding-right: 30px;
}

#home-features .list .item .cont .tit{
	display: block;
	position: relative;
	font-size: 24px;
	color: var(--blue);
	font-weight: 500;
	margin-top: 5px;
}

#home-features .list .item .cont .desc{
	display: block;
	position: relative;
	font-size: 14px;
	color: var(--gray);
	font-weight:400;
	margin-top: 5px;
}

#home-partners{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 30px;
	font-size: 0;
	height: 500px;
}

#home-partners .infos{
	display: inline-block;
	width: 40%;
	vertical-align: top;
	padding-left: 50px;
}

#home-partners .lining{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 500px;
	overflow: hidden;
	opacity: 0.2;
}

#home-partners .lining .line{
	position: absolute;
	top: -20%;
	left: -20%;
	width: 80%;
}

#home-partners .lining .line svg path{
	stroke: var(--blue);
}

#home-partners .title{
	font-size: 52px;
	font-weight: 500;
	color: var(--blue);
	display: block;
	margin-top: 120px;
}

#home-partners .sub{
	font-size: 18px;
	font-weight: 300;
	color: var(--dblue);
	opacity: 0.4;
	display: block;
}

#home-partners .list{
	position: relative;
	margin-top: 50px;
	display: block;
	float: right;
	font-size: 0;
	width: 600px;
	text-align: right;
	vertical-align: top;
}

#home-partners .list .lines{
	z-index: -1;
	opacity: 0.1;
}

#home-partners .list .lines i{
	border: 1px dashed var(--blue);
	position: absolute;
}

#home-partners .list .lines i:nth-child(1){ width: 100%;height: 1px; top:200px;left:0; }
#home-partners .list .lines i:nth-child(2){ width: 1px;height: 100%; top:0px;left:200px; }
#home-partners .list .lines i:nth-child(3){ width: 1px;height: 100%; top:0px;left:400px; }

#home-partners .list .item{
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	padding:50px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

#home-partners .list .item:hover{
	opacity: 0.5;
}
#home-partners .list .item img{
	transition: all .3s ease-in-out;
}
#home-partners .list .item:hover img{
	transform: scale(0.8)
}

#home-partners .list .item:nth-child(1){padding:60px;}
#home-partners .list .item:nth-child(2){padding:60px;}
#home-partners .list .item:nth-child(3){padding:40px;}
#home-partners .list .item:nth-child(4){padding:55px;}
#home-partners .list .item:nth-child(5){padding:60px;}
#home-partners .list .item:nth-child(6){padding:60px;}

.signUpButton{
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 10px;
	text-align: left;
	padding:0px 30px;
	background: var(--lorange);
	color: var(--orange);
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.signUpButton:hover{
	border-radius: 15px;
	opacity: 0.6;
}

.signUpButton::before,
.signUpButton::after{
	width: 1px;
	height: 7px;
	position: absolute;
	top: 20px;
	right: 25px;
	background: var(--orange);
	content: "";
	transform: rotate(-45deg);
	z-index: 10;
	transition: all .3s ease-in-out;
}

.signUpButton::after{
	top: 24px;
	transform: rotate(45deg);
}

.signUpButton:hover::before,
.signUpButton:hover::after{
	right: 20px;
}

#home-partners .signUpButton{
	margin-top: 30px;
}

#home-servers{
	display: block;
	position: relative;
}

#home-servers .bigtitle{
	font-size: 44px;
	font-weight: 400;
	color: var(--blue);
	text-align: center;
	margin-top: 60px;
	display: block;
}
#home-servers .sub{
	font-size: 16px;
	font-weight: 400;
	color: var(--gray);
	display: block;
	text-align: center;
}

#home-servers .products{
	display: block;
	position: relative;
	font-size: 0;
	margin-top: 80px;
}

.server-block{
	display: inline-block;
	width: 33.33%;
	height: auto;
	padding: 25px;
	position: relative;
}

.server-block .block{
	display: block;
	width: 100%;
	height: 500px;
	border-radius: 40px;
	text-align: center;
	background: var(--lgray);
	padding-top: 60px;
	position: relative;
	transition: all .3s ease-in-out;
}

.server-block .block:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 40px 0px rgba(126, 138, 168,0.1);
}

.server-block .block .lines{
	overflow: hidden;
	border-radius: 40px;
}

.server-block .lines .line{
	position: absolute;
	width: 100%;
	opacity: 0.4;
}

.server-block .lines .line svg path{
	stroke: var(--blue);
}

.server-block .lines .line-left{
	max-width: 200%;
	transform: rotate(-20deg);
}

.server-block.dedicated .lines .line-left{
	max-width: 200%;
	transform: rotate(10deg);
	top: -10px;
	left: -10px;
	width: 120%;
	opacity: 1;
}
.server-block.dedicated .lines .line-right{
	max-width: 200%;
	transform: rotate(15deg);
	bottom: -10px;
	left: -10px;
	width: 120%;
	opacity: 1;
}

.server-block.dedicated .lines .line svg path{
	stroke: var(--orange);
}

.server-block .lines .line-right{
	max-width: 200%;
	bottom: 0px;
	right: 0px;
	left: unset!important;
}

.server-block .lines .line-right svg{
	right: -30px;
}

.server-block .block i{
	display: block;
	width: 60px;
	height: 60px;
	margin:0px auto;

}

.server-block .block i svg path,
.server-block .block i svg circle{
	fill: var(--gray);
	opacity: 0.5;
}

.server-block.dedicated .block i svg path,
.server-block.dedicated .block i svg circle{
	fill: var(--orange);
}

.server-block .block .title{
	font-size: 32px;
	color: var(--blue);
	display: block;
	margin-top: 40px;
	font-weight: 500;
	margin-bottom: 30px;
}

.server-block.dedicated .block .title{
	color: var(--orange);
}

.server-block .block .pre,
.server-block .block .after{
	font-size:12px;
	color: var(--gray);
	display: block;
	font-weight: 300;
	letter-spacing: 2px;
}

#home-servers .item.dedicated .title,
#home-servers .item.dedicated .pre,
#home-servers .item.dedicated .after{
	color: var(--orange)!important;
}

.server-block .block .price{
	font-size:54px;
	color: var(--blue);
	display: block;
	font-weight: 500;
	margin-left: -15px;
}

.server-block .block .signUpButton{
	margin:0px auto;
	margin-top: 40px;
	background: transparent;
	color: var(--blue);
	border:1px solid rgb(217, 228, 245);
	line-height: 48px;
	font-size: 14px;
	width: 160px;

}

.server-block.notcenter .block .signUpButton{
	width: 150px;
	background: var(--lgray)
}

.server-block .block .signUpButton::before,
.server-block .block .signUpButton::after{
	background: var(--blue);
}
.server-block.notcenter .block .signUpButton::before{
	top: 19px;
}
.server-block.notcenter .block .signUpButton::after{
	top: 23px;
}

.server-block.dedicated .block .signUpButton{
	background: var(--blue);
	border:none;
	line-height: 50px;
	color: #FFF;
}
.server-block.dedicated .block .signUpButton::before,
.server-block.dedicated .block .signUpButton::after{
	background: #FFF;
}

.server-block.dedicated .block{
	background: var(--lorange);
	transform: translateY(-40px);
}
.server-block.dedicated .block{
	background: var(--lorange);
}

.server-block.streaming i{
	width: 80px;
}

.server-block.dedicated .block:hover{
	transform: translateY(-50px);
	box-shadow: 0 0 40px 0px rgba(255, 139, 102, 0.1);
}

#home-dcs{
	position: relative;
	display: block;
	margin-top: 20px;
	height: 500px;
}

#home-dcs .map{
	width: 500px;
	height: 500px;
}

#home-dcs .map .bg{
	background:url(../img/europe.png);
	background-size: cover;
	opacity: 0.2;
}

#home-dcs .map .point{
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
}

#home-dcs .map .point.sweeden{
	top: 31%;
	left: 51%;
}

#home-dcs .map .point.belgium{
	top: 56%;
	left: 34%;
}

#home-dcs .map .point.netherlands{
	top: 50%;
	left: 35%;
}

#home-dcs .map .point::before{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border:1px solid var(--blue);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	animation: mappoint 1s linear infinite;
	will-change: transform;
	transition: all .3s ease-in-out;
}


#home-dcs .map .point:hover::before{
	border:2px solid var(--blue);
}

@keyframes mappoint {
	0% {
		transform:scale(1);
	}
	50%{

		transform:scale(0.7);
	}
	100% {
		transform: scale(1);
	}
}

#home-dcs .map .point::after{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background:var(--blue);
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
}

#home-dcs .map .point .tooltip{
	width: 150px;
	height: 130px;
	background:#FFF;
	position: absolute;
	top: -160px;
	left: -60px;
	border-radius: 20px;
	box-shadow: 0 0 30px 0 rgba(63, 54, 164,0.2);
	transform: translateY(-50px);
	opacity: 0;
	will-change: opacity, transform;
	visibility: hidden;
	cursor: pointer;
	transition: all .3s ease-in-out;
	z-index: 500;
}
#home-dcs .map .point .tooltip::before{
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #FFF;
	position: absolute;
	bottom: -10px;
	left: 60px;
}

#home-dcs .map .point:hover .tooltip{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
#home-dcs .map .point .tooltip img{
	display: block;
	margin:30px auto;
	margin-bottom: 15px;
	max-width: 50px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0 rgba(63, 54, 164,0.3);
}

#home-dcs .map .point .tooltip .country{
	text-align: center;
	font-size: 18px;
	display: block;
}


#home-dcs .infos{
	width: 50%;
	float: right;
}

#home-dcs .infos .title{
	font-size: 32px;
	font-weight: 500;
	color: var(--blue);
	display: block;
	margin-top: 70px;
}
#home-dcs .infos .options{
	display: block;
	margin-top: 20px;
}

#home-dcs .infos .options .line{
	display: block;
	margin-top: 10px;
	font-size: 18px;
	color: var(--gray);
}
#home-dcs .infos .options .line i{
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top:6px;
}

#home-dcs .infos .options .line i path{
	fill: var(--gray);
}

#home-contact{
	display: block;
	position: relative;
	margin-top: 80px;
}

#home-contact .text{
	display: block;
	float: left;
	width: 50%;
	vertical-align: top;
	position: relative;
	padding-left: 50px;
	text-align: center;
}

#home-contact .text .circle{
	position: absolute;
	top: 10px;
	left: 45%;
	width: 150px;
	height: 150px;
	border-radius: 59% 41% 71% 29% / 48% 52% 48% 52%;
	background: var(--lblue);
	z-index: -1;
	opacity: 0.7;
}
#home-contact .text .t{
	font-size: 54px;
	color: var(--blue);
	font-weight: 500;
	display: block;
	margin-top: 50px;
}
#home-contact .text .sub{
	font-size: 18px;
	color: var(--gray);
	font-weight: 300;
	display: block;
}

#home-contact .checklist{
	display: block;
	width: 220px;
	text-align: left;
	margin:0px auto;
	margin-top: 50px;
}

#home-contact .checklist .line{
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: var(--gray);
	font-weight: 300;
}
#home-contact .checklist .line i{
	width: 22px;
	height:22px;
	display: inline-block;
	position: relative;
	margin-right: 15px;
	top:4px;
	opacity: 0.6;
}

#home-contact .checklist .line i path{
	fill: var(--gray);
}

#home-contact .contact{
	display: block;
	position: relative;
	float: right;
	width: 50%;
	vertical-align: top;
}

#home-contact .form{
	width: 500px;
	float: right;
}

#home-contact .form .input{
	font-size: 16px;
	color: var(--blue);
	font-weight: 300;
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	border-radius: 20px;
	margin-bottom: 40px;
	background: var(--lgray);
}
#home-contact .form .input.textarea{
	height: 200px;
}
#home-contact .form .input input,#home-contact .form .input textarea{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border:none;
	font-size: 16px;
	color: var(--blue);
	font-weight: 300;
	height: 100%;
	padding:0px 30px;
	background: transparent;
}

#home-contact .form .input.textarea textarea{
	padding: 25px 30px;
	resize: none;
}

#home-contact .form .input .pre{
	position: absolute;
	height: 70px;
	line-height: 70px;
	left: 30px;
	top:0;
	transition: all .3s ease-in-out;
}

#home-contact .form .input.clicked .pre,
#home-contact .form .input:hover .pre{
	top: -50px;
	left: 20px;
	opacity: 0.5;
}

textarea:focus, input:focus{
	outline: none;
}

*:focus {
	outline: none;
}
#home-contact .form .button{
	margin:0px auto;
	margin-top: 20px;
	display: block;
	height: 60px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 60px;
	background:var(--blue);
	color: #FFF;
	padding-left: 35px;
}
#home-contact .form .button::before{top: 25px;background:#FFF;}
#home-contact .form .button::after{top: 30px;background:#FFF;}

#home-contact .form-sent{
	padding: 0px 100px;padding-top: 150px;
}
footer{
	position: relative;
	display: block;
	margin-top: 100px;
	transition: all .3s ease-in-out;
}

footer .logo{
	position: relative;
	display: block;
}

footer .line{
	width: 100%;
	display: block;
	height: 1px;
	background: var(--blue);
	opacity: 0.1;
	margin-bottom: 30px;
	position: relative;
}

footer .after{
	display: block;
	height: 70px;
}
footer .after .copy{
	text-align: center;
	line-height: 70px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: var(--gray);
}

footer .content{
	display: block;
	font-size: 0;
	position: relative;
	height: 200px;
}

footer .content .infos,
footer .content .servers,
footer .content .resources,
footer .content .contact{
	position: relative;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	text-align: center;
}

footer .sublogo{
	display: block;
	position: relative;
	font-size: 12px;
	color: var(--dblue);
	padding-left: 0px;
	letter-spacing: 1px;
}

footer .logo span{
	top: -3px;
}

footer .logo{
	font-size: 28px;
}

footer .social{
	display: block;
	position: relative;
	margin-top: 20px;
}
footer .social .tit{
	display: block;
	font-weight: 300;
	color: var(--dblue);
	margin-bottom: 8px;
	font-size: 22px;
	opacity: 0.6;
}

footer .social a{
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
	width: 50px;
	height: 50px;
	padding:12px;
	transition: all .2s ease-in-out;
	background:var(--lgray);
}

footer .social a:hover{
	background: #FFF;
	box-shadow: 0 0 30px 0 rgba(25, 93, 255, 0.2);
}

footer .social path{
	fill: var(--dblue);
	opacity: 0.4;
	transition: all .2s ease-in-out;
}
footer .social a:hover path{
	fill: rgb(25, 93, 255);
	opacity: 1;
}

footer .social .face{
	border-radius: 63% 37% 64% 36% / 41% 63% 37% 59% ;
}
footer .social .twitter{
	border-radius: 37% 63% 58% 42% / 41% 42% 58% 59% ;
}

footer .servers .tit,
footer .resources .tit,
footer .contact .tit{
	font-size: 22px;
	font-weight: 300;
	color: var(--dblue);
	margin-bottom: 15px;
	margin-top: 12px;
}

footer .servers a,
footer .resources a{
	font-size: 14px;
	font-weight: 300;
	color: var(--dblue);
	margin-bottom: 8px;
	cursor: pointer;
	opacity: 0.6;
	display: block;
	transition: all .2s ease-in-out;
}

footer .servers a:hover,
footer .resources a:hover{
	opacity: 1;
	color: var(--blue);
}

footer .contact .tit{
	margin-bottom: 20px;
}
footer .contact .lin{
	display: block;
	position: relative;
	opacity: 0.8;
	transition: all .2s ease-in-out;
	text-align: left;
	margin:0px auto;
	margin-bottom: 15px;
	width: 160px;
	cursor: pointer;
}
footer .contact .lin:hover{
	opacity: 1;
}
footer .contact span{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: var(--dblue);
	font-weight: 300;
}

footer .contact svg{
	width: 24px;
	height: 24px;
	display: inline-block;
}
footer .contact svg path{
	fill: var(--dblue);
}

footer .contact .address{
	font-size: 14px;
	font-weight: 300;
	color: var(--dblue);
}


#servers{
	position: relative;
	display: block;
}

#servers .head h1{
	font-size: 54px;
	font-weight: 500;
	color: var(--ddblue);
	display: block;
	margin-top: 50px;
}

#servers .head span{
	font-size: 24px;
	font-weight: 300;
	color: var(--gray);
	display: block;

}

#servers .instant{
	position: relative;
	width: 100%;
}

#servers .checks{
	display: block;
	padding: 30px;
	position: relative;
	margin-top: 15px;
}

#servers .checks .item{
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	color: var(--gray);
	line-height: 30px;
}
#servers .checks .item i{
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	margin-right: 15px;
	top: 4px;
}
#servers .checks .item i path{
	fill: var(--gray);
}
#servers .head .left{
	width: calc(100% - 450px);
	position: relative;
	float: left;
	display: block;
}

#servers .head .box{
	width: 400px;
	float: right;
	padding: 0!important;
	margin-top: 60px;
}

#servers .head .box .offer{
	background: var(--green);
	font-weight: 500;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	top: 25px;
	left: 25px;
	border-radius: 15px;
	padding: 5px 15px;
}

#servers .head .box .block:hover{
	transform: none;
}

#servers .head .box .block{
	height: auto;
}

#servers .head .box .title{
	font-size: 24px;
	margin-bottom: 10px;
}

#servers .head .box .specs{
	margin-bottom: 20px;
}
#servers .head .box .specs span{
	font-size: 16px;
	display: block;
}
#servers .head .box .signUpButton{
	margin-bottom: 30px;
	margin-top: 30px;
	width: 200px;
}
#servers .head .box .price{
	line-height: 60px;
}

#servers .head .left .button{
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: var(--gray);
	position: relative;
	height: 60px;
	border-radius: 15px;
	border:1px solid rgb(220, 225, 236);
	line-height: 58px;
	text-align: center;
	padding:0px 40px;
	margin-left: 30px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#servers .head .left .button:hover{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.0.5);
	opacity: 0.6;
}

#servers .head .left .button.serverList{
	color: #FFF;
	background: var(--blue);
	line-height: 60px;
	border:none;
}

#servers .head .left .button.serverList:hover{
	opacity: 0.8;
	box-shadow: 0px 0px 20px 5px rgba(63, 54, 164,0.2)!important;
}

#servers-header{
	transform: translateY(-100px);
	opacity: 0;
	transition: all 0.7s ease-in-out;
}
body.loaded #servers-header{
	transform: translateY(0);
	opacity: 1;
}

body.loaded #serverList{
	transform: translateY(0);
	opacity: 1;
}

#back-lines-server{
	z-index: -1;
	opacity: 0.2;
}

#serverList{
	display: block;
	position: relative;
	margin-top: 70px;
	transform:translateY(200px);
	transition: all 0.7s ease-in-out;
	opacity: 0;
}

#serverList h2{
	display: block;
	font-size: 32px;
	color: var(--ddblue);
	font-weight: 300;
	text-align: center;
}

#serverList h3{
	display: block;
	font-size: 22px;
	color: var(--dblue);
	font-weight: 300;
	text-align: center;
}

#serverList .list{
	display: block;
	position: relative;
	margin-top: 40px;
}

#serverList .list .item{
	display: block;
	height: 80px;
	border-radius: 25px;
	background: var(--lgray);
	margin-bottom: 20px;
	position: relative;
	font-size: 0;
	cursor: pointer;
	transition: all .3s ease-in-out;
	z-index: 50;
}

#serverList .list .item:hover{
}

#serverList .list .item .l{
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: var(--gray);
	font-weight: 400;
	height: 80px;
	vertical-align: top;
	z-index: 50;
}

#serverList .list .item .l span{
	display: block;
	color: var(--ddblue);
	font-weight: 300;
	font-size: 16px;
	margin-top: 19px;
}

#serverList .list .item .l.datacenter{width: 15%;}
#serverList .list .item .l.cpu{width: 15%;}
#serverList .list .item .l.memory{width: 15%;}
#serverList .list .item .l.storage{width: 15%;}
#serverList .list .item .l.bandwidth{width: 15%;}
#serverList .list .item .l.price{width: 10%;}
#serverList .list .item .l.option{width: 15%;}

#serverList .list .item .l.price span{
	color: var(--blue);
	font-weight: 400;
}
#serverList .list .item .l.datacenter .title{
	font-size: 14px;
	color: var(--ddblue);
	margin-left:25px;
	font-weight: 300;
	margin-top: 14px;
	display: block;
}
#serverList .list .item .l.datacenter .dcs{
	display: block;
	margin-top: 5px;
	margin-left: 25px;
}

#serverList .list .item .l.datacenter .dc{
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 10px;
	opacity: 0.6;
	position: relative;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

#serverList .list .item .l.datacenter .dc img{
	display: block;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	border-radius: 5px;
}

#serverList .list .item .l.datacenter .dc .tip{
	display: block;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: -30px;
	left: -24px;
	width: 80px;
	border-radius: 15px;
	background: var(--dblue);
	font-weight: 600;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	z-index: 300;

}
#serverList .list .item .l.datacenter .dc:hover{
	opacity: 1;
}

#serverList .list .item .l.datacenter .dc:hover .tip{
	opacity: 1;
	visibility: visible;
	bottom: -25px;
}

#serverList .list .item .l .button{
	font-size: 14px;
	font-weight: 500;
	color: var(--gray);
	position: relative;
	height: 50px;
	border-radius: 15px;
	border:1px solid rgb(220, 225, 236);
	line-height: 48px;
	text-align: center;
	display: block;
	margin-left: 30px;
	transition: all .3s ease-in-out;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 25px;
}

#serverList .list .item .l .button:hover{
	color: #FFF;
	background: var(--blue);
	border:1px solid var(--blue);
	box-shadow: 0px 0px 20px 5px rgba(63, 54, 164,0.2)!important;
}

#serverList .hiddenInfos{
	z-index: 20;
	display: block;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 200px;
	border-radius: 0px 0px 25px 25px;
	background: var(--lgray);
	transition: all .3s ease-in-out;
	font-size: 0;
}

#serverList .hiddenInfos::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgb(229, 237, 245);
	content: "";
}

#serverList .list .item.showing{
	margin-bottom: 220px;
	border-radius: 25px 25px 0px 0px;
}

#serverList .list .item.showing .hiddenInfos{
	visibility: visible;
	opacity: 1;
}

#serverList .hiddenInfos .block{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	padding: 20px 25px;
	position: relative;
	text-align: center;
}

#serverList .hiddenInfos .block.cpu{width: 20%;}
#serverList .hiddenInfos .block.server{width: 20%;}
#serverList .hiddenInfos .block.features{width: 20%;}
#serverList .hiddenInfos .block.buy{width: 40%;}

#serverList .hiddenInfos .block .title{
	font-size: 16px;
	color: var(--ddblue);
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
}

#serverList .hiddenInfos .block span{
	font-size: 12px;
	color: var(--ddblue);
	display: block;
	margin-bottom: 5px;
}

#serverList .hiddenInfos .scoreAnim{
	display: block;
	position: relative;
	width: 100px;
	height: 70px;
	margin:0px auto;
	margin-bottom: 10px;
	margin-top: -10px;
}

#serverList .scoreAnim .pointer{
	transform: translateX(-15%) translateY(25%) rotate(-135deg);
	transform-origin: center;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

#serverList .server-line.showing .scoreAnim .slow .pointer{
	animation: slowPointer 1s 1 forwards;
}
#serverList .server-line.showing .scoreAnim .medium .pointer{
	animation: mediumPointer 1s 1 forwards;
}
#serverList .server-line.showing .scoreAnim .fast .pointer{
	animation: fastPointer 1s 1 forwards;
}
#serverList .server-line.showing .scoreAnim .superfast .pointer{
	animation: superfastPointer 1s 1 forwards;
}

@keyframes slowPointer {
	0% {
		transform: translateX(-15%) translateY(25%) rotate(-135deg);
	}
	100% {
		transform: translateX(-20%) translateY(20%) rotate(-120deg);
	}
}
@keyframes mediumPointer {
	0% {
		transform: translateX(-15%) translateY(25%) rotate(-135deg);
	}
	100% {
		transform:translateX(-20%) translateY(4%) rotate(-65deg);
	}
}
@keyframes fastPointer {
	0% {
		transform: translateX(-15%) translateY(25%) rotate(-135deg);
	}
	100% {
		transform: translateX(-5%) translateY(-9%) rotate(-11deg);
	}
}
@keyframes superfastPointer {
	0% {
		transform: translateX(-15%) translateY(25%) rotate(-135deg);
	}
	100% {
		transform: translateX(12%) translateY(-6%) rotate(35deg);
	}
}

#serverList .hiddenInfos .scoreNumber{
	font-size: 16px;
	color: var(--blue);
	margin-bottom: 5px;
}

#serverList .hiddenInfos .server .lister,
#serverList .hiddenInfos .features .lister{
	width: 160px;
	margin:0px auto;
	margin-top: 10px;
	padding-left: 20px;
	text-align: left;
}

#serverList .hiddenInfos .features .lister{
	width: 200px;
}

#serverList .hiddenInfos i{
	width: 16px;
	height: 16px;
	display: inline-block;
	top: 4px;
	margin-right: 10px;
	position: relative;
}

#serverList .buy{
	text-align: left!important;
}

#serverList .buy .price{
	display: block;
	position: relative;
	margin-top: 0px;
	font-size: 28px;
	font-weight: 300;
	color: var(--blue);
}

#serverList .buy .subprice{
	display: block;
	position: relative;
	margin-top: 0px;
	font-size: 12px;
	font-weight: 300;
	color: var(--dblue);
	letter-spacing: 1px;
}

#serverList .buy .price .stock{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	border-radius: 20px;
	padding:8px 20px;
	border:1px solid rgb(220, 225, 236);
	font-size: 14px;
	color: var(--gray);
}

#serverList .delivery {
	font-size: 12px;
	color: var(--ddblue);
	font-weight: 300;
	margin-top: 5px;
	display: block;
	width: 70%;
	opacity: 0.6;
}
#serverList .delivery .tit{
	font-size: 16px;
	color: var(--ddblue);
	display: block;
}

#serverList .orderNow{
	position: absolute;
	bottom: 20px;
	right: 25px;
	width: 120px;
	height: 50px;
	border-radius: 25px;
	background: var(--dblue);
	color: #FFF;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
	transition: all .2s ease-in-out;
}
#serverList .orderNow:hover{
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	background: var(--ddblue);
}

#serverList .buy .title{
	margin-bottom: 5px!important;
}

#servers-infos{
	display: block;
	position: relative;
	margin-top: 80px;
}

#servers-infos h2{
	display: block;
	position: relative;
	text-align: center;
	font-size: 44px;
	font-weight: 300;
	color: var(--ddblue);
}
#servers-infos > span{
	display: block;
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: var(--gray);
}

#servers-infos .list{
	display: block;
	position: relative;
	font-size: 0;
	margin-top: 40px;
}

#servers-infos .list .item{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	position: relative;
	margin-bottom: 50px;
}

#servers-infos .list .item .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}

#servers-infos .list .item .icon .b{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;left: 0;
}

#servers-infos .list .item .icon i{
	position: absolute;
	width: 32px;
	height: 32px;
	left: 19px;
	top: 19px;
	z-index: 10;
}

#servers-infos .list .network .b{background:var(--lblue);border-radius: 38% 62% 55% 45% / 64% 61% 39% 36%;}
#servers-infos .list .uptimes .b{background:var(--lgreen);border-radius: 38% 62% 36% 64% / 52% 40% 60% 48%;}
#servers-infos .list .panel .b{background:var(--lorange);border-radius: 43% 57% 66% 34% / 39% 51% 49% 61% ;}

#servers-infos .list .network i path{fill: var(--blue);}
#servers-infos .list .uptimes i path{fill: var(--green);}
#servers-infos .list .panel i path{fill: var(--orange);}

#servers-infos .list .network .tit{color: var(--blue);}
#servers-infos .list .uptimes .tit{color: var(--green);}
#servers-infos .list .panel .tit{color: var(--orange);}

#servers-infos .list .item .cont{
	position: relative;
	padding-left: 90px;
	padding-right: 30px;
}

#servers-infos .list .item .cont .tit{
	display: block;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	margin-top: 5px;
}

#servers-infos .list .item .cont .desc{
	display: block;
	position: relative;
	font-size: 14px;
	color: var(--gray);
	font-weight:400;
	margin-top: 5px;
}

#client-panel-info{
	position: relative;
	display: block;
	margin-top: 50px;
}

#client-panel-info h2{
	font-size: 38px;
	text-align: left;
	font-weight: 300;
	color: var(--ddblue);
}

#client-panel-info span{
	font-size: 18px;
	text-align: left;
	font-weight: 300;
	color: var(--ddblue);
	opacity: 0.6;
}
#client-panel-info .features{
	display: block;
	position: relative;
	margin-top: 30px;
}
#client-panel-info .features .l{
	display: block;
	margin-bottom: 20px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: var(--ddblue);
	font-weight: 300;
	opacity: 0.6;
}

#client-panel-info .features .l i{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 30px;
	height: 30px;
	top: 3px;
}
#client-panel-info .features .l svg{
	display: block;
}

#client-panel-info .features .l svg path{
	fill: var(--ddblue);
}

#client-panel-info .image{
	position: absolute;
	top: 50px;
	right: 0;
	width: 400px;
	height: 250px;
}

#client-panel-info .image img{
	border-radius: 30px;
	box-shadow: 0 0 30px 0 rgba(68, 88, 134, 0.05);
}

#text-page{
	margin-top: 50px;
}

#text-page .circle-title{
	margin-bottom: 50px;
}

#text-page h1{
	position: relative;
	display: block;
	font-size: 32px;
	color: var(--ddblue);
	font-weight: 300;
}

#text-page h2{
	position: relative;
	display: block;
	font-size: 24px;
	color: var(--ddblue);
	font-weight: 300;
}

#text-page h3{
	position: relative;
	display: block;
	font-size: 20px;
	color: var(--ddblue);
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 5px;
}
#text-page p{
	position: relative;
	display: block;
	font-size: 14px;
	color: var(--dblue);
	font-weight: 300;
	margin:0;
	margin-bottom: 5px;
}
#text-page p b{
	color: var(--blue)
}
#text-page span{
	margin-top: 5px;
	position: relative;
	display: block;
	font-size: 12px;
	color: var(--dblue);
	font-weight: 700;
	padding-left: 15px;
}

#text-page span:before{
	content: "";
	position: absolute;
	top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--dblue);
	left: 5px;
}
.showmorefaq{
	display: block;
	margin-bottom: 20px;
	border-radius: 20px;
	max-height: 70px;
	width: 100%;
	background: var(--lgray);
	position: relative;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.showmorefaq.showing{
	max-height: 600px;
}

.showmorefaq .title{
	font-size: 24px;
	color: var(--ddblue);
	font-weight: 700;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 70px;
	padding-left: 30px;
	width: auto;
}

.showmorefaq .more{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	transition: all .3s ease-in-out;
	transform-origin: 50% 50%;
}

.showmorefaq  p{
	margin-top: 10px!important;
	font-size: 18px!important;
}

.showmorefaq .more i{
	width: 5px;
	border-radius: 3px;
	background: var(--blue);
	height: 30px;
	position: absolute;
	top: 10px;
	left: 22px;
	transition: all .3s ease-in-out;
}

.showmorefaq .more i:last-child{
	transform:rotate(90deg);
}

.showmorefaq.showing .more{
	transform: rotate(180deg);
}

.showmorefaq.showing .more i{
	background: var(--gray);
}

.showmorefaq.showing .more i:first-child{
	opacity: 0;
}

.showmorefaq .paragraph{
	visibility: hidden;
	position: relative;
	opacity: 0;
	display: block;
	width: 100%;
	height: auto;
	padding: 30px;
	padding-top: 60px;
	font-size: 16px;
	color: var(--dblue);
	transition: all .3s ease-in-out;
}

.showmorefaq.showing .paragraph{
	visibility: visible;
	opacity: 1;
}

#speedtest .network{
	display: block;
	position: relative;
}
#speedtest .network .left{
	position: relative;
	display: block;
	float: left;
	width: 35%;
	vertical-align: top;
	text-align: center;
	padding:0px 30px;
}

#speedtest .network .left svg{
	width: 100px;
	height: 100px;
	display: block;
	margin:10px auto;
}

#speedtest .network .left svg path{
	fill: var(--ddblue);
}

#speedtest .network .speeds{
	position: relative;
	display: block;
	vertical-align: top;
	width: 65%;
	float: right;
	font-size: 0;
}

#speedtest .title{
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	color: var(--ddblue);
}

#speedtest .network .location{
	width: 200px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#speedtest .network .location .inner{
	display: block;
	padding: 10px;
	border-radius: 20px;
	background: var(--lgray);
	position: relative;
}

#speedtest .network .location .inner .tit{
	display: block;
	font-size: 18px;
	color: var(--ddblue);
	font-weight: 700;
	line-height: 40px;
}

#speedtest .network .location .inner  span{
	display: block;
	margin:0;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 10px;
	margin-bottom: 20px;
}

#speedtest .network .location .inner .files{
	display: block;
}
#speedtest .network .location .inner .files a{
	display: block;
	width: 140px;
	margin:0px auto;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFF;
	border-radius: 20px;
	background: var(--blue);
	text-align: left;
	padding-left: 20px;
	position: relative;
	transition: all .2s ease-in-out;
}
#speedtest .network .location .inner .files a:hover{
	background: var(--dblue);
}
#speedtest .network .location .inner .files a svg{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 14px;
	right: 14px;
}

#speedtest .network .location .inner .files a svg path{
	fill: #FFF;
}
#speedtest-map{
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 80px;
	overflow: hidden;
	touch-events: none;
}
#dcmap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#dcmap a[href^="http://maps.google.com/maps"]{display:none !important}
#dcmap a[href^="https://maps.google.com/maps"]{display:none !important}

#dcmap .gmnoprint a, .gmnoprint span, .gm-style-cc {
	display:none;
}
#dcmap .gmnoprint div {
	background:none !important;
}

#signing-back{
	overflow: hidden;
}

.speedtestpage footer{
	margin-top: 0px!important;
}

#speedtest .location .inner span::before{
	display: none;
}

#signing-back .lines-back .line{
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
	opacity: 0.05;
}

#signing-back .lines-back .line:last-child{
	top: -5%!important;
	left: -5%!important;
}

#help-text {
	position: absolute;
	left: 0;
	top:0;
	width:calc(100% - 600px);
	height: 100%;
	padding-top: 100px;
	transition: all .3s ease-in-out;
}

#help-text h1{
	font-size: 54px;
	color: var(--ddblue);
	font-weight: 600;
	display:block;
	margin-bottom: 20px;
	position: relative;
}

#help-text h1::before{
	position: absolute;
	width: 100px;
	height: 100px;
	box-shadow: 0px 0px 300px 50px rgba(124, 177, 232, 0.79);
	content: "";
	top: 50px;
	left: 300px;
	z-index: 200;
	background: rgba(124, 177, 232, 0.152);
	border-radius: 50px;
}

#help-text span{
	font-size: 22px;
	color: var(--gray);
	font-weight: 300;
}

#help-text .also{
	margin-top: 30px;
	font-size: 26px;
	color: var(--gray);
	font-weight: 700;
}

#help-text .subalso{
	font-size: 14px;
	color: var(--gray);
	margin-bottom: 20px;
}

#help-text .alsoItem{
	display: inline-block;
	position: relative;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	margin-right: 10px;
	width: 140px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

#help-text .alsoItem svg{
	width: 60px;
	height: 60px;
	display: block;
	margin:0px auto;
	margin-bottom: 12px;
}

#help-text .alsoItem svg path{
	fill: var(--gray);
	transition: all .3s ease-in-out;
}

#help-text .alsoItem:hover path{fill: var(--blue);}

#help-text .alsoItem .tit{
	font-size: 18px;
	color: var(--gray);
	font-weight: 700;
	transition: all .3s ease-in-out;
}

#help-text .alsoItem .val{
	font-size: 12px;
	color: var(--dblue);
	transition: all .3s ease-in-out;
}

#help-text .alsoItem:hover .tit,
#help-text .alsoItem:hover .val{
	color: var(--blue);
}

#help-form .form{
	width: 500px;
	float: right;
	margin-top: 100px;
	position: relative;
}

#help-form .form .input{
	font-size: 16px;
	color: var(--blue);
	font-weight: 300;
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	border-radius: 20px;
	margin-bottom: 40px;
	background: var(--lgray);
}
#help-form .form .input.textarea{
	height: 200px;
}
#help-form .form .input input,#help-form .form .input textarea{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border:none;
	font-size: 16px;
	color: var(--blue);
	font-weight: 300;
	height: 100%;
	padding:0px 30px;
	background: transparent;
}

#help-form .form .input.textarea textarea{
	padding: 25px 30px;
	resize: none;
}

#help-form .form .input .pre{
	position: absolute;
	height: 70px;
	line-height: 70px;
	left: 30px;
	top:0;
	transition: all .3s ease-in-out;
}

#help-form .form .input.clicked .pre,
#help-form .form .input:hover .pre{
	top: -50px;
	left: 20px;
	opacity: 0.5;
}

#help-form .form .button{
	margin:0px auto;
	margin-top: 20px;
	display: block;
	height: 60px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 60px;
	background:var(--blue);
	color: #FFF;
	padding-left: 35px;
}
#help-form .form .button.loading{
	background: var(--orange);
}
#help-form .form .button::before{top: 25px;background:#FFF;}
#help-form .form .button::after{top: 30px;background:#FFF;}


.form .error{
	display: none;
	position: relative;
	color: var(--orange);
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.form .error.visible{
	display: block;
}

.createticketform .form-sent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin-top: 20px;
	text-align: center;
	transition: all .3s ease-in-out;
}
.createticketform .form-sent.visible{
	opacity: 1;
}

.createticketform.sent .input,
.createticketform.sent .button{
	opacity: 0;
}

.createticketform .form-sent .title{
	font-size: 24px;
	color: var(--dblue);
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.createticketform .form-sent .sub{
	font-size: 14px;
	color: var(--gray);
	display: block;
}
.createticketform .form-sent svg{
	width: 60px;
	height: 60px;
	margin:0px auto;
	display: block;
}
.createticketform .form-sent svg path{
	fill: var(--dblue);
}

.circle-title .title{
	height: 150px;
}

.circle-title .title .circle{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	border-radius: 59% 41% 71% 29% / 48% 52% 48% 52%;
	background: var(--lblue);
	z-index: -1;
}

.circle-title .title .bigtitle{
	font-size: 36px;
	color: var(--blue);
	font-weight: 500;
	position: absolute;
	top: 65px;
	left: 30px;
}

.circle-title .title .pre{
	font-size: 14px;
	color: var(--cyan);
	font-weight: 400;
	position: absolute;
	top: 49px;
	left: 30px;
}

.circle-title .title .desc{
	font-size: 16px;
	font-weight: 400;
	color: var(--gray);
	position: absolute;
	top: 65px;
	right: 20px;
	text-align: right;
}

#chat-application{
	right: 30px!important;
	z-index: 300!important;
}

@media only screen and (max-width: 1330px) {
	.wrap{
		width: 94%;
		margin-left: 3%;
	}

	#intro .dc-block.visible{transform:translate(-10px, 160px) scale(1);}
	#intro .sv-block.visible{transform:translate(-240px, 160px) scale(1);}
	#intro .pm-block.visible{transform:translate(130px, 300px) scale(1);}
	#intro .deployed-block.visible{transform:translate(-250px, 300px) scale(1);}
	#intro .center-box{top: 220px;}
	#intro .title{padding-top: 50px;}
}

@media only screen and (max-width: 1200px) {
	#intro .blocks{
		display: none!important;
	}

	.products .server-block{
		padding: 15px;
	}

	#home-features .title h3{
		font-size: 28px;
	}

	#home-features .title .desc{
		font-size: 14px;
	}

	header .submenu{
		left: -240px;
	}

	header .submenu::before{
		left:322px;
	}
	header{
		margin-top: 25px;
	}

	#servers .head h1{
		font-size: 36px;
	}

	#servers .head span{
		font-size: 16px;
	}
	#servers .head .left{
		width: calc(100% - 350px);
	}
	#servers .checks .item{
		font-size: 12px;
		margin-bottom: 10px;
	}
	#servers .checks{
		padding:10px 0px;
	}
	#servers .head .box{
		width: 330px;
	}
	#servers .head .box .block{
		width: 330px;
	}
	#servers .head .box .title{
		font-size: 22px;
		margin-top: 20px;
	}
	#servers .head .box .specs span{
		font-size: 14px;
	}
	#servers .server-block .block .price{
		font-size: 44px;
	}
	#servers .head .left .button{
		margin-left: 0;
		margin-top: 10px;
	}
	#text-page .circle-title .title .desc{
		display: none;
	}

	#text-page .circle-title{
		margin-bottom: 0;
	}


	#help-text .alsoItem{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1080px) and (min-width:  840px) {
	.products .block{height: 400px;padding-top: 40px;}
	.server-block .block{
		padding-top: 40px;
	}
	.server-block .block .title{margin-top: 20px;margin-bottom: 20px;font-size: 28px;}
	.server-block .block .signUpButton{
		margin-top: 20px;
	}
	.server-block .block .price{font-size: 44px;}
}


@media only screen and (max-width: 1080px)  {
	#home-servers .products{
		margin-top: 30px;
	}
	#intro .title{
		font-size: 32px;
		line-height: 40px;
	}
	#intro{
		height: 540px;
	}
	#intro-offer{
		width: 90%;margin: 20px 5%;
	}

	#intro-offer .msg{
		text-align: center;
		padding-left: 0;
		display: block;
		line-height: 100px;
	}

	#intro-offer .btn{
		left: calc(50% - 110px);
		width: 220px;
		top: 80px;
		text-align: center;
	}

	#home-features .title{
		height: 150px;
		width: 580px;
		margin: 0px auto;
		position: relative;
	}

	#home-features .title h3{
		font-size: 24px;
	}

	#home-features .title .desc{
		top: 110px;
		text-align: left;
		right: unset;
		left: 150px;
	}

	#home-partners{
		height: auto;
	}

	#home-partners .infos{
		width: 100%;
		display: block;
		float: unset;
	}
	#home-partners .title{
		margin-top: 0;
	}

	#home-partners .list{
		width: 100%;
		padding: 0px 20px;
		margin: 0px auto;
		float: unset;
	}

	#home-partners .list .item{
		width: 16.66%;
		height: 80px;
		padding: 0;		
		opacity: 0.5;
	}

	#home-partners .signUpButton{
		display: none;
	}
	#home-partners .list .lines{
		display: none;
	}


	#home-partners .list .item:nth-child(2){padding:0px 40px;}
	#home-partners .list .item:nth-child(3){padding:0px 30px;}
	#home-partners .list .item:nth-child(4){padding:0px 30px;}
	#home-partners .list .item:nth-child(5){padding:0px 35px;}
	#home-partners .list .item:nth-child(6){padding:0px 40px;}
	#home-partners .list .item:nth-child(7){padding:0px 30px;}

	#home-dcs .map{
		width: 350px;
		height: 350px;
		top: 50px;
	}

	#home-dcs .infos .title{
		font-size: 28px;
	}

	#home-contact .text{
		text-align: left;

	}

	#home-features{
		margin-top: 50px;
	}
	#home-contact .checklist{
		margin: 0;
		margin-top: 30px;
	}

	#home-contact .text .t{
		margin-top: 0px;
		font-size: 32px;
	}
	#home-contact .text .sub{
		font-size: 14px;
	}
	#home-contact .text .circle{
		top: -50px;
	}

	#home-contact .form .input{
		margin-bottom: 30px;
	}

	header .showMenuButton{
		opacity: 1;
		visibility: visible;
	}

	header .clientarea{
		right: 80px;
	}

	header .menu{
		z-index: 9999;
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100% - 80px);
		opacity: 0;
		display: none;
		background: #FFF;
		padding: 0;
		padding-top: 50px;
		overflow-y: auto;
		overflow-x: hidden;
		padding-bottom: 50px;
		transform: translateY(0)!important;
	}


	header .menu.visible{
		opacity: 1;
		display: block;
		transform: translate3d(0,0,0)!important;
	}

	header .menu .list{
		position: relative;
		width: 40%;
		float: left;
		display: inline-block;
		vertical-align: top;
		padding: 0px 30px;
	}

	header .menu .list > .item{
		display: block;
		font-size: 22px;
		text-align: left;
		overflow: hidden;
	}

	header .menu .submenu{
		position: relative;
		left: 0!important;
		width: 90%!important;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		top: 0!important;
	}

	header .menu .serverListMenu{
		position: absolute;
		top: 0;
		width: 140%;
		left: 100%;
	}

	header .menu .item > a i{
		display: none;
	}

	header .menu .submenu .item-list{
		width: 100%;
		padding: 20px 0px;
		text-align: left;
		padding-left: 90px;
	}

	header .menu .submenu .item-list i{
		position: absolute;
		top: 20px;
		left: 20px;
	}

	header .menu.visible .submenu .item-list .title{
		margin-top: 0;
	}

	header .menu .sublist{
		position: relative;
		display: block;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		box-shadow: none;
		background: none;
		margin: 0;
		padding: 0;
	}

	header .menu .sublist a{
		color: var(--blue);
		font-size: 18px;
		padding: 0;
		padding-left: 20px;
	}
	header .menu .sublist a:hover{
		opacity: 0.5;
	}

	header .menu .item:hover > a::before {
		display: none;
	}
	header .item:hover .sublist::before {display: none}
	header .item:hover .sublist{
		top: 0;
	}
	
	header .logo{
		font-size: 26px;
		height: 40px;
		line-height: 40px;
		padding-left: 80px;
		padding-top: 1px;
		top: 10px;
		left: 5px;
	}

	header .logo span{
		width: 60px;
		height:40px;
		top: 0;
		left: 0;
		position: absolute;
	}
	header .logo span i{
		width: 40px;
		border-radius: 20px;
		height: 40px;
		top: 0;
	}

	header .logo span i:last-child{
		left: 25px;
	}

	#speedtest .network .left{
		float: right;
		width: 100%;
		padding: 20px 30px;
		text-align: left;
		padding-right: 100px;
		padding-top: 0;

	}
	#speedtest .network .left p{
		max-width: 700px;

	}
	#speedtest .network .left svg{
		display: none;
	}
	#speedtest .network .speeds{
		float: left;
		width: 100%;
		text-align: left;
		padding-left: 30px;
	}

	#help-text span{
		font-size: 18px;
	}



}

@media only screen and (min-width: 840px) and (max-width: 1080px) {

	#servers .head .box{
		width: 350px;
	}

	#serverList .list .item .l span{
		font-size: 14px;
		margin-top: 20px;
	}
	#serverList .list .item .l.datacenter .title{
		font-size: 12px;
		margin-top: 14px;
	}

	#servers .tag{
		font-size: 10px;
	}

	#serverList .list .item .l .button{
		margin-left: 10px;
		font-size: 12px;
	}

	#serverList .hiddenInfos .block.server,
	#serverList .hiddenInfos .block.features{
		padding: 20px 5px;
	}

	#serverList .hiddenInfos .block .title{
		font-size: 14px;
	}
	#serverList .hiddenInfos .features .lister{
		padding-left: 0;
	}
	#serverList .hiddenInfos .block .title{
		text-align: left;

	}

	#serverList .buy .price{
		font-size: 18px;
	}

	#serverList .buy .price .stock{
		
	}

	#serverList .buy .subprice{
		font-size: 10px;
	}
	#serverList .delivery{
		font-size: 10px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 980px) {
	#home-contact{
		margin-top: 30px;
	}

	#home-contact .text{
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		float: unset;
		text-align: center;
	}

	#home-contact .checklist{
		margin: 0px auto;
	}

	#home-contact .contact{
		width: 100%;
		max-width: 500px;
		float: unset;
		margin: 0px auto;
		margin-top: 50px;
	}

	#home-contact .form{
		float: unset;
		width: 100%;
		padding: 0px 5%;
	}

	#help-text{
		position: relative;
		display: block;
		height: auto;
		width: 100%;
		padding-top: 30px;
	}
	#help-text h1{
		margin-bottom: 0;
	}

	#help-center{
		padding: 0px 20px;
	}

	#help-form .form{
		width: 100%;
		max-width: 600px;
		margin-top: 30px;
		float: unset;
	}


}

@media only screen and (max-width: 840px) {
	.server-block{
		width: 400px;
		margin: 0px auto;
		display: block;
		margin-bottom: 30px;
		padding: 0!important;
	}

	.server-block.dedicated .block{
		transform: none;
	}


	.server-block .block:hover{
		transform: translateY(0);
	}

	.server-block.dedicated .block:hover{
		transform: translateY(0);
	}

	#home-servers .bigtitle{
		font-size: 32px;
		margin-top: 30px;
	}

	#home-features .list .item,
	#servers-infos .list .item{
		display: block;
		width: 500px;
		margin: 0px auto;
		margin-bottom: 50px;
	}

	#servers-infos .list .item{
		margin: 0;
		margin-bottom: 40px;
	}

	#home-partners .list{
		margin-top: 20px;
	}

	#home-partners .list .item{
		width: 33.33%;
		height: 80px;
	}
	#home-partners .list .item img{
		max-width: 50%;
	}
	#home-partners .title{
		font-size: 44px;
		text-align: center;
	}
	#home-partners .sub{
		font-size: 14px;
		padding: 0px 15%;
		text-align: center;
	}

	#home-partners .infos{
		padding-left: 0;
	}

	#home-dcs .map{
		width: 300px;
		height: 300px;
		top: 150px;
		right: 50px;
		left: unset;
	}

	#home-dcs .infos{
		width: 70%;
		margin-left: 15%;
		float: left;
	}

	#home-dcs .infos .title{
		margin-top: 30px;
	}


	footer{
		margin-top: 60px;
	}
	footer .content{
		height: auto;
	}

	footer .content .infos, footer .content .servers, footer .content .resources, footer .content .contact{
		width: 50%;
		padding: 0px 10%;
		margin-bottom: 30px;
	}

	#servers .head .left{
		width: 100%;
		display: block;
		float: unset;
		padding: 0px 10px;
	}
	#servers .head .box{
		display: none;
	}

	#servers .checks .item i{
		position: absolute;
		top: 4px;
		left: 0;
		margin: 0;
		width: 22px;
		height: 22px;
	}

	#servers .checks .item{
		line-height: 22px;
		padding-left: 35px;
		position: relative;
		margin-bottom: 15px;
	}

	#servers .head .left .button{
		width: 47%;
		padding: 0;
		display: inline-block;
		margin-right: 2%;
		font-size: 12px;
		max-width: 200px;
	}
	#servers .head h1{
		margin-top: 20px;
		font-size: 32px;
	}

	#serverList h2{
		text-align: left;
		font-size: 28px;
		padding-left: 5px;
	}

	#serverList h3{
		font-size: 16px;
		text-align: left;
		padding-left: 5px;

	}

	#servers-infos h2{
		text-align: left;
		font-size: 28px;
		padding-left: 5px;
	}

	#servers-infos > span{
		font-size: 16px;
		text-align: left;
		padding-left: 5px;
	}

	#serverList{
		margin-top: 30px;
	}

	#serverList .list{
		margin-top: 20px;
	}

	#client-panel-info h2{
		font-size: 28px;

	}
	#client-panel-info span{
		font-size: 14px;
	}

	#client-panel-info .image img{
		display: none;
	}

	#servers-infos .list{
		padding-left: 30px;
		margin-top: 25px;
	}
	#servers .wrap > section{
		padding: 0px 20px;
	}

	#serverList .list .item{
		height: 450px;
		display: block;
		width: 300px;
		padding: 0px 30px;
	}

	#serverList .list .item .l{
		width: 100%!important;
		display: block!important;
		text-align: center;
		height: auto;
	}
	#serverList .list .item .l.datacenter .title{
		font-size: 18px;
		margin: 0;
		padding-bottom: 10px;
		font-weight: 400;
		padding-top: 30px;
	}

	#serverList .list .item .l span{
		margin-top:5px;
	}

	#serverList .list .item .l.datacenter .dcs{
		margin: 0;
		margin-top: 5px;
	}

	#serverList .hiddenInfos{
		height: auto;
		top: 420px;
		height: 780px;
	}
	#serverList .hiddenInfos::before {display: none;}

	#serverList .list .item.showing{
		margin-bottom: 770px;
	}

	#serverList .hiddenInfos .block{
		width: 100%!important;
		display: block;
		padding: 10px 25px;
		margin-bottom: 20px;
	}

	#serverList .hiddenInfos .features,
	#serverList .hiddenInfos .buy,
	#serverList .hiddenInfos .server{
		padding: 0px 30px;
		text-align: left;
		position: relative;

	}

	#serverList .buy .price{
		font-size: 24px;
	}

	#serverList .delivery{
		font-size: 10px;
		padding-right: 0;
		width: 100%;
	}

	#serverList .delivery .tit{
		font-size: 12px;
	}

	#serverList .buy .subprice{
		font-size: 10px;letter-spacing: 0;
	}
	#serverList .buy .price .stock{
		font-size: 11px;padding:5px 15px;top: 5px;
	}

	#serverList .orderNow{
		bottom: -60px;
		left: 30px;
		width: calc(100% - 60px);

	}

	#serverList .hiddenInfos  .lister{
		width: 100%!important;
		padding: 0!important;
		margin: 0!important;
		margin-top: 10px!important;
	}
	#text-page{
		padding: 0px 20px!important;
	}
	#text-page h1{
		font-size: 24px;
	}
	#text-page h2{
		font-size: 20px;
	}
	#text-page h3{
		font-size: 16px;
	}

	.showmorefaq .title{
		font-size: 16px;
		font-weight: 400;
	}

	#text-page p{
		font-size: 14px!important;
	}
	.showmorefaq .more{
		transform: scale(0.6);
	}
}

@media only screen and (max-width: 640px) {
	#home-dcs{
		height: 440px;
	}
	#home-dcs .map{
		width: 250px;
		height:250px;
		top: 120px;
		right: 20px;
		left: unset;
	}
	#home-dcs .infos{
		width: 90%;
		margin-left:5%;
		float: left;
	}

	#home-dcs .infos .title{
		font-size: 22px;
	}

	footer .after .copy{
		line-height: 40px;
		letter-spacing: 1px;
	}


	#home-partners .list .item,
	#servers-infos .list .item{
		padding: 0px!important;
	}

	#home-features .list .item,
	#servers-infos .list .item{
		width: 90%;
		margin-left: 5%;
	}
	#home-features .list .item .cont,
	#servers-infos .list .item .cont{
		padding-right: 0;
	}

	#home-features,
	#servers-infos{
		margin-top: 30px;
		
	}

	#home-features .title,
	#servers-infos .title{
		width: 100%;height: auto;
	}
	#home-features .title h3,
	#servers-infos .title h3{
		position: relative;
		display: block;
		top: 0;
		left: 0;
		padding-left: 30px;
		padding-top: 65px;
		width: 100%;
	}
	#home-features .title .desc,
	#servers-infos .title .desc{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		padding-left: 35px;
		width: 100%;
	}
	#home-features .title .desc br,
	#servers-infos .title .desc br{
		display: none;
	}

	#home-features .list,
	#servers-infos .list{
		margin-top: 30px;
	}

	

	header .menu .item > a{
		font-size: 20px;
	}
	#speedtest .network .location{
		margin: 0px auto;
		display: block;
		margin-bottom: 20px;
	}
	#speedtest .speeds{
		padding-left: 0;
	}

	#speedtest .title{
		font-size: 16px;
		margin-top: 50px;
	}

	#speedtest .network .left{
		text-align: center;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	#text-page .circle-title .title .bigtitle{
		text-align: center;
	}
}

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

	footer .content .infos, footer .content .servers, footer .content .resources, footer .content .contact{
		width: 100%;
		padding: 0px 20%;
	}

	#intro-offer .msg{
		font-size: 16px;
	}

	#intro-offer .btn{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	#intro{
		height: 500px;
		margin-top: 0;
	}
	#intro .center-box{
		width: 100%;
		width: 96%;
		left: 2%;
	}

	#intro .title{
		font-size: 24px;
		padding: 0px 20px;
		padding-top: 50px;
		width: 100%;
		line-height: 32px;
	}
	#intro .subtitle{
		font-size: 14px;
		padding: 0px 20px;
		width: 100%;padding-bottom: 30px;
	}

	#intro .center-box{
		top: 100%;
	}
	#intro .center-box .tit{
		margin-top: 30px;
	}
	header .menu.visible .list{
		padding: 0;
	}

	header .menu .item > a{
		font-size: 18px;
	}

	header .menu.visible{
		padding-top: 30px;
	}
	header .menu.visible .sublist a{
		font-size: 16px;
	}

	header .menu.visible .submenu .item-list i{
		display: none;
	}
	header .menu.visible .submenu .item-list{
		padding: 5px 0;
		display: block;
	}

	header{
		margin-top: 15px;
	}

	header .serverListMenu{
		padding: 0;
		padding-left: 10px;
	}

	#home-features .list .item .cont .tit,
	#servers-infos .list .item .cont .tit{
		font-size: 18px;
	}

	#home-features .list .item .cont .desc,
	#servers-infos .list .item .cont .desc{
		font-size: 12px;
		margin-top: 0;
	}

	#servers-infos .list{
		padding-left: 0!important;
	}

	#servers-infos .list .item{
		margin-left: 0;
		width: 100%;
	}

	#serverList .list .item{
		margin: 0px auto;
		margin-bottom: 20px;
	}

	#serverList h2{
		font-size: 22px;
	}
	#serverList h3{
		font-size: 14px;
	}

	#servers .head h1{
		font-size: 24px;
	}
	#servers .head span{
		font-size: 14px;
	}
	#servers .head .left .button{
		font-size: 11px;
	}
	#servers-infos h2{
		font-size: 18px;
	}
	#servers-infos > span{
		font-size: 12px;
	}
	#client-panel-info h2{
		font-size: 20px;
	}

	#client-panel-info .features .l{
		font-size: 12px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 480px) {
	#home-dcs .map{
		left: calc(50% - 125px);
		top: 370px;
	}
	#home-dcs {
		height: 650px;
	}

	#home-partners .title{
		font-size: 32px;
	}

	#home-partners .list .item{
		width: 50%;
	}

	.server-block{
		width: 80%;
		margin-left: 10%;
	}
	#home-servers .sub{
		font-size: 14px;
	}
	.products .block{height: 400px; padding-top: 40px;}

	.server-block .block .title{margin-top: 20px;margin-bottom: 20px;font-size: 28px;}
	.server-block .block .signUpButton{
		margin-top: 20px;
	}
	.server-block .block .price{font-size: 44px;}

	#home-features .title h3{
		font-size: 18px;
	}

	#intro.active .center-box{
		transform: scale(0.8);
		width: 480px;
		transform-origin: center center;
		left: calc(50% - 240px);
	}
	#intro .center-box{
		top: 80%;
	}
	#intro{
		height: 430px;
	}


	header .menu .item > a{
		font-size: 16px;
	}

	header .menu.visible{
		padding-top: 30px;
	}

	header .menu.visible .sublist a{
		font-size: 14px;
		line-height: 40px;
	}

	header .menu.visible .list > .item{
		line-height: 40px;
	}

	header .menu.visible .submenu .item-list .title{
		font-size: 14px;
		margin: 0;
		line-height: 20px;
	}

	header .clientarea{
		font-size: 0;
		width: 60px;
		overflow: hidden;
	}

	header .clientarea i{
		left: 20px;
	}	

	#text-page{
		margin-top: 25px;
		padding: 0px 10px!important;
	}
	#text-page h1{
		font-size: 20px;
	}
	#text-page h2{
		font-size: 18px;
	}
	#text-page h3{
		font-size: 14px;
	}

	.showmorefaq .title{
		width: 90%;
		font-size: 12px;
		font-weight: 400;
		padding-right: 10px;
		text-overflow: ellipsis;
		overflow: hidden; 
		white-space: nowrap;
	}

	#text-page p{
		font-size: 12px!important;
	}
	.showmorefaq .more{
		transform: scale(0.4);
	}
	.showmorefaq{margin-bottom: 10px;}
}

@media only screen and (max-width: 420px) {

	#intro.active .center-box{
		transform: scale(0.6);
	}
	#intro .center-box{
		top: 60%;
	}
	#intro .subtitle{
		font-size: 12px;
	}
	#intro{
		height: 370px;
	}
	#home-servers .bigtitle{
		font-size: 26px;
	}
	header .menu .item > a{
		font-size: 14px;
	}
	header .menu.visible .sublist a{
		font-size: 12px;
		padding-left: 5px;
	}
}






























