.ch-data-mess-st {
    z-index: 2;
}

.form-photo-img a {
    background-size: cover;
}

.autocomplete-suggestions {
    overflow: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
    box-sizing: border-box;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.form-photo-img div.a {
    background-size: cover;
}

.form-photo-img div.a {
    display: block;
    width: 185px;
    height: 185px;
    position: relative;
    background: url(../img/user-round.png) 50% 50% no-repeat;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.form-photo-img div.a:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jq-file__browse {
    display: none;
}

input[type="file"].btn {
    left: 0;
    opacity: 0;
}

.jq-file {
    overflow: visible !important;
    opacity: 1 !important;
    cursor: pointer;
}

.form-photo-img .btn,
.jq-file__name {
    cursor: pointer;
}

.img-rounded50prc {
    border-radius: 50%;
}

.head-user-name {
    text-overflow: ellipsis;
    word-break: none;
    overflow: hidden;
}

.check-data-message {
    z-index: 1;
}

.mt-50prc {
}

.mt30 {
    margin-top: 30px;
}

.TODO {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

.inline-photo-st-list {
    text-align: left;
}

.fail-download-img {
    text-align: center;
}

.inlineBlock {
    display: inline-block;
}

.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.load-photo-item {
    position: relative;
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(1) span.fix-load-value:after {
    content: '1';
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(2) span.fix-load-value:after {
    content: '2';
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(3) span.fix-load-value:after {
    content: '3';
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(4) span.fix-load-value:after {
    content: '4';
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(5) span.fix-load-value:after {
    content: '5';
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(6) span.fix-load-value:after {
    content: '6';
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(7) span.fix-load-value:after {
    content: '7';
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(8) span.fix-load-value:after {
    content: '8';
}

.load-photo-form-list.photos_list .load-photo-item:nth-child(9) span.fix-load-value:after {
    content: '9';
}

.cancel-error {
    color: red;
}

.wait-moderate {
    color: grey;
}

#slider .slides > li:not(.flex-active-slide) img {

    height: 0 !important;
}

.hide {
    display: none;
}

.page-container div:last-child ul.search-list-people li:last-child {
    border: none;
    padding-bottom: 40px;
}

.search-list-people li:hover {
    border-color: #000000 !important;
}

.search-list-people li:last-child {
    padding: 45px 0;
    border-bottom: 4px solid #eff3f7;
}

.maxH835 {
    max-height: 750px;
}

/**
TODO: Отдать верстальщику
**/
.none-photo-portfolio {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 345px;
    margin-top: 0;
}

.load-photo-form-list.photos_list .fail-d-text {
    padding-top: 40px;
}

/**
TODO: Отдать верстальщику
**/
@media only screen and (min-width: 768px) {
	.logo-light {
		width: 180px!important;
	}
}
.levels-awards-line:before{
	display:none;
}
.levels-awards-line span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 80%;
    border-radius: 4px;
    background: #e5d8ad;
}
.grand-user-link:hover span{
	text-decoration: underline;
}
@media(max-width: 424px){
	.story-btns .pull-left,
	.story-btns .pull-right{
		float:none!important;
	}
	.story-btns .inlineBlock{
		display: block;
	}
	.story-btns .inlineBlock a{
		width:100%;
	}
}
.top-user-link{
	color: #000;
}
.top-user-link:hover{
	color: #5d83ab;
}

.statistics-name-wrap {
    display: block;
    width: 100%;
}
.titul-fix-photo{
	color: #000;
}

button[disabled], html input[disabled] {
    cursor: default;
    color: rgba(0, 0, 0, 0.54);
    background-color: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 960px){
    .container-collection {
        margin-bottom: 20px;
    }
}
.gallery-new-descript-head {
  margin-bottom: 60px;
}
@media only screen and (min-width: 960px){
	.gallery-new-descript-head {
	  margin-bottom: 100px;
	}
}

.city-choise-line a {
    margin-bottom: 10px;
}
.city-choise-line{
	margin-bottom: 20px;
}
.juryPhoto .collection-photo-info,
.juryPhoto:hover .collection-photo-info a{
	display: block;
}
.juryPhoto:hover .collection-photo-info a.btn-border{
	display: inline-block;
}
.juryPhoto .collection-photo-info a{
	display:none;
}
.juryPhoto a.collection-like{
	display: block;
}
.juryPhoto.active .collection-like{
	background: #fc2112;
	display: block;
}
.juryPhoto.active .collection-like:before{
	background: url('../img/icon-heart2.png') no-repeat 50% 0;
}

.juryPhoto.active .collection-like:hover{
	background: #fff;
}
.juryPhoto.active .collection-like:hover:before{
	background: url('../img/icon-heart.png') no-repeat 50% 0;
}
.juryPhoto.active .btn-border{
	background-color: #0c549f;
    color: #fefefe;
	border: 2px solid transparent;
    padding-top: 2px;
}
.juryPhoto.active .btn-border:hover{
    background-color: #fff;
    color: #5d83ab;
    padding-top: 2px;	
	border: 2px solid #c1d2e4;
}
@media(max-width: 767px){ 
	.gallery-new-descript-head {
		margin-bottom:30px;
	} 
}

.accordion-content-won-item__form .btn-wrap{
	position: absolute;
    top: 14px;
    right: 13px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    width: 103px;
    min-width: 103px;
    height: auto;
}
.accordion-content-won-item__form .btn-wrap .btn{
	position:static;
}
.accordion-content-won-item__form .check-data-message.ch-data-mess-success{
	background-color: #fff;
}