.full-page {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.full-page {
    flex-wrap: nowrap;
}

.menu-and-image {
    display: flex;
    flex-flow: nowrap;
}

.full-page__right {
    position: relative;
    width: 100%;
    height: 100vh;
    color: #fff;
    background-size: cover;
    background-image: url(images/background.jpg);
    background-position: 100%;
}

.full-page__right:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.full-page__right::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 100vh;
}

.full-page__content {
	position: relative;
	margin-left: 90px;
	display: inline-block;
    padding: 100px 0;
    vertical-align: middle;
}

.full-page__title {
    font-size: 36px;
    line-height: 51px;
    font-family: Georgia, serif;
    margin-bottom: 20px
}

.full-page__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 580px;
}

.left-menu {
    width: 400px;
    padding: 50px;
    background: #fff
}

.left-menu .main-header {
    padding: 0;
    box-shadow: none
}

.left-menu .main-menu__item {
	padding: 10px 0;
	font-size: 20px;
	line-height: 23px;
	font-weight: 400;
    border-left: none;
}

.long-arrow-down:before {
    content: "\f175"
}

.news-item {
    padding-top: 20px;
    margin-bottom: 20px
}

.news-item__date {
    float: left;
    height: 70px;
    width: 70px;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    color: #5a276a;
    padding-top: 20px;
    font-weight: 400;
    line-height: 22px
}

.news-item__num {
    font-size: 30px
}

.news-item__month {
    font-size: 14px
}

.news-item__content {
    padding-left: 90px
}

.news-item__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    margin-bottom: 10px
}

.news-item__text {
    font-size: 14px;
    line-height: 22px
}

.page-link + .page-link {
    border-left: 1px solid #d6d6d6;
    margin-left: 10px;
    padding-left: 10px
}

.license {
    margin-top: 10px
}

.license__picture {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
    display: inline-block;
    margin-bottom: 20px
}

.license__text {
    font-size: 14px;
    line-height: 22px
}

.fa-long-arrow-down::before {
	content: "\f175";
}