html,body {font-family: "MuseoSansCyrl", sans-serif;font-size:17px;line-height:1.5;color:#444;background:#fff;font-weight:300;}

a {color:#0095e5;text-decoration:underline;}
a:hover,a:focus {color:#20b5ff;text-decoration:none;}

.h1 {font-size: 1.8rem;line-height: 1.3;margin-bottom: 1rem;color: #333;font-weight:bold;width:100%;}
h1 {color: #333; 
	font-size: 22px; 
	font-weight:300; 
    font-style: normal;
	text-transform: uppercase;
	margin-bottom: 30px; 
	margin-top:20px;
	border-left: 6px solid red;
padding: 5px;
	}
h2,.h2 {font-weight: 500;font-size: 1.4em;line-height: 1.4em;margin: 0 0 1rem;width:100%;}
h3,.h3 {font-weight: 400;font-size: 1.2em;line-height: 1.1em;margin: 0 0 1rem;width:100%;}
.indexpage h2, .indexpage .h2 {text-align:center;}

.img-r {float: right; margin: 0 0 15px 15px; max-width: 290px;}

.bc{width:100%;display:flex;flex-wrap:wrap;margin-bottom:30px;font-size:0.8rem;}
.bc>div{margin-right:7px;}
.bc svg{    margin-bottom: -2px;}

.content img {max-width:100%;margin-bottom:15px;}
img[align="middle"] {display:block;margin-left:auto;margin-right:auto;}

.table {border:1px solid #dee2e7;margin-bottom:30px;}
.table th {background:#0095e5;border:1px solid #0095e5;color:#fff;}

.contacts-map, .vcard, .contact-form{width:100%;}
.contact-form input[type="text"], .contact-form textarea{border:1px solid #ccc;}

.wpb_text_column table,
.comment-body table,
.story-content table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 30px;
}
.wpb_text_column table th,
.comment-body table th,
.story-content table th {
    position: relative;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    color: #4C4C4C;
    font-size: 18px;
    padding: 20px 30px;
    font-weight: 400;
}
.wpb_text_column table td,
.comment-body table td,
.story-content table td {
    font-size: 14px;
    line-height: 24px;
    color: #868686;
    padding: 21px 30px;
    border-bottom: 1px solid #E8E8E8;
}
.wpb_text_column table td:first-child,
.comment-body table td:first-child,
.story-content table td:first-child {
    border-left: 1px solid #E8E8E8;
}
.wpb_text_column table td:last-child,
.comment-body table td:last-child,
.story-content table td:last-child {
    border-right: 1px solid #E8E8E8;
}
.wpb_text_column table td a,
.comment-body table td a,
.story-content table td a {
    color: #868686;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.wpb_text_column table td a:hover,
.comment-body table td a:hover,
.story-content table td a:hover {
    text-decoration: none;
    color: #18AFD3;
}
.wpb_text_column table tbody:first-child tr:first-child td,
.comment-body table tbody:first-child tr:first-child td,
.story-content table tbody:first-child tr:first-child td {
    border-top: 1px solid #E8E8E8;
}

#divForm{max-width:400px;}
#divForm input[type="text"]{border: 0;border-bottom: 1px solid #777;padding-left: 0;padding-right: 0;margin-bottom: 2rem;outline: none;}
#divForm .btn {margin-top:1rem;}
#divForm .personal-text {font-size:0.8rem;}
