.page__text {
	color: #201547;
	font-size: 20px;
	font-weight: 500;
}

.page__text_80 {
	max-width: 84%;
}

.page-gray-block {
	border-radius: 24px;
	padding: 30px;
	background: #F7F7F7;
	margin-bottom: 30px;
}

.page-gray-block__title {
	font-weight: 600;
	font-size: 24px;
	color: #5c068c;
	border-bottom: 2px solid #5c068c;
	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;
	word-break: break-word;
}

.page-gray-block__content p i {
	color: #5c068c;
	font-style: normal;
}

.page-gray-block__content a {
	color: #5c068c;
}

.page-gray-block__text {
	padding-bottom: 5px;
}

.page-gray-block__text p {
	margin: 0 0 8px 0;
}

.page-gray-block__text a {
	color: #5c068c;
}

.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-title-24 {
	font-weight: 600;
	font-size: 32px;
	color: #201547;	
	margin-bottom: 30px;
}

.page__blue {
	border-radius: 16px;
	background: #F8F5FA;	
	padding: 30px;
	font-size: 20px;
	margin-bottom: 80px;
	font-weight: 500;
}

.page__blue_icon {
	display: flex;
	gap: 10px;
}

.page__blue_icon:before {
    display: block;
    flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/info.png) no-repeat;
}

.page-images {
	display: flex;
	gap: 20px;
	margin: 30px 0 40px;
}

.page-images img {
	border-radius: 24px;
	max-width: 49%;
}

.page__logos {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
	max-width: 84%;
}

.page__logos div {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
	border-radius: 24px;
	height: 160px;
}

.page__logos div img {
	max-width: 90%;
}

.page__logos_6 {
	max-width: 100%;
	grid-template-columns: repeat(6,  1fr);
}

.page__text-tile {
	margin: 50px 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;
	font-weight: 500;
}

.page__text-tile-item:before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background: url(/images/plus28.png) no-repeat;
    margin-bottom: 25px;
}

.page__subtitle {
	font-size: 32px;
    margin: 0 0 30px;
    font-weight: 600;
    line-height: 1;
    word-wrap: break-word;
}

.page__list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
	font-weight: 500;
}

.page__list li {
	display: flex;
	margin-bottom: 20px;
}

.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;
	flex-shrink: 0;
}

.page__list-gray {
	margin-bottom: 30px;
}

.page__list-gray h4 {
	font-weight: 600;
	font-size: 32px;
	margin: 0 0 30px 0;
}

.page__list-gray_big-h h4 {
	font-size: 48px;
	max-width: 80%;
}

.page__list-gray ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	list-style: none;
	background: #F7F7F7;
	padding: 30px;
	border-radius: 24px;
}

.page__list-gray li {
	display: flex;
}

.page__list-gray li:before {
    display: inline-flex;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/check-circle.png) no-repeat;
	background-size: cover;
    margin-right: 16px;
	flex-shrink: 0;
}

.page__list-number {
	margin-bottom: 30px;
}

.page__list-number h4 {
	font-weight: 600;
	font-size: 32px;
	margin: 0 0 30px 0;
	max-width: 80%;
}

.page__list-number ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	list-style: none;
	padding: 0;
}

.page__list-number li {
	display: grid;
	grid-template-columns: 70px 1fr;
	align-items: center;
	border-radius: 24px;
	background: #F7F7F7;
	padding: 30px 20px;
	counter-increment: cnt;
	font-size: 20px;
}

.page__list-number li:before {
	display: block;
    width: 48px;
    height: 48px;
    content: counter(cnt);
    background: #F3DFFF;
    font-weight: 600;
    font-size: 24px;
    color: #5C068C;
    text-align: center;
    margin-top: 1px;
    border-radius: 50%;
	line-height: 2;
}

.page__subtext {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

.page__subtext2 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.1;
}

.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: 600;
	font-size: 16px;
	height: 206px;
}

.company-icons__item-num {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
}


.glav {
	margin-bottom: 70px;
	display: grid;
	grid-template-columns: 600px 1fr;
	gap: 30px;
}

.glav__text {}

.glav__quot {
	background: url("/images/quot.png") no-repeat;
	padding-left: 40px;
}

.glav__title {
	font-weight: 600;
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.glav__name {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px;
}

.glav__dep {
	font-weight: 350;
	font-size: 17px;	
	margin-bottom: 10px;
}

.glav__body {
	font-size: 16px;
	color: #201547;
	line-height: 1.6;
	margin-bottom: 30px;
}

.glav__img {
	max-width: 650px;
	border-radius: 24px;
    overflow: hidden;
}

.glav__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contacts__upper {
	display: inline-flex;
	align-items: center;
	grid-gap: 80px;
	border-radius: 24px;
	padding: 30px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 50px;
	color: #201547;
	background: #F3DFFF;
}

.contacts__phone {
	display: flex;
	align-items: center;
	gap: 14px;
}

.contacts__mail {
	display: flex;
	align-items: center;
	gap: 14px;
}

.contacts__title {
	color: #201547;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 40px;
}


.page-content__title-tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.page-content__title-tabs .service-title {
	margin: 0;
}

.page-tabs_modern {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.page-tabs_modern .page-tabs__link {
	border: 1px solid #0A0A0A29;
	border-radius: 100px;
	color: #0A0A0A;
	text-decoration: none;
	padding: 10px 20px;
}

.page-tabs_modern .page-tabs__link_active {
	background: #5c068c;
	border-color: #5c068c; 
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
}

.text-table-round {
	border-spacing: 10px;
    border-collapse: separate;	
	margin: 0 0 14px -10px;
}

.text-table-round td {
	width: 450px;
	border-radius: 16px;
	background: #FFFFFF;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #201547;
	padding: 10px;
}

.page__bottom {
	font-size: 20px;
	font-weight: 500;
	color: #201547;
}

.page__sq {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 60px;
}

.page__sq-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	border-radius: 24px;
	background: #F7F7F7;
}

.page__sq-title {
	font-size: 24px;
	font-weight: 600;
	color: #5C068C;
}

.page__sq-text {
	margin-top: auto;
	font-size: 20px;
}

.page__big-title {
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	margin: 60px 0 30px;
	line-height: 1;
}

.page__form-wrap {
	margin-bottom: -120px;
}

@media (max-width: 840px) {
	.page__logos {
		max-width: 100%;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}
	
	.page__logos div {
		height: 80px;
		border-radius: 16px;
	}
	
	.page__logos div img {
		max-width: 78%;
	}	
	
	.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;
		text-align: center;
	}
	
	.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;
	}	
	
	.page-title-24 {
		font-size: 24px;
	}
	
	.page-images {
		overflow-x: scroll;
	}
	
	.page-images img {
		border-radius: 16px;
		max-width: 80%;
	}	
	
	.glav {
		grid-template-columns: 1fr;
		margin-bottom: 40px;
	}
	
	.glav__title {
		font-size: 24px;
	}

	.glav__text {
		width: 100%;
	}

	.glav__img {
		max-width: 500px;
		width: 100%;
	}
	
	.glav__dep {
		margin-bottom: 20px;
	}	
	
	.page__text_80 {
		max-width: 100%;
	}	
}

@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: 16px;
		margin-bottom: 40px;
	}	
	
	.page__blue_mar {
		margin-bottom: -40px;
	}
	
	.page__text-tile {
		margin: 30px 0;
	}
	
	.page__text-tile-wrapper {
		grid-template-columns: 1fr;
		gap: 10px;
	}	
	
	.page__subtitle {
		font-size: 24px;
		margin: 0 0 20px;
	}	
	
	.company-icons {
		grid-template-columns: 1fr;
	}		
	
	.contacts__upper {
		flex-direction: column;
		gap: 20px;
		width: 100%;
		align-items: flex-start;
		border-radius: 16px;
		padding: 20px;
		font-size: 20px;
	}
	
	.contacts__title {
		font-size: 24px;
		line-height: 1.1;
		margin-bottom: 20px;
	}
	
	.text-table-round td {
		font-size: 12px;
	}
	
	.page__images img {
		max-width: 85%!important;
	}
	
	.page__bottom {
		font-size: 14px;
	}	
	
	.page__list-gray h4 {
		font-size: 24px;
	}
	
	.page__list-gray ul {
		grid-template-columns: 1fr;
		border-radius: 16px;
		padding: 20px;
		font-size: 16px;
		gap: 10px;
	}
	
	.page__subtext {
		font-size: 16px;
	}
	
	.page__subtext2 {
		font-size: 24px;
	}
	
	.page__list-number h4 {
		font-size: 20px;
	}
	
	.page__list-number ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.page__list-number ul li {
		padding: 20px;
		font-size: 16px;
	}
	
	.page__sq {
		grid-template-columns: 1fr;
		margin-bottom: 40px;
	}

	.page__sq-item {
		padding: 20px;
		border-radius: 16px;
	}

	.page__sq-title {
		font-size: 20px;
	}

	.page__sq-text {
		font-size: 16px;
	}	
	
	.page__big-title {
		font-size: 32px;
		margin: 40px 0 20px;
	}
	
	.page__logos_6 div {
		height: 160px;
	}
	
	.page__form-wrap {
		margin-bottom: -80px;
	}
	
}