/* main slider */
.main-slider-section {
	background: #103B71;
	position: relative;
	height: 660px;
}
#carouselMain {
	width: 100%;
}
.main-slider-section .slider-left-column {
	background: url(images/main-slider-decor.svg) no-repeat center right;
	background-size: 72% auto;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 20;
	height: 53%;
}
.main-slider-section .carousel-item,
.main-slider-section .carousel-inner,
.main-slider-section .carousel,
.main-slider-section .carousel-item .slide-wrapper {
	height: 100%;
}
.main-slider-section .carousel-item .slide-content {	
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: start;
	padding: 40px 20px;
}
.main-slider-section .slider-left-column h1,
.main-slider-section .slider-left-column h2 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 24px;
}
.slide-small-thumbnail {
	height: 38px;
	max-width: 100%;
	margin-bottom: 18px;
}
.slide-uppertitle {
	letter-spacing: 0.64px;
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 12px;
	font-size: 12px;
}
.slide-uppertitle:before {
	content: '\e80d';
	font-family: "abpmp";
	font-size: 18px;
}
.slide-description {
	color: #ebebeb;
	font-size: 15px;
	width: 100%;
}
.main-slider-section .carousel-control-prev,
.main-slider-section .carousel-control-next {
	top: auto;
	bottom: -274px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: .5s;
}
.main-slider-section .carousel-control-prev:hover,
.main-slider-section .carousel-control-next:hover {
	background: #fff;
}
.main-slider-section .carousel-inner {
	overflow: visible;
}
.main-slider-section .carousel-control-prev {
	right: 80px;
	left: auto;
	opacity: 1;
}
.main-slider-section .carousel-control-prev .carousel-control-prev-icon {
	background: none;
	height: 28px;
	width: auto;
}
.main-slider-section .carousel-control-prev .carousel-control-prev-icon:before {
	content: '\e801';
	font-family: "abpmp";
	font-size: 10px;
}
.main-slider-section .carousel-control-next {
	right: 20px;
	opacity: 1;
}
.main-slider-section .carousel-control-next .carousel-control-next-icon {
	background: none;
	height: 28px;
	width: auto;
}
.main-slider-section .carousel-control-next .carousel-control-next-icon:before {
	content: '\e802';
	font-family: "abpmp";
	font-size: 10px;
}
.main-slider-section .carousel-control-prev:hover .carousel-control-prev-icon:before,
.main-slider-section .carousel-control-next:hover .carousel-control-next-icon:before {
	color: #103B71;
	transition: .5s;
}
.status-link {
	display: none;
}
.main-slider-section .slider-right-column {	
	position: relative;
	overflow: hidden;
	height: 47%;
}
.main-slider-section .carousel-item .btn {
	position: absolute;
	left: 20px;
	bottom: -277px;
}
.main-slider-section .slider-right-column:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(21, 21, 21, 0.40);
	z-index: 5;
}
.big-slide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.1);
    transition: transform 6s ease-out, opacity 0.3s ease;
}
.big-slide.is-normal {
    transform: scale(1);
}
.main-slider-section .social-buttons {
	position: absolute;
	width: 40px;
	right: 60px;
	bottom: 60px;
	z-index: 10;
	display: none;
}
.main-slider-section .social-icon {
	margin-bottom: 30px;
}
/* main slider responsive */
@media (min-width: 480px) {
	.main-slider-section .slider-left-column {
		height: 45%;
	}
	.main-slider-section .slider-right-column {
		height: 55%;
	}
	.main-slider-section .carousel-item .btn {
		bottom: -329px;
	}
	.main-slider-section .carousel-control-prev,
	.main-slider-section .carousel-control-next {
		bottom: -327px;
	}
}
@media (min-width: 768px) {
	.main-slider-section {
		height: 800px;
	}
	.main-slider-section .slider-left-column {		
		height: 35%;
	}
	.main-slider-section .slider-right-column {
		height: 65%;
	}
	.main-slider-section .carousel-item .btn {
		bottom: -490px;
	}
	.main-slider-section .carousel-control-prev,
	.main-slider-section .carousel-control-next {
		bottom: -488px;
	}
}
@media (min-width: 992px) {
	.main-slider-section  {		
		height: calc(100vh - 90px);	
		display: flex;
		flex-wrap: wrap;
	}
	.admin-bar .main-slider-section  {
		height: calc(100vh - 122px);
	}
	.main-slider-section .slider-left-column {
		height: 100%;
		width: 50%;
	}
	.main-slider-section .slider-left-column .slide-wrapper {		
		display: flex;
		justify-content: flex-end;
	} 
	.main-slider-section .slider-left-column .slide-wrapper .slide-content {
		max-width: 672px;
	}
	.main-slider-section .slider-right-column { 
		height: 100%;
		width: 50%;
	}
	.slide-texts {
		margin-bottom: 30px;
	}
	.main-slider-section .carousel-inner {
		overflow: hidden;
	}
	.main-slider-section .carousel-item .btn {
		position: static;
	}
	.main-slider-section .carousel-control-prev,
	.main-slider-section .carousel-control-next {
		bottom: 40px;
	}
	.main-slider-section .social-buttons {
		display: block;
	}
	.status-link {
		height: 1px;
		width: 180px;
		background: #fff;
		position: absolute;
		right: 130px;
		bottom: 61px;
		display: block;
		overflow: hidden;
	}
	.status-link .status-progress {
		height: 100%;
		width: 0;
		background: #3C95D2;
	}
	.slide-content.slide-up {
		animation: slideup 0.6s linear;
	}
	@keyframes slideup {
		from {
			opacity: 0;
			transform: translateY(40px); 
		}
		to {
			opacity: 1;
			transform: translateY(0);  
		}
	}	
}
@media (min-width: 1200px) {
	.main-slider-section .carousel-item .slide-content {
		padding: 40px 60px 40px 20px;
	}
	.slide-uppertitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.main-slider-section .slider-left-column h1,
	.main-slider-section .slider-left-column h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.slide-texts {
		display: flex;
		gap: 30px;
		align-items: center;
	}
	.slide-small-thumbnail {
		height: 52px;
		margin-bottom: 0;
	}
	.slide-description {
		font-size: 18px;
	}
	.main-slider-section .carousel-control-prev {
		right: 120px;
	}
	.main-slider-section .carousel-control-next {
		right: 60px;
	}
	.status-link {
		right: 190px;
	}
}
@media (min-width: 1440px) {
	.main-slider-section .slider-left-column h1,
	.main-slider-section .slider-left-column h2 {
		font-size: 42px;
	}
}
/* what we are doing section */
.what-we-doing-section {
	padding: 52px 0;
}
.what-doing-block {
	margin-bottom: 30px;
} 
.what-doing-block .section-title {
	margin-bottom: 25px;
}
.section-icons {
	display: none;
}
.activities-block {
	margin-bottom: 60px;
}
.activities-block .activity-item {
	position: relative;
	margin-bottom: 26px;
	display: block;
	text-decoration: none;
	min-height: 214px;
}
.activities-block .activity-item:before {
	content: '';
	background: linear-gradient(223deg, rgba(77, 159, 217, 0.50) 12.73%, rgba(16, 59, 113, 0.50) 87.27%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 2;
}
.activities-block .activity-item:after {
	content: '\e811';
	font-family: "abpmp";
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 15;
}
.activity-thumbnail-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.activity-thumbnail-wrapper:before {
	content: '';
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1;
}
.activity-thumbnail-wrapper img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .8s;
}
.activities-block .activity-item:hover img {
	width: 120%;
	height: 120%;
	top: -10%;
	right: -10%;
	bottom: -10%;
	left: -10%;
}
.activities-block .text-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: #fff;
	padding: 22px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.activity-description {
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}
.activity-link {
	display: inline-flex;
	gap: 9px;
	font-size: 14px;
}
.activity-link:after {
	content: '\e802'; 
	font-family: "abpmp";
	width: 22px;
	height: 22px;
	background: #fff;
	color: #103B71;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 1;
}
.join-icon {
	display: none;
}
.oportunities-block h2 {
	margin-bottom: 45px;
}
/* what we are doing responsive */
@media (min-width: 768px) {
	.activities-block .activity-item {
		min-height: 380px;
	}
	.activity-description {
		margin-bottom: 40px;
	}
	.activity-link {
		margin-bottom: 10px;
	}
	.activities-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.activities-block .activity-item {
		width: 48%;
	}
}
@media (min-width: 1200px) {
	.what-we-doing-section {
		padding: 106px 0 72px;
	}
	.section-icons {
		margin-left: 50px;
		display: block;
	}
	.what-doing-block {
		margin-bottom: 50px;
	}	 
	.what-doing-block .section-title {
		margin-bottom: 35px;
	}
	.activities-block .activity-item {
		width: 24%;
	}
	.activity-description {
		font-size: 18px;
	}
	.activity-link {
		font-size: 16px;
	}
	.join-icon {
		margin-top: 110px;
		margin-bottom: 38px;
		display: inline-block;
	}
	.activities-block {
		margin-bottom: 20px;
	}
}
/* how to join section */
.how-to-join-section {
	background: #103B71;
	color: #fff;
}
.join-block .join-row {
	border-bottom: 1px solid rgba(217, 217, 217, 0.50);
	padding-top: 40px;
	padding-bottom: 40px;   
}
.join-block .join-row img {
	margin-bottom: 25px;
	max-width: 100%;
}
.join-block .join-row .join-column-1 h5 {
	margin-bottom: 18px;
}
.join-block .join-row:first-of-type .join-column-1 {
	text-align: left;
}
.join-block .join-row .join-column-2 h2 {
	margin-bottom: 0;
}
.join-block .section-title:before {
	color: #fff;
}
.join-block h4 {
	margin-bottom: 16px;
}
.membership-description {
	font-size: 15px;
}
/* how to join section responsive */
@media (max-width: 1199px) {
	.join-block .join-row img {
		height: 58px;
	}
}
@media (min-width: 768px) {
	.join-block .join-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.join-block .join-row .join-column-1 {
		width: 31%;
		text-align: center;
	}
	.join-block .join-row .join-column-1 h5 {
		margin-bottom: 0;
	}
	.join-block .join-row .join-column-2 {
		width: 41%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	.join-block .join-row .join-column-3 {
		width: 28%;
		box-sizing: border-box;
		padding-left: 2%;
	}
	.how-to-join-section {
		padding: 14px 0 93px;
	}
	.join-block .join-row img {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.membership-description {
		font-size: 16px;
	}
	.join-block .join-row .join-column-3 {
		padding-left: 10%;
	}
}
/* events section */
.events-section {
	padding: 47px 0 40px;
	border-bottom: 2px solid #EBEBEB;
}
.section-titles {
	margin-bottom: 40px;
}
.section-titles h2 {
	margin-bottom: 18px;
}
.events-section .section-titles .section-title {
	margin-top: 3px;
}
.event-item {
	padding-bottom: 35px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.event-item h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.event-item-thumbnail {
	display: block;
	height: 186px;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
} 
.event-item-thumbnail:before {
	content: '';
	background: rgba(0, 0, 0, .2);
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
} 
.event-item-thumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .8s;
	object-position: center top;
}
.event-item-thumbnail:hover img {
	width: 120%;
	height: 120%;
	top: -10%;
	right: -10%;
	bottom: -10%;
	left: -10%;
}
.event-category {
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
	padding: 3.5px 11px;
	margin-bottom: 14px;
	display: inline-block;
}
.event-category.event-announcement {
	background: #103B71;
	color: #fff;
}
.event-category.event-report {
	background: #F0F8FD;
	color: #103B71;
}
.event-bottom-part {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.event-bottom-part .btn,
.event-bottom-part .event-date {
	font-size: 14px;
}
.event-bottom-part .event-date {
	padding-right: 20px;	
}
.event-bottom-part .button-column {
	padding-left: 20px;
	position: relative;
}
.event-bottom-part .button-column .btn {
	text-transform: none;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}
.event-bottom-part .button-column:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	background: #D9D9D9;
	position: absolute;
	display: block;
}
.events-section .button-wrapper {
	text-align: center;
}
/* events section responsive */
@media (min-width: 480px) {
	.event-item-thumbnail {
		height: 280px;
	}
}
@media (min-width: 768px) {	
	.event-item-thumbnail {
		height: 320px;
	}
}
@media (min-width: 992px) {
	.event-item {
		height: 100%;
	}
	.events-list {
		margin-bottom: 40px;
	}
	.event-item-thumbnail {
		height: 280px;
	}
}
@media (min-width: 1200px) {
	.events-section {
		padding: 100px 0 80px;
	}
	.section-titles .section-title {
		margin-left: 50px;
	}
	.section-titles h2 {
		margin-bottom: 0;
	}
	.section-titles {
		margin-bottom: 77px;
	}	
	.events-list {
		margin-bottom: 80px;
	}
	.event-item h4 {
		font-size: 20px;
	}
	.event-bottom-part .event-date {
		padding-right: 28px;	
	}
	.event-bottom-part .button-column {
		padding-left: 28px;
	}
	.event-bottom-part .btn,
	.event-bottom-part .event-date {
		font-size: 16px;
	}
}
/* team section */
.team-section {
	padding: 50px 0 0 0;
}
.team-section .section-columns h2 {
	margin-bottom: 15px;
}
.team-section .section-columns {
	margin-bottom: 45px;
}
.profiles_thumbnails img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #D9D9D9;
	margin-left: -5px;
	position: relative;
}
.general-profile-block {
	background: #103B71;
	margin-bottom: 40px;
	position: relative;
}
.general-profile-block .general-profile-thumbnail {
	width: 100%;
	object-fit: cover;
	position: relative;
}
.general-profile-info {
	padding: 20px;
	box-sizing: border-box;
	color: #fff;	
	position: relative;
	z-index: 10;
	max-width: 630px;
}
.general-profile-info h2 {
	margin-bottom: 12px;
}
.general-profile-info .general-profile-post {
	color:  #F0F8FD;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.general-profile-info .general-profile-post:before {
	content: '\e80d';
    font-family: "abpmp";
    font-size: 18px;
}
.general-profile-activities {
	color: #EBEBEB;
	font-size: 12px;
	letter-spacing: 0.64px;
	border-left: 4px solid #1D4679;
	padding-left: 12px;
}
.general-profile-activities div {
	display: inline-block;
}
.general-profile-activities div span {
	margin-right: 4px;
}
.general-profile-activities div:first-of-type span {
	display: none;
}
.team-profiles .member-profile {
	text-align: center;	
	position: relative;
	width: 100%;
	margin-bottom: 24px;
	border-bottom: 2px solid #EBEBEB;
}
.team-profiles .member-profile img {
	width: 100%;
	margin-bottom: 19px;
}
.team-profiles .member-profile .member-post {
	color: #727272;
	font-size: 15px;
	margin-bottom: 24px;
}
.team-profiles .member-profile h4 {
	margin-bottom: 10px;
}
/* team section responsive */
@media (min-width: 768px) {
	.team-section {	
		border-bottom: 2px solid #ebebeb;
	}
	.general-profile-block {
		display: flex;
		min-height: 300px;
		margin-bottom: 90px;
	}
	.general-profile-block .general-profile-thumbnail {
		width: 300px;
	}
	.general-profile-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.team-profiles {
		display: grid;
		grid-template-columns: 310px 2px 310px;
		justify-content: space-between;
	}
	.team-profiles .divider {
		content: '';
		background: #F0F8FD;
		top: 0;
		width: 2px;
		height: 310px;
	}
	.team-profiles .divider:nth-child(4n) {
		display: none;
	}
	.team-profiles .member-profile {
		margin-bottom: 70px;
	}
	.team-profiles .member-profile img {
		height: 310px;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	.team-profiles .member-profile {
		border-bottom: none;
	}
}
@media (min-width: 1200px) {
	.team-section {
		padding: 70px 0 38px;
	}
	.team-section .section-columns {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 145px;
	}
	.team-section .section-columns h2 {
		width: 54%;
		box-sizing: border-box;
		padding-right: 24px;
		margin-bottom: 0;
	}
	.team-section .section-columns .profiles_thumbnails {
		width: 46%;
	}
	.profiles_thumbnails img {
		width: 64px;
		height: 64px;
		margin-left: -9px;
	}	
	.general-profile-block:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 666px;
		background: url(images/arrow-decor.svg) repeat-x center right;
	}
	.general-profile-info {
		padding: 20px 75px;
	}
	.general-profile-info .general-profile-post {
		font-size: 18px;
		margin-bottom: 32px;
	}
	.general-profile-activities {
		font-size: 16px;
		padding-left: 0;
		border: none;
	}
	.general-profile-activities div {
		white-space: nowrap;
	}
	.team-profiles {		
		grid-template-columns: 310px 2px 310px 2px 310px;		
	}
	.team-profiles .divider:nth-child(4n) {
		display: block;
	}
	.team-profiles .divider:nth-child(6n) {
		display: none;
	}	
	.team-profiles .member-profile .member-post {
		font-size: 18px;
	}
}
/* interview section */
.interview-section {
	padding: 40px 0;
}
.interview-section .section-columns .left-column .wp-post-image {
	width: 100%;
	height: auto;
	margin-bottom: 24px;
}
.interview-section .section-columns .right-column {
	position: relative;
}
.interview-section .section-columns .right-column h1 {
	font-size: 30px;
	margin-bottom: 12px;
}
.interview-section .section-columns .right-column .column-decores {
	display: none;
}
.interview-post-person {
	font-size: 18px;
	color: #3C3C3C;
    font-weight: 400;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.interview-post-person:before {
    content: '\e80d';
    font-family: "abpmp";
    font-size: 18px;
	color: #103B71;
}
.interview-section-activity {
	margin-bottom: 20px;
	display: inline-block;
}
.interview-section-activity span {
	display: inline-block;
	letter-spacing: 0.64px;
	color: #fff;
	padding: 8px 18px;
	border-radius: 18px;
	background: #103B71;	
}
.interview-section-activity:after {
	content: '\e80d';
    font-family: "abpmp";
    font-size: 12px;
	color: #103B71;
	margin-left: 8px;
	margin-right: 8px;
}
.interview-section-activity:last-of-type:after {
	display: none;
}
.interview-title {
	font-size: 42px;
	font-weight: 900;
	color: #cfd8e3;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
}
.interview-title:after {
	content: '';
	width: 28px;
	height: 28px;
	background: #103B71;
	border-radius: 50%;
	display: inline-block;
}
.interview .interview-row {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 2px solid #EBEBEB;	
}
.interview .interview-row:first-of-type {
	border-top: 2px solid #EBEBEB;
}
.interview .interview-row .interview-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview .interview-row h5 {
	margin-bottom: 20px;
}
.interview .interview-row .interview-answer-column {
	color: #3C3C3C;
}
.interview .interview-row .interview-answer-column p:last-of-type {
	margin-bottom: 0;
}
/* interview section responsive */
@media (min-width: 992px) {
	.interview-section .section-columns {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;	
	}
	.interview-section .section-columns .left-column {
		width: 36.5%;
	}
	.interview-section .section-columns .right-column {
		width: 60%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
	}
	.interview-section .section-columns .right-column .column-decores {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		display: block;
	}
	.interview-section .section-columns .right-column .column-decores img {
		opacity: .2;
		margin-left: -20px;
		max-height: 100%;
	}
	.interview .interview-row .interview-columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview .interview-row .interview-question-column {
		width: 30%;
	}
	.interview .interview-row .interview-answer-column {
		width: 60%;
	}
}
@media (min-width: 1200px) {
	.interview-section .section-columns {		
		margin-bottom: 110px;	
	}
	.interview-section .section-columns .right-column h1 {
		margin-top: 50px;
	}
	.interview-post-person {
		margin-bottom: 40px;
	}
	.interview .interview-row {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.interview .interview-row .interview-answer-column {
		font-size: 18px;
	}
}
@media (min-width: 1400px) {	
	.interview-section .section-columns .right-column {
		padding-right: 15%;
	}	
}
/* codex section */
.codex-row {
	padding-top: 24px;	
}
.codex-row:first-of-type {
	padding-top: 50px;
}
.codex-title .flex-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.codex-title .flex-wrapper img {
	margin-right: 10px;
	width: 29px;
}
.codex-title h2 {
	margin-bottom: 18px;
}
.codex-title .flex-wrapper h4 {
	margin-bottom: 0;
}
.codex-row .codex-description {
	font-size: 15px;
	padding-bottom: 24px;
	border-bottom: 2px solid #EBEBEB;
}
.codex-row:first-of-type .codex-description {
	padding-bottom: 50px;
}
.codex-row:last-of-type .codex-description {
	border: none;
}
.codex-row .codex-description h5 {
	margin-bottom: 0;
}
.codex-row .codex-description p:last-of-type {
	margin-bottom: 0;
}
/* codex section responsive */ 
@media (min-width: 768px) {
	.codex-row {
		border-bottom: 2px solid #EBEBEB;
		padding-bottom: 24px;
	}
	.codex-row .columns-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.codex-row .codex-title {
		width: 50%;
		padding-right: 40px;
		box-sizing: border-box;
	}
	.codex-row .codex-description {
		width: 50%;
		padding-left: 40px;
		box-sizing: border-box;
		padding-bottom: 0;
		border-bottom: none;
	}
	.codex-row:first-of-type .codex-description {
		padding-bottom: 0;
	}
	.codex-title .flex-wrapper {
		margin-bottom: 0;
	}
	.codex-title .flex-wrapper img {
		margin-right: 24px;
		width: 40px;
	}	
}
@media (min-width: 1200px) {
	.codex-row {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.codex-row:first-of-type {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.codex-row .codex-title {
		padding-right: 80px;
	}
	.codex-row .codex-description {
		font-size: 16px;
	}
	.codex-row .codex-description h5 {
		margin-top: 10px;
	}
}
/* standarts section */
.standarts-section {
	background: #103B71;
	color: #fff;
}
.standarts-section .section-title:before {
	color: #fff;
}
.standarts-section .standarts-row {
	border-bottom: 1px solid rgba(240, 248, 253, .2);
	font-size: 15px;
}
.standarts-section .standarts-row .columns-wrapper .standarts-title {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(240, 248, 253, .2);
}
.standarts-section .standarts-row h2,
.standarts-section .standarts-row h5 {
	margin-bottom: 0;
}
.standarts-section .standarts-row .columns-wrapper .standarts-description {
	padding-top: 24px;
	padding-bottom: 24px;
}
.standarts-section .standarts-row:first-of-type .columns-wrapper .standarts-title {
	border-right: none;
	border-bottom: none;
	padding-top: 50px;
	padding-bottom: 0;
}
.standarts-section .standarts-row:first-of-type  .columns-wrapper .standarts-description {
	padding-top: 18px;
}
.standarts-section .standarts-row p:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #F0F8FD;
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: -3px;
}
.standarts-section .standarts-row p:last-of-type {
	margin-bottom: 0;
}
.standarts-section .standarts-row .important-text {
	font-size: 16px;
} 
.download-button {
	margin-top: 40px;
}
.download-button .wp-element-button {
	padding: 10px 4px 10px 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	border-radius: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: .5s;
	position: relative;
	background: #151515;
}
/* standarts section responsive */
@media (min-width: 768px) {
	.standarts-section .standarts-row .columns-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.standarts-section .standarts-row .columns-wrapper .standarts-title {
		padding: 47px 80px 47px 0 !important;
		box-sizing: border-box;
		width: 50%;
		border-right: 1px solid rgba(240, 248, 253, .2);
		border-bottom: none;
	}
	.standarts-section .standarts-row .columns-wrapper .standarts-description {
		padding: 47px 0 47px 40px !important;
		box-sizing: border-box;
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.standarts-section .standarts-row {
		font-size: 18px;
	}
	.standarts-section .standarts-row .important-text {
		font-size: 20px;
	} 
	.download-button {
		margin-top: 80px;
	}
}
/* banner section */
.banner-section {
	padding: 24px 0 0 0;
}
.banner-section .columns-wrapper {	
	margin-bottom: 50px;
}
.banner-section .columns-wrapper .left-column h2 {
	margin-bottom: 18px;
}
.banner-section .columns-wrapper .right-column .section-title {
	margin-top: 3px;
}
.info-banner {
	color: #fff;
	position: relative;
	overflow: hidden;
}
.info-banner:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(16, 59, 113, .4);
	z-index: 5;
}
.info-banner:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 4;
}
.decor-arrow {
	position: absolute;
	top: -2.5%;
	bottom: 0;
	left: 40%;
	height: 110%;
	display: none;
	z-index: 6;
}
.decor-arrow:nth-of-type(2) {
	margin-left: -100px;
}
.decor-arrow:nth-of-type(3) {
	margin-left: -200px;
}
.info-banner .banner-columns {
	height: 100%;
	padding: 40px 15px;
	position: relative;
	z-index: 10;
}
.info-banner h2 {
	font-size: 22px;
	margin-bottom: 16px;
}
.info-banner .banner-description {
	font-size: 15px;
	margin-bottom: 50px;
}
.banner-buttons {
	text-align: center;
}
.banner-decor-element {
	position: absolute;
	z-index: 15;
}
.banner-decor-element:before {
	content: '';
    font-family: "abpmp";
    font-size: 26px;
	color: #fff;	
}
.banner-decor-element.decor-element-1 {
	top: 4px;
    left: 9px;
}
.banner-decor-element.decor-element-1:before {
	content: '\e810';
	font-size: 14px;
}
.banner-decor-element.decor-element-2 {
	top: -2px;
	right: 0;
}
.banner-decor-element.decor-element-2:before {
	content: '\e811';	
}
.banner-decor-element.decor-element-3 {
	bottom: -2px;
	right: 0;
}
.banner-decor-element.decor-element-3:before {
	content: '\e80f';	
}
.banner-decor-element.decor-element-4 {
	bottom: -2px;
	left: 0;
}
.banner-decor-element.decor-element-4:before {
	content: '\e80e';	
}
.banner-buttons .button-container+.button-container {
	margin-top: 24px;
}
/* banner section responsive */
@media (min-width: 1200px) {
	.banner-section {
		padding: 78px 0 0 0;
	}
	.info-banner h2 {
		font-size: 42px;
	}
	.banner-section .columns-wrapper {
		margin-bottom: 106px;
		display: flex;
	}
	.banner-section .columns-wrapper .left-column {
		width: 50%;
	}
	.banner-section .columns-wrapper .left-column h2 {
		margin-bottom: 0;
		max-width: 513px;
	}
	.banner-section .columns-wrapper .right-column {
		width: 50%;
	}
	.info-banner .banner-columns {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 24px;
		padding: 56px 82px 40px 54px;
	}
	.info-banner .banner-columns .right-column {
		max-width: 380px;
		min-height: 266px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.info-banner .banner-description {
		font-size: 18px;
	}
	.banner-buttons {
		text-align: left;
	}	
	.decor-arrow {
		display: inline-block;
	}
}
/* vision-section */
.vision-section {
	padding: 50px 0;
}
.section-row.mission-row {	
	padding-bottom: 24px;	
}
.section-row.vision-row {
	margin-bottom: 40px;
}
.vision-section .section-row h2 {
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	color: #103B71;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
	opacity: .15;
	margin-bottom: 24px;
}
.vision-section .section-row.mission-row h2:after {
	content: '';
	width: 92px;
	height: 78px;
	display: inline-block;	
	background: url(images/title-arrows.svg) no-repeat;
	background-size: 100%;
}
.vision-section .section-row.vision-row h2:after {
	content: '';
	width: 92px;
	height: 78px;
	display: inline-block;	
	background: url(images/title-eye.svg);
	background-size: 100%;
}
.section-row.mission-row .rightcolumn {	
	border-bottom: 2px solid #EBEBEB;
	padding-bottom: 24px;
}
.mission-description {
	color: #3C3C3C;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
} 
.mission-description:before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(images/description-icon.svg) no-repeat;
	background-size: 100%;
	margin-right: 3px;
} 
.vision-list {
	margin: 0;
	padding: 0;
	color: #3C3C3C;
	font-size: 16px;
	line-height: normal;
}
.vision-list li {
	margin-bottom: 18px;
	list-style: none;
}
.list-counter {
	font-weight: 900;
	font-size: 12px;
	color: #fff;
	background: #103B71;
	padding: 2px;
	border-radius: 3px;
	margin-right: 5px;
	position: relative;
	top: -3px;
}
.vision-banner {
	min-height: 361px;
	color: #fff;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.vision-banner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(223deg, rgba(77, 159, 217, 0.50) 12.73%, rgba(41, 84, 115, 0.50) 87.27%);
	display: block;
	z-index: 2;
}
.vision-banner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
	display: block;
	z-index: 1;
}
.vision-banner h2 {
	max-width: 815px;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
	font-size: 22px;
}
.vision-line {
	display: none;
}
.vision-banner .decor-arrow {
	display: none;
}
/* vision-section responsive */
@media (min-width: 768px) {
	.vision-section .section-column {
		display: flex;
		justify-content: space-between;
	}
	.vision-section .section-column .leftcolumn {
		width: 50%;
		box-sizing: border-box;
		padding-right: 40px;
	}
	.vision-section .section-column .rightcolumn {
		width: 50%;
		box-sizing: border-box;
		padding-left: 40px;
	}
	.section-row {
		margin-bottom: 24px;
	}
	.section-row.mission-row {	
		border-bottom: 2px solid #EBEBEB;		
	}
	.section-row.mission-row .rightcolumn {	
		border-bottom: none;
		padding-bottom: 0;
	}
	.mission-description {
		margin-top: 7px;
	}	
}
@media (min-width: 1200px) {
	.vision-banner h2 {
		font-size: 42px;
	}
	.vision-section {
		padding: 72px 0 91px;
	}	
	.vision-section .section-row h2 {
		font-size: 115px;
		gap: 24px;
	}
	.vision-section .section-row.mission-row h2:after,
	.vision-section .section-row.vision-row h2:after {
		width: 118px;
		height: 100px;
	}
	.mission-description {
		font-size: 20px;
	}
	.section-row {
		margin-bottom: 108px;
	}
	.section-row.mission-row {
		padding-bottom: 100px;	
	}
	.vision-list {
		font-size: 20px;
	}
	.vision-list li {
		margin-bottom: 51px;
	}
	.section-row.vision-row {
		margin-bottom: 63px;
	}
	.vision-banner {
		padding: 54px;
	}
	.vision-line {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: 1px;
		background: rgba(255, 255, 255, .2);
		z-index: 5;
		display: block;
	}
	.vision-banner .decor-arrow {
		z-index: 3;
		left: 70%;
		display: block;
	}
}
/* principles section */
.principles-section {
	background: #103B71;
	color: #fff;
	padding: 50px 0;
}
.principles-section h2 {
	font-size: 22px;
	margin-bottom: 60px;
}
.principles-list {
	margin: 0 0 50px 0;
}
.principles-list .principle-column {
	margin-bottom: 18px;
}
.principles-list .principle-column .principle-item {
	height: 100%;
	color: #103B71;
	position: relative;
	padding: 49px 25px 34px 25px;
	background: #fff url(images/item-arrow.svg) no-repeat center right;
	background-size: auto 100%;
	box-sizing: border-box;
}
.principles-list .principle-column .principle-item:before {
	content: '\e811';
	font-family: "abpmp";
    font-size: 26px;
	color: #103B71;
	position: absolute;
	top: 0;
	right: 0;
}
.principles-list .principle-column .principle-item img {
	margin-bottom: 22px;
}
.principles-list .principle-column .principle-item .principle-description {
	font-size: 16px;
	line-height: normal;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.principles-list .principle-column .principle-item .principle-description p {
	margin-bottom: 0;
}
.steps-list .step-item {
	box-sizing: border-box;
	padding: 24px 10px;
	border-bottom: 1px solid rgba(240, 248, 253, .2);
	display: flex;
	align-items: center;
	gap: 22px;
}
.steps-list .step-item:first-of-type {
	padding-top: 0;
}
.steps-list .step-item h2 {
	margin-bottom: 0;
}
.steps-list .step-item .count-value {
	color: rgba(240, 248, 253, .5);
	font-size: 40px;
	font-weight: 600;
}
.steps-list .step-item .step-text {
	color: #F0F8FD;
	font-size: 16px;
	line-height: normal;
}
/* principles section responsive */
@media (max-width: 767px) {
	.principles-section h2 br {
		display: none;
	}
}
@media (min-width: 768px) {
	.principles-section h2 {
		margin-bottom: 0;
	}
	.principles-list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -14px 50px;
	}
	.principles-list .principle-column:first-of-type {
		display: flex;
		align-items: center;
	}
	.principles-list .principle-column {
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 14px;
		margin-bottom: 28px;
	}	
	.steps-list {
		display: flex;
		flex-wrap: wrap;
	}
	.steps-list .step-item {
		width: 50%;
		box-sizing: border-box;
		padding: 40px;
		border-bottom: 1px solid rgba(240, 248, 253, .2);
		display: flex;
		align-items: center;
		gap: 22px;
	}
	.steps-list .step-item:nth-of-type(1),
	.steps-list .step-item:nth-of-type(2) {
		padding-top: 15px;
	}
	.steps-list .step-item:nth-of-type(odd) {
		padding-left: 0;
		border-right: 1px solid rgba(240, 248, 253, .2);
	}
}
@media (min-width: 1200px) {
	.principles-section {
		padding: 150px 0 120px;
	}
	.principles-section h2 {
		font-size: 42px;
	}
	.principles-list .principle-column h2 {
		margin: 19px 0 0 39px;
	}
	.principles-list .principle-column {
		margin-bottom: 28px;
	}
	.principles-list .principle-column .principle-item .principle-description {
		font-size: 20px;
		min-height: 112px;
	}
	.principles-list {
		margin-bottom: 80px;
	}
	.steps-list .step-item .count-value {
		font-size: 48px;
	}
	.steps-list .step-item .step-text {
		font-size: 20px;
	}
	.steps-list .step-item:nth-of-type(1) {
		padding-left: 40px;
	}
}
/* why important section */
.why-important-section {
	padding-top: 50px;
	position: relative;
	overflow: hidden;
}
.why-important-section hr {
	margin-top: 34px;
	border-bottom: 2px solid #ebebeb;
}
.why-important-section:before,
.why-important-section:after {
	content: '';
	background: url(images/arrow-gray-thick.svg) no-repeat;
	background-size: 100%;
	width: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30%;
	z-index: -1;
}
.why-important-section:before {
	margin-left: -190px;
}
.why-important-section .content-column .tab-content {
	height: 100%;
}
.why-important-section .tab-pane {
	position: relative;
	height: 100%;
}
.why-important-section .tab-pane:before {
	content: '\e811';
	font-family: "abpmp";
    font-size: 26px;
    color: #fff;
	position: absolute;
	top: -2px;
    right: 0;
	z-index: 10;
}
.why-important-section .tab-pane .tab-image {
	width: 100%;
	height: auto;
}
.tab-text {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(255, 255, 255, .8);
	color: #151515;
	font-size: 16px;
	line-height: normal;
	z-index: 20;
	padding: 10px;
	padding-left: 0;
}
.tab-text ul {
	margin: 0;
}
.why-important-section .nav.nav-tabs {
	display: block;
	border-bottom: none;
	margin-bottom: 24px;
}
.why-important-section .section-columns .rightcolumn .links-column h2 {
	font-size: 22px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.why-important-section .nav-tabs .nav-item {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 500;
}
.why-important-section .nav-tabs .nav-item .nav-link {
	border: none !important; 
	padding: 0 30px 0 0;
	color: #727272;
	position: relative;
}
.why-important-section .nav-tabs .nav-item .nav-link.active:after {
	content: '';
	background: url(images/list-arrow.svg) no-repeat center;
	width: 10px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 5px;
	display: inline-block;
}
.why-important-section .nav-tabs .nav-item .nav-link.active {
	color: #151515;
	background: none;
}
/* why important section responsive */
@media (max-width: 767px) {
	.why-important-section .section-columns .rightcolumn .links-column h2 br {
		display: none;
	}
}
@media (min-width: 768px) {
	.why-important-section {
		padding-bottom: 50px;
		border-bottom: 2px solid #ebebeb;
	}	
	.why-important-section .section-columns .leftcolumn h5 {
		margin-top: 26px;
	}	
	.why-important-section .tab-pane .tab-image {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		object-fit: cover;
	}
	.why-important-section hr {
		display: none;
	}
	.why-important-section .section-columns .rightcolumn {		
		display: flex;
		flex-wrap: wrap;
	}
	.why-important-section .section-columns .rightcolumn .links-column {
		width: 50%;
	}
	.why-important-section .section-columns .rightcolumn .content-column {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.why-important-section .section-columns {
		display: flex;
		flex-wrap: wrap;
	}
	.why-important-section .section-columns .leftcolumn {
		width: 34%;
		box-sizing: border-box;
		padding-right: 20px;
	}	
	.why-important-section .section-columns .rightcolumn {
		width: 66%;
	}
}
@media (min-width: 1200px) {
	.why-important-section {
		padding-top: 102px;
		padding-bottom: 108px;
		border-bottom: 2px solid #ebebeb;
	}
	.why-important-section .section-columns .rightcolumn .links-column h2 {
		margin-top: 28px;
		margin-bottom: 45px;
		font-size: 42px;
	}	
	.why-important-section .nav-tabs .nav-item {
		margin-bottom: 45px;
		font-size: 24px;
	}
	.why-important-section .nav.nav-tabs {
		margin-bottom: 60px;
	}
	.tab-text {
		font-size: 18px;
	}
	.why-important-section .nav-tabs .nav-item .nav-link.active:after {
		top: 7px;
	}
	.tab-text {
		bottom: 20px;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 25px;
	}
	.why-important-section:before,
	.why-important-section:after {
		width: 489px;
	}
	.why-important-section:before {
		margin-left: -400px;
	}
}
