*{padding: 0 0 0 0; margin: 0 0 0 0; box-sizing: border-box;font-family: 'Oswald', sans-serif;}
/**********************************************************************/
.wrap{
	width: 786px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.sb {
	justify-content: space-between;
}

.tac {
	text-align: center;
}
th{
	background-color: #ccc;
}
/**********************************************************************/
a, a:hover, a:visited{
	color: #000;
	text-decoration: none;
}
.topMenu{
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.topMenu_item{
	cursor: pointer;
}

.topMenu_item:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #999;
}

.section{
	display: flex;
	position: relative;
	padding-bottom: 20px;
}

.first_col1{
	width: 40%;
	align-self: center;
}
.first_col2{
	width: 60%;
}

.first_col1_h{
	font-size: 2.2rem;
	letter-spacing: 2px;
	font-weight: 700;
}

.first_col1_sh{
	font-size: 1.3rem;
	margin-left: 80px;
	letter-spacing: 1px;
}

.blue{
	background-color: #2F3F96;
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0,  0.8);
}
.second_h{
	color: #fff;
	text-align: center;
	font-size: 2rem;
}
.second_sh{
	color:  #fff;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 1.5px;
}

.second_features{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature{
	color: #fff;
	margin: 25px 0;

}
.features_left, .features_right{
	width: 45%;
	margin: 0 15px;
}

.bg2{
	position: absolute;
	top: 0px;
	left: 0px;
}

.section_header{
	padding-top: 40px;
	font-size: 2rem;
	text-align: center;

}

/************************************************/
.numbers{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.number{
	min-width: 190px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-right: 2px dashed #ccc;
}
.number:last-child{
	border-right: none;
}

.num_value{
	font-size: 4rem;
	font-weight: 700;
}
/************************************************/


.section_subheader{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}
.price_options{
	list-style-type: none;
}
.price_options li:before{
	content: "✔️";
	margin-right: 5px;
}

.star_eyes{
	list-style-type: none;
	margin-left: 20px;
}

.star_eyes li:before{
	content: "🤩";
	margin-right: 5px;
}
.section_2col{
	display: flex;
	justify-content: space-around;

}

.section_left, .section_right{
	width: 100%;
}

td{
	text-align: center;
}

.white{
	color: #fff;
}
a.white:hover{
	text-decoration: underline;
	color: #fff;
}

.abzac{
	margin: 10px 0;
}

.footer{
	background-color: #1F0131;
	color: #fff;
	padding: 10px 0;
}

.footer_title{
	font-size: 0.9rem;

}

.footer_text{
	font-size: 0.8rem;
}

.questions{
	flex-direction: column;
	border-top: 1px solid #999;
}

.question{
	margin: 10px 0;
}

.q{
	font-weight: 700;
}
.q:before{
	content: "❓";
	margin-right: 10px;
}

/* Desktop */
@media only screen and 
(max-device-width: 1024px) {
  
}


/* Pad */
@media only screen and 
(max-width: 480px) {
	.topMenu {flex-direction: column;padding: 10px;}
	.topMenu_item{border-bottom: 1px dashed #999;}
	.section{flex-wrap: wrap;}
	.first_col1{ width: 90%; padding: 0 10px;}
	.first_col1_sh{margin-left: 0;}
	.first_col2 img{width: 300px;}
	.first_col2{text-align: center;}
	.bg2 img{display: none;}
	.second_features{flex-wrap: wrap;}
	.features_left,.features_right{width: 100%;}
	.feature{margin: 15px;}
	.section_2col{flex-wrap: wrap;}
	.section_left,.section_right{padding: 0 10px;}
	.flex{flex-wrap: wrap;}
	.table{margin: 10px 0;}
	.wrap{max-width: 340px;}
}


/*Смартфоны*/
@media (max-width: 320px) {
	.wrap{max-width: 320px;}
}
