body {
	/*font-family: 'Montserrat', Arial, sans-serif;*/
	color: #ccc;
	background: #000;
	font-size: 14px;
	line-height: 140%;
}

.content-area {
	max-width: 1760px;
	margin: 0 auto;
}

h1 {font-size: 30px}
h2 {font-size: 28px}
h3 {font-size: 23px}
h4 {font-size: 19px}
h5 {font-size: 17px}
h6 {font-size: 15px}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
}

p {margin: 1.666rem 0;}

a, a:focus {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.5);
	text-underline-offset: 5px;
	transition: all 0.3s;
}
a:hover, a:active {
	color: #ff1e50;
	text-decoration: none;
}
h2 {
	font-size: 28px;
	line-height: 110%;
	color: #fff;
}
ul {
	padding: 0;
	margin: 26px 0 36px;
}
ul>li {
	margin: 8px 0 0 21px;
	list-style-type: none;
	position: relative;
}
ul:not([id*="bx_"])>li:before {
	content: "\2014";
	margin: 0 7px 0 -21px;
}
blockquote {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 500;
	min-height: 40px;
	vertical-align: middle;
	border: none;
	padding: 5px 35px;
	margin: 20px 0;
}
blockquote:before {
	position: absolute;
	content: " ";
	background-color: #eb0d30;
	bottom: 5px;
	display: block;
	left: 0;
	top: 5px;
	width: 2px;
}

.m-0	{margin: 0 !important;}
.mt-0	{margin-top: 0 !important;}
.mb-0	{margin-bottom: 0 !important;}

.mt-10	{margin-top: 	10px !important;}
.mb-10	{margin-bottom:	10px !important;}

.mt-15	{margin-top:	15px !important;}
.mb-15	{margin-bottom:	15px !important;}

.mt-20	{margin-top:	20px !important;}
.mb-20	{margin-bottom:	20px !important;}

.mt-30	{margin-top:	30px !important;}
.mb-30	{margin-bottom:	30px !important;}

.mt-40	{margin-top:	40px !important;}
.mb-40	{margin-bottom:	40px !important;}

.mt-50	{margin-top:	50px !important;}
.mb-50	{margin-bottom:	50px !important;}

.mt-70	{margin-top:	70px !important;}
.mb-70	{margin-bottom:	70px !important;}

.p-0	{padding: 0 !important;}
.pt-0	{padding-top: 0 !important;}
.pb-0	{padding-bottom: 0 !important;}

.pt-10	{padding-top:	10px !important;}
.pb-10	{padding-bottom:10px !important;}

.pt-15	{padding-top:	15px !important;}
.pb-15	{padding-bottom:15px !important;}

.pt-20	{padding-top:	20px !important;}
.pb-20	{padding-bottom:20px !important;}

.pt-30	{padding-top:	30px !important;}
.pb-30	{padding-bottom:30px !important;}

.pt-40	{padding-top:	40px !important;}
.pb-40	{padding-bottom:40px !important;}

.pt-50	{padding-top:	50px !important;}
.pb-50	{padding-bottom:50px !important;}

.gap-10 {gap: 10px !important;}
.gap-20 {gap: 20px !important;}
.gap-30 {gap: 30px !important;}
.gap-40 {gap: 40px !important;}
.gap-50 {gap: 50px !important;}

.left		{text-align: left;}
.centred	{text-align: center; margin-left: auto; margin-right:auto; justify-content: center;}
.right		{text-align: right;}

.nobr {white-space: nowrap;}

.fat {font-weight: 600;}

.left-under-line {
	width: 350px;
	max-width: 100%;
	height: 5px;
	background: linear-gradient(to left, #080808, #eb0d30);
}

hr {
	padding: 0;
	margin: 20px 0;
	height: 1px;
	border: 0;
	background: #2b2b2b;
}

.width-100 {
	width: 100%;
	max-width: 100%;
}

.width-full {
	width: 1000px !important;
	max-width: 1000px !important;
}
.width-750 {width: 750px;}

.width-1100 {width: 1100px;}

.width-half {width: 500px;}

.no-app {display: none;}

.support-description {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 130%;
}

.grey-text {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	opacity: 0.7;
}

.body-text {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
}

.flex {
	display: flex;
	align-items: center;
}

.flex-start {
	align-items: flex-start;
}

.flex-1 {
	flex: 1;
}



/* === PRICE ===*/
#tabs {
	margin: 10px 0;
}
.tabs-nav {
	overflow: hidden;
}
.tabs-nav:not([id*="bx_"])>li:before {
	content: '';
	margin: 0;
}
.tabs-nav li {
	max-width: 600px;
	width: 45%;
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.tabs-nav a,
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active {
	color: #878787;
	border-bottom: 2px solid #878787;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	display: block;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
}
.tabs-nav li:first-child a {
}
.tabs-nav li:last-child a {
	display: block;
}
.tabs-nav a.active {
	color: #fff;
	border-bottom: 2px solid #eb0d30;
}

.t1, .t2, .t2-lower, .t3, .t4 {
	color: #fff;
	line-height: 130%;
	font-weight: 800;
	text-transform: uppercase;
}

.t1 {font-size: 50px; letter-spacing: 2px;}
.t2, .t2-lower {font-size: 34px;}
.t2-lower {text-transform: none;}
.t3 {font-size: 24px;}
.t4 {font-size: 22px; text-transform: none;}

.price-box{
	width: 450px;
	max-width: 450px;
	margin: 30px 0 0 100px;
}

.tab-line {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 0 10px;
	font-weight: 600;
}

.tab-line .item {
	color: #fff;
	font-size: 16px;
	line-height: 1.55;
}

.tab-line .item span {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 140%;
	font-weight: 400;
	opacity: 0.7;
}

.tab-line .price {
	font-size: 17px;
	white-space: nowrap;
}
.tab-line .price::after {
	content: ' ₽';

}

.complex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 100px;
	color: #fff;
	font-size: 16px;
	line-height: 140%;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

/* === / PRICE ===*/



@media (max-width: 767px) {
	h2 {font-size: 22px;}

	.left-under-line {width: 70%;}

		.flex {
		flex-direction: column;
	}

}
