.site-info{
 	background: #2183e6;/*Цвет footer*/
 }
 .header-t{
 	background: #2183e6;/*Цвет header*/
 }
body:not(.no-sidebar) .content-area {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 1em;
    width: 100%;
}
.entry-hero-wrapper, .hentry-wrapper, .site-content-wrapper, .site-footer-wrapper, .site-header-wrapper, .site-content-wrapper .has-post-thumbnail .entry-header-wrapper, .widget-area-wrapper {
    margin-left: 5%;
    margin-right: 5%;
    max-width: 90%;   
    width: 90%;
		align-content: center;
		align-items: center;
}
.hentry {
    padding-bottom: 1em;
    padding-top: 2em;
}
h1, .entry-title, .post-type-archive-jetpack-testimonial .page-title {
		font-size: 2rem;
		color: #00BFFF;
}
h2, .entry-title, .post-type-archive-jetpack-testimonial .page-title {
		font-size: 1.5rem;
		color: #00BFFF;
}

h3, .entry-title, .post-type-archive-jetpack-testimonial .page-title {
		font-size: 1.2rem;
}
h4, .entry-title, .post-type-archive-jetpack-testimonial .page-title {
		font-size: 1rem;
}
body, button, input, select, textarea {
    font-size: 20px;
    font-size: 1rem;
}
html {
    font-family: Arial, sans-serif;
    
}

.main-navigation ul,
	.main-navigation.toggled-on ul {

		font-size: 1px;
		font-size: 0.9rem;
		line-height: 1;
	}
.entry-hero {
    min-height: 20px;
}
.entry-hero, .site-content-wrapper .has-post-thumbnail .entry-header {
    min-height: 50px;
}
.entry-hero, .site-content-wrapper .has-post-thumbnail .entry-header {
    min-height: 50px;
}
.entry-hero, .site-content-wrapper .has-post-thumbnail .entry-header {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    position: relative;
    text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
}
.entry-hero-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
}
.tbl-doc {
		border: none;
}
.tbl-doc td, .tbl-doc th {
		border: none;
}
.tbl-abit {
	max-width: 600px;
	width: 100%;
	column-width: 120px;
	border: none;
	margin-bottom: 20px;
}
.tbl-abit tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.tbl-abit tbody tr:nth-child(even){
	background: #cfe0fc	
	}
.tbl-abit tbody tr td:first-child {
	border-radius: 12px 0px 0px 12px;
}
.tbl-abit tbody tr td:last-child {
	border-radius: 0px 12px 12px 0px;
}
.tbl-rasp {
	max-width: 500px;
	width: 100%;
	column-width: 100px;
	border: none;
	margin-bottom: 20px;
}
.tbl-rasp tbody td {
	text-align: center;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: middle;
}
.tbl-rasp tbody tr:nth-child(even){
	background: #cfe0fc	
	}
.tbl-rasp tbody tr td:first-child {
	border-radius: 12px 0px 0px 12px;
}
.tbl-rasp tbody tr td:last-child {
	border-radius: 0px 12px 12px 0px;
}
