body
{
	background-color: #eff2f7;
	padding: 0;
	margin: 0;
	font-family: Roboto,Helvetica,Arial;
}

.wrapper
{
	max-width: 805px;
	width: 100%;
	margin: auto;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.block-wrap
{
	padding: 5px 0;
}

.img-wrapper
{
	width: 100px;
	height: 100px;
	margin: auto;
}

.img-wrapper.big
{
	width: 125px;
	height: 125px;
}

.img-wrapper img
{
	width: 100%;
	border-radius: 50%;
}

.img-block-text
{
	text-align: center;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
    line-height: 1.5;
}

.block-title
{
	text-align: center;
	font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: none;
    line-height: 1.25;
    font-size: 21px;
}

.block-title-small
{
	text-align: center;
	font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    font-size: 15px;
}

.styled-line
{
	height: 30px;
	position: relative;
}

.styled-line-back
{
	background: rgb(239,242,247);
	background: linear-gradient(218deg, rgba(239,242,247,1) 0%, rgba(192,126,126,0) 45%, rgba(136,197,170,0) 60%, rgba(239,242,247,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.styled-line-icon
{
	position: relative;
	display: block;
	width: 50px;
	height: 100%;
	background-color: #eff2f7;
	margin: 0 auto;
}

.styled-line-line
{
	border-bottom: 1px solid #000000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.styled-line i
{
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #000000;
}

.button
{
	color: white;
	border-radius: 3px;
	display: block;
	position: relative;
	min-height: 60px;
	text-decoration: none;
}

.btn-blue
{
	background-color: #7795f8;
}

.btn-blue:hover
{
	background-color: #839ff8;
}

.btn-green
{
	background-color: rgb(117, 208, 169);
}

.btn-green:hover
{
	background-color: rgb(129 212 177);
}

.button-text
{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	min-height: 60px;
}

.button-text span
{
	font-size: 14px;
}

.flex-center
{
	display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.line-small
{
	width: 180px;
    margin: auto;
}

.block-site {
	width: 45%;
	margin: auto;
	position: relative;
	padding-bottom: 70px;
}

.block-btn {
	position: absolute;
	width: 100%;
}

@media (max-width: 576px) {
	.block-site {
		width: 90%;
	}
}