/* Reset all styles START */
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal;
}

caption,th{
    text-align:left;
}

q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}
/* Reset all styles END */

.width10{
    width: 10%;
}
.width15{
    width: 15%;
}
.width25{
    width: 25%;
}
.width33{
    width: 33.3%;
}
.width50{
    width: 50%;
}
.width75{
    width: 75%;
}
.width85{
    width: 85%;
}
.width90{
    width: 90%;
}
.left, .float-to-left{
    float: left;
}
.right, .float-to-right{
    float: right;
}
.clear, .clearing{
    clear: both;
}
.hide{
    display: none;
}
.red{
    color: #f80710;
}
.err{
    background: #ffe6e7;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #ffbabd;
    margin: 10px;
}
.float-container{
    padding: 3px 0px;
    overflow: hidden;
    color: #646464;
    font-family: Arial;
}
.input-requirement{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #ff0000;
}
.err-box{
    border: 1px solid #FFC0C0;
    background-color: #FFDDDD;
    padding: 15px;
    margin: 5px;
    width: 50%;
}
.err-title{
    padding-bottom: 2px;
}
.err-text{
    font-size: 10px;
}
.msg-box{
    border: 1px solid #C0FFC0;
    background-color: #D9FFD9;
    padding: 15px;
    margin: 5px;
    width: 50%;
}
.msg-text{}
.wrn-box{
    border: 1px solid #FFFF80;
    background-color: #FFFFCC;
    padding: 15px;
    margin: 5px;
    width: 50%;
}
.wrn-text{}



/* Whole site */
/* content START */
.content2-box{
    padding: 0px 0px;
}

.content2-box h1{
    font-size: 35px;
    margin-bottom: 20px;
}
.content2-box h2{
    font-size: 30px;
    margin-bottom: 15px;
}
.content2-box h3{
    font-size: 25px;
    margin-bottom: 12px;
}
.content2-box h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.content2-box h5{
    font-size: 18px;
    margin-bottom: 10px;
}
.content2-box h6{
    font-size: 16px;
    margin-bottom: 10px;
}
.content2-box p{
    margin-bottom: 15px;
}
.content2-box table{
    margin-bottom: 15px;
    width: auto;
}
.content2-box th,
.content2-box td{
    padding: 4px;
}
.content2-box th{
    font-weight: bold;
    text-align: center;
}

.content2-box p img, .content2-box td img{
    border: 0px !important;
}
.content2-box img[align=left]{
    margin: 0 10px 10px 0;
    float: left;
}
.content2-box img[align=right]{
    margin: 0 0 10px 10px;
    float: right;
}
.content2-box dl{
    margin: 0 0 15px 0;
}
.content2-box dt{
    font-weight: bold;
    margin-bottom: 2px;
}
.content2-box dd{
    margin-bottom: 5px;
}
.content2-box hr{
    height: 1px;
    border: none;
    color: #aaa;
    background: #aaa;
    margin: 10px 0;
    clear: both;
}
.content2-box strong,
.content2-box b{
    font-weight: bold;
}
.content2-box em,
.content2-box i{
    font-style: italic;
}
.content2-box .path{
    font-size: 10px;
    color:#5a5a5a;
    padding-bottom: 15px;
}

.pages-full-content blockquote{
    margin: 10px;
    padding: 10px;
    background: #fcfcff;
    border-radius: 3px !important;
    border: 1px solid #C9E1FD !important;
    -moz-box-shadow: 0 0 10px #C9E1FD !important; /* Для Firefox */
    -webkit-box-shadow: 0 0 10px #C9E1FD !important; /* Для Safari и Chrome */
    box-shadow: 0 0 10px #C9E1FD !important; /* Параметры тени */
}
/* content END */

/*End Whole site*/

/*slider*/
.slider{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.slider li{
    float: left;
    width: 1160px;
    height: 218px;
    text-align: center;
}
/*end slider*/