/* -------------------
  VPS Servers Header
-------------------- */

header.vps {
	position: relative;
}

header.vps .cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(/imgs/banners/vps_openvz_bg.webp);
	background-size: cover;
	z-index:0;
}

header.vps.kvm .cover {
	background-image: url(/imgs/banners/vps_kvm_bg.webp);
}

header.vps .slider {
	padding: 40px 0;
	color: #fff;
}

header.vps .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}

header.vps .slider h2 {
	font-size: 17px;
	font-weight: 200;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 25px;
	position: relative;
}

header.vps .slider p {
	position: relative;
	font-size: 14px;
	opacity: 0.7;
}

/* -------------
	 VPS PLAN
/* ------------- */

.layer-vps-plan{
	background-color: #f2f9fe;
}

.layer-vps-plan .wrapper {
	padding-bottom: 40px;
	position: relative;
	font-size: 0;
}

.layer-vps-plan.custom .wrapper {
	padding-top: 40px;
}

.layer-vps-plan .plans {
	padding-top: 30px;
	position: relative;
}

.layer-vps-plan .plans .col {
	position: relative;
	background-image: url(/imgs/vps_server.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 927px;
	margin-bottom: 30px;
}

.layer-vps-plan .plans .col .inside {
	text-align: center;
	padding-top: 37px;
}

.layer-vps-plan .plans .col .inner {
	text-align: left;
	display: inline-block;
}

.layer-vps-plan .plans .col .title {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
	opacity: 0.5;
	transition: opacity 200ms;
	cursor: default;
}

.layer-vps-plan .plans .col:hover .title {
	opacity: 1;
}

.layer-vps-plan .plans .col h3{
	font-size: 13px;
}

.layer-vps-plan .plans .col h4{
	font-size: 16px;
	font-weight: bold;
}

.layer-vps-plan .plans .col h5{
	color: #252527;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.layer-vps-plan .plans .col ul{
	list-style-type: none;
}

.layer-vps-plan .plans .col ul > li{
	padding: 8px 0;
	font-size: 14px;
	font-weight: bold;
}

.layer-vps-plan .plans .col ul > li span{
	display: inline-block;
	vertical-align: top;
}

.layer-vps-plan .plans .col ul > li sub{
	display: block;
	font-weight: normal;
	font-size: 14px;
}

.layer-vps-plan .plans .col ul > li:before{
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	background-image: url(/imgs/sprite_2.webp);
	background-size: 800px 800px;
	content: '';
	width: 30px;
	height: 30px;
}

.layer-vps-plan .plans .col ul > li.item-cpu:before{
	background-position: -4px -252px;
}

.layer-vps-plan .plans .col ul > li.item-ram:before{
	background-position: -64px -252px;
}

.layer-vps-plan .plans .col ul > li.item-hdd:before{
	background-position: -124px -252px;
}

.layer-vps-plan .plans .col ul > li.item-net:before{
	background-position: -34px -252px;
}

.layer-vps-plan .plans .col ul > li.item-ssh:before{
	background-position: -154px -252px;
}

.layer-vps-plan .plans .col ul > li.item-ips:before{
	background-position: -214px -252px;
}

.layer-vps-plan .plans .col ul > li.item-loc:before{
	background-position: -184px -252px;
}

.layer-vps-plan .plans .col ul > li.item-bdw:before{
	background-position: -94px -252px;
}

.layer-vps-plan .plans .col p.price{
	font-size: 17px;
	line-height: normal;
	margin-top: 10px;
	text-align: center;
}

.layer-vps-plan .plans .col a.btn-order{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	width: 180px;
	padding: 10px 0 10px 20px;
	margin: 0 auto;
	border-radius: 6px;
	background-color: #0780e3;
	position: relative;
	margin-top: 20px;
	transition: background-color 200ms;
}

.layer-vps-plan .plans .col a.btn-order:hover {
	background-color: #252527;
}

.layer-vps-plan .plans .col a.btn-order:before{
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 19px;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/imgs/sprite_2.webp);
	background-size: 800px 800px;
	background-position: -722px -180px;
}

.layer-vps-plan .plans .col i.ic-instant{
	display: block;
	margin: 45px auto 6px auto;
	width: 21px;
	height: 44px;
	background-position: -690px -155px;
	transition: transform 300ms ease-out;
}

.layer-vps-plan .plans .col .inside:hover i.ic-instant {
	transform: translateY(-10px);
}

.layer-vps-plan .plans .col p.instant{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.layer-vps-plan .custom{
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 13.5px 4.5px rgba(9, 37, 59, 0.05);
}

.layer-vps-plan .custom .col{
	text-align: center;
	padding: 30px;
	color: #1f5475;
}

.layer-vps-plan .custom .col h2{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 17px;
	margin-bottom: 15px;
}

.layer-vps-plan .custom .col h2 strong{
	font-weight: 600;
}

.layer-vps-plan .custom .col h3{
	font-size: 14px;
	opacity: 0.8;
}

.layer-vps-plan .custom .col a.btn-config{
	margin-top: 15px;
	display: inline-block;
	padding: 10px 20px 10px 45px;
	border: 1px solid rgb(31, 84, 117);
	border-radius: 6px;
	text-align: center;
	position: relative;
	font-size: 14px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	color: #1f5475;
	transition: background-color 200ms;
}

.layer-vps-plan .custom .col a.btn-config:hover{
	background-color: rgba(31, 84, 117, 0.04);
}

.layer-vps-plan .custom .col a.btn-config:before{
	display: block;
	content: '';
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	background-image: url(/imgs/sprite_2.webp);
	background-size: 800px 800px;
	background-position: -719px -151px;
}

/* VPS > Layer 2 */
/* ------------- */

.vps .layer-2 .wrapper{
	padding: 40px 0 40px 0;
	text-align: center;
	color: #144568;
}

.vps .layer-2 .text h2{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.vps .layer-2 .text h3{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
}

.vps .layer-2 .row{
	margin-top: 40px;
	box-shadow: 8.485px 8.485px 10px 0px rgba(56, 70, 80, 0.05);
	border-radius: 30px;
	border: 1px solid rgba(56, 70, 80, 0.085);
}

.vps .layer-2 .col{
	padding: 30px 0;
	position: relative;
}

.vps .layer-2 .col:after {
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(31,84,117,0) 0%, rgb(31,84,117) 50%, rgba(31,84,117,0) 100%);
	opacity: 0.302;
	content: '';
	top: 0;
	right: 0;
}

.vps .layer-2 .col:last-child:after{
	display: none;
}

.vps .layer-2 .col i{
	width: 62px;
	height: 62px;
	display: block;
	margin: 0 auto 30px auto;
	background-color: #1f5475;
	border-radius: 50%;
	position: relative;
	transition: transform 300ms ease-out;
}

.vps .layer-2 .col:hover i{
	transform: translateY(8px);
}

.vps .layer-2 .col i:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/imgs/sprite_2.webp);
	background-size: 800px 800px;
	width: 45px;
	height: 45px;
}

.vps .layer-2 .col i.ic-1:after{
	background-position: -4px -207px;
}

.vps .layer-2 .col i.ic-2:after{
	background-position: -229px -207px;
}

.vps .layer-2 .col i.ic-3:after{
	background-position: -184px -207px;
}

.vps .layer-2 .col i.ic-4:after{
	background-position: -49px -207px;
}

.vps .layer-2 .col i.ic-5:after{
	background-position: -139px -207px;
}

.vps .layer-2 .col i.ic-6:after{
	background-position: -94px -207px;
}

.vps .layer-2 .col h3{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
}

.vps .layer-2 .col p{
	font-weight: 600;
	opacity: 0.82;
}

/* VPS > Layer 3 */
/* ------------- */

.vps .layer-3{
	background-color: #0780e3;
}

.vps .layer-3 .wrapper{
	color: #fff;
	text-align: center;
	padding: 40px 0 40px 0;
	font-size: 0;
}

.vps .layer-3 .text h2{
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 10px;
}

.vps .layer-3 .text h3{
	font-size: 17px;
	line-height: 26px;
	opacity: 0.5;
}

.vps .layer-3 .group {
	margin-top: 40px;
}

.vps .layer-3 .col {
	border-radius: 20px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.05);
	box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.04);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0.07) 64%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: box-shadow 200ms, transform 200ms;
	cursor: default;
}

.vps .layer-3 .col:hover {
	box-shadow: 14px 14px 10px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-6px);
}

.vps .layer-3 .col h3{
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 25px;
}

.vps .layer-3 .col h3 i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

.vps .layer-3 .col h3 i.ic-1{
	background-position: -204px -153px;
}

.vps .layer-3 .col h3 i.ic-2{
	background-position: -54px -153px;
}

.vps .layer-3 .col h3 i.ic-3{
	background-position: -104px -153px;
}

.vps .layer-3 .col h3 i.ic-kvm{
	background-position: -592px -351px;
}

.vps .layer-3 .col h3 i.ic-4{
	background-position: -154px -153px;
}

.vps .layer-3 .col h3 i.ic-5{
	background-position: -4px -153px;
}

.vps .layer-3 .col h3 i.ic-6{
	background-position: -254px -153px;
}

.vps .layer-3 .col p{
	font-size: 14px;
	opacity: 0.7;
}

/* VPS > Layer 4 */
/* ------------- */

.vps .layer-4{
	position: relative;
	z-index: 1;
}

.vps .layer-4 .title{
	border-bottom: 1px solid #e5ebee;
	color: #144568;
	text-align: center;
}

.vps .layer-4 .title h2{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;	
}

.vps .layer-4 .title h3{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 17px;
	font-weight: 200;
}

.vps .layer-4 .options{
	margin-top: 40px;
	margin-bottom: 40px;
}

.vps .layer-4 .options .col{
	text-align: center;
	padding: 0 20px;
}

.vps .layer-4 .options .col i{
	display: block;
	margin: 0 auto 20px auto;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	border: 1px solid #0780e3;
	position: relative;
	overflow: hidden;
	transition: transform 300ms ease-out;
}

.vps .layer-4 .options .col:hover i{
	transform: translateY(8px);
}

.vps .layer-4 .options .col i:before{
	background-color: #0780e3;
	border-radius: 50%;
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}

.vps .layer-4 .options .col i:after{
	background-image: url(/imgs/sprite_2.webp);
	background-size: 800px 800px;
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.vps .layer-4 .options .col i.ic-1:after{
	width: 36px;
	height: 39px;
	background-position: -312px -155px;
}

.vps .layer-4 .options .col i.ic-2:after{
	width: 39px;
	height: 39px;
	background-position: -643px -155px;
}

.vps .layer-4 .options .col i.ic-3:after{
	width: 39px;
	height: 39px;
	background-position: -499px -155px;
}

.vps .layer-4 .options .col i.ic-4:after{
	width: 39px;
	height: 39px;
	background-position: -356px -155px;
}

.vps .layer-4 .options .col i.ic-5:after{
	width: 40px;
	height: 40px;
	background-position: -595px -155px;
}

.vps .layer-4 .options .col i.ic-6:after{
	width: 41px;
	height: 31px;
	background-position: -546px -155px;
}

.vps .layer-4 .options .col i.ic-7:after{
	width: 40px;
	height: 37px;
	background-position: -451px -155px;
}

.vps .layer-4 .options .col i.ic-8:after{
	width: 40px;
	height: 40px;
	background-position: -403px -155px;
}

.vps .layer-4 .options .col h3{
	font-size: 18px;
	color: #0780e3;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 15px;
}

.vps .layer-4 .options .col p{
	color: #212121;
	font-size: 14px;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

/* Breakpoint 768 */

@media only screen and (min-width : 768px) {

	/* -----------------
		VPS Servers
	------------------ */
	
	header.vps .slider h1 {
		font-size: 26px;
	}
	
	header.vps .slider h2 {
		font-size: 20px;
	}
	
	.layer-vps-plan .plans .col p.price{
		font-size: 20px;
	}
	
	.layer-vps-plan .custom .col h2{
		font-size: 20px;
	}
	
	.layer-vps-plan .custom form .label{
		font-size: 15px;
	}
	
	.layer-vps-plan .custom form .val{
		font-size: 15px;
	}
	
	.layer-vps-plan .custom form .val strong{
		font-size: 26px;
	}
	
	.layer-vps-plan .custom .info p.price strong{
		font-size: 26px;
	}

	.layer-vps-plan a.arrow{
		position: absolute;
		background: rgba(43, 43, 45, 0.5);
		top: 110px;
		width: 42px;
		height: 144px;
		cursor: pointer;
		z-index: 1;
	}

	.layer-vps-plan a.arrow.disabled {
		pointer-events: none;
	}

	.layer-vps-plan a.arrow.disabled:after{
		opacity: 0.15;
	}

	.layer-vps-plan a.arrow:after{
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		content: '';
		width: 14px;
		height: 23px;
		background-image: url(/imgs/sprite_2.webp);
		background-size: 800px 800px;
		background-position: -751px -150px;
	}

	.layer-vps-plan a.arrow-left{
		left: -6px;
		border-radius: 10px 0 0 10px;
		border-right: 0;
	}

	.layer-vps-plan a.arrow-right{
		right: -6px;
		border-radius: 0 10px 10px 0;
		border-left: 0;
	}

	.layer-vps-plan a.arrow-right:after{
		transform: rotate(180deg);
	}

	.layer-vps-plan .plans .sw-container {
		display: flex;
		flex-wrap: nowrap;
		overflow: hidden;
	}

	.layer-vps-plan .plans .sw-wrapper {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		transition: all 300ms;
	}
	
	.layer-vps-plan .plans .col {
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.vps .layer-2 .text h2{
		font-size: 26px;
	}
	
	.vps .layer-2 .text h3{
		font-size: 15px;
	}
	
	.vps .layer-2 .col h3{
		font-size: 20px;
	}
	
	.vps .layer-3 .text h2{
		font-size: 26px;
	}
	
	.vps .layer-3 .text h3{
		font-size: 20px;
	}
	
	.vps .layer-3 .col h3{
		font-size: 20px;
	}
	
	.vps .layer-4 .title h2{
		font-size: 26px;
	}
	
	.vps .layer-4 .title h3{
		font-size: 20px;
	}
}

/* Breakpoint 992 */

@media only screen and (min-width : 992px) {

	header.vps {
		height: 870px;
	}
	
	header.vps .slider {
		padding: 120px 0 0 0;
	}
	
	header.vps .slider h1 {
		font-size: 44px;
	}
	
	header.vps .slider h2 {
		font-size: 22px;
	}
	
	.layer-vps-plan .plans {
		margin-top: -300px;
		padding-top: 0;
	}
	
	.layer-vps-plan .custom{
		background-image: url(/imgs/robo_bottom.webp);
		background-position: 88% bottom;
		background-repeat: no-repeat;
		margin-top: 30px;
	}
	
	.layer-vps-plan.custom .row{
		margin-top: 0;
	}
	
	.layer-vps-plan .custom .col{
		padding: 50px 0 50px 0;
		text-align: right;
	}
	
	.layer-vps-plan .custom.cloud .col{
		text-align: left;
		padding: 50px;
	}
	
	.layer-vps-plan .wrapper{
		padding-bottom: 80px;
	}
	
	.layer-vps-plan .custom .col h2{
		font-size: 26px;	
	}
	
	.layer-vps-plan .custom form input[type=range] {
		width: 350px;
		margin-left: 20px;
	}
	
	.layer-vps-plan .custom form .label{
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.layer-vps-plan .custom form .val{
		font-size: 16px;
		margin-top: 0;
	}
	
	.layer-vps-plan .custom form .val strong{
		font-size: 32px;
	}
	
	.layer-vps-plan .custom .info .xcol-2 {
		margin-top: 0;
	}
	
	.layer-vps-plan .custom .info .xcol-1:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		background-image: linear-gradient( 90deg, rgba(31,84,117,0) 0%, rgb(31,84,117) 50%, rgba(31,84,117,0) 100%);
		opacity: 0.302;
		width: 2px;
		height: 100%;
	}
	
	.layer-vps-plan .custom .info p.price strong{
		font-size: 28px;
	}
	
	.layer-vps-plan .custom .info a.btn-order{
		margin-top: 0;
	}
	
	.layer-vps-plan .meter{
		margin: 30px auto 0 auto;
	}
	
	.vps .layer-2 .wrapper{
		padding: 110px 0 130px 0;
	}
	
	.vps .layer-2 .text h2{
		font-size: 34px;
	}
	
	.vps .layer-2 .text h3{
		line-height: normal;
		font-size: 18px;
	}
	
	.vps .layer-2 .row{
		margin-top: 50px;
	}
	
	.vps .layer-2 .col{
		padding: 60px 0;
	}
	
	.vps .layer-2 .col h3{
		font-size: 22px;
	}

	.vps .layer-3 .wrapper{
		padding: 100px 0 100px 0;
	}
	
	.vps .layer-3 .text h2{
		font-size: 42px;
	}
	
	.vps .layer-3 .text h3{
		font-size: 22px;
		line-height: normal;
	}
	
	.vps .layer-3 .group {
		margin-top: 80px;
	}
	
	.vps .layer-3 .col {
		padding: 30px 25px 35px 25px;
	}
	
	.vps .layer-4 .title {
		text-align: left;
	}
	
	.vps .layer-4 .title .col-1{
		padding-left: 10px;
	}
	
	.vps .layer-4 .title h2{
		font-size: 38px;
	}
	
	.vps .layer-4 .title h3{
		font-size: 22px;
	}
}

/* Breakpoint 1200 */

@media only screen and (min-width : 1200px) {

	.layer-vps-plan.custom {
		margin-top: -350px;
	}
	
	.layer-vps-plan a.arrow {
		border: 1px solid #575d61;
		background: rgba(43, 43, 45, 0.3);
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
		transition: box-shadow 200ms;
	}
	
	.layer-vps-plan a.arrow:not(.disabled):hover {
		box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	}
	
	.layer-vps-plan a.arrow-left{
		left: -42px;
		border-right: 0;
	}

	.layer-vps-plan a.arrow-right{
		right: -42px;
		border-left: 0;
	}
	
	.vps .layer-3 .wrapper{
		padding: 100px 0 400px 0;
	}
	
	.vps .layer-3 .col {
		padding: 60px;
	}
	
	.vps .layer-4{
		margin-top: -300px;
		background-image: url(/imgs/monitor_screen.webp);
		background-position: center;
		background-repeat: no-repeat;
		height: 1038px;
	}
	
	.vps .layer-4 .wrapper{
		padding: 80px;
	}
	
	.layer-vps-plan .plans .col .wheel {
		position: absolute;
		bottom: 13px;
		width: 94px;
		height: 94px;
		background-image: url(/imgs/srv-wheel.webp);
		background-size: 94px 94px;
		background-repeat: no-repeat;
		z-index: 2;
		animation:spin 3s linear infinite;
	}
	
	.layer-vps-plan .plans .col .wheel.wheel-1 {
		left: 50px;
	}
	
	.layer-vps-plan .plans .col .wheel.wheel-2 {
		left: 165px;
	}
	
	.layer-vps-plan .plans .col::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 309px;
		height: 132px;
		background-image: url(/imgs/vps-srv-part.webp);
		background-size: 309px 132px;
		background-repeat: no-repeat;
		z-index: 3;
	}
}