img {
	max-width: 100%;
	vertical-align: middle;
}

.container {
	padding: 0 20px;
}

@media screen and (min-width: 768px) {
	.container {
		padding: 0 30px;
	}
}

@media screen and (min-width: 1024px) {
	.container {
		padding: 0 40px;
	}
}

@media screen and (min-width: 1920px) {
	.container {
		padding: 0 70px;
	}
}

.main-header {
	height: 78px;
	margin: 20px 0;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 8px 0px rgba(16, 24, 63, 0.18);
}

.partners-preview {
	height: 100%;
	margin: 110px 15px 90px;
	padding: 90px 0;
	border-radius: 20px;
	background: #fff;
}

.partners-preview__wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.partners-preview__left {
	width: 100%;
	max-width: calc(824px - 93px / 2);
	margin: 0 93px 0 0;
}

.partners-preview__right img {
	vertical-align: top;
	border-radius: 20px;
}

.partners-preview__title {
	margin-bottom: 20px;
	padding-bottom: unset;
	font-family: 'BorjomiC-Bold';
	font-size: 52px;
	line-height: 130%;
	text-transform: uppercase;
	color: #1F235C;
}

@media screen and (max-width: 1024px) {
	.partners-preview__title {
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {
	.partners-preview__title {
		font-size: 30px;
	}
}

@media screen and (max-width: 550px) {
	.partners-preview__title {
		font-size: 20px;
	}
}

.partners-preview__text {
	font-size: 20px;
	color: #013366;
}

.partners-preview__text p {
	padding: unset;
}

.partners-preview__text p:not(:last-of-type) {
	margin-bottom: 32px;
}

.partners-block {
	margin: 0 15px;
}

.partners-block__title-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 20px 0 0;
	background: linear-gradient(108.94deg, #0C537A 0%, #80D1C9 104.65%);

}

.partners-block__title {
	max-width: 1030px;
	margin: 0 auto;
	padding: 88px 0;
	font-family: 'BorjomiC-Bold';
	font-size: 52px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

.partners-block__title-wrap_big .partners-block__title {
	max-width: 1600px;
	font-size: 72px;
}


@media screen and (max-width: 1024px) {
	.partners-block__title-wrap_big .partners-block__title,
	.partners-block__title {
		padding: 40px 0;
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {
	.partners-block__title-wrap_big .partners-block__title,
	.partners-block__title {
		font-size: 30px;
	}
}

@media screen and (max-width: 550px) {
	.partners-block__title-wrap_big .partners-block__title,
	.partners-block__title {
		font-size: 20px;
	}
}

.partners-block__title-wrap_big {
	margin-bottom: 90px;
	border-radius: 20px;
}

.partners-block__list-wrap {
	margin-bottom: 90px;
	padding: 90px 0;
	background: #fff;
	border-radius: 0 0 20px 20px;
}

.partners-block__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.partners-block__list-item {
	position: relative;
	width: calc(25% - ((20px * 2) / 3));
	margin-bottom: 20px;
	padding: 0 32px 47px;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 20px;
	text-align: center;
	border: 1px solid #012D62;
	border-radius: 20px;
	color: #013064;
	background: #FFF;
	box-sizing: border-box;
}

.partners-block__list-item-title {
	margin-bottom: 23px;
	font-family: 'BorjomiC-Bold';
	font-size: 52px;
	line-height: 110%;
	text-transform: uppercase;
	color: #013064;
}

.partners-block__list-item-text {
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-width: 496px;
	padding: unset;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #013064;
	overflow: hidden;
	margin: 0 auto;
}

.partners-block__list-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 204px;
}

.partners-block__list-item_big {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 554px;
	padding: 0 140px 0 60px;
	text-align: left;
}

.partners-block__list-item_big .partners-block__list-item-info {
	order: 1;
	width: 100%;
	max-width: 688px;
	margin-right: 78px;
}

.partners-block__list-item_big .partners-block__list-item-text {
	-webkit-line-clamp: 3;
	max-width: 496px;
	text-align: center;
}

.partners-block__list-item_big .partners-block__list-item-img {
	order: 2;
	height: 70%;
}

.partners-block__list-item_medium {
	width: calc(50% - ((20px * 2) / 3));
	padding: 0 58px 47px;
}

.partners-block__list-item_medium .partners-block__list-item-img {
	height: 255px;
}

.partners-block__list-item_medium .partners-block__list-item-text {
	-webkit-line-clamp: 2;
	max-width: 740px;
	text-align: center;
}

@media screen and (max-width: 1280px) {
	.partners-preview__wrap {
		display: block;
	}

	.partners-preview__left {
		max-width: unset;
		margin: 0 0 40px;
	}

	.partners-block__list-item {
		width: calc(50% - (20px / 2));
	}

	.partners-block__list-item_big {
		display: block;
		height: unset;
		padding: 0 32px 47px;
	}

	.partners-block__list-item_big .partners-block__list-item-info,
	.partners-block__list-item_big .partners-block__list-item-text {
		max-width: unset;
	}

	.partners-block__list-item_big .partners-block__list-item-title {
		display: none;
	}

	.partners-block__list-item_big .partners-block__list-item-img {
		order: unset;
		height: 204px;
	}

	.partners-block__list-item_big,
	.partners-block__list-item_medium {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.partners-block__list-item {
		width: 100%;
	}
}


.partners-block__list-item-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: unset !important;
}

.partners-form-block {
	max-width: 748px;
	margin: 0 auto;
}

.partners-form-block__title {
	margin-bottom: 20px;
	padding: unset;
	font-family: 'BorjomiC-Bold';
	font-size: 52px;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.partners-form-block__title {
		font-size: 30px;
	}
}

.partners-form-block__subtitle {
	max-width: 448px;
	margin: 0 auto;
	padding: unset;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	color: #FFF;
}

.partners-form {
	margin-top: 70px;
}

.partners-form__field {
	display: flex;
	width: 100%;
	height: 54px;
	margin-bottom: 20px;
	padding: 0 15px;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 16px;
	border: 1px solid #FFF;
	border-radius: 6px !important;
	color: #fff;
	background: unset;
	box-sizing: border-box;
}

.partners-form__field::placeholder {
	color: #D3D3D3;
}

.partners-form__label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.partners-form__checkbox {
	flex-shrink: 0;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	border: solid 1px rgba(255,255,255,0.6);
}

.partners-form__description {
	margin-top: 20px;
	padding: unset;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 16px;
	font-weight: 450;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.60);
}

.partners-form__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 208px;
	height: 54px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 14px;
	font-family: 'Futura PT Book', sans-serif;
	font-weight: 450;
	text-transform: uppercase;
	border: unset;
	border-radius: 10px !important;
	color: #FFF;
	background: linear-gradient(146.22deg, #00AEEF -3.11%, #347DF4 92.8%);
	cursor: pointer;
}

/* NEXT PAGE */
.projects-preview {
	height: 100%;
	margin: 110px 15px 90px;
	padding: 90px 0 69px;
	text-align: center;
	border-radius: 20px;
	background: linear-gradient(261.65deg, #0070A0 9.54%, #01AFFC 87.68%);
}

.projects-preview__suptitle {
	margin-bottom: 19px;
	padding-bottom: unset;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

.projects-preview__title {
	width: 100%;
	max-width: 1333px;
	margin: 0 auto 20px;
	padding-bottom: unset;
	font-family: 'BorjomiC-Bold';
	font-size: 52px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

@media screen and (max-width: 1024px) {
	.projects-preview__title {
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {
	.projects-preview__title {
		font-size: 30px;
	}
}

@media screen and (max-width: 550px) {
	.projects-preview__title {
		font-size: 20px;
	}
}


.projects-preview__text {
	width: 100%;
	max-width: 1066px;
	margin: 0 auto 26px;
	padding: unset;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	color: #FFF;
}

.projects-preview__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 630px;
	margin: 0 auto 40px;
	height: 55px;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 17px;
	font-weight: 450;
	text-align: center;
	color: #FFF !important;
	border-radius: 20px;
	border: 1px solid #FFF !important;
	background: unset;
}

.projects-preview__scroll {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	text-decoration: none !important;
	border: unset !important;
	background: url('/images/ico-scroll.svg') center no-repeat;
}

.projects-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 15px;
}

.projects-list__item {
	display: flex;
	align-items: flex-end;
	position: relative;
	width: calc(33.33% - ((40px * 2) / 3));
	height: 424px;
	border-radius: 20px;
	overflow: hidden;
}

.projects-list__item:not(:last-of-type) {
	margin-bottom: 90px;
}

@media screen and (min-width: 960px) {
	.projects-list__item:nth-last-of-type(2),
	.projects-list__item:nth-last-of-type(3) {
		margin: unset;
	}
}

.projects-list__item-img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% - 110px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.projects-list__item-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 110px;
	padding: 0 40px;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
	text-align: center;
	color: #013366;
	background: #fff;
}

@media screen and (max-width: 960px) {
	.projects-list__item {
		width: calc(50% - (40px / 2));
		margin-bottom: 45px;
	}
}


@media screen and (max-width: 768px) {
	.projects-list__item {
		width: 100%;
	}
}