.likeH1deta{
	font-weight: bold;
	font-size: 40px;
	color: #252525;
}
.subtileH1{
	font-style: normal;
font-weight: normal;
font-size: 18px;
color: #0071BC;
}
.rebtn:hover{
	color: #0071BC;
	background: white;	
}
.rebtn{
	padding: 22px 29px!important;
	background: #0071BC;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	cursor: pointer;
	border: 1px solid #0071BC;
	transition: 0.4s ease-in-out;
	text-decoration: none!important;
}
.btns_fix>div{flex: 1; text-align: center;}
.btns_fix {gap: 15px;margin-top: 25px;}
.rebtn_trans:hover{
	background: #0071BC;
	color: white;
}
.rebtn_trans{
	color: #0071BC;
	background: white;
}
.plansImg{
	border: 2px solid #DEDEDE;
	padding: 20px;
	display: inline-block;
}
.askSmetaBig{
	margin: 0!important;
}
.chars span{
font-size: 16px;
line-height: 16px;
color: #0071BC;
}
.chars p{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}
.chars .name{
font-size: 16px;
line-height: 16px;
color: #8A8A8A;
}
h2{
	color: #252525!important;
	font-family: 'Gotham Pro'!important;
	margin-bottom: 30px!important;
	font-size: 32px;
}
@media(max-width: 1200px){
	.btns_fix{flex-direction: column;}
}