.gallery
{
   	overflow: hidden;
    padding: 41px 0;
    background-color: #f9fafb;
}.gallery__container
{
    position: relative;
    z-index: 1;
}.gallery__container:before
{
    position: absolute;
    z-index: -1;
    top: -186px;
    right: -90px;
    width: 421px;
    height: 418px;
    content: '';
    background: url(../images/bg-gallery.png) 0 0 no-repeat;
}
.gallery__list-item
{
    margin-bottom: 30px;
    object-fit: cover;
}.gallery__fig
{
    font-size: 0;
    overflow: hidden;
    border-radius: 2px;
    background-color: #0d0322;
    box-shadow: 0 4px 20px rgba(81,127,160,.13);
}.gallery__fig img
{
    max-width: 100%;
    height: auto;
	display: block;
	width: 100%;
}
.photo
{
    display: block;
    margin-bottom: 50px;
}.photo__list-item
{
	list-style:none;
    margin-bottom: 37px;
    max-height:200px;
    max-width:150px;
    overflow:hidden;
    margin-bottom:1em;
}.photo__thumb
{
    font-size: 0;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background-color: #231e57;
}
.photosquare {
    max-height:200px;
    overflow: hidden;
}