/* -- First Block (Slider + Text) -- */
.first-block {
	display: flex;
	padding: 0;
	max-height: 510px;
	height: 100vh;
	flex-wrap: wrap;
	max-width: 1920px;
}
.first-block__left {
/*	max-width: 1015px;*/
	width: 75%;
	height: 100%;
	display: flex;
	position: relative;
}
.first-block__right {
	width: 25%;
	height: 100%;
	background-color: #f2f2f2;
}
.home-slider__items {
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.home-slider .slick-track {
	height: 100%;
}
.home-slider__item {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	height: 100%;
	flex: 1 0 auto;
	width: 100%;
/*	max-width: 1015px;*/
	max-width: 1427px;
}
.slick-initialized .home-slider__item.slick-slide {
	display: flex;
}
.home-slider__image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.home-slider__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
/*	padding: 60px 60px 88px 120px;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.home-slider__content {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
	max-width: 1020px;
	right: 0;
	padding: 60px 60px 88px 0;
}
.home-slider__title {
	position: relative;
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	width: 100%;
}
.home-slider__button {
	position: relative;
	width: 190px;
	color: #282828;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 27px;
	flex:none;
}
.first-block__right_text {
	font-size: 34px;
	line-height: 46px;
	color: #282828;
	padding: 110px 40px;
	padding-right: 50px;
}
.first-block__right_text > strong {
	font-weight: 600;
}

.home-slider__dots {
	position: absolute;
	bottom: 22px;
	padding-right: 120px;
	width: 100%;
	justify-content: flex-end;
	display: flex;
}
.home-slider__dots > ul {
	display: flex;
}
.home-slider__dots > ul > li {
	width: 26px;
	height: 26px;
	border: 1px transparent solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}
.home-slider__dots > ul > li.slick-active {
	border-color: #fff;
}
.home-slider__dots > ul > li > button {
	font-size: 0;
	background: #fff;
	border: 0;
	width: 6px;
	height: 6px;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
}
@media screen and (max-width:1600px) {
	.home-slider__content {
		padding-left: 10px;
	}
}
@media screen and (max-width:1500px) {
	.home-slider__content {
		padding-left: 30px;
	}
}
@media screen and (max-width:1450px) {
	.home-slider__content {
		padding-left: 70px;
	}
}
@media screen and (max-width:1350px) {
	.first-block__right, .first-block__left, .home-slider__item {
		width: 100%;
		max-width: 100%;
	}
	.first-block {
		max-height: 100%;
		height: auto;
	}
	.first-block__left {
		height: 450px;
		max-height: 100%;
	}
	.first-block__right_text {
		padding: 70px 40px;
	}
	.home-slider__dots {
		padding-left: 120px;
		justify-content: flex-start;
	}
	.home-slider__content {
		max-width: 100%;
		padding-left: 120px;
	}
}
@media screen and (max-width:768px) {
	.home-slider__content {
		padding: 40px 40px 88px 40px;
	}
	.home-slider__dots {
		padding-left: 40px;
		padding-right: 0;
	}
}
@media screen and (max-width:600px) {
	.home-slider__title {
		font-size: 28px;
		line-height: 38px;
	}
}
@media screen and (max-width:550px) {
	.first-block__right_text {
		padding: 40px;
	}
}

/* -- Second Block (Counts) -- */
.second-block {
	padding: 0;
}
.about-number {
	margin-bottom: 0;
}
.about-number__container {
	padding-top: 56px;
	border: 0;
	padding-bottom: 76px;
	margin-bottom: 0;
}
@media screen and (max-width:550px) {
	.about-number__container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* -- Third Block (NOT) -- */
.third-block {
	padding: 0;
	display: flex;
	background-color: #4E98DA;
	max-width: 1920px;
	position: relative;
}
.third-block.full-width .container {
	display: flex;
	height: 100%;
	min-height: 363px;
	position: relative;
}
.third-block__back-1 {
	position: absolute;
	background-image: url(../img/wave-background.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 50%;
	left: 0;
	top: 0;
	height: 100%;
}
.third-block__back-2 {
	position: absolute;
	display: none;
}
.third-block__left {
	max-width: 531px;
	width: 100%;
	flex: none;
}
.third-block__right {
	width: 100%;
}
.not-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 0;
	padding-right: 70px;
}
.not-title__word {
	font-weight: 700;
	font-size: 44px;
	line-height: 53px;
	color:#333333;
	margin: 5px 0;
}
.not-title__word > span { 
	color: #4E98DA;
}
.not-content {
	padding-left: 70px;
	padding-top: 50px;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	padding-right: 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	background-color: #4e98da;
}
.not-content__title {
	font-weight: 600;
	font-size: 34px;
	line-height: 46px;
	color: #FFFFFF;	
	margin-bottom: 21px;
}
.not-content__text,
.not-content p {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	width: 100%;
}
.not-content__button {
	padding: 0 20px;
	max-width: 190px;
	margin-top: auto;
	margin-bottom: 40px;
}
.not-content__count {
	font-weight: 500;
	font-size: 24px;
	line-height: 28.18px;
	color: #FFFFFF;
	max-width: 245px;
	margin-top: auto;
}
.not-content__count > span {
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
}
.not-content_image--img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1350px) {
	.third-block__back-1 {
		width: 100%;
		height: 143px;
	}
	.third-block.full-width .container {
		flex-wrap: wrap;
	}
	.third-block__left {
		max-width: 100%;
		background-repeat: repeat;
		background-size: 70%;
	}
	.not-title {
		flex-direction: row;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.not-title__word {
		margin: 5px 15px;
		font-size: 38px;
	}
	.not-content__button {
		margin-bottom: 0;
	}
	.not-content__text {
		margin-bottom: 50px;
	}
	.not-content__count {
		display: flex;
		align-items: center;
		max-width: 100%;
		margin-top: 0;
		font-size: 20px;
	}
	.not-content__count > span {
		margin-right: 15px;
	}
}
@media screen and (max-width:991px) {
	.not-title {
		padding-left: 0;
		padding-right: 40px;
	}
	.not-content {
		padding-left: 20px;
		padding-right: 0;
	}
	.not-content__count {
		max-width: 60%;
		line-height: normal;
	}
}
@media screen and (max-width:768px) {
	.third-block__back-1 {
		height: 269px;
	}
	.not-title {
		flex-direction: column;
		align-items: center;
	}
	.not-title__word {
		max-width: 267px;
		width: 100%;
	}
	.not-content__text,
	.not-content p {
		font-size: 22px;
		line-height: 30px;
	}
}
@media screen and (max-width:600px) {
	.not-content__count {
		flex-direction: column;
		max-width: 100%;
		width: 100%;
		margin-top: 20px;
	}
	.not-content__count > span {
		margin-left: 0;
		margin-right: auto;
	}
	.not-content__button {
		margin: auto;
		max-width: 100%;
		width: 100%;
	}
}

/* -- Fourth Block -- */
.fourth-block {
	padding-top: 95px;
	padding-bottom: 45px;
}
.fourth-block__title {
	margin-bottom: 40px;
}
.fourth-block__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fourth-block__item {
	display: flex;
	background-color: #F0F0F0;
	max-width: 589px;
	width: 49%;
	margin-right: 1%;
	min-height: 215px;
	margin-bottom: 28px;
}
.fourth-block__item:nth-child(2n) {
	margin-right: 0;
}
.fourth-block__item_image {
	max-height: 179px;
	width: 100%;
	margin-top: auto;
	margin-bottom: 0;
	display: flex;
	flex: none;
	max-width: 170px;
	justify-content: center;
}
.fourth-block__item_image--img {
	height: 100%;
	width: auto;
	object-fit: contain;
}
.fourth-block__item_info {
	display: flex;
	flex-direction: column;
	padding: 30px 25px;
	max-width: 410px;
	width: 100%;
/*	flex: none;*/
	box-sizing: border-box;
}
.fourth-block__item_info--title {
	font-weight: 600;
	font-size: 28px;
	line-height: 39px;
	color: #282828;
	margin-bottom: 5px;
}
.fourth-block__item_info--text {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #545454;
}
.fourth-block__item_info--btn {
	border: 1px solid #DADADA;
	margin-top: auto;
	max-width: 190px;
}
@media screen and (max-width:1350px) {
	.fourth-block__item_info {
		padding: 20px;
	}
	.fourth-block__item_info--title {
		font-size: 22px;
		line-height: 30px;
	}
	.fourth-block__item_info--text {
		font-size: 16px;
		line-height: 24px;
	}
}
@media screen and (max-width:991px) {
	.fourth-block__item {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.fourth-block__item_image {
		max-width: 250px;
	}
	.fourth-block__item_info {
		max-width: 100%;
	}
}
@media screen and (max-width:550px) {
	.fourth-block__item_image {
		max-width: 150px;
	}
}
@media screen and (max-width:425px) {
	.fourth-block__item_image {
		max-width: 80px;
	}
}

/* -- Fifth Block (Experts) -- */
.fifth-block {
	padding-top: 50px;
	padding-bottom: 45px;
}
.fifth-block__title {
	margin-bottom: 40px;
}
.experts {
	display: flex;
}
.experts__block-left {
	max-width: 361px;
	width: 50%;
	margin-right: 45px;
}
.experts__block-right {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.experts__person {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.experts__person_image {
	display: flex;
}
.experts__person_image--img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.experts__person_info {
	display: flex;
	flex-direction: column;
}
.experts__person_quote, 
.experts__person_name,
.experts__person_desc {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #282828;
	width: 100%;
}
.experts__person_quote {
	margin-top: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.experts__person_name {
	font-weight: 700;
}
.experts__person_desc {
	margin-top: 10px;
}

.experts__block-left .experts__person_image {
	height: 361px;
}
.experts__block-right .experts__person {
	max-width: 380px;
	border-bottom: 1px #DADADA solid;
	padding-bottom: 24px;
	flex-direction: row;
	margin-bottom: 20px;
	width: 49%;
}
.experts__block-right .experts__person_info {
	margin-left: 23px;	
}
.experts__block-right .experts__person_image {
	width: 140px;
	height: 140px;
	flex: none;
}

@media screen and (max-width:1350px) {
	.experts {
		flex-wrap: wrap;
	}
	.experts__block-left {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
	.experts__block-left .experts__person {
		flex-direction: row;
	}
	.experts__block-left .experts__person_image {
		max-width: 361px;
		width: 100%;
		flex: none;
	}
	.experts__block-left .experts__person_info {
		padding-left: 30px;
	}
}
@media screen and (max-width:768px) {
	.experts__block-left {
		margin-right: 0;
	}
	.experts__block-left .experts__person {
		flex-direction: column;
	}
	.experts__block-left .experts__person_info {
		padding-left: 0;
	}
	.experts__block-right .experts__person {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:425px) {
	.experts__block-right .experts__person_image {
		width: 110px;
		height: 110px;
	}
}

/* -- Seventh Block (News) -- */
.seventh-block {
	padding-top: 50px;
	padding-bottom: 90px; 
	display: flex;
	flex-wrap: wrap;
}
.seventh-block__title {
	margin-bottom: 40px;
}
.news-slider-arrows {
	display: flex;
	margin-left: auto;
	max-height: 24.5px;
	margin-bottom: 50px;
	margin-top: auto;
	margin-right: 31px;
}
.news-slider-arrows > span {
	display: flex;
	cursor: pointer;
}
.news-slider-arrows > span:hover svg path {
	stroke: #143F74;
}
.news-slider-arrows__prev {
	margin-right: 30px;
	transform: rotate(180deg);
}
.news {
	display: flex;
	overflow: hidden;
	width: 100%;
}
.news__item {
	flex: 1 0 auto;
	max-width: 277px;
/*	margin-left: 31px;*/
	margin-right: 31px;
}
.news__item:nth-child(4n) {
/*	margin-right: 0;*/
}
.news__item:first-child {
/*	margin-left: 0;*/
}
.news__item_image {
	display: flex;
	overflow: hidden;
}
.news__item_image--img {
	
}
.news__item_date {
	margin-top: 20px;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #A6A7A7;
}
.news__item_title {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #545454;	
}
.news__item_title:hover {
	text-decoration: underline;
	color: #282828;
}
@media screen and (max-width:1024px) {
	.news__item_title {
		font-size: 14px;
	}
}
@media screen and (max-width:425px) {
	.news__item {
		max-width: 385px;
	}
	.news__item.slick-slide {
		margin-right: 0;
	}
	.news__item_image--img {
		width: 100%;
		object-fit: cover;
	}
}

/* -- Eighth Block (Lib) -- */
.eighth-block {
	display: flex;
	max-width: 1920px;
	background-color: #4E98DA;
	position: relative;
}
.lib-image-block {
	position: absolute;
	width: 40%;
	right: 0;
	display: flex;
	height: 100%;	
}
.lib-image {
	width: 100%;
	height: 100%;
	object-fit: cover	
}
.eighth-block.full-width .container {
	display: flex;
}
.eighth-block__left.not-content {
	flex-direction: column;
	padding-right: 70px;
	padding-left: 0;
}
.eighth-block__left .not-content__text,
.eighth-block__left.not-content p {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
}
.eighth-block__left .not-content__button {
	margin-bottom: 0;
	margin-top: 36px;
}
.eighth-block .not-image--img {
	object-fit: cover;
}
.eighth-block__right {
	flex: none;
	display: flex;
	max-width: 531px;
	margin-left: auto;
	width: 100%;
}
@media screen and (max-width:1200px) {
	.eighth-block.full-width .container {
		padding-left: 0;
		padding-right: 0;
	}
	.eighth-block__left.not-content {
		padding-left: 50px;;
		padding-right: 50px;
	}
}
@media screen and (max-width:1024px) {
	.eighth-block__right {
		max-width: 431px;
	}
}
@media screen and (max-width:991px) {
	.lib-image-block {
		display: none;
	}
	.eighth-block__right {
/*		max-width: 300px;*/
		display: none;
	}
}
@media screen and (max-width:768px) {
	.eighth-block {
		flex-wrap: wrap;
	}
	.eighth-block.full-width .container {
		flex-wrap: wrap;
	}
	.eighth-block__left.not-content {
		width: 100%;
		padding-top: 30px;
		order: 2;
		padding-left: 20px;
		padding-right: 20px;
	}
	.eighth-block__right {
		max-width: 100%;
		width: 100%;
		height: 200px;
		order: 1;
	}
	.eighth-block .not-image--img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:600px) {
	.eighth-block__left .not-content__button {
		width: 100%;
		max-width: 100%;
	}
}
.rating-block  {
	padding-top: 40px;
	padding-bottom: 40px;
}
.rating-block .rating {
	padding-bottom: 0;
}
.rating-block .container__title {
	margin-bottom: 30px;
}

/* -- Ninth Block (Partners) -- */
.ninth-block {
	padding-top: 80px;
	padding-bottom: 0;
}