/* -------------------
  VPS Cloud Header
-------------------- */

header.c-vps {
	position: relative;
}

header.c-vps .cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(/imgs/banners/vps_cloud_bg.webp);
	background-size: cover;
	z-index:0;
}

header.c-vps .slider {
	padding: 40px 0;
	color: #fff;
}

header.c-vps .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}

header.c-vps .slider h2 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 200;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 25px;
	position: relative;
}

header.c-vps .slider p {
	position: relative;
	font-size: 14px;
	opacity: 0.7;
}

/* -------------------
	CLOUD VPS PLAN
/* ------------------- */

.layer-vps-plan .meter {
	display: none;
}

.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: 42px;
}

.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;
}

.layer-vps-plan .custom form{
	margin-top: 20px;
}

.layer-vps-plan .custom form .fline{
	padding: 20px 0;
}

.layer-vps-plan .custom form .label{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	min-width: 50px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.layer-vps-plan .custom form .label i {
	margin-left: 10px;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
}

.layer-vps-plan .custom form .label i.ic-cores{
	background-position: -246px -254px;
}

.layer-vps-plan .custom form .label i.ic-ram{
	background-position: -298px -254px;
}

.layer-vps-plan .custom form .label i.ic-hdd{
	background-position: -272px -254px;
}

.layer-vps-plan .custom form .label i.ic-ips{
	background-position: -324px -254px;
}

.layer-vps-plan .custom form input[type=range] {
	-webkit-appearance: none;
    appearance: none;
	outline: none;
    transition: opacity .2s;
	background-color: rgba(31, 84, 117, 0.161);
	height: 6px;
	border-radius: 3px;
	width: 100%;
}

.layer-vps-plan .custom form .val{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-shrink: 0;
	justify-content: center;
}

.layer-vps-plan .custom form .val strong{
	font-size: 20px;
	margin-right: 5px;
}

.layer-vps-plan .custom form input[type=range]:hover {
	opacity: 1;
}

.layer-vps-plan .custom form input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-image: url(/imgs/sprite_2.webp);
	background-size: 800px 800px;
	background-position: -282px -215px;	
}

.layer-vps-plan .custom form input[type=range]::-moz-range-thumb {
	width: 30px;
 	height: 30px;
	cursor: pointer;
	background-image: url(/imgs/sprite_2.webp);
	background-size: 800px 800px;
	background-position: -282px -215px;
	border: 0;
}

.layer-vps-plan .custom form input[type=range]::-moz-focus-outer {
    border: 0;
}

.layer-vps-plan .custom .info {
	margin-top: 30px;
	white-space: nowrap;
}

.layer-vps-plan .custom .info .xcol{
	position: relative;
	padding: 0 15px;
	text-align: center;
}

.layer-vps-plan .custom .info i.ic-instant{
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 16px;
	height: 33px;
	background-position: -777px -150px;
	flex-shrink: 0;
}

.layer-vps-plan .custom .info p {
	line-height: normal;
}

.layer-vps-plan .custom .info p.instant{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.layer-vps-plan .custom .info p.instant span{
	display: block;
}

.layer-vps-plan .custom .info p.price{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.layer-vps-plan .custom .info p.price strong{
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}

.layer-vps-plan .custom .info span.or{
	font-size: 14px;
	opacity: 0.5;
	font-family: 'poppins', Arial, sans-serif;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.layer-vps-plan .custom .info a.btn-order {
	position: relative;
	margin-top: 30px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #0780e3;
	padding: 11px 0;
	width: 180px;
	text-align: center;
	background-color: #0780e3;
	color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
	transition: all 250ms;
}

.layer-vps-plan .custom .info a.btn-order:hover {
	color: #0780E3;
	background-color: #fff;
	border: 1px solid #0780E3;
	padding-left: 30px;
}

.layer-vps-plan .custom .info a.btn-order:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -344px;
	transition: all 150ms;
}

.layer-vps-plan .custom .info a.btn-order:hover:after {
	left: 5px;
}

/* CLOUD VPS > Layer 2 */
/* ------------------- */

.c-vps .layer-2 .wrapper{
	padding: 40px 0;
	text-align: center;
	color: #144568;
}

.c-vps .layer-2 .text h2{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.c-vps .layer-2 .text h3{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
}

.c-vps .layer-2 .group {
	margin-top: 30px;
	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);
}

.c-vps .layer-2 .col{
	padding: 30px 0;
	position: relative;
}

.c-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;
}

.c-vps .layer-2 .col:last-child:after{
	display: none;
}

.c-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;
}

.c-vps .layer-2 .col:hover i{
	transform: translateY(8px);
}

.c-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;
}

.c-vps .layer-2 .col i.ic-1:after{
	background-position: -4px -207px;
}

.c-vps .layer-2 .col i.ic-2:after{
	background-position: -229px -207px;
}

.c-vps .layer-2 .col i.ic-3:after{
	background-position: -184px -207px;
}

.c-vps .layer-2 .col i.ic-4:after{
	background-position: -49px -207px;
}

.c-vps .layer-2 .col i.ic-5:after{
	background-position: -139px -207px;
}

.c-vps .layer-2 .col i.ic-6:after{
	background-position: -94px -207px;
}

.c-vps .layer-2 .col h3{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
}

.c-vps .layer-2 .col p{
	font-weight: 600;
	opacity: 0.82;
}

/* CLOUD VPS > Layer 3 */
/* ------------------- */

.c-vps .layer-3{
	background-image: url(/imgs/benefits_bg.webp);
   background-size: cover;
}

.c-vps .layer-3 .wrapper{
	padding: 40px 0;
	color: #fff;
	text-align: center;
}

.c-vps .layer-3 .text h2{
	margin-bottom: 40px;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 20px;
}

.c-vps .layer-3 .col {
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 20px 0;
	transition: border-color 200ms;
	cursor: default;
}

.c-vps .layer-3 .col:hover {
	border-color: rgba(255, 255, 255, 0.4);
}

.c-vps .layer-3 .col i{
	display: block;
	margin: 0 auto 20px auto;
	width: 53px;
	height: 53px;
	transition: transform 300ms ease-out;
}

.c-vps .layer-3 .col:hover i{
	transform: translateY(8px);
}

.c-vps .layer-3 .col i.ic-1{
	background-position: -584px -289px;
}

.c-vps .layer-3 .col i.ic-2{
	background-position: -62px -289px;
}

.c-vps .layer-3 .col i.ic-3{
	background-position: -120px -289px;
}

.c-vps .layer-3 .col i.ic-4{
	background-position: -236px -289px;
}

.c-vps .layer-3 .col i.ic-5{
	background-position: -294px -289px;
}

.c-vps .layer-3 .col i.ic-6{
	background-position: -178px -289px;
}

.c-vps .layer-3 .col i.ic-7{
	background-position: -468px -289px;
}

.c-vps .layer-3 .col i.ic-8{
	background-position: -4px -289px;
}

.c-vps .layer-3 .col i.ic-9{
	background-position: -352px -289px;
}

.c-vps .layer-3 .col i.ic-10{
	background-position: -410px -289px;
}

.c-vps .layer-3 .col i.ic-11{
	background-position: -642px -289px;
}

.c-vps .layer-3 .col i.ic-12{
	background-position: -526px -289px;
}

.c-vps .layer-3 .col h3{
	font-family: 'poppins', Arial, sans-serif;
	font-size: 17px;
}

/* CLOUD VPS > Layer 4 */
/* ------------------- */

.c-vps .layer-4{
	background-color: #f3f7f9;
	position: relative;
}

.c-vps .layer-4 .wrapper{
	padding: 100px 0;
	text-align: center;
	color: #144568;
}

.c-vps .layer-4 h2{
	font-size: 36px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}

.c-vps .layer-4 h3{
	font-size: 16px;
	font-family: 'poppins', Arial, sans-serif;
}

.c-vps .layer-4 .row{
	margin-top: 60px;
	font-size: 0;
}

.c-vps .layer-4 i{
	width: 180px;
	height: 100px;
	margin: 0 20px;
	background-image: url(/imgs/clients.webp);
	background-size: 900px 100px;
	display: inline-block;
}

.c-vps .layer-4 i.ic-1{
	background-position: 0 0;
}

.c-vps .layer-4 i.ic-2{
	background-position: -180px 0;
}

.c-vps .layer-4 i.ic-3{
	background-position: -360px 0;
}

.c-vps .layer-4 i.ic-4{
	background-position: -540px 0;
}

.c-vps .layer-4 i.ic-5{
	background-position: -720px 0;
}

/* Breakpoint 768 */

@media only screen and (min-width : 768px) {

	header.c-vps .slider h1 {
		font-size: 26px;
	}
	
	header.c-vps .slider h2 {
		font-size: 20px;
	}
	
	.c-vps .layer-2 .text h2{
		font-size: 26px;
	}
	
	.c-vps .layer-2 .text h3{
		font-size: 15px;
	}
	
	.c-vps .layer-2 .col h3{
		font-size: 20px;
	}
	
	.c-vps .layer-3 .text h2{
		font-size: 26px;
	}
}

/* Breakpoint 768 */

@media only screen and (min-width : 768px) {

	.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{
		min-width: 80px;
		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;
	}
}


@media only screen and (min-width : 992px) {

	.layer-vps-plan .meter {
		display: block;
		text-align: center;
		width: 252px;
		margin: 0 auto;
	}

	.layer-vps-plan .meter .dial{
		height: 150px;
		background-image: url(/imgs/vcloud.webp);
		position: relative;
		overflow: hidden;
	}

	.layer-vps-plan .meter .dial:after{
		display: block;
		position: absolute;
		content: '';
		background-image: url(/imgs/dial.webp);
		width: 128px;
		height: 37px;
		left: 0;
		top: 60px;
		right: 0;
		margin: auto;
	}

	.layer-vps-plan .meter i.indicator{
		display: block;
		position: absolute;
		background: rgba(7, 128, 227, 0.388);
		bottom: 15px;	
		left: 123px;
		width: 45px;
		height: 3px;
		transform: rotate(-153deg);
		transform-origin: 0px 1px;
		transition: transform 200ms;
	}

	.layer-vps-plan .meter p {
		line-height: normal;
		font-size: 16px;
		font-weight: 600;
		font-family: 'poppins', Arial, sans-serif;
		margin-top: 15px;
	}
}


/* Breakpoint 1200 */

@media only screen and (min-width : 1200px) {


	header.c-vps {
		height: 870px;
	}
	
	header.c-vps .slider {
		padding: 120px 0 0 0;
	}
	
	header.c-vps .slider h1 {
		font-size: 44px;
	}
	
	header.c-vps .slider h2 {
		font-size: 22px;
		line-height: normal;
	}
	
	.c-vps .layer-2 .wrapper{
		padding: 80px 0;
	}
		
	.c-vps .layer-3 .row{
		margin: 0 -20px;
	}
	
	.c-vps .layer-2 .text h2{
		font-size: 34px;
	}
	
	.c-vps .layer-2 .text h3{
		font-size: 18px;
		line-height: normal;
	}
	
	.c-vps .layer-2 .group {
		margin-top: 50px;
	}
	
	.c-vps .layer-2 .col{
		padding: 60px 0;
	}
	
	.c-vps .layer-2 .col h3{
		font-size: 22px;	
	}
	
	.c-vps .layer-3 .wrapper{
		padding: 140px 0;
	}
	
	.c-vps .layer-3 .text h2{
		margin-bottom: 80px;
		font-size: 36px;
	}
	
	.c-vps .layer-3 .col .inside{
		padding: 30px 0;
	}
	
	.c-vps .layer-3 .col h3{
		font-size: 20px;
	}

	.layer-vps-plan .plans{
		margin-top: -300px;
		overflow: hidden;
		padding-top: 0;
	}
	
	.layer-vps-plan .plans .row-wrap{
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	
	.layer-vps-plan .plans .col{
		margin-bottom: 0;
		float: left;
	}
	
	.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 {
		cursor: default;
	}

	.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{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.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;
	}
	
	.layer-vps-plan .custom form .label{
		font-size: 16px;
	}
	
	.layer-vps-plan .custom form .val{
		font-size: 16px;
	}
	
	.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: -moz-linear-gradient( 90deg, rgba(31,84,117,0) 0%, rgb(31,84,117) 50%, rgba(31,84,117,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgba(31,84,117,0) 0%, rgb(31,84,117) 50%, rgba(31,84,117,0) 100%);
		background-image: -ms-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;
	}

	.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;
	}

	.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: 60px;
	}
	
	.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;
	}
}