

/* 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:/gall/cosmo-style.css?173132837029783*/
body.progress:before{
	content:'';
	position:fixed;
	background:url(/include/filter/img/round.svg) center center no-repeat;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:100;
}
.category-page .head-section {
/*    border-bottom: 1px #e5e5e5 dashed;*/
    margin-bottom: 25px;
}

.popup-wrap {
  display: none;
  transition:opacity .3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-wrap-fade{opacity:0}

.mobile_view {
  display: none;
}
/* -----------------------content style---------------------------- */

.content_wrap {
  margin: 0 auto;
  max-width: 1252px;
  padding: 0 14px;
}

.content_header {
  padding-bottom: 25px;
  border-bottom: 1px #e5e5e5 dashed;
  margin-bottom: 17px;
}

.niceCheck {
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: url(/bitrix/templates/cosmo-template/images/gallery/checkbox.png) no-repeat;
  padding-left: 18px;
  margin-bottom: 20px;
  margin-left: 2px;
  font-size:14px;
  line-height:.9
}
.niceCheck input {
  display: none;
}

.block_header {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 23px;
  min-width: 90px;
}

aside{
  float: left;
  width: 15%;
}

.aside_block {
  margin-bottom: 43px;
}

.content {
  float: right;
  width: 85%;
}

.grid-item {
  width: 31.33%;
  float: left;
  margin-bottom: 33px;
}

.grid-item img{
  cursor:pointer;
}
.gutter-sizer { width: 3%; }

/*-----------------------------tovar----------------------------------*/

.content.tovar {
  width: 100%;
}

.tovar_main_left {
  float: left;
  width: 660px;
  position: relative;
}
.tovar_main_right {
  float: right;
  width: 590px;
  padding-top: 22px;
}

.tovar_main_left .main_tovar_img {
      width: 100%;
}

.icon_open_img {
  position: absolute;
  top: 49%;
  left: 49%;
  width: 70px;
}

.tovar_block .block_name {
  font-size: 19px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.block_conf .block_body {
  text-align: center;
}

.block_photo .slick-prev {
    left: -25px;
    width: 15px;
    height: 30px;
    background: url(/gall/../img/slider_prev.png);
}
.block_photo .slick-prev:hover {
    left: -25px;
    width: 15px;
    height: 30px;
    background: url(/gall/../img/slider_prev.png);
}

.block_photo .slick-next {
    right: -13px;
    width: 15px;
    height: 30px;
    background: url(/gall/../img/slider_next.png);
}
.block_photo .slick-next:hover {
    right: -13px;
    width: 15px;
    height: 30px;
    background: url(/gall/../img/slider_next.png);
}
.block_photo .slick-prev:after, .block_photo .slick-prev:before {
  content: "";
}
.block_photo .slick-next:before, .block_photo .slick-next:after {
  content: "";
}


.block_recomend .block_body a {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
}

.block_info_text {
  float: left;
  width: 65%;
}

.block_info_tags {
  float: right;
  width: 34%;
}
  .block_info_tags li a {
    float: left;
    display: block;
    padding: 9px 25px;
    border: 1px #e4e4e4 solid;
    border-radius: 1px;
    margin-bottom: 8px;
    color: #717171;
  }
  .block_info_tags li a:hover {
    color: #717171;
    background-color: #e4e4e4;
  }
  .block_info_tags li:nth-child(2n) a {
    float: right;
  }
  .all_tags {
    text-align: center;
  }
  .all_tags a,.all_tags a:hover {
    color: #737373;
  }
  .all_tags a:hover {
    text-decoration: underline;
  }

.tovar_icons .icon {
  float: left;
  width: 33%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.tovar_icons .icon img {
  display: block;
  margin: 0 auto;
}
.tovar_icons .icon span {
  font-size: 14px;
  color: #979797;
  font-weight: bold;
}

.tovar_icons .icon:hover span {
  color: #6b6b6b;
}

.tovar_hide_block {
    max-width: 522px;
}

.tovar_hide_block .block_header {
  border: 1px solid #ededed;
  border-radius: 4px;
  letter-spacing: -1px;
  padding: 9px 0 9px 16px;
  cursor: pointer;
  position: relative;
}

.tovar_hide_block .block_header.open {
  background-color: #ececec;
  margin-bottom: 11px;
}

.tovar_hide_block .block_body {
  display: none;
  padding: 5px 5px 0px 18px;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.aside_block_arrow {
  position: absolute;
  right: 14px;
  top: 16px;  
}

.tovar_hide_block {
  margin-bottom: 9px;
}

.tovar_main_right .tovar_hide_block .textinputs {
  border: 1px #a6a6a6 solid;
  border-radius: 4px;
  width: 167px;
}

.tovar_main_right .tovar_hide_block .btn {
  border-radius: 4px;
  width: auto;
}

.tovar_main_right .tovar_hide_block form{
  text-align: left;
}

.block_prices .prices {
  float: left;
  padding-top: 2px;
  width: 136px;
}

.tovar .content_header {
    margin-bottom: 43px;
}

.block_prices {
  margin-left: 18px;
}

.price_old {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 11px;
}

.price_old .num {
  text-decoration: line-through;
}

.price_new {
    font-size: 14px;
    color: #cf0606;
    font-weight: bold;
    float: left;
}

.discount {
    color: #cf0606;
    border: 1px #cf0606 solid;
    float: left;
    font-size: 11px;
    margin: 0 0 0 12px;
    padding: 2px 3px 1px 2px;
}
.in_busket, .buy_in_one {
    padding: 14px 52px 13px 51px;
    display: block;
    background-color: #a3d220;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 7px;
    margin-right: 30px;
}
.buy_in_one {
    padding: 11px 32px 12px 31px;
    background-color: #fff;
    color: #a3d220;
    margin-right: 0px;
    border: 2px #a3d220 solid;
}
.block_prices a:hover {
  color: inherit;
}

.delivery_info {
  padding-top: 21px;
  padding-bottom: 27px;
  float: left;
}
.delivery_info-info {
    color: #696969;
    background: url(/gall/../img/info_icon.jpg) 0 0 no-repeat;
    padding: 1px 0 0 16px;
    font-size: 11px;
    margin-top: 10px;
    position: relative;
}

.delivery_info-info:hover {
    cursor: pointer;
}

.small_popup {
  padding: 9px 10px 12px 13px;
  border-radius: 4px;
  line-height: 11px;
  background-color: #f1e6c9;
  position: absolute;
  color: #494949;
  font-size: 10px;
  display: none;
  text-align: left;
  z-index: 100;
}
.small_popup.left {
  top: -19px;
  left: -172px;
}
.small_popup.left:after {
content: '';
  width: 0;
  height: 0;
  top: 31%;
  right: -7px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f1e6c9;
  position: absolute;
}

.small_popup.down {
  top: -16px;
  right: -167px;
}
.small_popup.down:after {
  content: '';
  width: 0;
  height: 0;
  top: 31%;
  left: -7px;
  border-style: solid;
  border-width: 10px 10px 10px 0px;
  border-color: transparent #f1e6c9 transparent transparent;
  position: absolute;
}

.small_popup.top {
    bottom: 60px;
    left: 2px;
}
.small_popup.top:after {
  content: '';
  width: 0;
  height: 0;
  bottom: -8px;
  right: 39%;
  border-style: solid;
  border-width: 20px 10px 0px 10px;
  border-color: #f1e6c9 transparent transparent transparent;
  position: absolute;
}

.delivery_info-info:hover .small_popup, .wish_list:hover .small_popup, .icon:hover .small_popup{
    display: block;
}

.wish_list {
  display: block;
  float: left;
  position: relative;
  padding: 4px 0 3px 50px;
  margin-top: 20px;
  font-size: 13px;
  background: url(/gall/../img/wish_list.jpg) 22px bottom no-repeat;
}

.wish_list:hover {
    background: url(/gall/../img/wish_list_hover.jpg) 22px bottom no-repeat
}


.delivery_cost{
  margin: 15px 0 0 0;
  letter-spacing: 0;
  font-weight: bold;
}

.tovar_icons {
  padding-right: 49px;
}

.tovar_main {
  margin-bottom: 63px;
}

.block_conf .block_body {
  margin-bottom: 70px;
}

.block_photo.tovar_block {
  margin-bottom: 45px;
}

.tovar_block .block_name {
  padding-bottom: 22px;
}

.block_info p {
    padding-bottom: 17px;
    line-height: 17px;
}
.block_info {
    margin-bottom: 39px;
}

.block_recomend {
    padding-top: 7px;
}

.recomend_name {
    width: 147px;
    margin: 6px auto 7px;
    font-size: 12px;
    color: #717171;
}
.recomend_price.disc {
    color: #cf0606;
}
.recomend_price {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 80px;
}

.block_recomend .discount {
    border: 1px solid #cf0606;
    color: #cf0606;
    float: none;
    font-size: 11px;
    margin: 3px auto 0;
    padding: 2px 4px;
    width: 25px;
}

.popup_button {
    float: left;
    opacity: 0.5;
}

.popup_button img {
  margin-right: 5px;
}
.popup_button.tl a{
	line-height:1;
}
.popup_button.tl:hover a{
	text-decoration:none;
}
.popup_button a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
}

.popup_button:not(.tl):hover, .popup-close:hover {
    opacity: 1;
}

.popup-close {
    float: right;
    color: #fff;
    font-size: 30px;
    margin-top: 8px;
    cursor: pointer;
    opacity: 0.5;
}


img.popup-img {
     /*padding: 0px 0 40px;*/ 
}

.controls {
  padding: 15px 0 25px;
}

.overlay_photo {
  position: absolute;
  top: -110px;
  right: -80px;
  padding: 10px;
  background-color: #fff;
  width: 180px;
  text-align: center;
  display: none;

-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.5);
}

figure {
  position: relative;
}

.overlay_photo div {
  line-height: normal;
  font-size: 14px;
}

.overlay_photo a:hover {
    text-decoration: none;
}

.overlay_name {
  color: #717171;
  font-size: 13px;
  padding: 0 10px;
}

.overlay_price {
  color: #333333;
  padding-bottom: 15px;
  font-weight: 600;
}

.overlay_btn {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  width: 100%;
  background-color: #a3d220;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  border-radius: 3px;
  display: block;
}

.overlay_btn:hover {
  color: #fff;
  text-decoration: none;
}

.metka {
  position: absolute;
}

.metka_op {
  opacity: 0.7;
}

.metka:hover {
  opacity: 1;
}

.metka:hover .overlay_photo{
  display: block;
  -webkit-transition: display 1s ease-out 0.5s;
  -moz-transition: display 1s ease-out 0.5s;
  -o-transition: display 1s ease-out 0.5s;
  transition: display 1s ease-out 0.5s;
  z-index: 9999;
}

.bounce {
  -webkit-animation: bounce 1s ease-out;
  -moz-animation: bounce 1s ease-out;
  -o-animation: bounce 1s ease-out;
  animation: bounce 1s ease-out;
}

.overlay_tags {
    position: absolute;
    bottom: 10px;
    left: 20px;
    line-height: 14px;
}

.overlay_tags a {
  float: left;
  display: block;
  padding: 9px 25px;
  border: none;
  border-radius: 1px;
  margin-bottom: 8px;
  color: #fff;
  margin-right: 10px;
  background: #af8959;

  -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.5);
}

.overlay_tags a:hover {
    background: #906b3d;
}


.loader {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999; }
.loader .loader_inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }
/* -----------------------media queries---------------------------- */

@media (min-width: 768px) and (max-width: 992px) {
  .grid-item {
    width: 49%;
    float: left;
    margin-bottom: 33px;
  }
  .gutter-sizer { width: 2%; }

  aside {
      width: 20%;
  }
  .content {
      width: 80%;
  }
}

@media (max-width: 1200px) {
  .tablet_hidden {
    display: none;
  }

  .tablet_view {
    display: block;
  }

.popup-container::before {
    height: auto;
}

  .menu_open_button {
      float: left;
      text-align: left;
  }

  .header_logo {
    float: none;
  }

  .logo_ball {
    float: none;
    padding: 7px 0 0 12px;
    width: 38px;
    display: inline;
  }

  .logo_text {
      padding: 0 0 5px 4px;
      width: 108px;
  }
  .header_controls {
    float: right;
  }

  .header_buttons {
      padding-top: 0;
  }

  .header_buttons a {
      float: right;
      padding-right: 4px;
      width: 34px;
  }

  .busket {
      padding-top: 7px;
  } 
  .busket_count {
      right: 13px;
      top: 11px;
  }
  .avatar {
    padding-top: 3px;
  }
  .header_phone {
      color: #333333;
      float: left;
      font-size: 18px;
      letter-spacing: -0.6px;
      margin: 0 33px 0 0;
      padding: 16px 33px 0 0;
  }

  .header_shedule {
      float: left;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.2px;
      margin-right: 30px;
      padding-top: 15px;
  }

  .header_menu {
    background-color: #ededed;
    border-radius: 4px;
    left: 36px;
    padding: 12px 15px;
    position: absolute;
    top: 50px;
    width: 100px;
    z-index: 500;

    -webkit-box-shadow: 5px 5px 20px 0px rgba(184,184,184,1);
    -moz-box-shadow: 5px 5px 20px 0px rgba(184,184,184,1);
    box-shadow: 5px 5px 20px 0px rgba(184,184,184,1);   
  }

  .header_menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ededed;
    position: absolute;
    top: -20px;
    left: 0;
  }

  .header_menu ul {
    padding: 0;
  }

  .header_menu li a {
      float: none;
      font-size: 16px;
      line-height: 18px;
  }


  .tovar_main_left, .tovar_main_right {
      width: 100%;
  }

  .tovar_hide_block {
      max-width: 100%;
  }
  .tovar_icons .small_popup.top {
      bottom: 60px;
      left: 18%;
  }
}

  .grid {
    display: block;
    position: relative;
    padding-bottom: 90px;
  }

@media (min-width: 320px) {
  .block_info_tags li a {
      margin-right: 10px;
  }

  .block_info_tags li:nth-child(2n) a {
      float: left;
  }

  .small_popup.top {
      bottom: 60px;
      left: 2px;
  }
}

@media (max-width: 768px) {

  .mobile_hidden {
    display: none;
  }

  .mobile_view {
    display: block;
  }

  .header_container {
      padding: 0;
  }


  .content_wrap {
    padding: 0 5px;
  }

  .page_title {
      font-size: 18px;
      padding-right: 0;
      padding-top: 13px;
  }

  .content_header {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 14px;
  }

  aside {
    float: none;
    width: 100%;
  }

  aside .block_header {
    border: 1px solid #ededed;
    border-radius: 4px;
    letter-spacing: -1px;
    padding: 8px 0 7px 10px;
    cursor: pointer;
    position: relative;
  }

  aside .block_header.open {
    background-color: #ececec;
  }

  aside .block_body {
    display: none;
	margin-top:11px;
  }

  .aside_block_arrow {
    position: absolute;
    right: 14px;
    top: 16px; 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
  }
  .aside_block_arrow.active {
	transform: rotate(180deg);
  }

  .aside_block {
    margin-bottom: 12px;
  }

  .tag {
    float: left;
    background-color: #af8959;
    padding: 6px 7px;
    border-radius: 1px;
    margin-right: 10px;
    margin-bottom: 9px;
    font-weight: bold;
    color: #fff;
  }

  .del_tag {
    padding-top: 3px;
    padding-left: 5px;
    cursor: pointer;
  }

  /*---------content-------------*/

  .content {
    width: 100%;
  }

  .grid-item {
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
  .gutter-sizer { width: 0; }


  /*---------tovar-------------*/


  .page_title {
      font-size: 13.61px;
      padding-top: 9px;
  }

  .icon_open_img {
    display: none;
  }

  .tovar_main_left {
      float: none;
      position: relative;
      width: 100%;
  }

  .tovar_main_right {
      float: none;
      position: relative;
      width: 100%;
  }

  .black_overlay {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .mobile_like_button {
    background: rgba(0, 0, 0, 0) url("/gall/../img/mobile_like_button.png") no-repeat scroll 0 0;
    display: block;
    height: 16px;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 19px;
  }

  .tovar_main_right {
      padding-top: 14px;
  }

  .block_prices {
      margin-left: 11px;
  }

  .price_old {
      padding-bottom: 3px;
  }

  .discount {
      font-size: 7.33px;
      margin: 2px 0 0 9px;
      padding: 1px 3px 1px 2px;
  }

  .in_busket, .buy_in_one {
      float: right;
      font-size: 12.23px;
      margin-bottom: 13px;
      margin-left: 12px;
      margin-right: 0;
      padding: 12px 0;
      text-align: center;
      width: 136px;
  }

  .buy_in_one {
      background-color: #fff;
      border: 1px solid #a3d220;
      color: #a3d220;
      margin-right: 0;
      padding: 11px 0 12px;
  }

  .in_busket:after {
    clear: both;
  }

  .block_prices .prices {
      width: 122px;
  }

  .delivery_info {
      float: left;
      padding-bottom: 10px;
      padding-top: 15px;
  }
  .clear.mobile_hide {
    clear: none;
  }
  .wish_list {
    display: none;
  }

  .details_list ul {
    list-style: disc;
    font-size: 10.5px;
  }

  .block_details .block_header.open {
      margin-bottom: 0px;
  }

  .tovar_hide_block .block_header {
      font-size: 10.5px;
  }

  .block_details .block_body {
      padding: 5px 5px 0 27px;
  }

  .block_details ul li a, .block_details ul li a:hover {
    color: #6495ed;
  }

  .tovar_icons {
      padding-right: 0;
  }

  .tovar_icons .icon img {
      width: 80px;
  }

  .tovar_icons .icon span {
      font-size: 10.5px;
  }

  .small_popup.top:after {
      right: 39%;
  }
.small_popup.top {
    bottom: 63px;
    left: 2px;
}

  .block_conf img {
    width: 85px;
  }

  .tovar_block .block_name {
      font-size: 13.69px;
  }

  .block_photo .block_body .slick-slide img {
      width: 100%;
  }


  .block_photo .block_body .slick-dots li {
      width: 4px;
  }

  .block_photo .block_body .slick-dots {
      bottom: 2px;
  }

  .block_photo .block_body .slick-dots li.slick-active button::before, .block_photo .block_body .slick-dots li button::before {
      color: #af8959;
  }

  .block_info_text, .block_info_tags {
      float: none;
      width: 100%;
  }

  .block_recomend .block_body a {
      width: 50%;
      height: 237px;
  }

  .block_recomend .block_body img {
      width: 50%;
      width: 126px;
  }

  .block_info_tags li a {
      font-size: 8.75px;
      border-radius: 1px;
      color: #717171;
      display: block;
      float: left;
      margin-bottom: 8px;
      padding: 9px 21px;
  }

  .tovar_main_right .tovar_hide_block .textinputs {
      width: 41%;
      float: left;
  }

  .tovar_main_right .tovar_hide_block .btn {
    width: 47%;
    text-align: center;
    padding: 0;
  }

  .tovar_hide_block {
      max-width: 100%;
  }

  /*---------footer-------------*/
  footer{
    padding-top: 14px;
  }
  .footer_wrap .footer_block {
    width: 50%;
  }

  .footer_block_header {
    min-width: 90px;
  }


  .header_menu {
    left: 20px;
  }

  .overlay_photo {
      /*right: 10%;
      top: 15%;*/
  }
}

@media (min-width: 769px) {

	.block_body{display:block!important}

}

.arrows {
  position: fixed;
  top: 45%;
  width: 45px;
  height: 50px;
  cursor: pointer;
}

.arrow_left {
  left: 0;
  background: url(/bitrix/templates/cosmo-template/images/gallery/arrow_left.png);
}

.arrow_right {
  right: 0;
  background: url(/bitrix/templates/cosmo-template/images/gallery/arrow_right.png);
}

.arrow_left:hover {
  left: 0;
  background: url(/bitrix/templates/cosmo-template/images/gallery/arrow_left_acc.png);
}

.arrow_right:hover {
  right: 0;
  background: url(/bitrix/templates/cosmo-template/images/gallery/arrow_right_acc.png);
}
































/*-----------------------------------------popup------------------------------------------------*/

/* Magnific Popup CSS */
.popup-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.popup-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.popup-container {
  text-align: center;
 /* position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;*/
  display:table-cell;
  vertical-align:middle;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.popup-container:before {
  content: '';
  visibility:hidden;
  position:absolute;
  /*display: inline-block;
  height: 100%;
  vertical-align: middle; */}

.popup-align-top .popup-container:before {
  display: none; }

.popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  opacity:0;
  transition:opacity .3s ease-in-out}
.popup-content.popup-anim{opacity:1}
.popup-inline-holder .popup-content,
.popup-ajax-holder .popup-content {
  width: 100%;
  cursor: auto; }

.popup-ajax-cur {
  cursor: progress; }

.popup-zoom-out-cur, .popup-zoom-out-cur .popup-image-holder .popup-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.popup-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.popup-auto-cursor .popup-content {
  cursor: auto; }

.popup-close,
.popup-arrow,
.popup-preloader,
.popup-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.popup-loading.popup-figure {
  display: none; }

.popup-hide {
  display: none !important; }

.popup-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .popup-preloader a {
    color: #CCC; }
    .popup-preloader a:hover {
      color: #FFF; }

.popup-s-ready .popup-preloader {
  display: none; }

.popup-s-error .popup-content {
  display: none; }

button.popup-close,
button.popup-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.popup-close {
  width: 44px;
  height: 44px;
  line-height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .popup-close:hover,
  .popup-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .popup-close:active {
    top: 1px; }

.popup-close-btn-in .popup-close {
  color: #333; }

.popup-image-holder .popup-close,
.popup-iframe-holder .popup-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
   }
 .popup-close{
    color: #a3a3a3;
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.popup-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .popup-arrow:active {
    margin-top: -54px; }
  .popup-arrow:hover,
  .popup-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .popup-arrow:before,
  .popup-arrow:after,
  .popup-arrow .popup-b,
  .popup-arrow .popup-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .popup-arrow:after,
  .popup-arrow .popup-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .popup-arrow:before,
  .popup-arrow .popup-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.popup-arrow-left {
  left: 0; }
  .popup-arrow-left:after,
  .popup-arrow-left .popup-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .popup-arrow-left:before,
  .popup-arrow-left .popup-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.popup-arrow-right {
  right: 0; }
  .popup-arrow-right:after,
  .popup-arrow-right .popup-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .popup-arrow-right:before,
  .popup-arrow-right .popup-b {
    border-left: 27px solid #3F3F3F; }

.popup-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .popup-iframe-holder .popup-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .popup-iframe-holder .popup-close {
    top: -40px; }

.popup-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .popup-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.popup-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 0px 0 40px;*/
  margin: 0 auto;
}

/* The shadow behind the image */
.popup-figure {
  line-height: 0; }
  .popup-figure:after {
    content: '';
	visibility:hidden;
  position:absolute;
    /*position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; */}
  .popup-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .popup-figure figure {
    margin: 0 0 40px 0; }

.popup-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.popup-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.popup-image-holder .popup-content {
  max-width: 100%; }

.popup-gallery .popup-image-holder .popup-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .popup-img-mobile .popup-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .popup-img-mobile img.popup-img {
    padding: 0; }
  .popup-img-mobile .popup-figure:after {
    top: 0;
    bottom: 0; }
  .popup-img-mobile .popup-figure small {
    display: inline;
    margin-left: 5px; }
  .popup-img-mobile .popup-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .popup-img-mobile .popup-bottom-bar:empty {
      padding: 0; }
  .popup-img-mobile .popup-counter {
    right: 5px;
    top: 3px; }
  .popup-img-mobile .popup-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .popup-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .popup-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .popup-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .popup-container {
    padding-left: 6px;
    padding-right: 6px; } }

.popup-ie7 .popup-img {
  padding: 0; }

.popup-ie7 .popup-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.popup-ie7 .popup-container {
  padding: 0; }

.popup-ie7 .popup-content {
  padding-top: 44px; }

.popup-ie7 .popup-close {
  top: 0;
  right: 0;
  padding-top: 0; }




@-webkit-keyframes bounce {
  50% {
  -webkit-transform:translateY(-70%);
  }
  100% {
    -webkit-transform:translateY(0);
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  50% {
  -moz-transform:translateY(-70%);
  }
  100% {
    -moz-transform:translateY(0);
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  50% {
  -o-transform:translateY(-70%);
  }
 100% {
    -o-transform:translateY(0);
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  50% {
  transform:translateY(-70%);
  }
  100% {
    transform:translateY(0);
  }
}

#gallery-product-list .paginator {
    padding: 0;
    min-width: 330px;
}

@media (max-width: 480px) {
    .overlay_tags {
        display: none;
    }
}
.grid-item{
	transition:opacity 0.5s ease;
	opacity:1;
}
.grid-item.invisible{
	visibility:hidden;
	opacity:0.1;
}
.grid-item.semi-invisible{
	opacity:0.1;
}
.grid-item.with-title:after{
	content:attr(data-title);
	position:absolute;
	width:100%;
	left:0px;
	bottom:5px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-weight:bold;
	box-sizing:border-box;
	padding:15px 25px;
	font-size:15px;
	line-height:1.1;
	letter-spacing:0.7px;
	transition:0.3s;
	cursor:pointer;
	opacity: 0;
}
.grid-item.with-title:hover:after{
	opacity: 1;
}
.popup-figure figure.with-title:after{
	content:attr(data-title);
	color:#fff;
	font-size:15px;
	letter-spacing:0.7px;
	display:inline-block;
	position:absolute;
	width:100%;
	bottom:-15px;
	font-weight:bold;
}
/* End */
/* /gall/style.css?174532544412618 */
/* /gall/cosmo-style.css?173132837029783 */
