.page__text {
	width: 80%;	
}

.page__text_20 {
	font-size: 20px;
	font-weight: 500;
}

.page__logos {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}

.page__logos div {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
	border-radius: 24px;
	height: 220px;
}

.page__logos div img {
	max-width: 90%;
}

.page__logos_4 {
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.page__blue {
	border-radius: 16px;
	background: #F2F2FB;	
	padding: 30px;
	font-size: 24px;
	margin-bottom: 80px;
	text-align: left;
}

.page__blue_info {
	display: flex;
	gap: 16px;
	font-size: 20px;
	margin-bottom: 0;
}

.page__blue_info:before {
    display: block;
	flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/info.png) no-repeat;
	margin-top: 4px;
}

.page__text-tile {
	margin: 80px 0;
}

.page__text-tile-wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.page__text-tile-item {
	position: relative;
    padding: 20px;
    border-radius: 24px;
    background: #F5F5F5;
    font-size: 20px;
    color: #0a0a0a;
    line-height: 1.6;
}

.page__text-tile-item:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/images/check-circle.png) no-repeat;
    margin-bottom: 25px;
}

.page__title {
	font-size: 48px;
    color: #0a0a0a;
    margin: 0 0 40px;
    font-weight: 600;
    line-height: 1;
	text-align: center;
    word-wrap: break-word;
}

.page__title_left {
	text-align: left;
}

.page__title2 {
	font-size: 32px;
    color: #0a0a0a;
    margin: 0 0 30px;
    font-weight: 600;
    line-height: 1.2;
    word-wrap: break-word;
}

.page__title2_blue {
	color: #0202B3;
}

.company-icons {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 80px;
}

.company-icons__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: #F5F5F5;
	color: #0A0A0A;
	font-weight: 500;
	font-size: 16px;
	height: 206px;
}

.company-icons__item-num {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
}

.company-video {}

.company-video video {
	border-radius: 24px;
}

.company-video-title {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 20px;
}

.page-gray-block {
	border-radius: 24px;
	padding: 30px;
	background: #F5F5F5;
	margin-bottom: 30px;
}

.page-gray-block__title {
	font-weight: 600;
	font-size: 32px;
	color: #0202B3;
	border-bottom: 2px solid #0202B3;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1;
}

.page-gray-block__sub-title {
	font-weight: 600;
	color: #0A0A0A;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.page-gray-block__content {
	font-weight: 500;
	color: #0A0A0A;
	padding: 0 5px;
	font-size: 16px;
}

.page-gray-block__text {
	padding-bottom: 5px;
}

.page-gray-block__text p {
	margin: 0 0 8px 0;
}

.page-gray-block__text a {
	color: #0202B3;
}

.page-gray-block__content ol {
	margin: 0;
	padding: 0 0 0 20px;
}

.page-gray-block__content ol li {
	margin-bottom: 25px;
}

.page-gray-block__content ol li:last-child {
	margin-bottom: 0;
}

.page-gray-block__content ol li::marker {
	font-weight: 600;
	font-size: 22px;
}

.page-text-note {
	font-weight: 500;
	font-size: 20px;
	color: #0A0A0A;
	line-height: 1.4;
}

.page__list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.page__list_mar {
	margin-bottom: 60px;
}

.page__list li {
	display: flex;
	margin-bottom: 20px;
	text-align: left;
}

.page__list li:before {
    display: inline-flex;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/check-circle.png) no-repeat;
	background-size: cover;
    margin-right: 10px;
}

.page__list-tile {
	border-radius: 24px;
    background: #F5F5F5;
    padding: 30px 30px 10px;	
	margin-bottom: 50px;
}

.page__list-tile-wrapper {
	max-width: 1420px;
    margin-left: auto;
    margin-right: auto;	
}

.page__list-tile ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 10px 24px;
    list-style: none;
    margin: 0;
    padding: 0;
	font-size: 20px;
	font-weight: 500;	
}

.page__list-tile ol li {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: flex-start;
    counter-increment: cnt;
    margin-bottom: 20px;
}

.page__list-tile ol li:before {
    background: url(/images/s-mark-list.png);
    background-size: cover;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #0202b3;
    text-align: center;
    margin-top: 1px;
    border-radius: 50%;
    font-weight: 600;
}

@media (max-width: 1100px) {
	.page__text {
		width: 100%;
	}
}

@media (max-width: 840px) {
	.page__logos div {
		height: 160px;
		border-radius: 16px;
	}
	
	.page__logos div img {
		max-width: 70%;
	}	
	
	.page__title {
		font-size: 32px;
	}	
	
	.page__title2 {
		font-size: 20px;
	}
	
	.page__text-tile-item {
		border-radius: 16px;
		font-size: 16px;
	}	
	
	.page__text-tile-item:before {
		width: 32px;
		height: 32px;
		background-size: cover;
		margin-bottom: 15px;
	}
	
	.company-icons {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 40px;
		gap: 10px;
	}
	
	.company-icons__item {
		border-radius: 16px;
		height: 148px;
		font-size: 14px;
	}
	
	.company-icons__item-num {
		font-size: 32px;
	}
	
	.company-video-title {
		font-size: 32px;
		line-height: 1.1;
	}
}

@media (max-width: 740px) {
	.page-gray-block {
		border-radius: 16px;
		padding: 20px;
	}
	
	.page-gray-block__title {
		font-size: 20px;
	}
	
	.page-gray-block__sub-title,
	.page-text-note	{
		font-size: 16px;
		line-height: 1.4;
	}
	
	.page-gray-block__content ol li::marker {
		font-size: 16px;
	}	
}

@media (max-width: 540px) {
	.page__text-tile {
		margin: 40px 0;
	}
	
	.page__text-tile-wrapper {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.page__blue {
		padding: 20px;
		font-size: 20px;
		margin-bottom: 40px;
	}	
	
	.company-icons {
		grid-template-columns: 1fr;
	}	
	
	.page__list-tile {
		border-radius: 16px;
		padding: 20px 20px 10px;	
		margin-bottom: 40px;
	}

	.page__list-tile ol {
		grid-template-columns: 1fr;
		gap: 10px;
		font-size: 16px;
	}

	.page__list-tile ol li {
		margin-bottom: 14px;
		text-align: left;
	}	
	
	.page__text_20 {
		font-size: 16px;
	}
}