/* ---------------- Wrapper ---------------- */
html,
body {
    height: 100%;
}
.wrapper-wrapper {
    position: relative;
    min-height: 100%;
}
.wrapper-content {
    padding-bottom: 120px;
}
.wrapper-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}


/* ---------------- Helpers ---------------- */
.clear-both{
    clear: both;
}
/* ---------------- Formatting ---------------- */
body{
    font-family: Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
}
.wrapper-footer {
    font-family: Verdana, sans-serif;
}


/* ---------------- Main Structire ---------------- */
.main-width{
    width: 950px;
}
.main-align{
    border: 0px solid;
    margin: 0 auto;
}


/* ---------------- main-head ---------------- */
.main-head{
    height: 135px;
}
.main-head-logo{
    width: 563px;
    float: left;
}
.main-head-logo-href{
    display: block;
    width: 100%;
    height: 135px;

    font-family: 'a_groticnrbold';
    text-decoration: none;
    color: #010101;
    background: url('/images/logoPic.png') no-repeat 0 center;
}
.main-head-logo-href .name_1{
    letter-spacing: -9px;
    padding-left: 103px;
    font-size: 80px;
    font-weight: bold;
}
.main-head-logo-href .name_2{
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1px;
}
.main-head-extra{
    text-align: right;
    padding-top: 20px;
    font-family: Verdana, sans-serif;
}
.main-head-menu a{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}
.main-head-menu a:hover{
    text-decoration: underline;
}
.main-head-search-block{
    margin-top: 12px;
    text-align: right;
}

.main-head-search-block input[type=search]{
    display: inline-block;
    width: 200px;
    height: 25px;

}
.main-head-search-block input[type=submit]{
    display: inline-block;
    height: 25px;
    margin-left: 1em;
    padding: 3px 8px;

    border: 1px solid #83c41a;
    border-radius: 6px;

    box-shadow: 0 1px 0 0 #c1ed9c inset;
    text-shadow: 1px 1px 0 #689324;
    color: #fff;
    font-size: 11px;

    background: #9dce2c -moz-linear-gradient(top, #9dce2c 5%, #8cb82b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9dce2c 5%, #8cb82b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #9dce2c 5%, #8cb82b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dce2c', endColorstr='#8cb82b',GradientType=0 ); /* IE6-9 */
}


/* ---------------- menu-h ---------------- */
.menu-h{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    background: url('/images/menu-h-1-bg-08.png') repeat-x;

    -webkit-box-shadow: 0px 4px 9px -5px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 4px 9px -5px rgba(0,0,0,0.7);
    box-shadow: 0px 4px 9px -5px rgba(0,0,0,0.7);
}
.menu-h table{
    width: 100%;
}
.menu-h td{
    vertical-align: top;
}
.menu-h a{
    height: 24px;
    display: block;
    padding-top: 9px;

    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #003300;
}
.menu-h li li a{
    text-align: left;
    padding: 5px;
    height: 16px;
}

.menu-h td:first-child a{
    padding-left: 12px;
}
.menu-h td:last-child a{
    padding-right: 12px;
}


/* ---------------- breadcrumbs ---------------- */
.breadcrumbs{
    margin-top: 10px;
    padding-left: 20px;
}
.breadcrumbs-item{
    display: inline-block;

    font-size: 	12px;
    color: #003300;
    text-decoration: underline;
}
.breadcrumbs-separator:after{
    content: ':';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumbs .endpoint{
    font-size: 	12px;
    color: #003300;
}


/* ---------------- main-left ---------------- */
.main-left{
    float: left;
    width: 175px;
    height: 100%;
    margin-top: 23px;
}
.main-left.inner-page{
    border-right: 1px dotted #ccc;
}


/* ---------------- menu-v ---------------- */
.menu-v{
    list-style-image: url('/images/menu-v-list.jpg');
    margin-right: 2px;
    padding-left: 18px;
}
.menu-v ul{
    list-style-image: url('/images/menu-v-list.jpg');
    padding-left: 18px;
}
.menu-v li{}
.menu-v ul li:last-child{
    border-bottom: 0;
}
.menu-v a{
    display: block;
    height: 100%;
    border-bottom: 1px solid #eee;
    margin: 6px 0;

    padding-bottom: 5px;
    text-decoration: none;
    color: #003300;
    font-size: 12px;
}
.menu-v li.active a{
    font-weight: bold;
}


/* ---------------- main-content ---------------- */
.main-content{
    margin: 10px 0 0 175px;
    padding-left: 20px;

    color: #000;
    font-size: 12px;
    line-height: normal;
}
.main-content.width-right-widget{
    margin: 0;
    float: left;
    width: 515px
}
.main-content.search-page{
    margin-left: 0;
}
.main-content h1{
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 900;
    color: #333333;
}
.main-content h2{
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}
.main-content p{
    margin-top: 20px;
}
.main-content b,.main-content strong{
    font-weight: bold;
}
.main-content table td{
    vertical-align: top;
}

.main-content a{
    color: #003300;
    text-decoration: underline;
    font-size: 12px;
}
.main-content a:hover{
    text-decoration: none;
}
.main-content ul{
    margin-top: 7px;
    padding-left: 20px;
    list-style-type: disc;
}
.main-content ol{
    margin-top: 7px;
    padding-left: 20px;
    list-style-type: decimal;
}
.main-content i{
    font-style: italic;
}
.index-right-widget{
    float: right;
    width: 220px;
    margin-top: 23px;
}
input[type="submit"].submit-firm-button {
    background: #9dce2c -moz-linear-gradient(center top , #9dce2c 5%, #8cb82b 100%) repeat scroll 0 0;
    border: 1px solid #83c41a;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #c1ed9c inset;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 25px;
    padding: 3px 8px;
    text-shadow: 1px 1px 0 #689324;
}


/* ---------------- footer ---------------- */
.wrapper-footer hr.color{
    height: 4px;
    background: #bbe55f;
    border: 0;
}
.wrapper-footer hr.gray{
    height: 1px;
    background: #999;
    border: 0;
}
.wrapper-footer .copy{
    font-size: 11px;
    line-height: normal;
}
.wrapper-footer .menu a{
    color: #000;
    text-decoration: none;
    font-size: 11px;
    line-height: normal;
}


/* ---------------- blocks main-page-left-block---------------- */
.main-page-left-block{
    background-color: #ceec8c;
    padding: 10px 10px 20px;
    font-size: 12px;
    line-height: 1.3em;
    color: #000;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.main-page-left-block h2{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 1em;
}
.main-page-left-block a{
    font-size: 12px;
    line-height: 1.3em;
    color: #003300;
    text-decoration: underline;
}
.main-page-left-block a:hover{
    text-decoration: none;
}
.main-page-left-block hr{
    margin: 20px 0px;
    text-shadow: none;
    background-color: #9e9e9e;
    border: 0 none;
    height: 1px;
    text-align: left;
}



/* ---------------- blocks VK and FB widgets ---------------- */


.widgets-links{
    width: 100%;
}
.widgets-links td{
    text-align: center;
    height:40px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 11px;
    text-decoration: underline;
}
.widgets-links td:hover{
    text-decoration: none;
}
.widgets-links td.active{
    background-color: #f2f2f2;
}
.vk-widget-link{
    background: url('/images/addToVk.png') no-repeat 10px center;
}
.fb-widget-link{
    background: url('/images/addToFb.png') no-repeat 10px center;
}




/* ---------------- Photos galery ---------------- */
.photos-list-container{
    margin-top: 10px;
}
.photos-list-container{
    font-size: 16px;
}
.photos-container a{
    text-decoration: none;

}
.photos-container a img{
    margin-top: 10px;
    margin-left: 10px;

}


.mc-container{

}
