

/* Start:/gall/style.css?174532544412618*/
@keyframes rotate{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -360deg);-ms-transform:rotate3d(0, 0, 1, -360deg);transform:rotate3d(0, 0, 1, -360deg)}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 0deg);-ms-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@-webkit-keyframes rotate-inverse{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}
@keyframes rotate-inverse{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes slide-in-top{from{opacity:0;-webkit-transform:translateY(15px);transform:translateY(15px)}to{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}}

.top.gallery .head-section:before,.top.gallery .head-section:after{
	display:none;
}
span.h{
	display:block;
	color:#000;
	padding: 25px 0;
    margin: 0;
    line-height: 120%;
	font-size: 22px;
	font-weight:bold;
	text-align:center;
}
.white-bg,.top.gellery{
	font-family:PT Sans, Arial, Helvetica, sans-serif;
}
#paginator .clear{
	margin-bottom:60px;
}
.section.pics{
	padding-bottom:75px;
}
.like .st2{
	opacity:0;
	transform:opacity 0.2s;
}
.like.liked .st2{
	opacity:1;
}
.bs-blog-categories h1{
	display:inline;
	color: #af8959;
/*    text-decoration: underline;*/
	font-size:16px;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
}
.bs-blog-categories a{
	text-decoration:underline;
}
.bs-blog-categories a:hover{
	text-decoration:none;
}
.top.gallery.user:not(.white){
	background:#f5ecdd;
}
.top.gallery.user.white{
	background:#fff;
}
.top.gallery.cosmo{
	background:#ffffff;
}
.gallery.user .best{
}
.gallery.user .best .item{
	position:relative;
	margin-top:60px;
	margin-bottom:40px;
	display:block;
	box-shadow:0 0px 0px rgba(0,0,0,0);
	transition:box-shadow 0.2s;
}
.section.pics .item:not(.upl){
	box-shadow:0 0px 0px rgba(0,0,0,0);
	transition:box-shadow 0.2s;
}
.gallery.user .best .item:hover,.section.pics .item:not(.upl):hover{
	box-shadow:0 1px 15px rgba(0,0,0,0.7);
}
.gallery.user .best .item:before{
	content:'\2606';
	position:absolute;
	display:block;
	top:-30px;
	color:#885005;
	font-size:40px;
	line-height:0;
	left:50%;
	margin-left:-16px;
	opacity:0.5;
}
.best p{
	color:#885005;
	text-align:center;
	margin:0px;
}
.best .tl{
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 40px;
}
.best .text{
	font-size:16px;
	padding-bottom:40px;
}
.best .owl-controls .owl-nav div{
	background:none;
	margin-top:5px;
	width:15px;
	height:15px;
	border:2px solid #000;
	transform:rotate(45deg);
}
.best .owl-controls .owl-nav .owl-prev{
	border-top:none;
	border-right:none;
}
.best .owl-controls .owl-nav .owl-next{
	border-bottom:none;
	border-left:none;
}
.best .item .like,.section.pics .item:not(.upl) .like{
	position:absolute;
	width:44px;
	height:38px;
	display:block;
	left:50%;
	margin-left:-22px;
	bottom:20px;
	opacity:0;
	transition:opacity 0.3s;
	z-index:3;
}
.best .item:after,.section.pics .item:not(.upl):after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0);
	transition:background 0.3s;
}
.best .item:hover:after,.section.pics .item:not(.upl):hover:after{
	background:rgba(0,0,0,0.2);
}
.best .item:hover .like,.section.pics .item:not(.upl):hover .like{
	opacity:1;
}
.best .item .like img{
	width:100%;
}
.popup_button.item .like{
	width:35px;
	display:block;
	position:relative;
	margin-top: -8px;
    margin-bottom: 10px;
}
.popup_button.item .like .count{
	font-size:12px;
	font-weight:normal;
	top:6px;
}
.item .like .count,.item .like .count{
	position:absolute;
	line-height:1;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	top:8px;
	display:block;
	width:100%;
	text-align:center;
}
.section.pics .item{
	width:32.3333333%;
	float:left;
	line-height:0;
	margin:0 1.5% 1.5% 0;
	position:relative;
}
.section.pics .item img{
	width:100%;
}
.item.upl .cnt{
	position:absolute;
	z-index:1;
	background:#f5ecdd;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.item.upl .cnt p,.item.upl .cnt a{
	text-align:center;
	display:block;
	line-height:1;
}
.item.upl .cnt a{
	text-decoration:underline;
}
.item.upl .cnt a:hover{
	text-decoration:none;
}
.item.upl .inner{
	margin-top:25%;
	position:relative;
}
.item.upl .inner:after{
	content:'';
	background:url(/gall/img/present.svg) left top no-repeat;
	width:66px;
	height:71px;
	display:block;
	position:absolute;
	bottom:-100px;
	left:50%;
	margin-left:-33px;
}
.item.upl .cnt p{
	color:#000002;
	font-weight:bold;
}
.item.upl .cnt .st{
	font-size:20px;
	margin-bottom:20px;
}
.item.upl .cnt .sd{
	font-size:30px;
}
.item.upl .cnt a{
	font-size:16px;
	color:#7b4d00;
}
.section.filter{
	padding:30px 0px 20px;
}
.section.filter .blocks .title,.section.filter .blocks .filter-block{
	display:block;
	float:left;
	max-width:49.5%;
}
.section.filter .blocks .title{
	font-size:14px;
	color:#000000;
	padding: 10px 10px 10px 0px;
}
.section.filter .filter-block:hover a{
	text-decoration:none;
}
.section.filter .filter-block{
	margin-right:1%;
	margin-bottom:1%;
}
.section.filter .filter-block .block-title:before{
	z-index:1;
	content:'';
	position:absolute;
	display:block;
	height:100%;
	right:0px;
	background:#f5f5f5;
	width:25px;
	top:0px;
	box-shadow:-5px 0px 30px 10px #f5f5f5;
}
.section.filter .filter-block.open .block-title:before{
	box-shadow:-5px 0px 30px 10px #e8e8e8;
	background:#e8e8e8;
}
.section.filter .filter-block[data-name=section]{
	margin-right:0px;
}
.section.filter .filter-block .block-title{
    display: block;
    font-weight: bold;
    cursor: pointer;
    background: #f5f5f5;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 45px 10px 20px;
    box-sizing: border-box;
    position: relative;
	color:#000;
	overflow:hidden;
}
.section.filter .filter-block.slide .list {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease,box-shadow 0.2s ease 0.2s;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
    z-index: 5;
}
.section.filter .filter-block.slide .block-title:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border: 1px solid #a0a0a0;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    transition: transform 0.2s;
	z-index:2;
}
.section.filter .filter-block.sort .item {
    line-height: 1.5;
    padding: 9px 10px 8px 40px;
}
.section.filter .filter-block .item:before {
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    border: 1px solid #e1e6ea;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -11px;
}
.section.filter .filter-block.sort .item:before{
	left:10px;
}
.section.filter .filter-block .item {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    color: #000000;
    box-sizing: border-box;
    position: relative;
    line-height: 2.5;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
	float:left;
}
.section.filter .filter-block[data-name=section] .item{
	width:50%;
}
.section.filter .filter-block[data-name=section] .item:nth-child(2n+1){
	float:right;
}
.section.filter .filter-block.slide.open .list{
    height: auto;
    opacity: 1;
    border-color: #d9d9d9;
    padding: 20px 25px;
    margin-top: 10px;
    background: #f5f5f5;
    overflow: visible;
    box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    transition: opacity 0.5s ease,box-shadow 0.2s ease 0.2s;
	width:300px;
}
.section.filter .filter-block.slide.open[data-name=section] .list{
	width:600px;
}
.section.filter .filter-block.slide.open .block-title:after {
    transform: rotate(225deg);
}
.section.filter .filter-block.slide.open .block-title {
    background: #e8e8e8;
}
.section.filter .filter-block.slide.open .list:before {
    content: '';
    position: absolute;
    border: 1px solid #d9d9d9;
    width: 8px;
    height: 8px;
    background: #f5f5f5;
    transform: rotate(45deg);
    top: -6px;
    border-right: none;
    border-bottom: none;
    z-index: 1;
}
.section.filter .filter-block .item.active:before {
    background: url('/include/filter/img/3d.png') center center no-repeat #fff;
}
.section.filter .filter-block .item.blocked {
    cursor: default;
    opacity: 0.5;
}
.arr.hdn{
	display:none;
}
@media screen and (max-width: 1024px){
	.top.gallery .head-section{
		margin-bottom:0px;
	}
	.best .text{
		font-size:14px;
	}
}
@media screen and (min-width: 641px){
	.section.pics .item:nth-child(3n){
		margin-right:0px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 641px){
	.item.upl .inner{
		margin-top:14%;
	}
	.item.upl .cnt .sd{
		font-size:20px;
	}
	.item.upl .cnt .st{
		margin-bottom:10px;
	}
	.item.upl .inner:after{
		bottom:-90px;
	}
}
@media screen and (max-width: 767px) and (min-width: 641px){
	.item.upl .inner:after{
		bottom:-80px;
	}
	.item.upl .cnt .sd{
		font-size:18px;
	}
	.item.upl .cnt .st{
		font-size:18px;
		margin-bottom:5px;
	}
	.item.upl .cnt a{
		font-size:14px;
	}
}
@media screen and (max-width: 767px) and (min-width:641px){
	.section.filter .filter-block .item,.section.filter .filter-block .block-title{
		font-size:12px;
	}
}
@media screen and (max-width: 640px) and (min-width:415px){
	.section.pics .item{
		width:49%;
		margin:0 2% 2% 0;
	}
	.section.pics .item:nth-child(2n){
		margin-right:0px;
	}
	.item.upl .cnt .sd{
		font-size:20px;
	}
	.item.upl .cnt .inner p{
		margin-bottom:10px;
	}
	.item.upl .inner:after{
		bottom:-90px;
	}
	.item.upl .inner{
		margin-top:17%;
	}
}
@media screen and (max-width: 414px){
	.section.pics .item{
		width:100%;
		margin:0 0 10px 0;
	}
	.item.upl .cnt .sd{
		font-size:26px;
	}
}
@media screen and (max-width: 1280px){
	.top.gallery.user .section{
		padding:0 40px;
	}
	.best .owl-controls .owl-nav .owl-prev{
		left:-25px;
	}
	.best .owl-controls .owl-nav .owl-next{
		right:-25px;
	}
	.section.filter{
		padding:20px 10px 10px;
	}
}
@media screen and (max-width: 1024px){
	span.h{
		padding:25px 0px 10px;
	}
	.best .owl-dots .owl-dot span{
		border:none;
		margin:10px;
		width:15px;
		height:15px;
	}
	.gallery.user .best .item{
		margin-bottom:10px;
	}
	.owl-dots .owl-dot span::before{
		display:none;
	}
	.best .tl{
		padding:0px 0px 20px;
	}
}
@media screen and (max-width: 640px){
	.top.gallery.user .section{
		padding:0px;
	}
	.top.gallery.user .best{
		padding:0px 10px;
		box-sizing:border-box;
	}
	.section.filter{
		padding:20px 0px;
	}
	.section.filter .blocks .title, .section.filter .blocks .filter-block{
		float:none;
		margin:0;
	}
	.section.filter:not(.user) .filter-block{
		border-top: 1px solid #e4e4e4;
	}
	.section.filter:not(.user) .filter-block:nth-last-child(1){
		border-bottom: 1px solid #e4e4e4;
	}
	.section.filter .filter-block .block-title{
		border-radius:0px;
		background:none;
		padding:15px 40px 15px 20px;
		font-size:14px;
	}
	.section.filter.user{
		padding:0px;
	}
	.section.filter .filter-block.sort .item:before{
		left:20px;
	}
	.section.filter .filter-block.slide.open .list{
		background:none;
		border-radius:0px;
		width:100%;
		border:none;
		box-shadow:none;
	}
	.section.filter .filter-block .item{
		float:none;
		display:block;
	}
	.section.filter .filter-block.sort .item{
		padding: 15px 40px 15px 55px;
		float:none;
	}
	.section.filter .filter-block.slide.open .list{
		position:relative;
		margin-top:0px;
		padding-top:0px;
	}
	.section.filter .filter-block.slide .list:before{
		display:none;
	}
	.section.filter .filter-block.slide.open .block-title{
		background:none;
	}
	.section.filter .blocks .filter-block{
		max-width:none;
	}
	.section.filter .filter-block .block-title:before,.section.filter .blocks .filter-block.open .block-title:before{
		background:#fff;
		box-shadow:-5px 0px 30px 10px #fff;
	}
	.section.filter .filter-block .chosen .ch-item{
		border-bottom:none;
	}
}
.chosen.hdn{
	display:none;
}
.chosen .ch-item{
	font-weight:normal;
	margin-left:5px;
	margin-right:15px;
	position:relative;
	border-bottom:1px dotted #999;
	z-index:0;
}
.filter-block:not(.open) .chosen .ch-item:hover{
	border-bottom:none;
}
.chosen .ch-item:after{
	content:'\00D7';
	position:absolute;
	right:-13px;
	font-size:20px;
	top:-3px;
}

/* End */


/* Start:/bitrix/templates/cosmo-template/css/addPhoto.css?169148728118199*/
/*#bgmod{
	display:block !important;
}*/
.section.photos{
/*	margin-top:30px;*/
}
.item-page .section.photos{
	background:#f1e9dc;
	padding:15px 30px 15px 0px;
	box-sizing:border-box;
}
@media screen and (max-width: 1024px){
	.item-page .section.photos{
		margin-top:5px;
		padding:1px 0px;
	}
}
.item-page .upl-txt{
	display:none;
}

#addPhotoCnt{
	float:right;
	width:45%;
	max-height:175px;
}
#addPhotoCnt .owl-item{
	text-align:center;
}
#addPhotoPup{
	z-index:1000;
	position:fixed;
	width:100%;
	left:0px;
	top:50%;
	text-align:center;
	cursor:pointer;
	transform: translate(0%, -50%);
}
@media screen and (max-width: 620px){
	#addPhotoPup{
		z-index:1000;
		position:fixed;
		width:100%;
		left:0px;
		top:15%;
		text-align:center;
		cursor:pointer;
		transform:none;
	}
	#pupPhoto .arr{
		position:absolute;
		width:45px;
		height:50px;
		top:50%;
		margin-top:-25px;
		background-position:center center;
		background-repeat:no-repeat;
		cursor:pointer;
		background-color:rgba(0,0,0,0.3) !important;
	}
}
#addPhotoCnt .items{
	margin-top:3px;
}
#addPhotoCnt .upl-txt .left{
	font-size:14px;
	color:#4a4a4a;
	float:left;
}
#addPhotoCnt .upl-txt .right{
	font-size:14px;
	color:#906b3e;
	float:right;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
#addPhotoCnt .upl-txt .right:hover{
	text-decoration:none;
}
#addPhoto,#pupPhoto{
	background:#fff;
	position:relative;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	width:100%;
	max-width:725px;
	min-width:320px;
	display:inline-block;
	cursor:default;
}
#addPhoto .cnt.progr{
	opacity:0.5;
	position:relative;
}
#addPhoto .cnt.progr:before{
	background:url('/include/filter/img/round.svg') center center no-repeat;
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-31px;
	margin-top:-31px;
	width:62px;
	height:65px;
}
#pupPhoto{
	max-width:1024px;
}
#pupPhoto{
	padding:30px;
	box-sizing:border-box;
	color:#ababab;
	font-size:14px;
}
#pupPhoto .img{
	width:70%;
	float:left;
}
#pupPhoto .info{
	width:30%;
	float:left;
	box-sizing:border-box;
	padding-left:20px;
	text-align:left;
}
#pupPhoto .img img{
	width:100%;
}
#pupPhoto .info .avatar img{
	width:60px;
	border-radius:50%;
}
#pupPhoto .info .avatar{
	float:left;
}
#pupPhoto .info .likes{
	float:right;
	padding:7px;
	line-height:1.5;
	border:1px solid #d0d0d0;
	border-radius:3px;
	cursor:pointer;
}
#pupPhoto .info .likes .txt{
	display:inline-block;
	padding-left:35px;
	padding-right:7px;
	margin-right:5px;
	border-right:1px solid #d0d0d0;
	background-image:url(/bitrix/templates/cosmo-template/images/heart-el.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#pupPhoto .info .likes.liked .txt{
	background-image:url(/bitrix/templates/cosmo-template/images/heart-elh.png);
}
#pupPhoto .info a.txt{
	color:#000;
	font-size:16px;
	display:inline-block;
	font-weight:bold;
	text-decoration:underline;
}
#pupPhoto .info a:hover{
	text-decoration:none;
}
#pupPhoto .info .name{
	padding-top:10px;
	padding-left:25px;
	background:url('/include/dphotos/img/inst.png') left bottom no-repeat;
}
#pupPhoto .info .descr{
	padding-top:30px;
}
#pupPhoto .info .onphoto{
	margin-top:10px;
}
#pupPhoto .info .onphoto a{
	display:block;
	float:left;
	width:48%;
	color:#ababab;
	text-align:center;
	margin-right:3%;
	margin-bottom:3%;
	min-height:200px;
}
#pupPhoto .info .onphoto a:nth-child(2n+1){
	margin-right:0;
}
#pupPhoto .info .onphoto a img{
	width:100%;
}
#pupPhoto .info .onphoto a:hover{
	text-decoration:underline;
}
#pupPhoto .info .onphoto a span{
	display:block;
	font-size:12px;
}
#addPhotoPup .arr{
	position:absolute;
	width:45px;
	height:50px;
	top:50%;
	margin-top:-25px;
	background-color:#3e3e3e;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#addPhotoPup .arr:hover{
	background-color:#af895a;
}
#addPhotoPup .arr.left{
	left:0px;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAQAAABeMbWRAAAAQklEQVQoz2NgwAD/mf8zMmAVXvV/BoYUWBgEJmMX/vnfd4CFWf7vwyIMlNgOFv6NJoxPApdROC0fjFKTiY1aRGIAAHhqu+9Pf+WnAAAAAElFTkSuQmCC);
}
#addPhotoPup .arr.right{
	right:0px;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAQAAABeMbWRAAAARUlEQVQoz2NgYPjP+J+ZARMAhaf/X4VF6v/k/yCAKfXf7/9PXFK+g0tqPzap32Cp7cRJ4DAKh+U0FcYV7LgjClfU4koMAJAFu+9LX6z/AAAAAElFTkSuQmCC);
}
#addPhoto .cross,#addPhotoPup .cross{
	position:absolute;
	right:0px;
	top:-30px;
	width:17px;
	height:17px;
	line-height:0;
	cursor:pointer;
}
#addPhoto .gray{
	background:#f1f1f1;
}
#addPhoto .steps{
	padding:20px 30px;
}
#addPhoto .steps .tl{
	font-size:20px;
	font-weight:bold;
	margin-bottom:38px;
	text-align:center;
}
#addPhoto .links{	
	position:relative;
}
#addPhoto .links:before{
	content:'';
	height:1px;
	position:absolute;
	background:#a3a3a3;
	top:-1px;
}
#addPhoto .links.four:before{
	width:75%;
	left:12.5%;
}
#addPhoto .links.three:before{
	width:67%;
	left:16.5%;
}
#addPhoto .links a{
	display:inline-block;
	text-align:center;
	position:relative;
	font-size:11px;
	color:#a3a3a3;
	float:left;
	margin-top:17px;
	line-height:1.2;
}
#addPhoto .links.four a{
	width:25%;
}
#addPhoto .links.three a{
	width:33%
}
#addPhoto .links a.active{
	color:#4a4a4a;
}
#addPhoto .links a:hover{
	text-decoration:none;
}
#addPhoto .links a:before{
	content:attr(data-step);
	position:absolute;
	width:28px;
	height:28px;
	border:1px solid #a3a3a3;
	border-radius:50%;
	background:#fff;
	color:#a3a3a3;
	text-align:center;
	font-size:16px;
	left:50%;
	margin-left:-14px;
	line-height:1.7;
	top:-33px;
}
#addPhoto .links a.visited:not(.active):before{
	content:'\2714';
}
#addPhoto #btn_prev{
	background:none;
	float:left;
	color:#bebebe;
	padding: 0px 20px 0px 10px;
    margin: 18px 0px 18px 40px;
	border:1px solid #d0d0d0;
	border-radius:3px;
}
#addPhoto #btn_prev:hover{
	border-color:#fff;
	background:#fff;
}
#addPhoto .links a.active:before{
	color:#fff;
	border-color:#af8959;
	background:#af8959;
}
#addPhoto .sourse p.tl{
	padding-top:20px;
	padding-bottom:80px;
}
#addPhoto .sourse{
	text-align:center;
	padding-bottom:80px;
}
#addPhoto .sourse .device svg{
	width:68px;
	height:67px;
}
#addPhoto .sourse .instagram svg{
	width:57px;
	height:56px;
}
#addPhoto .sourse .item{
	display:inline-block;
	margin:0px 5%;
	font-size:14px;
	color:#4a4a4a;
	vertical-align:top;
	font-weight:bold;
}
#addPhoto .sourse .item .txt{
	display:block;
}
#addPhoto .sourse .instagram .txt{
	margin-top:10px;
}
#addPhoto .item.instagram #Layer_2{
	display:none;
}
#addPhoto .sourse .item.device #Layer_3{
	display:none;
}
#addPhoto .item.instagram:hover #Layer_2{
	display:block;
}
#addPhoto .sourse .item.device:hover #Layer_3{
	display:block;
}
#addPhoto .br-btn,#addPhoto .form_block input[type=submit]{
	background:#af8959;
	padding:0px 20px 0px 20px;
	line-height:2.5;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	display:inline-block;
	border-radius:3px;
	cursor:pointer;
	transition:background 0.2s ease-out;
}
#addPhoto #btn.br-btn{
	padding:0px 10px 0px 20px;
	margin:18px 40px 18px 0px;
}
#addPhoto .br-btn:hover{
	text-decoration:none;
	background:#906b3d;
}
#addPhoto .navigate{
	text-align:right;
}
#addPhoto .navigate.inv{
	visibility:hidden;
}
#addPhoto .cnt{
	min-height:310px;
	position:relative;
}
#addPhoto .chose{
	text-align:center;
}
#addPhoto .chose.upload .br-btn{
	margin-top:20px;
}
#addPhoto .chose.upload .upl{
	position:absolute;
	left:-9999px;
}
#addPhoto .chose.upload .list{
	text-align:left;
	padding:20px;
}
#addPhoto .chose.upload .list .item{
	display:inline-block;
	border:1px dashed #a3a3a3;
	color:#a3a3a3;
	font-size:12px;
	padding:5px 10px;
	line-height:1;
	margin:0.5%;
	cursor:pointer;
	position:relative;
}
#addPhoto .chose.upload .list .item:hover{
	border:1px solid #a3a3a3;
}
#addPhoto .chose.upload .list .item:hover:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:url('/include/filter/img/color_x.png') center center no-repeat rgba(0,0,0,0.4);
}
#addPhoto .scrollable{
	height:310px;
	overflow-y:scroll;
	padding:0px 40px;
	margin:20px 0px;	
}
#addPhoto .photo_text .item{
	margin-bottom:10px;
}
#addPhoto .photo_text .img{
	position:relative;
}
#addPhoto .photo_text .img .remove{
	position:absolute;
	width:30px;
	height:30px;
	cursor:pointer;
	background:#fff;
	border:1px solid #af8959;
	font-size:35px;
	color:#af8959;
	top:5px;
	right:20px;
	border-radius:50%;
	text-align: center;
	line-height:0.8;
}
#addPhoto .photo_text .items .img,#addPhoto .photo_text .items .txt{
	display:block;
	vertical-align:top;
	float:left;
}
#addPhoto .photo_text .items .img{
	padding-right:15px;
	width:30%;
	box-sizing:border-box;
}
#addPhoto .photo_text .items .txt{
	width:70%;
	text-align:left;
}
#addPhoto .photo_text .items span.tl{
	display:block;
	margin-bottom:10px;
	color:#bebebe;
	font-weight:bold;
	font-size:14px;
}
#addPhoto .photo_text textarea{
	height:146px;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	resize:none;
}
#addPhoto .photo_text .items input,#addPhoto .form_block input,#addPhoto .photo_text textarea{
	border:1px solid #d0d0d0;
	border-radius:3px;
	padding:10px 15px;
	font-size:14px;
	width:100%;
	box-sizing:border-box;
}
#addPhoto p.tl{
	font-weight: bold;
    font-size: 16px;
    color: #4a4a4a;
    padding-top: 25px;
    padding-bottom: 10px;
	text-align:center;
	margin:0px;
}
#addPhoto .chose.photos .item{
	width:23%;
	float:left;
	line-height:1;
	position:relative;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	cursor:pointer;
}
#addPhoto .chose.photos .item.active:before{
	content:'\2714';
	width:40px;
	height:40px;
	background:#fff;
	border-radius:50%;
	border:1px solid #af8959;
	position:absolute;
	color:#af8959;
	top:5px;
	right:5px;
	font-size:20px;
	line-height:2;
}
#addPhoto .auth{
	width:75%;
	margin:0 auto;
}
#addPhoto .auth .tabs a{
	display:inline-block;
	text-align:left;
	width:33%;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
#addPhoto .auth .tabs{
	border-bottom:1px solid #a3a3a3;
	margin-top:30px;
}
#addPhoto .auth .tabs a:nth-child(2){
	text-align:center;
	width:22%
}
#addPhoto .auth .tabs a:nth-child(3){
	text-align:right;
	width:44%;
}
#addPhoto .auth .tabs a:hover{
	text-decoration:none;
}
#addPhoto .auth .tabs a:hover span,#addPhoto .auth .tabs a.active span{
	border-bottom-color:#a3a3a3;
	color:#af8959;
}
#addPhoto .auth .tabs a span{
	display:inline-block;
	padding-bottom:10px;
	border-bottom:2px solid transparent;
}
#addPhoto .form_block h1,#addPhoto .forgotpassword,#addPhoto .narrow-half-left p:not(.tal),#addPhoto .reg-block,#addPhoto .line,#addPhoto font:not(.errortext),#addPhoto .form_block br{
	display:none;
}
#addPhoto .form_block{
	padding-top:30px;
	height:140px;
	box-sizing:border-box;
	text-align:left;
}
#addPhoto .auth .form_block input{
	display:inline-block;
}
#addPhoto .auth .form_block input[type=text]{
	width:50%;
}
#addPhoto .form_block .register input[type=password]{
	display:none;
}
#addPhoto .form_block .register input[type=submit],#addPhoto .form_block .forgot_password input[type=submit]{
	margin-left:5%;
	padding: 0px 25px 0px 25px;
}
#addPhoto .form_block input[type=submit]{
	width:auto;
	border:none;
}
#addPhoto .form_block .oferta{
	position:absolute;
	bottom:20px;
}
#addPhoto .form_block .remember{
	display:inline-block;
	width:30%;
	margin-left:5%;
	position:relative;
	top:5px;
}
#addPhoto .form_block .remember input[type=checkbox]{
	width:20px;
	height:20px;
	padding:0;
}
#addPhoto .form_block .remember label{
	font-size:14px;
	position:relative;
	margin-left:5px;
	top:-9px;
	display:inline-block;
}
#addPhoto .form_block .authorize_registration input[type=password]{
	width:50%;
}
#addPhoto .form_block .authorize_registration input[type=submit]{
	width:30%;
	margin-left:5%;
}
#addPhoto .form_block input[type=checkbox]{
	width:10px;
}
#addPhoto .form_block .authorize_registration input[name=USER_LOGIN]{
	margin-bottom:20px;
}
#addPhoto .halliluya{
	height:515px;
	text-align:center;
	padding-top:30px;
}
#addPhoto .halliluya img{
	width:30%;
	margin-top:50px;
}
#addPhoto .halliluya .gray_txt{
	margin-top:60px;
	font-size:16px;
	color:#a3a3a3;
}
#addPhoto .halliluya p.tl{
	font-size:18px;
	padding-bottom:0px;
	padding-top:15px;
}
.uplPhotos.section{
/*	width:80%;*/
	margin:0 auto;
	padding:0px;
}
.uplPhotos .item{
	display:inline-block;
	cursor:pointer;
}
.uplPhotos .item.upl{
/*	width:100%;
	height:100%;*/
	border:dashed 1px #d6d6d6;
	position:relative;
	background:#fff;
}
.uplPhotos .item.upl:before{
	content:'+';
	width:34px;
	height:34px;
	left:50%;
	top:50%;
	margin-left:-17px;
	margin-top:-17px;
	color:#fff;
	border-radius:50%;
	background:#dedede;
	position:absolute;
	font-size:26px;
	text-align:center;
}
.uplPhotos .tl{
	text-align:center;
	font-size:17px;
	margin:20px 0px 30px;
	color:#000;
	font-weight:bold;
}
@media screen and (max-width:768px){
	#addPhotoCnt{
		float:none;
		width:100%;
		margin-bottom:30px;
	}
}
@media screen and (max-width:569px){
	#addPhotoCnt .upl-txt .right{
		display:none;
	}
	#addPhotoCnt .items{
		width:80%;
		margin:0 auto;
	}
	#addPhotoCnt .upl-txt{
		text-align:center;
		margin-bottom:10px;
	}
	#addPhotoCnt .upl-txt .left{
		float:none;
	}
}
#addPhoto .steps .mobile{
	display:none;
}
#addPhoto .photo_text .wide{
	display:none;
}
@media screen and (max-width:725px){
	#addPhoto .steps .nmobile{
		display:none;
	}
	#addPhoto .steps .mobile{
		display:block;
	}
	#addPhotoPup{
		top:43px;
	}
	#addPhoto .cross, #pupPhoto .cross{
		right:10px;
	}
	#addPhoto p.tl{
		display:none;
	}
	#addPhoto .steps{
		padding:50px 0px 15px;
	}
	#addPhoto .sourse{
		padding:40px 0px;
	}
	#addPhoto .cnt{
		min-height:210px;
	}
	#addPhoto #btn_prev{
		margin:18px 0px 18px 7px;
	}
	#addPhoto #btn.br-btn{
		margin:18px 7px 18px 0px;
		border:1px solid #af8959
	}
	#addPhoto  .scrollable{
		height:302px;
	}
	#addPhoto .chose.photos .scrollable{
		padding:0px 10px;
	}
	#addPhoto .auth{
		width:100%;
		box-sizing:border-box;
		padding:0 10px;
	}
	#addPhoto .auth .tabs a{
		width:32%;
		font-size:12px;
	}
	#addPhoto .auth .form_block input[type=text]{
		width:100%;
	}
	#addPhoto .form_block .register input[type=submit], #addPhoto .form_block .forgot_password input[type=submit]{
		margin-left:0px;
	}
	#addPhoto .form_block .register input[type=submit],#addPhoto .form_block .forgot_password input[type=submit]{
		margin-top:10px !important;
	}
}
@media screen and (max-width:500px){
	#addPhoto .chose.photos .item{
		margin:0 1% 2%;
		width:31%;
	}
}
@media screen and (max-width:620px){
	#addPhoto .photo_text .wide{
		display:inline-block;
		max-height:180px;
	}
	#addPhoto .photo_text .small{
		display:none;
	}
	#addPhoto .photo_text .scrollable{
		padding:0px 10px;
	}
	#addPhoto .photo_text .items .img{
		width:100%;
		float:none;
		padding-right:0px;
	}
	#addPhoto .photo_text .items .txt{
		float:none;
		width:100%;
	}
	#addPhoto .photo_text textarea{
		height:120px;
		border:none;
	}
	#addPhoto .photo_text .item{
		border:1px solid #bebebe;
		border-radius:3px;
	}
	#addPhoto .photo_text .item .img{
		padding:3px;
	}
	#addPhoto .photo_text .items span.tl{
		display:none;
	}
}
#pupPhoto .clear.mob{
	display:none;
}
#pupPhoto .info .likes svg{
	display:none;
}
@media screen and (max-width:620px){
	#pupPhoto .clear.mob{
		display:block;
	}
	#pupPhoto .clear.unmob{
		display:none;
	}	
	#pupPhoto{
		padding:0px 0px 10px 0px;		
	}
	#pupPhoto .img{
		width:100%;
		float:none;
	}
	#pupPhoto .info{
		float:none;
		width:100%;
		padding-left:10px;
	}
	#pupPhoto .info .avatar img{
		width:32px;
	}
	#pupPhoto .info .likes{
		border:none;
		color:#fff;
		position:absolute;
		top:-39px;
		left:0p;
	}
	#pupPhoto .info .name{
		background:none;
		margin-left:15px;
	}
	#pupPhoto .info .descr{
		height:94px;
		overflow-y:scroll;
		padding-top:10px;
	}
	#pupPhoto .onphoto p.tl{
		margin-bottom:0px;
	}
	#pupPhoto .arr.left{
		left:0px;
	}
	#pupPhoto .arr.right{
		right:0px;
	}
	#pupPhoto .arr{
		width:25px;
		margin-top:-115px;
/*		background-color:transparent;*/
	}
	#pupPhoto .arr:hover{
		background-color:rgba(0,0,0,0.3);
	}
	#pupPhoto .info .likes .txt{
		padding-left:0px;
		background:none;
	}
	#pupPhoto .info .likes.liked .txt{
		background:none;
	}
	#pupPhoto .info .likes svg{
		display:inline-block;
		width:24px;
		float:left;
		margin-right:10px;
	}
	#pupPhoto .info .likes svg .st2{
		display:none;
	}
	#pupPhoto .info .likes.liked svg .st2{
		display:block;
	}
}
.likes.err{
	position:relative;
}
.likes.err:after{
    content: attr(data-msg);
    font-size: 12px;
    color: #ababab;
    position: absolute;
    left: 0px;
    top: 40px;
    line-height: 1;
}
.share-block{
	margin-top:30px;
}
.share-block .tl{
	display:block;
}
.share-block .sh-item{
	display:block;
	float:left;
	min-width:58px;
}
.share-block .sh-item .counter{
	display:block;
	float:right;
}
.share-block .sh-item img{
	float:left;
}
.share-block .sh-item.fb{
	background:#3a569d;
}
.share-block .sh-item.vk{
	background:#4d75a2;
}
.share-block .sh-item.pin{
	background:#c92028;
}
.share-block .sh-item{
	border-radius:5px;
	margin:0px 3px;
}
.share-block .tl,.share-block .counter{
	font-weight:bold;
	font-size:16px;
	line-height:2;
}
.share-block .counter{
	padding:0px 10px 0px 5px;
	color:#fff;
}
/* End */
/* /gall/style.css?174532544412618 */
/* /bitrix/templates/cosmo-template/css/addPhoto.css?169148728118199 */
