

/* Start:/local/components/dobrosite/vk.photos/templates/.default/style.css?17544044112016*/
a.album {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}

.dark {
	opacity:0;
    background: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition: all 0.5s linear 0s;
}

.album:hover .dark{
	opacity: 1;
}

a.album:hover{
	text-decoration: none;
}

.album__description {
    display: none;
}

.album__title {
    color: #FFF;
    font-weight: bold;
    position: relative;
    padding: 0 7px;
    text-align: center;
}

a.album:hover .album__title{
	text-decoration: underline;
}

.photo__img {
    max-width: 100%;
    max-height: 200px;
}

.photo {
    height: 200px;
}

.gallery__item-wrapper {
    padding: 10px 0;
    margin-bottom: 12px;
}

a.photo.gallery__item {
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 17px;
}

.pag-button {
    padding: 5px;
    margin: 5px;
    width: 250px;
    text-align: center;
}

.pag-button:hover {
    color: #FFF;
}

.goto-catalog a {
    padding: 5px 15px;
}
.goto-catalog a:hover {
    color: #FFF;
}
.goto-catalog {
    display: flex;
    justify-content: center;
}


.pagination {
    display: flex !important;
    justify-content: center;
}

.gallery__button {
    width: 100%;
    border: none;
    background: #2db52d;
    color: #fff;
    padding: 6px 0;
}

.gallery__button:hover {
    background: #34cd34;
}

@media screen and (max-width: 640px) {
    .gallery__button-span {
        display: none;
    }

    .pag-button {
        width: auto;
        padding: 5px 40px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1250px) {
    .gallery__button-span {
        display: none;
    }
}
/* End */
/* /local/components/dobrosite/vk.photos/templates/.default/style.css?17544044112016 */
