.main {
	width: 100%;
    height: 100%;
    //position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}

.parent {
	//background: green;
	width: 70%;
    height: auto;
    //position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.parent h3 {
	font-weight: bold;
	font-size: 15pt;
	color: black;
	text-align: left;
	margin-top: 3px;
}

.parent .leftimg {
	float:left; /* Выравнивание по левому краю */
    margin: 7px 17px 17px 0; /* Отступы вокруг картинки */
}


.sep {
	height: 1px;
	width: 100%;
    margin: 20px 0 20px 0;
	background: #afafaf;
}

.row-inner {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

.row-inner h2 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #3b3225;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;	
}

.inner-text span {
	margin: 10px 0;
	color: #3b3225;
	line-height: 20px;
}

.inner-text img{
	float: left;
	margin: 5px 15px 10px 0px;
	height: 250px; 
}

@media only screen and (max-width: 800px) {
	.row-inner h2 {
		padding: 0 12px;
	}
	
	.inner-text {
		padding: 0 12px;
	}
	
	.sep {
		margin: 0px 12px;
	}
}