@import "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300&subset=latin,cyrillic-ext" screen;
@import "/src/ad.css" screen;
body {
    background: #f1f1f1;
    color: black;
    overflow: auto;
    padding: 10px 10px;
    margin: 0;
}
body,
td,
th {
    font: normal normal normal 14px/150% 'Open Sans', Verdana, Arial, Tahoma, Sans-Serif;
    color: #000
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
table td,
table th {
    border-color: #ccc
}
a {
    outline: none;
}
a:link,
a:active,
a:visited {
    color: #1155bc;
    text-decoration: none;
}
.parents__item > a:hover {
    color: transparent;
    text-decoration: underline;
}
img {
    border: 0;
}
button,
input,
select,
option,
textarea {homa, Sans-Serif;
    color: #000;
}
small {
    font-size: 80%
}
big {
    font-size: 120%
}
tt {
    font: normal normal normal 14px/100% Courier New, Courier, Monospace;
    font: normal normal normal 14px/100% Verdana, Arial, Ta
}
var {
    font-weight: bold;
    color: green;
    font-style: normal;
}
hr {
    margin: 1em 0;
    height: 0;
    border: 0;
    border-bottom: 4px solid #1c2337;
    background: transparent;
}
/*li {*/
    /*margin-bottom: 0.3em;*/
/*}*/
ul {
    padding-left: 1.5em;
}
ul > li > ul > li {
    list-style-image: none;
}
ul > li {
    list-style-image: url('/files/bullet_new.png');
    margin-left: 20px;
}
/*#wysiwyg_content > ul > li, #content > ul > li {*/
    /*list-style-image: url('/files/bullet_new.png');*/
    /*margin-left: 20px;*/
/*}*/
h1,
h3,
h5,
h2,
h4,
h6 {
    margin: 0;
    line-height: 110%;
    color: #1c2337;
    font-weight: 400;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.4em;
}
h6 {
    font-size: 1.2em;
}
body.footerbody {
    background-color: #3b4044;
}
body.footerbody a,
body.footerbody,
body.footerbody td,
body.footerbody th {
    color: #fff
}
body.bannersbody {
    background-color: #3b5433;
}
body.bannersbody,
body.bannersbody a,
body.bannersbody td,
body.bannersbody th {
    color: #fff
}
span.switch,
a.switch {
    color: #12a5ff;
    border-bottom: 1px dashed #12a5ff;
    text-decoration: none;
    cursor: pointer;
}
span.switch:hover,
a.switch:hover {
    border-color: transparent;
    text-decoration: none;
}
div.trinity {
    float: left;
    width: 30%;
    margin-left: 5%
}
div.trinity:first-child {
    margin-left: 0
}
div.tricols {
    float: left;
    width: 29%;
    padding: 0 2%;
    border-right: 1px solid #1c2337;
    /*min-height: 350px;*/
    overflow: hidden;
}
div.tricols:last-child {
    border-right: 0
}
div.stoggle_header {
    background: #ffffcc;
}
div.stoggle_content {
    background: #ffffff;
}
table.table1 {
    border-collapse: collapse;
    border-spacing: 0;
}
table.table1 > thead {
    background: #333d54
}
table.table1 > thead > tr > th {
    color: #fff;
    border: 1px solid #fff;
    border-color: #ccc #fff #ccc #fff;
}
table.table1 > tbody > tr > td {
    border-color: #ccc;
    border: 1px solid #ccc
}
[type="doc"]:before,
[type="xls"]:before,
[type="pdf"]:before,
[type="ppt"]:before,
[type="xml"]:before {
    content: '➲'
}


.footer-banners{
    width: 100%;
}
.footer-banners a{
    display: block;
    width: 100%;
}
.footer-banner{
    height: 80px;
    width: 100%;
    margin-top: 10px;
}
@media screen and (max-width: 1200px){
    .footer-banners{
        width: 245px;
    }
    .footer-banner{
        height: 65px;
    }
}
@media screen and (max-width: 700px){
    .footer-banners{
        margin: 0 auto;
    }
}
@media screen and (max-width: 300px){
    .footer-banners{
        width: 100%;
    }
}
#myTabContent .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#myTabContent .form-control.error {
    border-color: #a94442;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

#myTabContent .form-control.valid {
    border-color: #4CAF50;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

#myTabContent .form-control.error ~ label {
    color: #a94442;
    font-size: 13px;
    font-weight: normal;
}

.jqvmap_pin>pre{
    background: transparent;
    border: none;
    font-size: 11px;
    color: #225abd;
    padding: 0;
    line-height: 16px;
}