/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    padding: 12px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled {
    background-image: url('/images/slick/arrow_prev_disabled.svg');
}
.slick-next.slick-disabled
{
    background-image: url('/images/slick/arrow_next_disabled.svg');
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 48px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    background-image: url('/images/slick/arrow_prev.svg');
    left: -56px;
}
[dir='rtl'] .slick-prev
{
    right: -56px;
    left: auto;
}

.slick-next
{
    background-image: url('/images/slick/arrow_next.svg');
    right: -56px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 56px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
	--body-font-size: 10px;
	--body-line-height: 1.1;
	--cassiopeia-font-family-body: "Rubik", sans-serif;
	--cassiopeia-font-family-headings: "Rubik", sans-serif;
}

h1 {
	margin: 0;
	font-size: 6em;
	line-height: 1em;
	font-weight: 400;
	color: #325460;
}

h2 {
	margin: 0;
	font-size: 4em;
	line-height: 1em;
	font-weight: 400;
	color: #325460;
}

@media (max-width: 767px) {
	h1 {
		font-size: 5em;
	}
}

.fs-16 {
	font-size: 1.6em;
}

.fs-18 {
	font-size: 1.8em;
}

.fs-24 {
	font-size: 2.4em;
}

.fs-32 {
	font-size: 3.2em;
}

.button_green,
.button_blue,
.button_white_link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 38px;
	border-radius: 24px;
	font-size: 1.8em;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.1s ease;
}

.button_green {
	color: #fff;
	background-color: #8fb43e;
}

.button_green:hover {
	color: #fff;
	background-color: #7aa223;
}

.button_blue {
	color: #fff;
	background-color: #96A7D1;
}

.button_blue:hover {
	color: #fff;
	background-color: #7C91C6;
}

.button_white_link {
	border: 1px solid #C8D2EC;
	color: #325460;
	background-color: #fff;
	text-decoration: underline;
}

.button_white_link:hover {
	color: #325460;
	background-color: #C8D2EC;
}

.text__purple {
	color: #512794;
}

.grid-child {
	display: block;
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
}

.container-top-a > .grid-child, 
.container-top-b > .grid-child, 
.container-bottom-a > .grid-child, 
.container-bottom-b > .grid-child {
    margin: 0 auto;
}

.container-top-a > *, 
.container-top-b > *, 
.container-bottom-a > *, 
.container-bottom-b > * {
	margin-top: 0;
	margin-bottom: 0;
}

.container-bottom-b {
	background: linear-gradient(to right,  #e6ecf8 0%,#edf1fc 50%,#eae6f4 100%);
}

/* Top */
.container-header {
	background: none;
	box-shadow: none;
}

.container-header .grid-child {
	padding: 0 15px;
}

.top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	background: #325460;
}

.top__address-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px;
}

.top__address {
	font-size: 1.6em;
	color: #E4EBFA;
}

/* Header */
.header {
	border-bottom: 1px solid #E4EBFA;
}

.header-block {
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	padding: 48px 0;
}

@media (max-width: 767px) {
	.header-block {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px 0;
	}
}

.header-block .menu {
	color: #325460;
}

.header-block .mod-menu {
    flex: 0 auto;
}

.header-block .mod-list li a:hover {
	color: #133540;
	text-decoration: underline;
}

/* Banner */
.container-banner {
	margin: 0;
	background: linear-gradient(to right,  #e6ecf8 0%,#eceefa 50%,#ece6f4 100%);
}

.banner__item {
	display: flex;
	align-items: center;
}

.banner__text, .banner__image {
	width: 50%;
}

.banner__text {
	padding-right: 10%;
}

.banner__text p {
	margin-bottom: 16px;
	color: #333333;
}

.banner__text p:last-child {
	margin: 0;
}

@media (max-width: 991px) {
	.banner__item {
		flex-direction: column-reverse;
	}

	.banner__item .banner__image {
		display: none;
	}

	.banner__text {
		width: 100%;
	}

	.banner__text {
		padding: 16px 0;
	}
}

/* Work with us */
.work-with-us {
	padding: 48px 0;
}

.work-with-us h2 {
	margin-bottom: 36px;
}

.work-with-us__logos {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 40px;
}

@media (max-width: 767px) {
	.work-with-us__logos {
		flex-direction: column;
	}
}

/* Footer */
.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px 48px;
	font-weight: 500;
	font-size: 1.8em;
}

@media (max-width: 767px) {
	.menu {
		flex-direction: column;
	}
}

.mod-list li {
	padding: 0;
}

.footer {
	margin: 0;
	background: #325460;
}

.footer .grid-child {
	display: block;
	padding: 48px 15px;
}

.footer-top {
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 767px) {
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
	}
}

.footer .menu {
	color: #fff;
}

.footer-divider {
	height: 1px;
	margin: 48px 0;
	background-color: #C8D2EC;
}

.footer-bottom {
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-contacts {
	display: flex;
	flex-direction: row;
    align-items: center;
	gap: 20px 122px;
	flex-wrap: wrap;
}

.footer a.footer-phone {
	text-decoration: none;
	color: #C8D2EC;
}

.footer a.footer-phone:hover {
	color: #a8b5d7;
}

.footer-address {
	margin: 0;
	color: #C8D2EC;
}

.footer-media {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

/* Main page */
.main-page main {
	padding: 48px 0;
	margin: 0;
}

@media (max-width: 767px) {
	.main-page main {
		padding: 24px 0;
	}
}

.main-page .page-content,
.contacts-page .page-content,
.projects-page .page-content,
.documents-page .page-content {
	max-width: none;
	padding: 0;
}

.main-bottom {
	background: linear-gradient(to right,  #e6ecf8 0%,#eceefa 50%,#ece6f4 100%);
}

/* Main tasks */
.main-tasks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 48px;
	flex-wrap: wrap;
}

.main-task {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
	width: calc(25% - 36px);
	min-width: 260px;
}

.main-task div {
	font-size: 1.6em;
	color: #4F4F4F;
}

/* Main thanks */
.main-thanks {
	width: 1630px;
	max-width: 100%;
	margin: 144px auto 0;
	border-radius: 40px;
	background: linear-gradient(to right,  #e6ecf8 0%,#eceefa 50%,#ece6f4 100%);
}

.main-thanks__content {
	position: relative;
	display: flex;
	align-items: center;
	height: 300px;
}

.main-thanks__image {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
}

.main-thanks__description {
	position: relative;
	z-index: 1;
	margin-left: 410px;
}

.main-thanks__text {
	margin: 0 0 32px;
	max-width: 650px;
	font-size: 3.2em;
	color: #333333;
}

.main-thanks__author {
	margin: 0;
	font-size: 1.6em;
	font-style: italic;
	color: #4F4F4F;
}


@media (max-width: 991px) {
	.main-thanks {
		margin-top: 24px;
	}

	.main-thanks__content {
		height: auto;
		padding: 24px;
	}

	.main-thanks__image {
		display: none;
	}

	.main-thanks__description {
		margin-left: 0;
	}

	.main-thanks__text {
		max-width: none;
		font-size: 2.4em;
		text-align: center;
	}

	.main-thanks__author {
		text-align: center;
	}
}

/* Main mission and tasks */
.main-mission-and-tasks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	margin-top: 48px;
	color: #333333;
}

.main-mission-and-tasks__header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
}

.main-mission-and-tasks__block > p {
	margin: 0 0 16px;
}

.main-mission-and-tasks__block > p:last-child {
	margin-bottom: 0;
}

.main-mission-and-tasks__divider {
	max-width: 372px;
	height: 1px;
	margin: 24px 0;
	background-color: #C8D2EC;
}

.main-mission-and-tasks__task {
	padding: 24px;
	border-top: 1px solid #E4EBFA;
	color: #333333;
	cursor: pointer;
}

.main-mission-and-tasks__task:last-child {
	border-bottom: 1px solid #E4EBFA;
}

.main-mission-and-tasks__task_opened,
.main-mission-and-tasks__task:hover {
	background-color: rgba(228, 235, 250, 0.4);
}

.main-mission-and-tasks__task-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.main-mission-and-tasks__task-header-icon {
	width: 40px;
	height: 68px;
	flex-shrink: 0;
	border: 2px solid #8FB43E;
	border-radius: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("/images/icons/arrow_down_green.svg");
}

.main-mission-and-tasks__task_opened .main-mission-and-tasks__task-header-icon {
	background-image: url("/images/icons/arrow_up_green.svg");
}

.main-mission-and-tasks__task-header-text {
	font-size: 2.4em;
	line-height: 1.1em;
}

.main-mission-and-tasks__task-description {
	display: none;
	margin-top: 4px;
	padding-left: 60px;
	font-size: 1.6em;
}

.main-mission-and-tasks__task_opened .main-mission-and-tasks__task-description {
	display: block;
}


@media (max-width: 991px) {
	.main-mission-and-tasks {
		grid-template-columns: 1fr;
	}

	.main-mission-and-tasks__divider {
		max-width: none;
	}

	.main-mission-and-tasks__column {
		width: 100%;
	}

	.main-mission-and-tasks__column:not(:first-child) {
		margin-top: 24px;
		padding-top: 24px;
		border-top: 1px solid #C8D2EC;
	}
}

/* Main how we help */
.main-how-we-help {
	padding-top: 48px;
}

.main-how-we-help-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px 48px;
	margin-top: 24px;
}

.main-how-we-help-item__header {
	min-height: 2.2em;
	margin-top: 16px;
	font-size: 2.4em;
	line-height: 1.1em;
	color: #333;
}

.main-how-we-help-item__text {
	margin-top: 16px;
	font-size: 1.6em;
	color: #333;
}

@media (max-width: 767px) {
	.main-how-we-help-list {
		grid-template-columns: 1fr;
	}

	.main-how-we-help-item__header {
		min-height: 0;
	}
}

/* Main results */
.main-results {
	margin-top: 48px;
	padding-top: 48px;
	border-top: 2px solid #fff;
}

.main-results__list {
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 48px;
}

.main-results__item-header {
	font-size: 2.4em;
	line-height: 1.1em;
	min-height: 2.2em;
	color: #333333;
}

.main-results__item-text {
	margin-top: 16px;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #333333;
}


@media (max-width: 991px) {
	.main-results__list {
		grid-template-columns: 1fr 1fr;
	}

	.main-results__item-header {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.main-results__list {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.main-results__item-text {
		margin-top: 8px;
	}
}

/* Main projects */
.main-projects {
	margin-top: 48px;
	padding: 48px 0;
	border-top: 2px solid #fff;
}

.main-projects__list {
	margin-top: 36px;
}

.main-projects__list.slider .slick-prev,
.main-projects__list.slider .slick-next {
	top: 320px;
}

.main-projects__project {
	padding: 16px 0;
	border-radius: 8px;
	background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.main-projects__project-image {
	text-align: center;
}

.main-projects__project-image img {
	max-width: 250px;
	max-height: 250px;
}

.main-projects__project-description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 16px 16px 0 12px;
	border-left: 4px solid #325460;
	color: #333333;
}

.main-projects__project-description p {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.1em;
}

.main-projects__project-title {
	color: #325460;
	font-size: 2.4em;
	line-height: 1.1em;
}

.main-projects__project-status {
	color: #325460;
	font-size: 1.4em;
	line-height: 1.1em;
}

.main-projects__project-divider {
	height: 1px;
	width: 100%;
	background-color: #E4EBFA;
}

.main-projects__project-description p.main-projects__project-subtitle {
	color: #5E7036;
	font-size: 1.6em;
	line-height: 1.1em;
}

.main-projects__project-show-more {
	padding-right: 20px;
	color: #325460;
	font-size: 1.6em;
	line-height: 1.1em;
	cursor: pointer;
	background-image: url('/images/icons/arrow_down_blue.svg');
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.main-projects__project-description-opened .main-projects__project-show-more {
	background-image: url('/images/icons/arrow_up_blue.svg');
}

.main-projects__project-more {
	display: none;
}

.main-projects__project-more p.main-projects__project-subtitle {
	color: #325460;
}

.main-projects__project-description-opened .main-projects__project-more {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.main-projects__project_active .main-projects__project-description {
	border-color: #8FB43E;
}

.main-projects__project_active .main-projects__project-title {
	color: #5E7036;
}

.main-projects__project_active .main-projects__project-status {
	color: #5E7036;
}

/* Main histories */
.main-histories {
	padding: 48px 0;
	border-top: 1px solid #E4EBFA;
}

.main-history {
	display: grid;
	grid-template-columns: 269px 1fr;
	gap: 24px;
	margin-top: 36px;
}

.main-history_description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
}

.main-history_name {
	font-size: 2.4em;
	line-height: 1.1em;
	color: #325460;
	margin-bottom: 8px;
}

.main-history_position {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #325460;
}

.main-history_description p {
	margin: 0;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #333333;
}

@media (max-width: 1344px) {
	.main-projects_slider .main-projects__list {
		margin-left: 72px;
		margin-right: 72px;
	}
}

@media (max-width: 767px) {
	.main-history {
		grid-template-columns: 1fr;
	}

	.main-history img {
		display: none;
	}
}

/* Main help */
.main-help {
    width: 1630px;
    max-width: 100%;
    margin: 48px auto;
    padding: 48px 0;
    border-radius: 40px;
    background: linear-gradient(to right, #e6ecf8 0%, #eceefa 50%, #ece6f4 100%);
}

.main-help__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	margin-top: 36px;
}

.main-help__description {
	margin-bottom: 16px;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #333333;
}

.main-help__item a {
	max-width: 268px;
	text-align: center;
}

.main-help__for-what {
	display: grid;
	grid-template-columns: 1fr 580px;
	gap: 60px;
	margin-top: 48px;
	padding-top: 48px;
	border-top: 2px solid #fff;
}

.main-help__for-what-description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

.main-help__for-what-text {
	font-size: 2.4em;
	line-height: 1.1em;
	color: #333333;
}

@media (max-width: 991px) {
	.main-help__list {
		grid-template-columns: 1fr;
	}

	.main-help__for-what {
		grid-template-columns: 1fr;
	}

	.main-help__for-what img {
		display: none;
	}
}

/* Contacts page */
.contacts-page__content {
	padding-top: 48px;
	padding-bottom: 48px;
}

.contacts-page__contacts-block {
	display: grid;
	grid-template-columns: 373px 1fr;
	gap: 24px;
	margin-top: 24px;
}

.contacts-page__contacts,
.contacts-page__phone,
.contacts-page__email {
	color: #325460;
}

.contacts-page__contacts-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 24px;
}

.contacts-page__contacts-group:not(:first-child) {
	padding-top: 24px;
}

.contacts-page__contacts-group:not(:last-child) {
	border-bottom: 1px solid #C8D2EC;
}

.contacts-page__address {
	font-size: 1.6em;
	line-height: 1.1em;
}

.contacts-page__phone,
.contacts-page__email {
	font-size: 2.4em;
	text-decoration: none;
}

.contacts-page__name {
	font-size: 1.6em;
	line-height: 1.1em;
}

.contacts-page__contacts .footer-media {
	margin-top: 16px;
}

.contacts-page__map {
	border-radius: 40px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.contacts-page__contacts-block {
		grid-template-columns: 1fr;
	}
}

/* Contact page requisites */
.contacts-page__requisites-wrapper {
	padding-top: 48px;
	padding-bottom: 48px;
}

.contacts-page__requisites-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 36px;
}

.contacts-page__requisites-block:first-child {
	margin-bottom: 16px;
}

.contacts-page__requisite {
	font-size: 2.4em;
	line-height: 1.1em;
	color: #333333;
}

.contacts-page__requisite-title {
	color: #828282;
}

.contacts-page__requisites-divider {
	margin: 16px 0;
	height: 1px;
	max-width: 476px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.contacts-page__requisites-list {
		grid-template-columns: 1fr;
	}
}

/* Page in work */
.page-in-work {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	font-size: 4em;
}

/* Projects page */
.projects-page .main-projects__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 36px;
}

@media (max-width: 991px) {
	.projects-page .main-projects__list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.projects-page .main-projects__list {
		grid-template-columns: 1fr;
	}
}

/* Documents page */
.documents-page .page-content {
   	background: linear-gradient(to right, #e6ecf8 0%, #eceefa 50%, #ece6f4 100%);
}

.documents-page .documents-block {
	padding: 48px 0;
}

.documents-page .documents-title {
	margin-bottom: 16px;
}

.documents-page .documents-subtitle {
	margin: 0;
	font-size: 2.4em;
	line-height: 1.1em;
	color: #333333;
}

.documents-page .documents-columns {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.documents-page .documents-group {
	max-width: 373px;
}

.documents-page .documents-group:not(:nth-last-child(-n+2)) {
	padding-bottom: 24px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 24px;
}

.documents-page .documents-year {
	margin-bottom: 16px;
	font-size: 4em;
	line-height: 1em;
	color: #325460;
}

.documents-page .documents-group:not(:nth-last-child(-n+2)) .documents-links {
	min-height: 60px;
}

.documents-page .documents-link a {
	padding-left: 16px;
	min-height: 16px;
	background-image: url("/images/pdf.svg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #325460;
}

.documents-page .documents-link a:hover {
	text-decoration: none;
	color: #133540;
}

.documents-page .documents-previews-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 36px;
	padding: 48px 0;
}

.documents-page .documents-previews-list a {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 167px;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1em;
	color: #333333;
}

.documents-page .documents-previews-list a:hover {
	color: #1d1d1d;
}

@media (max-width: 767px) {
	.documents-page .documents-columns {
		grid-template-columns: 1fr;
	}

	.documents-page .documents-group {
		max-width: 100%;
	}

	.documents-page .documents-group:not(:nth-last-child(-n+1)) {
		padding-bottom: 24px;
		border-bottom: 1px solid #ffffff;
		margin-bottom: 24px;
	}

	.documents-page .documents-group:not(:nth-last-child(-n+2)) .documents-links {
		min-height: 0;
	}
}