

/* Start:/bitrix/templates/right_dance/components/bitrix/news/photogellery/bitrix/news.list/.default/style.css?15186036212276*/
.gallery-list {
    width: 96%;
    max-width: 1170px;
    margin: auto;
    display: inline-block;
}
.gallery-item:nth-child(3n+1) {
    margin-left: 0;
}
.gallery-item:nth-child(3n) {
    margin-right: 0;
}
.gallery-item .gallery_img {
    width: 92%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 15px 4%;
}
.gallery-item {
    background: #ffffff;
    width: 32%;
    margin: 14px 1%;
    float: left;
    min-height: 325px;
    border-radius: 5px;
    box-shadow: 0px 17px 29px 0px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}
.gallery-item .gallery_img.noimage {
    background-size: auto;
}
.gallery-item a {
    text-decoration: none !important;
}
.gallery-item h3 {
    font-family: pribambas;
    font-weight: normal;
    font-size: 20px;
    color: #303030;
    transition: 0.2s;
}
.gallery-item:hover h3 {
    color: #ff2c74;
}
.gallery-item:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
    box-shadow: 0px 17px 40px 0px rgba(239, 66, 132, 0.25);
}
.photo_count {
    color: #303030;
    font-size: 16px;
    font-family: pribambas;
    display: inline-block;
    padding-left: 22px;
    background: url(/bitrix/templates/right_dance/img/photo_ic.png) left no-repeat;
}
span.show_all {
    display: block;
    color: #ef4284;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
    width: 170px;
    line-height: 56px;
    border: 2px solid #ef4284;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
    margin: auto;
}
.show_all_bl {
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
span.show_all:hover {
    background: #ef4284;
    color: #ffffff;
}
.show_all_bl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    height: 1px;
    display: inline-block;
    width: calc(50% - 124px);
    background: #ef4284;
}
.show_all_bl:after {
    content: "";
    position: absolute;
    right: 0;
    top: 60px;
    height: 1px;
    display: inline-block;
    width: calc(50% - 124px);
    background: #ef4284;
}
.gallery-item.hide {
    display: none;
}


/* End */
/* /bitrix/templates/right_dance/components/bitrix/news/photogellery/bitrix/news.list/.default/style.css?15186036212276 */
