/*   <main>   */
body {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

a {
    color: #00a3d5;
}

h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

h1 small {
    display: block;
    font-size: 35px;
    font-weight: 300;
    line-height: 36px;
}

h2 {
    font-size: 34px;
    font-weight: 300;
    padding-top: 0px;
    line-height: 40px;
    text-transform: uppercase;
}

hr {
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    background-image: url("/images/hr.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

hr.top {
    margin-top: 45px;
}

hr.bottom {
    margin-bottom: 20px;
}

.wrapper {
    width: 1000px;
}

.wrapper.fluid {
    width: auto;
    min-width: 1000px;
    max-width: 1250px;
}

.d_checkbox {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(/images/checkbox_1.png);
}

.d_checked {
    background: url(/images/checkbox_2.png);
}

.d_radio {
    height: 22px;
    width: 22px;
    border: none;
    display: block;
    float: left;
    margin-right: 10px;
    background: url(/images/radio_1.png);
}

.d_radio_select {
    background: url(/images/radio_2.png);
}

/*   </main>   */

/*   <header>   */
#top {
    height: 17px;
}

.header {
    height: 105px;
}

.header .nav {
    width: 1007px;
    height: 68px;
}

.header .nav li {
    width: 196px;
    height: 68px;
    float: left;
}

.header .nav .logo {
    width: 218px;
    padding-left: 5px;
}

.header .nav a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/bt_top.png");
    text-align: center;
    line-height: 68px;
    color: #ffffff;
    text-decoration: none;
}

.header .nav a.disable, .header .nav a.disable:hover{
    background-position: 0 0;
    cursor: default;
}

.header .nav a:hover , .header .nav a.active {
    background-position: 0 -68px;
}

.header .nav .logo a {
    background: none;
}

.header .button_block {
    position: absolute;
    top: 122px;
    z-index: 20;
}
.header .button_block .button {
    background: none repeat scroll 0 0 #00A3D5;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 37px;
    left: 4px;
    line-height: 37px;
    text-align: center;
    /*width: 95px;*/
    min-width: 95px;
    padding: 0 10px;
    margin: 5px 0;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    behavior: url(/css/PIE.htc);
}

.header .form {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    /*height: 290px;*/
    height: 255px;
    left: -6px;
    padding-left: 11px;
    position: absolute;
    top: 98px;
    width: 210px;
    z-index: 20;
    behavior: url(/css/PIE.htc);
    display: none;
}

.header .form .field {
    float: left;
    margin-top: 2px;
    padding-bottom: 8px;
    width: 103px;
}

.header .form .field.x2 {
    width: 206px;
}

.header .form .field.link {
    /*padding-top: 5px;*/
}

.header .form label {
    color: #999;
    display: block;
    font-size: 14px;
}

.header input[type=text], .header input[type=password] {
    background: url("/images/field.png");
    width: 95px;
    height: 37px;
    border: none;
    padding: 2px;
}

.header .form a {
    font-size: 12px;
}

.header .form input[type=submit], form input[type=submit] {
    background: #00a3d5;
    border: 0;
    color: #ffffff;
    width: 95px;
    height: 37px;
    font-size: 14px;
    border-radius: 3px 3px 3px 3px;
    behavior: url(/css/PIE.htc);
}

.header .rm {
    font-size: 12px;
}

.header .form h3 {
    clear: both;
    color: #F57C00;
    font-size: 11px;
    padding-top: 11px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.header .form li a {
    background-repeat: no-repeat;
    color: #d4dbcf;
    display: block;
    height: 36px;
    line-height: 27px;
    padding-left: 38px;
}

.header .form li a span {
    color: #666666;
}

.header .social {
    position: absolute;
    top: 120px;
    right: 0;
    height: 31px;
    width: 102px;
}

.header .social li {
    float: left;
    height: 31px;
    width: 31px;
    margin-left: 3px;
}

.header .social li a {
    background: none;
}

/*  </header>   */
/*  <content>   */
.content {
    margin-top: 24px;
    margin-bottom: 92px;
}

.breadcrumbs {
    width: 100%;
    text-align: center;
}

.breadcrumbs li {
    background-image: url("/images/bc1.png");
    background-position: 8px 9px;
    background-repeat: no-repeat;
    border: 1px solid #F4F6F6;
    border-radius: 5px 5px 5px 5px;
    color: #F22B3A;
    display: inline-block;
    margin-right: 1px;
    padding: 6px 18px 8px 30px !important;
    margin-right: 5px !important;
    behavior: url(/css/PIE.htc);
}

.breadcrumbs a {
    color: #f22b3a;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 19px;
}

.breadcrumbs li.active {
    background-color: #f22b3a;
    color: #ffffff;
    background-image: url('/images/bc2.png');
}

.breadcrumbs li.active a {
    color: #ffffff;
}

.bigform {
    width: 100%;
    text-align: center;
}

.bigform .row {
    width: 650px;
    text-align: left;
    min-height: 50px;
    margin: 0 auto;
    clear: both;
}

.bigform .label {
    float: left;
    width: 245px;
    line-height: 36px;
    font-size: 13px;
}

.bigform .label.multi {
    line-height: 16px;
}

.bigform label {
    font-size: 13px;
}

.bigform .input {
    float: right;
    width: 405px;
    position: relative;
}

.bigform .input input[type=text], .bigform .input input[type=password], .bigform .input select {
    background: #f3f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    height: 36px;
    width: 405px;
    border: none;
    border-radius: 5px;
    color: #666666;
    behavior: url(/css/PIE.htc);
    padding: 10px;
    display: block;
    margin-bottom: 15px;
}

.bigform .input select {
    position: absolute;
    z-index: 2;
    opacity: 0;
    background: rgba(0, 0, 0, 0);
    top: 0;
}

.bigform .input .select {
    background-color: #f3f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    height: 16px;
    line-height: 16px;
    width: 385px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #666666;
    behavior: url(/css/PIE.htc);
    display: block;
    background-image: url('/images/select.png');
    background-repeat: no-repeat;
    background-position: 373px 7px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.bigform textarea{
    height: 75px;
    width: 405px;
    padding: 10px;
}

.bigform .captcha .input input {
    width: 230px;
    display: block;
    float: left;
}

.bigform .captcha .input img {
    display: block;
    float: right;
}

.bigform .ava img {
    border-color: #F4D452;
    border-radius: 28px 28px 28px 28px;
    border-style: solid;
    border-width: 1px;
    height: 56px;
    margin: 0 18px 0 14px;
    width: 56px;
    behavior: url(/css/PIE.htc);
}

.bigform .uploader {
    height: 74px;
}

.bigform .uploader .input {
    height: 60px;
}

.bigform .uploader .label {
    line-height: 62px;
}

.bigform .required:after {
    content: ' *';
    color: #f3434f;
    font-size: 11px;
}

.bigform .cell {
    float: left;
    padding-top: 7px;
}

.bigform .cell label {
    display: block;
    float: right;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-right: 60px;
    color: #666666;
}

.bigform .submit {
    text-align: center;
    padding-bottom: 45px;
    height: auto;
}

.bigform .submit .grey {
    display: block;
    color: #666666;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
}

.bigform .submit input {
    background: none repeat scroll 0 0 #00A3D5;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 14px;
    height: 37px;
    width: 235px;
}

.bigform .input.social a, .bigform .input.social div {
    background-repeat: no-repeat;
    color: #D4DBCF;
    display: block;
    height: 36px;
    line-height: 27px;
    padding-left: 38px;
    font-size: 12px;
}

.bigform .input.social a span {
    color: #666666;
}

.bigform .input.social li {
    float: left;
    width: 31%;
}

.profile {
    margin-left: 154px;
    margin-top: 54px;
    width: 750px;
}

.profile.in_work {
    margin-left: 93px;
    margin-top: 5px;
}

.profile .avatar {
    float: left;
    width: 300px;
}

.profile .avatar img {
    border-color: #f4d452;
    border-style: solid;
    border-width: 1px;
    display: block;
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    behavior: url(/css/PIE.htc);
}

.profile .userdata {
    float: right;
    width: 408px;
}

.profile .userdata ul {
    padding-top: 50px;
    font-size: 14px;
    width: 560px;
}

.profile .userdata li {
    /*height: 30px;*/
    margin-bottom: 11px;
}

.profile .userdata .name {
    display: inline-block;
    width: 242px;
    height: 14px;
    border-bottom: 1px solid #D4DBCF;
}

.profile .userdata .name b {
    background: white;
}

.profile .userdata .name b:after {
    content: " ";
    background: white;
    white-space: pre;
}

.profile .userdata .value {
    display: inline-block;
    vertical-align: top;
    width: 310px;
}

.profile .bt_load {
    position: relative;
    display: block;
    margin-top: 40px;
    left: -4px;
    margin-bottom: 45px;
}

.filtr_tools {
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 6px;
    height: 90px;
}

.filtr_tools .filtr, .filtr_tools .sort {
    float: left;
    height: 30px;
    width: 690px;
}

.filtr_tools .filtr div, .filtr_tools .sort div, .filtr_tools .sort a {
    display: inline-block;
    height: 15px;
    padding-right: 22px;
}

.filtr_tools .sort a {
    padding-left: 23px;
    text-decoration: none;
    background-image: url("/images/sort.png");
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

.filtr_tools .search {
    float: right;
    width: 300px;
    height: 60px;
}

.filtr_tools .search input[type=text] {
    background: #f3f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    height: 37px;
    width: 202px;
    border: none;
    border-radius: 5px;
    color: #666666;
    behavior: url(/css/PIE.htc);
    padding: 10px;
    display: inline-block;
}

.filtr_tools .sort .state2 {
    background-position: 2px -37px;
    color: #f3434f;
}

.filtr_tools .sort .state3 {
    background-position: 2px -77px;
    color: #f3434f;
}

.rating_form {
    display: none;
    width: 242px;
    height: 141px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 101px;
    left: 27px;
    border-radius: 5px;
}

.rating_form:after {
    border-color: rgba(255, 255, 255, 0.8) transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -15px;
    content: "";
    display: block;
    left: 103px;
    position: absolute;
    width: 0;
}

.rating_form span {
    color: #666666;
    display: block;
    font-size: 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    width: 100%;
}

.rating_form img {
    position: absolute;
    top: 45px;
    left: 40px;
}

.rating_form input[type=text] {
    background: #f3f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    height: 36px;
    width: 120px;
    border: none;
    border-radius: 5px;
    color: #666666;
    behavior: url(/css/PIE.htc);
    padding: 10px;
    display: block;
    position: absolute;
    top: 91px;
    left: 12px;
}

.rating_form input[type=submit] {
    height: 36px;
    display: block;
    position: absolute;
    top: 91px;
    left: 140px;
    width: 85px;
}

.paginator {
    text-align: center;
    height: 75px;
}

.yiiPager{
    padding: 0;
    margin: 0;
    list-style: none;
}

.paginator li {
    display: inline-block;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 3px;
}

.paginator .icon {
    display: inline-block;
    background: url("/images/page.png");
    height: 16px;
    width: 10px;
    position: relative;
    top: 2px;
}

.paginator .previous, .paginator .next {
    padding-top: 4px;
}

.paginator .previous.hidden .icon {
    background-position: 0px 0;
}

.paginator .next .icon {
    background-position: -30px 0;
}

.paginator .previous .icon {
    background-position: -20px 0;
}

.paginator .next.hidden .icon {
    background-position: -10px 0;
}

.paginator .selected a {
    color: #f3434f;
    text-decoration: none;
    font-weight: 700;
}

.bigimages {
    width: 754px;
    height: 754px;
    background: #f8f8f8;
    border: 1px solid #c3c3c3;
    float: left;
    text-align: center;
    /*vertical-align: middle;*/
    position: relative;

}

.bigimages img{
    border-color: #f4d452;
    border-style: solid;
    border-width: 1px;
    max-width: 752px;
    max-height: 752px;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;

}

h2.orange {
    color: #F57C00;
    text-align: center;
    float: left;
    width: 754px;
    /*height: 100px;*/
    /*line-height: 100px;*/
    margin: 40px 0 20px;
}

h2.gray {
    float: right;
    font-size: 20px;
    line-height: 24px;
    padding-top: 44px;
    text-align: center;
    width: 184px;
    color: #999999;
}

.work_list {
    width: 184px;
    float: right;
}

.work_list a.up, .work_list a.down {
    background-position: 83px -35px;
    background-repeat: no-repeat;
    border: 1px solid #F3434F;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 40px;
    width: 182px;
}

.work_list a.up:hover, .work_list a.down:hover {
    background-color: #f3434f;
    background-position: 83px 15px;
}

.work_list a.up {
    background-image: url("/images/icon_up.png");
}

.work_list a.down {
    background-image: url("/images/icon_down.png");
}

.work_list ul {
    height: 612px;
    margin: 30px 0;
    overflow: hidden;
}

.work_list li {
    border-color: #F4D452;
    border-style: solid;
    border-width: 1px;
    width: 182px;
    height: 182px;
    margin-bottom: 30px !important;
}

.work.right {
    margin-right: 175px;
    width: 270px;
}

h2.blue {
    color: #00A3D5;
    font-size: 24px;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 754px;
    padding-bottom: 20px;
}

.a_desc {
    padding-bottom: 40px;
    font-size: 14px;
    width: 754px;
    text-align: center;
}

h3 {
    font-weight: 300;
    font-size: 24px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

h3.black {
    text-transform: uppercase;
}

h3.orange {
    color: #F57C00;
    padding-top: 0px;
    padding-bottom: 30px;
}

.warning {
    color: #888;
    text-align: center;
    display: block;
    font-size: 14px;
}

.comments {
    border-top: 1px solid #eeeeee;
    padding: 0;
}

.comments li {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
}

.comments li.clear {
    border-bottom: none;
}

.comment {
    width: 1000px;
    display: block;
    margin: 0 auto;
}

.comment .user {
    display: block;
    float: left;
    text-align: left;
    width: 180px;
}

.comment .text {
    float: right;
    display: inline-block;
    width: 760px;
    margin-right: 40px;
    text-align: left;
    font-size: 14px;
    color: #888;
}

.comment .user img {
    border-color: #F4D452;
    border-radius: 28px 28px 28px 28px;
    border-style: solid;
    border-width: 1px;
    height: 56px;
    margin: 0 auto;
    width: 56px;
    margin-right: 10px;
}

.comment .user .name {
    color: #F57C00;
    font-size: 14px;
}

.comment .user .data {
    color: #999999;
    font-size: 12px;
}

.comment form{
    display: none;
}

.add_comment {
    background: none repeat scroll 0 0 #D82B19;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    height: 36px;
    left: 50%;
    line-height: 36px;
    margin-left: -150px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 300px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.form_add_comment .add_comment{
    margin-top: 0px;
}

.form_add_comment {
    margin-bottom: 45px;
    width: 860px;
    margin-left: 70px;
}

.form_add_comment textarea {
    width: 100%;
    height: 170px;
    margin-top: 10px;
}
.form_add_comment hr{
    margin-bottom: 45px;
    margin-top: 45px;
}
.form_add_comment input[type=submit]{
    left: 50%;
    margin-left: -48px;
    position: relative;
}
.form_add_comment h4{
    font-size: 14px;
    font-weight: 400;
}
.form_add_comment .gray{
    color: #999999;
    text-align: left;
    font-size: 12px;
}

textarea{
    font-family: sans-serif;
    background: #f3f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    border: none;
    border-radius: 5px;
    color: #666666;
    behavior: url(/css/PIE.htc);
}

.works.jury .name {
    font-size: 15px;
    padding-top: 30px;
    text-transform: uppercase;
}

.works.jury .cat {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding-top: 24px;
}
/*  <first_page>   */
.scrollspy {
    position: fixed;
    top: 17px;
    right: 15px;
    /*padding-left: 650px !important;*/
}

.scrollspy ul {
    /*position:relative;*/
    /*z-index: 10;*/
}

.scrollspy li {
    padding-bottom: 10px !important;
}

.scrollspy a {
    display: block;
    height: 20px;
    width: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: #999999;
    border-radius: 10px;
    behavior: url(/css/PIE.htc);
}

.scrollspy .active a, .scrollspy a:hover {
    background: #00a3d5;
}

h1.warp {
    position: absolute;
    top: -55px;
    width: 100%;
}

.slider {
    height: 548px;
    position: relative;
}

.slider-static {
    background: url(/images/circles.png);
    height: 409px;
    width: 255px;
    position: absolute;
    top: 121px;
    left: 5px;
    z-index: 10;
}

.slider-static span {
    display: block;
    text-align: center;
    text-shadow: 1px 1px rgba(50, 50, 50, 0.5);
    color: white;
    position: absolute;
    font-size: 13px;
    width: 100px;
}

.slider-static span b {
    font-size: 30px;
}

.circle1 {
    left: 16px;
    top: 43px;
}

.circle2 {
    left: 136px;
    top: 123px;
}

body .circle3 {
    left: 13px;
    font-size: 21px;
    /*top: 276px;*/
    top: 240px;
    text-transform: uppercase;
    width: 175px !important;
}

.slider ul, .slider li {
    list-style: none;
}

.slider-frame {
    position: absolute;
    left: 61px;
    top: 81px;
}

.slider-frame li {
    position: absolute;
    height: 466px;
    width: 892px;
    display: none;
    /*display: list-item;*/
}

.slider-frame li span {
    position: absolute;
    top: 416px;
    display: block;
    text-align: center;
    font-size: 17px;
    width: 100%;
    color: #666666;
}

.slider-frame li span b {
    color: #000000;
}

.slider-frame li .red {
    font-family: 'Marck Script';
    font-weight: 400;
    color: #d82b19;
    top: 378px;
    font-size: 30px;
    letter-spacing: -0.15ex;
}

.slider-frame .bt {
    display: block;
    left: 689px;
    position: absolute;
    top: 355px;
    width: 94px;
    height: 35px;
}

.slider-paginator {
    left: 381px;
    top: 569px;
    height: 50px;
    position: absolute;
    width: 300px;
    background: url(/images/line.png);
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

.slider-paginator ul {
    margin: 0;
    padding: 0;
}

.slider-paginator li {
    float: left;
    margin-right: 16px;
}

.slider-paginator a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
    color: black;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    width: 36px;
    font-weight: 800;
    behavior: url(/css/PIE.htc);
}

.slider-paginator a:hover, .slider-paginator .active a {
    background: #f57c00;
    color: #ffffff;
}

.center {
    text-align: center;
    font-size: 17px;
    padding-bottom: 48px;
    color: #666666;
    margin-top: 15px;
}

.task {
    background-repeat: no-repeat;
    background-position: center -1px;
    background-color: #eeeeee;
    background-image: url("/images/task.png");
    height: 697px;
}

.task h2 {
    padding-top: 43px;
}

.task-name {
    color: #00a3d5;
    font-size: 58px;
    font-weight: 700;
    padding-top: 25px;
}

.task-desk {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 39px;
    color: #494949;
}

.task-audio {
    width: 1000px;
    padding: 0 60px;
    margin: 0 auto;
}
.task-audio div {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    color: #00a3d5;
}
.task-audio div:nth-child(3n+2) {
    margin: 0 50px;
}
.task-audio audio {
    width: 100%;
}
.task-audio p {
    margin-bottom: 10px;
}

.schedule {
    font-size: 30px;
    font-weight: 300;
    padding-top: 13px;
}

.schedule span {
    background-color: #00A3D5;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.red {
    color: #f22b3a;
}

.prizes {
    text-align: center;
}

.prizes ul, .prizes li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.prizes ul {
    height: 412px;
}

.prizes li {
    width: 25%;
    float: left;
    text-align: center;
}

.prizes li .yellow {
    background: none repeat scroll 0 0 #F3CF3F;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 14px;
    height: 80px;
    line-height: 38px;
    margin: 0 auto 20px;
    width: 170px;
    behavior: url(/css/PIE.htc);
}

.prizes li .yellow b {
    font-size: 36px;
    line-height: 20px;
    font-weight: 400;
}

.prizes .name {
    display: block;
    color: #df5f15;
    font-size: 16px;
    margin: 0 auto 20px;
    width: 230px;
}

.prizes .name .grey {
    font-size: 14px;
    color: #999999;
}

.gallery {
    text-align: center;
}

.gallery .clear {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 23px;
    font-size: 18px;
}

.gallery .years_fake,
.gallery .years {
    position: relative;
    text-align: center;
    top: -40px;
    color: #df5f15;
    font-size: 23px;
    font-weight: 600;
}

.gallery .years_fake a,
.gallery .years a {
    color: #df5f15;
}

.gallery .years_fake .active,
.gallery .years .active {
    font-size: 39px;
    text-decoration: none;
}

.partner div {
    text-align: center;
    padding-bottom: 57px;
}

/*  </first_page>   */
/*  <main>   */
.works{
    text-align: center;
}

.works li {
    display: inline-block;
    padding-bottom: 40px !important;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.work {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 242px;
}

.work .img img {
    border-color: #f4d452;
    border-style: solid;
    border-width: 1px;
    display: block;
    position: relative;
    object-fit: cover;
    object-position: top;
    width: 290px;
    height: 290px;
}

.work.hover .img img {
    display: none;
    border-radius: 121px;
    behavior: url(/css/PIE.htc);
}

.work .img .avatar {
    border-radius: 121px;
    display: none;
    behavior: url(/css/PIE.htc);
}

.work.hover .img .avatar {
    display: block;
}

.work .img .rating {
    background: url("/images/star.png") no-repeat scroll 9px 5px #07A4D4;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: block;
    height: 43px;
    left: 71px;
    line-height: 42px;
    padding-left: 30px;
    position: absolute;
    text-align: center;
    top: 208px;
    width: 70px;
    behavior: url(/css/PIE.htc);
}

.work.right .img .rating{
    top: 8px;
    left: 100px;
}
.work.right .rating_form{
    left: 0px;
    position: absolute;
    top: -141px;
}

.work > .rating {
    background: url("/images/rating.png") no-repeat scroll -1px 3px transparent;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    margin-top: 7px;
    padding-left: 24px;
    padding-top: 4px;
}

/*.work .img .rating:hover, .work.hover .img .rating, .work .img:hover .rating {*/
    /*background: url("/images/star.png") no-repeat scroll 9px 5px #ffffff;*/
    /*color: #07A4D4;*/
/*}*/
.work .img .rating.orange{
    background: url("/images/star.png") no-repeat scroll 9px 5px #f77d02;
    color:#ffffff;
}

.work .comments {
    background: url("/images/comments.png") no-repeat scroll -1px 3px transparent;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    padding-left: 24px;
    padding-top: 4px;
    margin-top: 7px;
    border: 0 solid;
}

.work .views {
    background: url("/images/views.png") no-repeat scroll -1px 3px transparent;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    padding-left: 24px;
    padding-top: 4px;
    margin-top: 7px;
}

.work .date {
    color: #999999;
    display: block;
    font-size: 12px;
    padding-left: 1px;
}

.work .ava {
    height: 48px;
    display: block;
    text-align: center;
}

.work .ava img {
    height: 56px;
    width: 56px;
    border-color: #f4d452;
    border-style: solid;
    border-width: 1px;
    border-radius: 28px;
    margin: 0 auto;
    position: relative;
    top: -14px;
    behavior: url(/css/PIE.htc);
}

.work .autor, .work .age, .work .name, .work .cat {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.work .age, .work .cat {
    color: #999999;
}

.work .tools {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.work .tools .edit, .work .tools .del {
    background: none no-repeat scroll 0 0 #12A8D6;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding-left: 33px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    width: 113px;
}

.work .tools .edit {
    background-image: url("/images/icon_edit.png");
    background-position: 6px 4px;
    left: 76px;
    top: 108px;
}

.work .tools .del {
    background-image: url("/images/icon_del.png");
    background-position: 6px 4px;
    left: 76px;
    top: 158px;
}

/*  </main>   */
/*  </contnt>   */
/*  <footer>   */
.footer {
    background: #df5f15;
    color: #FFFFFF;
    font-size: 14px;
    height: 114px;
    line-height: 28px;
    padding-top: 31px;
}

.footer-fix {
    height: 145px;
}

.footer a {
    color: #ffffff;
}
/*  </footer>   */
.wrap_about{
    width: 880px;
    margin-left: 60px;
}
.about h2{
    color: #f57c00;
    width: 950px;
    margin-left: 25px;
    text-align: center;
    font-size: 35px;
    line-height: 44px;
    text-transform: uppercase;
    padding-top: 30px;
}
.about h3{
    color: #00a3d5;
    text-align: center;
    font-size: 24px;
    line-height: 44px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.about ul, .about li{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.wrap_about>ul>li{
    line-height: 28px;
}
.about i{
    color: #f22b3a;
    font-size: 22px;
    font-style: normal;
    display: block;
    width: 55px;
    position: absolute;
    left:-55px;
    top: -3px;
}
.about ul ul{
    padding-left: 25px;
}
.about ul ul li{
    padding: 3px 0 3px 15px;
    position: relative;
}
.about ul ul li:after{
    background: none repeat scroll 0 0 #F22B3A;
    border-radius: 5px 5px 5px 5px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 5px;
}
.about h4{
    font-size: 26px;
    padding: 20px 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.about span{
    display: block;
    text-align: center;
}
.about span.up{
    display: block;
    padding: 25px 0 20px;
    text-transform: uppercase;
}
.wrap_about{
    padding-bottom: 50px;
}
body div#fancy_overlay {
    background-color: #ffffff;
}
body div#fancybox-content {
    border-color: #F4D452;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
body a#fancybox-left, body a#fancybox-right{
    display: block;
    width: 100px;
}
body a#fancybox-left span, body a#fancybox-right span{
    width: 28px;
    height: 52px;
    top: 45%;
}
body a#fancybox-left span{
    left: 20px;
    right: auto;
    background:url("/js/fancybox/fancy_left.png");
}
body a#fancybox-right span{
    right: 20px;
    left: auto;
    background:url("/js/fancybox/fancy_right.png");
}
body div#fancybox-outer{
    overflow: visible;
}
body a#fancybox-right{
    right: -100px;

}
body a#fancybox-left{
    left: -100px;
}
body #fancybox-close {
    position: absolute;
    top: -20px;
    right: 0px;
    height: 16px;
    width: 16px;
    background:url("/js/fancybox/fancy_closebox.png");
}
body #fancy_bg{
    display: none;
}
#fancybox-title-over .author{
    color: #00a3d5;
    display: block;
    font-size: 16px;
    text-align: center;
}
#fancybox-title-over .name{
    color: #000000;
    display: block;
    font-size: 16px;
    text-align: center;
}
#fancybox-title-over .cat{
    color: #F22B3A;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
#g574{
    display: none;
}
.errorSummary{
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    width: 650px;
    font-size: 15px;
}
.errorSummary ul{
    list-style: none;
    font-weight: normal;

}
.errorSummary li{
    position: relative;
    padding-bottom: 5px;
    font-size: 13px;
}
.errorSummary li:after{
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #F22B3A;
    top: 8px;
}
.social.nav{
    display: none;
}
img.ava.round {
    height: 56px;
    width: 56px;
    border-color: #f4d452;
    border-style: solid;
    border-width: 1px;
    border-radius: 28px;
    margin: 0 auto;
    position: relative;
    top: -14px;
    behavior: url(/css/PIE.htc);
}
.usertop{
    position: absolute;
    z-index: 100;
    top: 132px;
    left: 5px;
    width: 250px;
}
.usertop a.av {
    float:left;
    margin-right: 15px;
}
.usertop .logout{
    display: block;
}
body .ui-widget-header{
    background: #ffffff;
    border: none;
}
body .ui-dialog .ui-dialog-buttonpane{
    text-align: center;
    border:none;
}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
    float: none;
}
body .ui-dialog{
    border: 0 none !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
body .ui-widget-overlay{
    background: #ffffff;
}
body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default{
    background: #fd801b;
    color: #ffffff;
    border: 0 none;
}
body .ui-dialog .ui-dialog-titlebar-close{
    background: #ffffff;
}
body .ui-dialog .ui-dialog-titlebar-close span{
    color: #ffffff;
}
body .ui-dialog .ui-dialog-titlebar-close:after{
    content: '';
    background: url('/images/x.png');
    position: absolute;
    opacity: .99;
    width: 16px;
    height: 16px;
    top:1px;
    left:2px;
}
ul.comments{
    list-style: none;
}
.i_view{
    display: block;
    background: url("/images/i_view.png");
    float:left;
    width: 35px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    left: 60px;
    position: absolute;
}
.i_edit{
    display: block;
    background: url("/images/i_edit.png");
    width: 35px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    position: absolute;
    left: 50%;
    margin-left:-17px;
}
.i_del{
    display: block;
    background: url("/images/i_del.png");
    width: 35px;
    height: 34px;
    float: right;
    top: 50%;
    margin-top: -17px;
    right: 60px;
    position: absolute;
}
.comment{
    position: relative;
}
.com_i_edit{
    display: block;
    background: url("/images/i_edit.png");
    width: 35px;
    height: 34px;
    top: -10px;
    right: 0;
    position: absolute;
    font-size: 0;
}
.com_i_del{
    display: block;
    background: url("/images/i_del.png");
    width: 35px;
    height: 34px;
    top: 34px;
    right: 0;
    position: absolute;
    font-size: 0;
}
.com_edit_area{
    padding: 6px;
    width: 800px;
    height: 68px;
    float: right;
}
.com_edit_bt{
    float: right;
    margin: 6px 0 0 0;
    clear: both;
}
.date_field {position: relative; z-index:100;}
.works.jury li{
    width: 24%;
}
input[type=checkbox]{
    height: 18px;
    margin-right: 10px;
    width: 18px;
    visibility: visible;
    display: block;
    float: left;
}
#m5{
    /*height: 3089px;*/
    /*height: 1335px;*/
}
.btn_orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    text-decoration: none !important;
    background: #f77d02;
    font-size: 14px;
    box-shadow: -1px 1px 9px -4px rgba(0,0,0,0.62);
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn_red {
    background: #f22b3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
    box-shadow: -1px 1px 9px -4px rgba(0,0,0,0.62);
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}

.wrap_about.wrap_privacy ul li {
    position: relative;
    padding-left: 1.5em;
}

.wrap_about.wrap_privacy p {
    text-align: justify;
    text-align-last: justify;
}

.location-date {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.location-date .location,
.location-date .date {
    align-self: center;
}
