.article-wrapper {
    display: flex;
    justify-content: space-between;
}

.left-column {
    max-width: 68%;
    /*margin-right: 5%*/
}

.single_title {
	text-align: left;
}
	
.single_content {
	text-align: justify;
}
.single_info {
	justify-content:start;
}
	
.right-column {
	max-width: 32%;
	padding: 32px 30px;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
}
	
	.sidebar-header {
		font-family: 'Oswald';font-style: normal;font-weight: 400;font-size: 24px;line-height: 36px;color: #2F2F2F;margin-bottom: 20px;
	}

	.last-news-item {
		border-top: 1px solid #EBEBEB;display: flex;justify-content: start;padding: 20px 0;
	}
	
	.sidebar-text {
		display: flex;flex-direction: column;justify-content: space-between;
	}
	
	.sidebar-date {
		font-family: 'Raleway';font-style: normal;font-weight: 500;font-size: 16px;line-height: 27px;color: #BDBDBD;
	}
	
	.sidebar-description {
		font-family: 'Oswald';font-style: normal;font-weight: 400;font-size: 18px;line-height: 27px;color: #2F2F2F;
	}
	
.article-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding: 32px 0 32px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.article-footer-text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
}

.article-footer-news {
    display: inline-block;
}

.article-footer-news:last-child {
    margin-left: 12px;
}
	
#lightgallery > a > .lg-image{
	width: 100%;
	height: auto;
	padding: 5px;
}

#lightgallery > a > img {
	width: 300px;
	height: auto;
	padding: 5px;
}

#lightgallery {
	display:  flex;
	flex-wrap: wrap;
	justify-content: center;
	/*overflow: hidden;*/
 /* height: 650px;*/
}
.hide-img {
    display: none;
}
	
/* Tablet */
	@media screen and (max-width: 1024px) {
		.right-column {
			max-width: 100%;
		}
		.left-column {
			max-width: 100%
		}
		.article-wrapper {
			flex-direction: column;
		}
		.div-items {
			column-count: 2;
		}
	}
/* Mobile */
	@media screen and (max-width: 620px) {
		.article-wrapper {
			flex-direction: column;
		}
		.right-column {
			max-width: 100%
		}
		.left-column {
			max-width: 100%
		}
		
		.article-footer {
            flex-wrap: wrap;
        }
        
        .share_btns {
            order: 3;
            margin-top: 16px;
        }
	}