*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body,input,select,select option,textarea{
	font-family: arial,sans-serif;
	font-size:10px;
}

html{
	height:100%;
	background:#1c304e;
}

body{
	min-height:100%;
	line-height:1.4;
	color:#fff
}

img{border:0}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border:none;
}

select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	outline:none
}
select option{
	padding-left:3px;
}

table{
	border-collapse:collapse
}

a:link,
a:visited{
	color:#00f;
	text-decoration:underline
}
a:hover{
	color:#c00;
	text-decoration:none
}


.cfx:after{
	content:' ';clear:both;display:block;width:0;height:0;overflow:hidden;font-size:0
}


.manual p{
	padding-bottom:1em;
}


.Main{
  min-width: 600px;
}


.Head{
  /* background: #1c304e; */
  padding: 15px 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.Head img{
  display: block;
}


.Body{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	font-size: calc( 2.9166vw + 2.5px );
	background: linear-gradient(180deg, #880308 0%, #860203 52.22%, #8E0000 100%);
}

.Body::after {
	content: "";
	position: absolute;
	top: 100px;
	bottom: 100px;
	width: 80%;
	left: 50%;
	background: #6D0101;
	z-index: 0;
	filter: blur(122px);
	border-radius: 50%;
	transform: translateX(-50%);
}

.Content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
}

.Banner {
	max-width: 500px;
	width: 75%;
}

.Banner img {
	display: block;
	width: 100%;
	height: auto;
}

.TarifsBlock {
	display: flex;
	gap: 24px;
	width: 100%;
	justify-content: center;
}

.TarifCard {
	width: 320px;
	height: 230px;
	background: linear-gradient(180deg, rgba(198, 198, 198, 0.22) 0%, rgba(255, 255, 255, 0.22) 100%);
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.TarifCard_Active {
	background: linear-gradient(180deg, rgba(198, 198, 198, 0.38) 0%, rgba(255, 255, 255, 0.38) 100%);
	border-color: #FFFFFF;
	box-shadow: 2px 2px 28px 0 #FFA859;
}


.TarifCard_Period {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #F5F5F5;
	text-transform: uppercase;
}


.TarifCard_Bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
}


.TarifCard_PriceBlock {
	display: flex;
	flex-direction: column;
	gap: 2px;
}


.TarifCard_PriceMain {
	display: flex;
	align-items: flex-end;
	line-height: 1.3;
	color: #fff;
}

.TarifCard_PriceValue {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: -0.8px;

	@media (max-width: 700px) {
		font-size: 32px;
	}
}

.TarifCard_PricePer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.14px;
	height: 24px;
	margin-left: 4px;
}


.TarifCard_PriceOld {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.14px;
	color: #F0CC94;
	height: 18px;
}


.TarifCard_PriceDetails {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.14px;

	@media (max-width: 900px) {
		font-size: 12px;
	}
}

.TarifCard_PriceStrike {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: line-through;
	color: #F0CC94;
}

.TarifCard_PriceNew {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	flex: 1;
}


.TarifCard_Label {
	background: linear-gradient(180deg, rgba(198, 198, 198, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
	border-radius: 4px;
	padding: 4px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
	min-height: 28px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.12px;
	color: #fff;
	text-align: center;

	@media (max-width: 1000px) {
		font-size: 10px;
	}
}

.TarifCard_Label span:first-child {
	font-weight: 600;
}

.TarifCard_Label span:last-child {
	font-weight: 400;
}

.TarifCard_Label_Gold {
	background: #FFFFFF;
	color: #350610;
	padding: 4px 10px;
	gap: 2px;
	box-shadow: -1px -1px 40px 0px rgba(255, 248, 175, 0.12), 1px 1px 6px 0px rgba(255, 255, 255, 0.5);
	min-height: 24px;
}

.TarifCard_Label_Gold span:first-child {
	font-weight: 600;
}

.TarifCard_Label_Gold span:last-child {
	font-weight: 400;
}


.Button {
	background: #fff;
	border-radius: 20px;
	padding: 28px 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	color: #350610;
	text-transform: uppercase;
	box-shadow: 2px 2px 36px 0px #ffa859;
}


.OverlayLink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 10;
}

.TarifCard_Popular {
	position: absolute;
	top: -4px;
	right: -4px;
}

.TarifCard_PopularTextWrap {
	transform: rotate(45deg) translate(34px, 10px);
	;
	position: relative;
	z-index: 1;
}

.TarifCard_PopularText {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 110px;
	text-align: center;
}

.TarifCard_Popular::after {
	content: '';
	position: absolute;
	top: -19px;
	right: -19px;
	width: 116px;
	height: 116px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTUiIGhlaWdodD0iOTUiIHZpZXdCb3g9IjAgMCA5NSA5NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTgwLjYwMzYgOTEuNzIwOEw3Ny44MjQyIDg4Ljk0MTRWOTQuNTAwMkw4MC42MDM2IDkxLjcyMDhaIiBmaWxsPSIjOUYyQTE2Ii8+CjxwYXRoIGQ9Ik0yLjc3ODcyIDEzLjg5NzFMODAuNjAyMiA5MS43MjA2TDgwLjYwMjMgNjMuOTI2NUwzMC41NzI4IDEzLjg5NzFIMi43Nzg3MloiIGZpbGw9IiM5RjJBMTYiLz4KPHBhdGggZD0iTTIuNzc5MTggMTMuODk2NEw1LjU1ODU5IDE2LjY3NThILTAuMDAwMjI5ODM2TDIuNzc5MTggMTMuODk2NFoiIGZpbGw9IiM5RjJBMTYiLz4KPC9zdmc+Cg==');
}

#var-1 {
	z-index: 1;
}

.title-img {
	width: 400px;
	height: 200px;
	margin: auto;
	background-image: url('../images/title-img.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 40px;
}

.compare-cards {
	font-size: 16px;
}

.compare-cards, .compare-cards * {
	box-sizing: border-box;
}

.cards {
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.card {
	background: linear-gradient(180deg, rgba(198, 198, 198, 0.22) 0%, rgba(255, 255, 255, 0.22) 100%);
	border: 2px solid #F0CC94;
	border-radius: 8px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	color: #ffffff;
	padding: 40px 30px;
	min-width: 420px;
	position: relative;
}

.card-badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 58px;
	user-select: none;
	pointer-events: none;
	background-image: url('../images/discount-badge.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.card-header {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 24px;
}

.card-title {
	font-size: 34px;
	margin-bottom: 4px;
	color: #fff;
	font-weight: 600;
}

.card-subtitle {
	font-size: 16px;
	color: #F0CC94;
	font-weight: 500;
}

.card-items {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.card-item {
	display: flex;
	gap: 8px;
	font-size: 20px;
}

.card-actions {
	margin-top: 40px;
	width: 100%;
}

a.card-button {
	width: 100%;
	text-align: center;
	padding: 16px;
	background: #fff;
	color: #333;
	border-radius: 8px;
	display: block;
	text-decoration: none!important;
	font-size: 18px;
	transition: box-shadow 0.3s ease, background 0.3s ease;
	font-weight: 600;
	text-transform: uppercase;
}

a.card-button:hover {
	background: #e3e3e3;
}

.card-button#purchase-button {
	background: linear-gradient(128deg, #A3430C -8.09%, #FFFFFF 92.4%);
	color: #fff;
}

.card-button#purchase-button:hover {
	box-shadow: 0 0 8px rgba(250, 191, 98, 0.5);
}

.Bg1,
.Bg2 {
	position: absolute;
	pointer-events: none;
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	right: 0;
	z-index: 0;
}

.Bg1 {
	top: 0;
	height: 187px;
	background-image: url('../images/top-bg.png');
}

.Bg2 {
	bottom: 0;
	height: 130px;
	background-image: url('../images/bot-bg.png');
}