.slick-arrow {
	position: absolute;
	right: 0px;
	bottom: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	background-color: #030d54;
	color: white;
	cursor: pointer;

	&.slick-prev {
		right: 40px;
	} 

	.slick-next {} 
}

.wrap_columns {
	.about_team_block {
		justify-content: flex-end;		
		.about_team_member {
			max-width: 340px;

			@media ( max-width: 769px ) {
				max-width: 100%;
			}
		}
	}
}

.social_wrap {
	display: flex;
	align-items: center;
	margin-top: 15px;
	gap: 7px;

	a {
		line-height: 1;
	}
}

.site_modal_window_wrap {
	height: auto;
	min-height: 300px;

	@media ( max-height: 780px ) {
		height: 700px;
	}
}

.single_post_section .container_pik.top .half_block.bg_block:after {
	display: none;
}

.wp-block-paragraph {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

.half_block.bg_block {
	min-height: 412px;
}