#workarea .block{
    width: 100%;
    font-family: Arial;
}
#workarea .block .iw{
    width: 980px;
    margin: 0 auto;
    position: relative;
}
#workarea .bannerBlock{
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}
#workarea .bannerBlock .iw{
    height: 270px;
    background: transparent url("../img/topBanner.jpg") no-repeat left top;
    overflow: hidden;
    padding: 0 42px;
    box-sizing: border-box;
}
#workarea .block .title{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #3c3e40;
    letter-spacing: 2.3px;
}
#workarea .bannerBlock .projButton{
    position: absolute;
    top: 20px;
    right: 20px;
    height: 38px;
    padding: 0 33px 0 14px;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: -0.5px;
    background: #3c3e40;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#workarea .bannerBlock .projButton:hover{
    text-decoration: none;
    background: #3189DA;
    color: #fff;
}
#workarea .bannerBlock .projButton:after{
    content: "";
    position: absolute;
    background: transparent url("../img/otherProjButton.png") no-repeat left 14px;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 27px;
}
#workarea .bannerBlock .text1{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 58px;
    padding-left: 20px;
}
#workarea .bannerBlock .text2{
    font-size: 36px;
    line-height: 36px;
    margin-top: 18px;
    font-weight: bold;
    margin-top: 3px;
}
#workarea .bannerBlock .text3{
    margin-top: 15px;
    padding-left: 21px;
    padding-right: 21px;
}
.nominationBlock{
    position: relative;
}
.painted-children-nomination{
    opacity: 0;
    filter: alpha(opacity=0);
    padding-bottom: 50px;
}
.nominationBlock .painted-children-nomination{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#workarea .painted-children-nomination-title{
    padding-left: 60px;
    padding-right: 84px;
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 24px;
}
#workarea .painted-children-nomination-title .subtitle{
    color: #8499a7;
    font-size: 14px;
    line-height: 14px;
    display: block;
}
.ageRow{
    padding-left: 60px;
    position: relative;
    margin-bottom: 37px;
}
.ageRow:after{
    content: "";
    display: table;
    clear: both;
}
.age-title{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    width: 205px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 0px 0px 12px;
    box-sizing: border-box;
    font-weight: 500;
    background: #f6f5ea;
    color: #333333;
    top: 205px;
    left: 0;
}
.ageRow1 .age-title{
    background: #ebf7ff;
}
.ageRow2 .age-title{
    background: #f2f5f6;
}
.ie8 .age-title{
    
}
.age-list{
    font-size: 0;
}
.age-list .photo-bid{
    display: inline-block;
    vertical-align: top;
    width: 290px;
    margin-left: 24px;
    text-decoration: none;
    position: relative;
}
.photo-bid .preview_picture{
    display: block;
    border-radius: 5px;
}
.photo-bid .preview_pictureW{
    border-radius: 5px;
    margin-bottom: 14px;
    float: none !important;
    display: block;
    position: relative;
    border-radius: 5px;
}
.photo-bid .preview_pictureW .before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #3189da;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.photo-bid .preview_pictureW .after{
    font-size: 0;
    z-index: 2;
    transition: width 0.2s ease-in-out,
        height 0.2s ease-in-out,
        bottom 0.2s ease-in-out,
        right 0.2s ease-in-out,
        margin 0.2s ease-in-out,
        font 0s ease-in-out;
    -webkit-transition: width 0.2s ease-in-out,
        height 0.2s ease-in-out,
        bottom 0.2s ease-in-out,
        right 0.2s ease-in-out,
        margin 0.2s ease-in-out,
        font 0s ease-in-out;
    -moz-transition: width 0.2s ease-in-out,
        height 0.2s ease-in-out,
        bottom 0.2s ease-in-out,
        right 0.2s ease-in-out,
        margin 0.2s ease-in-out,
        font 0s ease-in-out;
    -ms-transition: width 0.2s ease-in-out,
        height 0.2s ease-in-out,
        bottom 0.2s ease-in-out,
        right 0.2s ease-in-out,
        margin 0.2s ease-in-out,
        font 0s ease-in-out;
    -o-transition: width 0.2s ease-in-out,
        height 0.2s ease-in-out,
        bottom 0.2s ease-in-out,
        right 0.2s ease-in-out,
        margin 0.2s ease-in-out,
        font 0s ease-in-out;
    position: absolute;
    line-height: 248px;
    bottom: -23px;
    right: 10px;
    width: 57px;
    height: 85px;
    display: block;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.place-1 .preview_pictureW .after{
    background-image: url("../img/place1.png");
}
.place-2 .preview_pictureW .after{
    background-image: url("../img/place2.png");
}
.place-3 .preview_pictureW .after{
    background-image: url("../img/place3.png");
}
.age-list .photo-bid:first-child{
    margin-left: 0px;
}
.photo-bid .filial{
    color: #8499a7;
    font-size: 13px;
    line-height: 13px;
    display: block;
}
.photo-bid .title{
    color: #3189da;
    font-size: 13px;
    line-height: 13px;
    display: block;
    margin-bottom: 6px;
}
.photo-bid .preview_pictureW:hover{
    
}
.photo-bid .preview_pictureW:hover .before{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.photo-bid .preview_pictureW:hover .after{
    transition: width 0.2s ease-in-out,
    height 0.2s ease-in-out,
    bottom 0.2s ease-in-out,
    right 0.2s ease-in-out,
    margin 0.2s ease-in-out,
    font 0.15s ease-in-out 0.1s;
    -webkit-transition: width 0.2s ease-in-out,
    height 0.2s ease-in-out,
    bottom 0.2s ease-in-out,
    right 0.2s ease-in-out,
    margin 0.2s ease-in-out,
    font 0.15s ease-in-out 0.1s;
    -moz-transition: width 0.2s ease-in-out,
    height 0.2s ease-in-out,
    bottom 0.2s ease-in-out,
    right 0.2s ease-in-out,
    margin 0.2s ease-in-out,
    font 0.15s ease-in-out 0.1s;
    -ms-transition: width 0.2s ease-in-out,
    height 0.2s ease-in-out,
    bottom 0.2s ease-in-out,
    right 0.2s ease-in-out,
    margin 0.2s ease-in-out,
    font 0.15s ease-in-out 0.1s;
    -o-transition: width 0.2s ease-in-out,
    height 0.2s ease-in-out,
    bottom 0.2s ease-in-out,
    right 0.2s ease-in-out,
    margin 0.2s ease-in-out,
    font 0.15s ease-in-out 0.1s;
    
    width: 72px;
    height: 107px;
    right: 50%;
    bottom: 50%;
    margin-right: -36px;
    margin-bottom: -45px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    line-height: 248px;
}
.nominationBlock .topNav{
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 32px;
    z-index: 2;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}
.nominationBlock .topNav .leftArrow{
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent url("../img/elementsSpr.png") no-repeat 1px 1px;
}
.nominationBlock .topNav .rightArrow{
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent url("../img/elementsSpr.png") no-repeat -49px 1px;
}
.nominationBlock .topNav .counter{
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 0;
    color: #3189da;
}
.nominationBlock .topNav .counter>span{
    font-size: 14px;
    font-style: italic;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
}
.nominationBlock .topNav .counter>span:first-child{
    margin-left: 0;
}
.nominationBlock .topNav .cur{
    
}
.nominationBlock .topNav .sep{
    
}
.nominationBlock .topNav .all{
    
}
#workarea .nominationBlock .bottomNav{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 2;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}
#workarea .nominationBlock .pt{
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    cursor: pointer;
    background: transparent url("../img/elementsSpr.png") no-repeat -115px -49px
}
#workarea .nominationBlock .pt:first-child{
    margin-left: 0;
}
#workarea .nominationBlock .pt.current{
    background: transparent url("../img/elementsSpr.png") no-repeat -95px -49px;
}





/*popup*/
html.bodyPopup{
    height: 100%;
}
body.bodyPopup{
    overflow: hidden;
    height: 100%;
}
.painted-children #popup-wrapper{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #333333;
}
.painted-children #popup-wrapper .box-shadow{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #3189da;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}
.painted-children #popup-wrapper #loader-icon{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.painted-children #popup-wrapper #loader-icon div{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-bottom-color: #e02b2e;;
    -webkit-animation: rotate 1.2s linear 0s infinite;
    animation: rotate 1.2s linear 0s infinite;
}
.painted-children #popup-wrapper #loader-icon.goOut{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    transition: all .24s ease-in-out;
    -webkit-transition: all .24s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: scale(0); /* Для Firefox */
    -ms-transform: scale(0); /* Для IE */
    -webkit-transform: scale(0); /* Для Safari, Chrome, iOS */
    -o-transform: scale(0); /* Для Opera */
    transform: scale(0);
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.painted-children #popup-wrapper .popup{
    height: 100%;
    width: 100%;
    display: none;
    overflow: auto;
}
.painted-children #popup-wrapper .popup-back{
    width: 30%;
    height: 100%;
    float: left;
    filter: alpha(opacity=85);
    opacity: 0.85;
    background: #3959a5;
    position: relative;
    cursor: pointer;
}
.painted-children #popup-wrapper .popup-back:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: transparent url(../img/popupBackButton.png) no-repeat center center;*/
}
.painted-children #popup-wrapper .popupClose{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(../img/closeButton.png) no-repeat right top;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 100;
}
.painted-children #popup-wrapper .popup-content{
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 96px;
}
.painted-children #popup-wrapper .popup-body{
    display: block;
    position: relative;
    height: 100%;
    vertical-align: middle;
    padding: 65px 0;
    box-sizing: border-box;
    min-height: 500px;
}
.painted-children #popup-wrapper .popup-content .leftArrow{
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 96px;
    background: transparent url(../img/leftArrow.png) no-repeat center center;
    left: -96px;
    cursor: pointer;
}
.painted-children #popup-wrapper .popup-content .rightArrow{
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 96px;
    background: transparent url(../img/rightArrow.png) no-repeat center center;
    right: -96px;
    cursor: pointer;
}
.painted-children #popup-wrapper .popup-content .arrow,
.painted-children #popup-wrapper .popup-content .popupClose{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.painted-children #popup-wrapper .popup-content .arrow:hover,
.painted-children #popup-wrapper .popup-content .popupClose:hover{
    opacity: 100;
    filter: alpha(opacity=100);
}

.painted-children #popup-wrapper .popup-content .popupClose{
    display: block;
    position: absolute;
    top: -46px;
    right: -46px;
    width: 26px;
    height: 26px;
    background: transparent url(../img/closeButton.png) no-repeat center center;
    cursor: pointer;
}
.painted-children #popup-wrapper .popup-body .iw{
    position: relative;
    height: 100%;
}
.painted-children #popup-wrapper .video-player-wrapp{

}
/*end popup*/

/*NEWS DETAIl*/
.painted-children .news-detail{
    display: block;
    height: 100%;
    width: 100%;
}
.painted-children .news-detail .leftCol{
    display: block;
    height: 100%;
    background: #000;
}
.painted-children .news-detail .rightCol{
    display: block;
    width: 330px;
    background: #fff;
    float: right;
    height: 100%;
    box-sizing: border-box;
    padding: 35px;
    text-align: left;
}
.painted-children .news-detail .rightCol .top{
    
}
.painted-children .news-detail .leftCol .imageWrap{
    position: relative;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
}
.painted-children .news-detail .leftCol .imageWrapInner{
    position: relative;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
    font-size: 0;
}
.painted-children .news-detail .leftCol .imageWrapInner:after{
    content: "";
    height: 100%;
    display: inline-block;
    width: 0px;
    vertical-align: middle;
}
.painted-children .news-detail .leftCol .imageWrap img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.desc-block{
    position: absolute;
    bottom: 40px;
}
.desc-block .title-value-pair{
    margin-top: 21px;
}
.desc-block .title{
    font-size: 12px;
    line-height: 14px;
    color: #b0b7bc;
}
.desc-block .value{
    font-size: 14px;
    line-height: 18px;
    color: #3b3e40;
}
.topBlock{
    padding-left: 71px;
    background-position: 0 0;
    min-height: 90px;
    overflow: hidden;
    position: relative;
}
.topBlock .place{
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 1px;
    line-height: 20px;
    font-weight: bold;
    color: #07a3de;
}
.topBlock .member{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
}
.topBlock .member .name{
    font-weight: bold;
}
.topBlock .member .age{
    
}
.topBlock .filial{
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}
.topBlock .after{
    font-size: 0;
    z-index: 1;
    position: absolute;
    left: 1px;
    top: 4px;
    width: 57px;
    height: 85px;
    display: block;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.topBlock.place-1 .after{
    background-image: url("../img/place1.png") ;
}
.topBlock.place-2 .after{
    background-image: url("../img/place2.png");
}
.topBlock.place-3 .after{
    background-image: url("../img/place3.png");
}