body{
    padding: 0; 
    margin: 0;
}
*, 
*::after, 
*::before {
    box-sizing: border-box;
}
.container {
    max-width: 1020px;
}
.w960{
    max-width: 960px;
}
.heading{
    font-size:20pt;
}
h1,h2,h3,h4,h5,h6{
    color: #5c5c5c;
}
h1{
    font-size: 27pt;
}
h2{
    font-size: 21pt;
}
h2 a{
    color: #000;
    text-decoration: none;
}
h2 a:hover{
    text-decoration: underline;
}
h3{
    font-size: 18pt;
}
a{
    color: #2279be;
    text-align: center;
}
a:hover{
    cursor: pointer;
}
img{
    border:none;
    width: 100%;
    height: auto;
}
dl dt{
    float: left;
    width: 145px;
    text-align: right;
    font-weight: bold;
}
dl dd{
    margin-left: 157px;
}
.mcon{
    width: 960px;
    margin: auto;
}
.mcon2{
    width: 794px;
    margin: auto;
}
.attention{
    width: 100%;
    background-color: orange;
    border: 1px solid #E19200;
    color: brown;
    font-family: "PT Sans";
    font-size: 18px;
    padding: 8px;
    font-weight: 400;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.attention span{
    display: table-cell;
    vertical-align: middle;
}
.attention.danger{
    background-color: #fff3a9;
    border: 1px solid #fff3a9;
    padding: 18px 95px!important;
    position: relative;
    color: #4a4a4a;
    display: table;
    padding: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.attention.green{
    background: #5BDE77;
    color: #327A41 !important;
    border: 1px solid #47AC5B;
}
.attention.fixed{
    position: fixed;
    top: 60px;
    width: 90%;
    left: 5%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50,122,65,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50,122,65,1);
    box-shadow: 0px 0px 10px 0px rgba(50,122,65,1);
    z-index: 9999;
}
.errorSummary,
.errorMessage{
    color: red;
}
.errorSummary{
    font-size: 12px;
}
.errorSummary li{
    margin-left: 20px;
    text-align: left;
}
.hint{
    color:#727272;
    font-style: italic;
}
.row:after{
    content: '';
    display: table;
}
.clear,
.row:after{
    clear: both;
}
.popup{
    border: 1px solid #BDC7D8;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
    padding:8px;
    background: #fff;
    position: absolute;
    z-index: 9;
}
.close{
    width: 22px;
    height:22px;
    background: url(../images/close.png) top 0 left 0 no-repeat;
    cursor: pointer;
    position: absolute;
    top:5px;
    right:5px;
    border: none;
}
.close.fixed{
    position: fixed;
    top: 45px;
    right:25px;
    z-index: 9999;
}
.close:hover{
    background: url(../images/close.png) top 1px left 0 no-repeat;
}
.close.bold_btn{
    width: 17px;
    height:20px;
    background: url(../images/photonav.gif) top -17px left 0 no-repeat;
}
.loading{
    width:100%;
    height:100%;
    background: url(../images/loading.gif) center no-repeat;
    position: absolute;
    top:0;
    left: 0;
}
.loading.s40{
    background: url(../images/loading_40.gif) center no-repeat;
}
.loading.s32{
    background: url(../images/loading_32.gif) center no-repeat;
}
.loading.more{
    position: relative;
    height: 80px;
    bottom: 0px;
}
.btn{
    display: inline-block;
    background-color: #0081CD;
    font-weight: 700;
    color: #fff;
    padding: 15px 21px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    height:auto !important;
    width: auto !important;
    cursor: pointer;
}
.btn.disablet,
.btn:hover{
    opacity: 0.7;
}
.btn.mini{
    padding: 5px 12px;
}
.btn.load{
    background: url(../images/fb_loader.gif) center center no-repeat #fff;
    color: transparent;
    cursor: default;
}
.btn.save{
    width: 48px!important;
    height: 48px!important;
    background: url(../images/save_icon_white.png) no-repeat;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
}
a.btn{
    text-decoration: none;
}
ul{
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
ul li{
    text-align: center;
    position: relative;
}
ul li>ul,
.hidden,
.errorSummary>p{
    display: none!important;
}
ul li:hover ul{
    display: block!important;
}
.nav_g>ul>li{
    float: left;
}
.nav_l>ul{
    text-align: center;
}
.nav_l>ul>li,
.nav_l>ul>li a{
    display: inline!important;
}
ul li>ul{
    position: absolute;
}
ul li a{
    padding: 0 5px; 
}
header .container .menu ul li,
header .container .menu ul li a,
ul li>ul li,
ul li>ul li a{
    text-align: left;
    white-space: nowrap;   
}
ul>li>ul li{
    padding: 3px;
}
ul li>ul li a:hover{
    text-decoration: underline !important;
}
ul>li>ul li:hover{
    background: #e6eeee;
}
.widget{
    background: #fff;
    border-bottom: 2px solid #E8E8E8;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.widget .create_certificate a.btn{
    display: block;
    font-weight: bold;
    text-decoration: none;
}
.widget .heading,
.widget ul{
    padding:  0 30px;
}

.widget .create_certificate a.btn,
.widget ul{
    padding-top: 31px;
    padding-bottom: 31px;
}
.widget .heading{
    padding-top: 25px;
    padding-bottom: 25px;
    background: #FAFAFA;
    border-bottom: 1px solid #E8E8E8;
}
.widget a.btn{
    display: block;
    text-decoration: none;
}
h2 a:hover,
.widget a.btn:hover{
    opacity: 0.8;
}
.widget li{
    text-align: left;
}
.left{
    float: left !important;
}
.right{
    float: right !important;
}
.row .header{
    background: #FAFAFA;
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
}
.row .header *{
    white-space: nowrap;
}
.row .header .link{
    position: relative;
    padding: 10px 20px;
}
.row .header .link a{
    color: #000;
    text-decoration: none;
}
.row .header .link:hover,
.row .header .link.active{
    background: #E6EAEE;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.row .header .link .count{
    display: inline-block;
    color:#3aa466;
    position: relative;
    right: 0;
    top: -5px;
    font-weight: bold;
}
.col{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.l_content{
    background: #fff;
    padding-bottom: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media screen and (min-width: 992px) {
    .l_content{
        max-width: 800px !important;
    }
    .r_content{
        max-width: 358px !important;
    }
}
.r_content .widget.link_btn{
    margin-top: 10px;
    margin-bottom: 40px;
}
.r_content .widget:first-child{
    margin-top: 0;
}
.none{
    display: none;
}
.silver{
    color: #909090 !important;
}
.dark_silver{
    color: #5c5c5c;
}
.green{
    color: #3aa466 !important;
}
.err,
.red{
    color: red !important;
}
.brown{
    color: #563600!important;
}
.b_green{
    background: #3aa466;
}
.b_wite{
    background: #fff;
}
.b_silver{
    background: #E0E4E8;
    color: #435d77;
}
.b_orange{
    background: #FFA200;
    color: #fff;
}
.err{
    font-size: 11px;
}
/** формы **/
input{
    height: 28px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 1px 3px;
}
.t_center{
    text-align: center;
}
.border_bottom3{
    border-bottom: 3px solid #226d99;
}
.border_bottom3.circle{
    position: relative;
}
.border_bottom3.circle:after{
    content:"";
    position: absolute;
    left:50%;
    bottom: -8px;
    margin-left: -6.5px;
    width: 13px;
    height: 13px;
    background-color: #226d99;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.site_info{
    color: #417b9d;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}
.main_descr{
    font-size: 22px;
    margin: 24px 0;
}
.padd28_0_34{
    padding: 28px 0 34px 0;
}
.new{
    color: #CC2023;
    background-color: #f8e71c;
    border-radius: 5px;
    font-size: 10pt;
    padding: 0 5px;
    font-weight: 700;
}
.btn_gr li a{
    background-color: white;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
    color: #4d4d4d!important;
    text-decoration: none;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px!important;
    padding-right: 40px!important;
}
.btn_gr li.active a{
    background-color: #68abd4;
    box-shadow: inset 0 2px 0 #5389aa;
    color: white!important;
}
.btn_gr li:first-child a{
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #bfbfbf;
}
.btn_gr li:last-child a{
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #bfbfbf;
}
.annotation{
    color: #262626;
    font-size: 18px;
    font-weight: 400;
}
.download_file{
    width: 20px;
    height: 16px;
    background: url(../images/download-128.png) no-repeat;
    display: inline-block;
    margin-right: 10px;
}
.winner{
    width: 144px;
    height: 147px;
    background: url(../images/winner.png) no-repeat;
}
.laureate{
    width: 70px;
    height: 81px;
    background: url(../images/laureate.png) no-repeat;
}
.praticipant{
    width: 75px;
    height: 76px;
    background: url(../images/participant.png) no-repeat;
}