/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 2 version
*/

/* page */

.vipgroup-container * {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.vipgroup-container a {
	text-decoration: none;
}

.vipgroup-container ul {
	list-style: none;
}

.vipgroup-container svg,
.vipgroup-container img {
	max-width: 100%;
	vertical-align: bottom;
}

body,
.page {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #556B2F;
}

body.lock {
	overflow: hidden;
}

.vipgroup-container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.vipgroup-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	font-weight: 700;
	padding: 0 20px;
	letter-spacing: 1.1px;
	border: 2px solid #75c71b;
	-webkit-transition: .3s;
	transition: .3s;
}

.vipgroup-btn:hover {
	border-color: #fff;
	color: #75c71b;
}

.vip-first {
	color: #fff;
	margin-bottom: 35px;
	background: url(../img/rocket.png) no-repeat top center/cover;
}

.vip-first__wrap {
	width: 50%;
	padding: 100px 0 140px;
	margin: 0 0 0 auto;
}

.vip-first__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
	letter-spacing: .9px;
	text-transform: uppercase;
}

.vip-first__subtitle {
	font-size: 30px;
	font-weight: 100;
	line-height: 35px;
	margin-bottom: 35px;
	letter-spacing: -.4px;
}

.vip-advantages {
	padding: 25px 0;
}

.vip-advantages__title {
	cursor: default;
	font-size: 50px;
	font-weight: 700;
	line-height: 80px;
	margin-bottom: 25px;
	text-align: center;
}

.vip-advantages__title span {
	color: #fff;
	margin: 0 19px;
	padding: 6px 10px;
	background: #75c71b;
	border-radius: 10px;
}

.vip-advantages__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 30px;
}

.vip-advantages__item {
	width: calc(33% - 20px * 2 / 3);
	font-size: 16px;
	text-align: center;
}

.vip-advantages__icon {
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vip-buy {
	background: url(../img/pro-Recovered.png) no-repeat center/cover;
	padding: 40px 0;
}

.vip-buy__title {
	font-size: 30px;
	text-align: left;
	line-height: 44px;
	margin: 0 0 25px;
}

.vip-buy__title span {
	color: #fff;
	background: #75c71b;
	border-radius: 10px;
	margin: 0 6px;
	padding: 2px 9px;
}

.vip-buy__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.vip-buy__item {
	width: 210px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	background: #fcfbf9;
	vertical-align: top;
	padding-bottom: 25px;
	margin: 0 10px 35px;
	-webkit-box-shadow: -5px 5px 10px 0 #888;
	box-shadow: -5px 5px 10px 0 #888;
}

.vip-buy__item--year .vip-buy__item-top {
	right: -5px;
	width: 220px;
	height: 94px;
	color: #fff;
	font-size: 24px;
	padding-top: 23px;
	position: absolute;
	background: url(../img/cosmos.png) no-repeat center;
}

.vip-buy__item--year .vip-buy__item-top:after {
	margin: auto;
	position: absolute;
	top: -9px;
	width: 64px;
	right: -22px;
	left: auto;
	height: 128px;
	background: url(../img/bimba.png) no-repeat center;
	background-size: 64px 128px;
	border: none;
}

.vip-buy__item-top {
	border-radius: 10px;
	top: 0;
	left: -5px;
	width: 220px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	padding-top: 13px;
	position: absolute;
	background: #292c33;
}

.vip-buy__item-top:after {
	content: ' ';
	position: absolute;
	width: 0;
	top: 48px;
	height: 0;
	left: 101px;
	margin: auto auto auto -96px;
	border-top: solid 50px #292c33;
	border-left: solid 106px transparent;
	border-right: solid 106px transparent;
}

.vip-buy__item-info {
	padding-top: 115px;
	padding-left: 45px;
	margin-bottom: 35px;
}

.vip-buy__item-value {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.vip-buy__item-currency {
	color: #a9abb2;
	font-size: 20px;
	font-weight: 500;
	margin-left: -3px;
	line-height: 27px;
	vertical-align: top;
	letter-spacing: 1.6px;
}

.vip-buy__item-other-currency {
	display: block;
	color: #aeb0b6;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	padding-left: 10px;
}

.vip-buy__item-slogan {
	font-weight: 700;
	color: #82858e;
	font-size: 16px;
	text-align: left;
	padding-left: 7px;
	line-height: 16px;
	margin-bottom: 15px;
}

.vip-buy__item-slogan span {
	color: #ff293d;
}

.vip-buy__item-buttons {
	text-align: left;
}

.vip-buy__item-buttons a {
	color: #75c71b;
	border-radius: 4px;
}

.vip-buy__item-buttons a:hover {
	color: #fff;
	background: #75c71b;
	border-color: #75c71b;
}

.vip-buy__footer {
	text-align: center;
	font-size: 12px;
}

.vip-buy__footer span {
	color: #ff293d;
}

@media (min-width: 992px) {
	.vipgroup-container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.vipgroup-container {
		width: 1170px
	}
}

@media (max-width: 770px) {
	.vip-advantages__item {
		width: calc(50% - 20px * 1 / 2);
	}
}

@media (max-width: 575px) {
	.vip-first {
		display: none;
	}

	.vipgroup-btn {
		height: 50px;
		font-size: 20px;
	}

	.vip-advantages__wrap {
		padding: 0;
	}

	.vip-advantages__text {
		font-size: 14px;
	}

	.vip-advantages__title {
		font-size: 28px;
		margin-bottom: 0;
	}

	.vip-buy {
		background: transparent;
		padding: 20px 0;
	}

	.vip-buy__title {
		text-align: center;
	}

	.vip-buy__item {
		padding-bottom: 0;
	}
}

@media (max-width: 400px) {

	.vip-advantages__title {
		font-size: 22px;
		margin-bottom: 0;
	}

	.vip-advantages__text {
		font-size: 13px;
	}

	.vip-buy__title {
		font-size: 24px;
	}
}