/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6 {font-size:inherit;font-weight: 400;}
/*--------------------*/

@-ms-viewport { 
 width: device-width;
}
@-o-viewport { 
 width: device-width;
}
@viewport { 
 width: device-width;
}

body	{ font-family: Verdana, Tahoma, "Times New Roman", Helvetica, sans-serif, monospase;
		height: 100%; 
		background: #FFFFFF; 
		}
		
a:link	{color: #0044FF; font-weight: bold;} 
a:visited	{color: #455663; font-weight: bold; }
a:hover	{color: #00AADD; text-decoration: underline; font-weight: bold; } 
a:active	{color: #0044FF;}

h1            {color: #CC3300; font-weight: bold; font-size: 18px; margin-left: 30px;}

.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid gray;
	margin: 0px 10px;
}
@media (max-width: 767px) {
	.wrapper {
		margin: 5px;
	}
}

/* задаем свойства флекс колонке контента увеличиваться*/
.page {
	flex: 1 1 auto;
}
.header {
	max-width: 100%;
	padding: 5px 10px;
}
.container {
	max-width: 1200px;
	margin: 0px auto;
}
.header__bodyrow {
	display: flex;
	justify-content: flex-start;
	height: 110px;
	padding: 0px;
	}
	
.header__logo {
	display: flex;
	align-items: flex-end;
}
.header__logo>img {
	flex: 0 0 75px;
	max-width: 100%;
}
.header__logo>title {
	flex: 0 1 100px;
	
}
.title>p {
	color: #00AACC;  
	font-weight: bold; 
	font-size: 18px;
}		
.title>p>span {
	color: #CC6600;  
	font-weight: bold; 
	font-size: 14px;	
}		
.header__body {
	flex: 0 1 auto;
	align-self: center;
	padding: 5px 10px 5px 50px;
}		
.polosa {
	flex: 0 1 auto;
	max-width: 100%;
	overflow: hidden;
	height: 10px;
	background: url('../images0/bg7.jpg') 50%/cover round;
}	
.img {
	max-width: 100%;
	object-fit: cover;
}
@media (max-width: 767px) {
.header__logo>title {
	padding: 15px 10px 5px 5px;
	
}
.header__body {
	padding: 5px 10px 5px 10px;
}		
}
/*  2 ----------------------------- */
.what {
	padding: 5px 5px 10px 5px;
}
.what__title {	
	color: #15263e;
	text-shadow: 2px 2px 0 #ccc;
	font-size: 26px;
	line-height: 24px;
	margin: 5px 50px 10px 70px;
}
.what__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start; 
}
.what__column1 {
	flex: 0 1 auto;
}
.what__body {
	padding: 0px 10px 0px 0px; 
}

.what__title2 {	
	color: #15263e;
	text-shadow: 2px 2px 0 #ccc;
	font-size: 24px;
	line-height: 24px;
	margin: 20px 30px 20px 70px;
}

.what__text {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	padding: 0px 0px 0px 50px;
}
.what__list {
	margin: 0px 0px 0px 30px;
}
.what__list li {
	background: url('../images0/icons1-26.png') 0 1px no-repeat;
	font-size: 16px;
	line-height: 22px;
	font-family: Times New Roman, sans-serif;
	font-style: italic;
	padding: 5px 0px 5px 45px;
	margin: 10px;
}
.what__column2 {
	flex: 0 1 250px;
	flex-basis: auto;
}
.what__reklama {

}
.content__img {
	margin: 10px 5px 10px 5px;
	padding: 0px 0px 0px 80px;
}
.content__img img {
	max-width: 100%;
}
.what__img {
	margin: 10px 5px 10px 5px;
	padding: 0px 0px 0px 130px;
}
.what__img img {
	max-width: 100%;
}

.what__item {
	margin: 5px 0px 10px 0px;
}
.what__title3 {
	color:  #15263e;
	/*text-shadow: 2px 2px 0 #ccc;*/
	font-size: 18px;
	line-height: 20px;
	margin: 20px 10px 20px 70px;
}
.what__text2 {
	color: #000;
	font-size: 16px;
	padding: 0px 10px 0px 50px;
}

p {
	margin: 10px 5px;
}
p.sample2 { 
	font-family: Times New Roman, sans-serif; 
	font-size: 16px; 
	font-style:italic; 
	margin: 10px 5px; 
}
p.video {
	padding: 0px 10px 0px 80px;
}
@media (max-width: 992px) { 
	.what__img {
	padding: 0px 30px 0px 60px;
	}
	.content__img {
		padding: 0px 30px 0px 60px;
	}
}
@media (max-width: 767px) {
	.what {
	padding: 10px 0px 0px 0px;	
	margin: 0px 0px 10px 0px;
	}
	.what__row {
		flex-direction: column;
		justify-content: flex-start;
	}
	.what__column2 {
		display: none;
	}
	.what__body {
		margin: 0px 0px 0px 5px;
		padding: 0px 5px 0px 0px;
	}
	
	.what__title {
		font-size: 22px;
		margin: 5px 10px 5px 15px;
	}
	.what__title2 {
		font-size: 22px;
		margin: 0px 10px 10px 15px;
	}
	.what__title3 {
		font-size: 16px;
		margin: 10px 10px 10px 15px;
	}
	.what__text {
		padding: 0px 5px 0px 5px;
	}
	.what__text2 {
		padding: 0px 5px 0px 5px;
	}
	.what__item {
	margin: 10px 0px 10px 5px;
	}
	
	.what__img {
	padding: 0px 10px 0px 10px;
	}
	.content__img {
		padding: 0px 10px 0px 10px;
	}
	p.video {
	padding: 0px 10px 0px 10px;
}
	.what__list {
		margin: 0px 0px 0px 15px;
	}
	.what__list li {
		background: url('../images0/icons1-26.png') 0 10px no-repeat;
		font-size: 16px;
		padding: 10px 0px 5px 40px;
		margin: 10px 0px 10px 0px ;
	}
}
	
		
.footer {
	background-color: #ccc;
}
.footer__row {
	display: flex;
	height: 120px;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer__text {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-align: center;
	padding: 0px 10px 0px 10px;
} 
@media (max-width: 767px) {
.footer__row {
	display: flex;
	height: 135px;
	
}
}

@media (max-width: 660px) {
.footer__row {
	display: flex;
	height: 145px;
	}
}