/*Services sections*/
.service-section {
	background: linear-gradient(180deg, #F0F2FF 0%, #FFFFFF 100%);
	padding: 48px 0;
	overflow: hidden;
}
.service-section:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('/assets/images/elements/patt-corner.svg') right bottom /534px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}
.service-section_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #011528;
	margin: 0 0 24px;
}
.service-section_text {
	font-size: 15px;
	color: #091829;
	margin-bottom: 28px;
}
.service-section_text strong {
	color: #707EF8;
	display: block;
	margin-bottom: 8px;
}
.service-section_text li strong {
	font-size: 1em;
	color: #091829;
	display: inline;
	margin-bottom: 0;
}
.service-section .btn {
	font-weight: 400;
	padding: 12px 24px 13px;
}
.service-section_decor {
	max-width: 450px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
@media(max-width:991px){
	.service-section_decor {
		margin-right: auto;
	}
}
.service-section_decor:before {
	content: "";
	display: block;
	width: 150px;
	height: 150px;
	background: url('/assets/images/elements/ellipse.svg') center center /contain no-repeat;
	position: absolute;
	z-index: -1;
}
.service-section_decor.serv-1:before {
	top: -24px;
	right: -12px;
}
.service-section_decor.serv-2:before {
	left: -34px;
	bottom: -80px;
}
.service-section_decor.serv-3:before {
	left: -11px;
	bottom: -53px;
}
@media(max-width:576px){
	.service-section_btns .btn {
		text-align: center;
		display: block;
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	} 
} 
/*Common*/
.policy {
	display: flex;
	padding-left: 36px;
	margin-bottom: 24px;
	position: relative;
}
.policy_input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.policy_label {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	color: #818286;
}
.policy_label:before,
.policy_label:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid rgba(192, 200, 211, 0.5);
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	cursor: pointer;
}
.policy_label:after {
	background: url('/assets/images/elements/check-fat.svg') center center /16px no-repeat, #fff;
	opacity: 0;
}
.policy_input:checked + .policy_label:after {
	opacity: 1;
}
.policy.accented .policy_label:before {
	border-color: #FF0006
}
.policy_label a {
	color: #011528;
	text-decoration: underline;
	transition: color .2s
}
.policy_label a:hover {
	color: #707EF8
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 0 16px;
}
.breadcrumbs_separator {
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	background-color: #707EF8;
	margin: 4px 12px 0;
}
.breadcrumbs_link {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.page_title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}
.page_h1 {
	font-size: 32px;
	font-weight: 700; 
	line-height: 1.2;
	margin: 0 0 20px;
}
.page_text a {
	color: #707EF8
}
.blog-detail-page .page_text h2,
.default-page .page_text h2 {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 8px;
}
.control-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.control-row_label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #011528;
	margin-left: 4px;
	margin-bottom: 4px;
}
.control-row[data-req="1" ] .control-row_label:after {
	content: " *";
	color: #707EF8;
}
.control-row_input,
.control-row_select {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #011528;
	display: block;
	width: 100%;
	height: 46px;
	background-color: #fff;
	border: 1px solid rgba(192, 200, 211, 0.5);
	border-radius: 8px;
	outline: none;
	padding: 0 16px;
}
.control-row.accented .control-row_input,
.control-row.accented .control-row_select {
	border-color: #FF0006
}
.control-row_input:focus,
.control-row_select:focus {
	border-color: #707EF8;
}
.control-row_select {
	background: url(/assets/images/elements/caret-down.svg) center right 12px / 14px no-repeat;;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
textarea.control-row_input {
	line-height: 1.2;
	height: 160px;
	padding-top: 22px;
	padding-bottom: 22px;
}
.pagination-wrap {
	display: flex;
	border-top: 1px solid #E7E2DC;
	padding-top: 24px;
	margin-top: 32px;
}
.pagelink {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #E7E2DC;
	margin-right: 8px;
}
.activepage {
	color: #fff;
	border-color: #707EF8;
	background-color: #707EF8;
}
.prevlink {
	margin-right: 8px;
}
.prevlink,
.nextlink {
	width: 32px;
	height: 32px;
	border: 1px solid #E7E2DC;
	position: relative;
}
.prevlink:after,
.nextlink:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #011528;
	-webkit-mask: url(/assets/images/elements/caret-double-up.svg?v=1.0) center center / 28px no-repeat;
    mask: url(/assets/images/elements/caret-double-up.svg?v=1.0) center center / 28px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.prevlink:after {
	transform: rotate(-90deg);
}
.nextlink:after {
	transform: rotate(90deg);
}
.prevlink.disabled,
.nextlink.disabled {
	display: none;
}
.popup-overlay {
	background-color: rgba(1, 21, 40, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);        
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
.popup-wrapper {
	display: flex;
	justify-content: center;
	padding: 40px .75rem .75rem;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
}
.popup-body {
	width: 680px;
	height: 620px;
	max-width: 100%;
	max-height: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 56px 24px;
	position: relative;
}
.popup-body.services-popup {
	height: 700px;
}
.popup-body_wrapper {
	height: 100%;
	overflow-y: auto;
}
.popup-body_close {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #999;
	-webkit-mask: url('/assets/images/elements/x.svg') center center /contain no-repeat;
            mask: url('/assets/images/elements/x.svg') center center /contain no-repeat;
	position: absolute;
	top: 24px;
	right: 24px;
}
.popup-body_title {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2; 
	display: block;
	max-width: 487px;
	margin: 0 auto 16px;
}
.popup-body_text {
	max-width: 487px;
	margin: 0 auto 24px;
}
.popup-body_form {
	max-width: 355px;
	margin: 0 auto;
}
.popup-body_form .btn {
	width: 100%;
	max-width: 332px;
}
.animated-block_delay-0 {
	animation-delay:0;
}
.animated-block_delay-1 {
	animation-delay:0.1s;
}
.animated-block_delay-2 {
	animation-delay:0.2s;
}
.animated-block_delay-3 {
	animation-delay:0.3s;
}
.animated-block_delay-4 {
	animation-delay:0.4s;
}
.animated-block_delay-5 {
	animation-delay:0.5s;
}
/*Case section*/
.case-section {
	background: linear-gradient(180deg, #F0F2FF 0%, #FFFFFF 100%);
	padding: 36px 0 44px;
}
.case-block {
	display: flex;
	flex-direction: column;
	max-width: 200px;
	height: 100%;
	margin: 0 auto;
}
.case-block_count {
	font-size: 120px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	color: rgba(112, 126, 248, 0.8);
	height: .85em;
	overflow: hidden;
}
.case-block_title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	padding: 24px 12px;
	box-shadow: 0px -12px 10px -10px rgba(112, 126, 248, 0.4);
}
.consult-form {
	background-color: #fff;
	border-radius: 10px;
	margin-top: 36px;
	box-shadow: 0px 4px 10px 0px rgba(112, 126, 248, 0.2);
	overflow: hidden;
}
.consult-form_col {
	padding: 24px;
}
.consult-form_col:first-child {
	background: url('/assets/images/background/cons-form.webp') center center /cover no-repeat;
}
.consult-form_col:last-child {
	display: flex;
	align-items: flex-end
}
.consult-form_title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	display: block;
	margin: 0 0 24px;
}
.consult-form_title strong {
	color: #707EF8;
}
.consult-form_text {
	font-size: 15px;
	color: #fff;
	max-width: 480px;
}
.consult-form form {
	max-width: 420px;
	margin: 0 auto 8px;
}
.consult-form .btn {
	width: 100%;
	max-width: 320px;
}
/*Partners section*/
.partners-section {
	background: url('/assets/images/background/part-patt.svg') center top 34px /cover no-repeat, #F0F2FF;
	padding: 32px 0 44px;
}
.partners-section .page_title {
	text-align: left;
	font-size: 32px;
}
.partners-section .page_text {
	text-align: left;
	max-width: 792px;
	margin: 0 auto 20px;
}
.partner-block {
	width: 200px;
	max-width: 100%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 16px;
	margin: 0 auto;
	box-shadow: 0px 4px 10px 0px rgba(112, 126, 248, 0.2);

}
.partner-block img {
	width: 100%;
	height: 100%;
    -o-object-fit: contain;
	object-fit: contain;
}
/*About section*/
.about-section {
	display: flex;
	align-items: center;
	min-height: 646px;
	background-color: #fff;
	padding: 32px 0;
}
.about-section .page_title {
	font-weight: 700;
	margin-bottom: 24px;
}
.about-section_item {
	font-size: 16px;
	max-width: 530px;
	padding-left: 48px;
	margin-bottom: 24px;
	position: relative;
}
.about-section_item:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url('/assets/images/elements/check.svg') center center /16px no-repeat, #707EF8;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
@media(min-width:992px){
	.about-section img {
		margin-top: -118px;
	}
}
.marquee-small {
	height: 32px;
}
.marquee-small .marquee_content {
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	height: auto;
	background: none;
	padding: 5px 20px 0 8px;
	position: relative;
}
.marquee-small .marquee_content:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #707EF8;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
/*Review section*/
.reviews-section {
	background: url('/assets/images/background/reviews.webp') center center /contain no-repeat;
	padding-top: 40px;
}
.swiper.reviews-crsl {
	padding-bottom: 0;
}
.swiper-wrapper.reviews-crsl_wrapper {
	margin-bottom: 16px;
}
.swiper-slide .review-block {
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.swiper-slide .review-block--single {
	height: 100%;
}
.review-block_head {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.review-block--video {
	margin-bottom: 16px;
}
.review-block--video .review-block_head {
	margin-bottom: 0;
}
.review-block_head .row {
	--bs-gutter-x: 8px;
	--bs-gutter-y: 4px;
}
.review-block_userpic {
	margin-right: 16px;
	position: relative;
}
.review-block_userpic.video-review:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url('/assets/images/elements/play-ico.svg') center center /contain no-repeat;
	position: absolute;
	right: -4px;
	bottom: -8px;
}
.review-block_userpic img {
	width: 64px;
	height: 64px;
	border: 2px solid #707EF8;
	border-radius: 50%;
    -o-object-fit: cover;
	object-fit: cover;
}
.review-block_username {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #707EF8;
}
.review-block_userjob {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.review-block_date {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
	text-align: right;
	color: #818286;
}
.reviews-crsl_nav {
	width: 140px;
	height: 64px;
	margin: 0 auto;
	position: relative;
}
.swiper-button-next.reviews-crsl_next, .swiper-button-prev.reviews-crsl_prev {
	--swiper-navigation-size: 64px;
	--swiper-navigation-sides-offset: 0;
	--swiper-navigation-arrow: 32px;
}
/*Services detail*/
.services-detail .page_text--top {
	max-width: 750px;
	margin-bottom: 40px;
}
.services-detail_img {
	height: 254px;
    -o-object-fit: contain;
       object-fit: contain;
}
@media(max-width:767px){
	.serv-btn-wrapper .btn {
		width: 100%;
		max-width: 320px;
		display: block;
		margin: 0 auto;
		padding: 15px 24px 16px;
		text-align:center;
	}
	.services-detail_img {
		margin: 0 auto;
	}
}
.stages-section {
	background: url(/assets/images/background/part-patt.svg) center top 114px / cover no-repeat, linear-gradient( rgba(240, 242, 255, 0.5) 0%, rgba(240, 242, 255, 0.5) 100%);
	padding: 24px 0 44px;
	overflow: hidden;
}
.stages-section_title {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.6;
	margin: 0 0 24px;
}
.stages-section .row {
	--bs-gutter-x: 8px;
	--bs-gutter-y: 24px;
}
.stages-section_count {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: -16px;
	position: relative;
	z-index: 1;
}
.stages-section_count:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('/assets/images/elements/cube-large.webp') center center /contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
.stages-section_item {
	min-height: 204px;
	background-color: #fff;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.service-descr {
	background: linear-gradient(180deg, #F0F2FF 0%, #FFFFFF 100%);
	padding: 48px 0 24px;
	overflow: hidden;
}
.service-descr_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}
										.service-descr_item {
											background-color: #fff;
											border-radius: 8px;
											padding: 0 20px;
											margin-bottom: 6px;
											box-shadow: 0px 4px 10px 0px rgba(112, 126, 248, 0.2);
											
											display: inline-block;
										}
.service-descr_item .item-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	color: #707EF8;
	display: block;
	padding: 16px 32px 16px 0;
}
@media(max-width:1199px){
	.service-descr_title {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.2;
		margin: 0 0 20px;
	}
	.stages-section_title {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.2;
		margin: 0 0 24px;
	}
	.contact-form form {
		margin: auto;
	}
	body .contact-form_title {
		font-size: 32px;
	}
	.service-descr_item .item-title {
		position: relative;
	}
	.service-descr_item .item-title:after {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background-color: #707EF8;
		-webkit-mask: url('/assets/images/elements/caret-right.svg') center center /contain no-repeat;
            mask: url('/assets/images/elements/caret-right.svg') center center /contain no-repeat;
		position: absolute;
		top: calc(50% - 12px);
		right: 0;
		transition: transform .2s
	}
	.service-descr_item .item-content {
		max-height: 0;
		padding-bottom: 0;
		overflow: hidden;
		transition: max-height .35s, padding-bottom .35s;
	}
	.service-descr_item.active .item-title:after {
		transform: rotate(90deg);
	}
	.service-descr_item.active .item-content {
		max-height: 400px;
		padding-bottom: 28px;
		overflow: auto;
	}
	body .price-form form{
		max-width: 320px;
		margin-top: 40px;
	}
	body .price-form form .btn{
		max-width: 320px;
	}
	body .other-services_list{
		margin:auto;
	}
	body .other-services_item img{
		margin-bottom: 8px;
	}
	.marquee-small .marquee_content{
		padding: 0 20px 0 8px;
	}
	body .advant-section_title{
		font-size: 32px;
	}
	body .price-card .btn {
		padding: 13px 24px 14px;
	}
	body .popup-body_title{
		font-size: 28px;
	}
	body .popup-body {
		height: 560px;
	}
	
}
.price-form,
.prices-list {
	min-height: 525px;
	background: url('/assets/images/background/price-form.webp') center center /cover no-repeat, #141F3C;
	padding: 32px 0;
	overflow: hidden;
}
.price-form_label,
.prices-list_label {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #707EF8;
}
.price-form_title,
.prices-list_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 16px;
}
.prices-list_label,
.prices-list_title {
	text-align: center;
	display: block;
}
.prices-list_title {
	text-transform: uppercase;
}
.price-form_text {
	font-size: 17px;
	color: #C0C8D3;
}
.price-form_text ul {
	list-style-type: none;
	padding: 16px 0 0;
	margin: 0;
}
.price-form_text ul li {
	color: #fff;
	font-weight: 600;
}
.price-form_text ul li strong {
	color: #707EF8;
	font-weight: 600;
	display: inline-block;
	margin-right: 12px;
}
.price-form form {
	max-width: 420px;
	margin: 0 auto;
}
.price-form .control-row_label {
	color: #fff;
} 
.price-form .policy {
	color: rgba(192, 200, 211, 0.5);
}
.price-form .policy a {
	color: #F0F2FF;
}
.price-form form .btn {
	width: 100%;
	max-width: 332px;
}
.other-services {
	padding-top: 28px;
	padding-bottom: 36px;
	overflow: hidden;
}
.other-services_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}
.other-services_list {
	--bs-gutter-y: 24px;
}
.other-services_item {
	display: block;
	max-width: 420px;
	margin: 0 auto;
}
.other-services_item img {
	border-radius: 10px;
	margin-bottom: 24px;
	box-shadow: 0px 4px 10px 0px rgba(112, 126, 248, 0.2);
}
.other-services_item strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #011528;
}
.advant-section {
	background: linear-gradient(180deg, #F0F2FF 0%, #FFFFFF 100%);
	padding: 64px 0 48px;
	overflow: hidden;
}
.advant-section_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #011528;
	display: block;
	margin: 0 0 16px;
}
.advant-section .page_text {
	max-width: 556px;
	margin: 0 auto 32px;
}
.advant-block {
	font-weight: 500;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 16px 16px 28px;
	box-shadow: 0px 4px 10px 0px rgba(112, 126, 248, 0.2);
}
.advant-block_ico {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #707EF8;
	background-position: center center;
	background-size: 48px;
	background-repeat: no-repeat;
	margin-bottom: 24px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.advant-block strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #707EF8;
	display: block;
	margin-bottom: 8px;
}
.prices-list .page_text {
	padding-top: 48px;
	max-width: 1078px;
	color: #FBFBFB;
	margin: 0 auto;
}
.price-card {
	display: flex;
	flex-direction: column;
	max-width: 320px;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 4px 10px 0px rgba(112, 126, 248, 0.2);
}
.price-card_title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #011528;
	border-radius: 10px 10px 0 0;
	padding: 12px;
}
.price-card .btn {
	font-weight: 600;
	width: 100%;
	max-width: 262px;
	padding: 13px 24px 11px;
	margin: 0 12px 26px;
}
.price-card table {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #011528;
	width: 100%;
	margin-bottom: 20px;
}
.price-card table tr:nth-child(even) {
	background-color: #F0F2FF;
}
.price-card table td {
	vertical-align: baseline;
	padding-top: 8px;
	padding-bottom: 8px;
}
.price-card table td:first-child {
	padding-left: 12px;
	padding-right: 4px;
}
.price-card table td:last-child {
	padding-left: 4px;
	padding-right: 12px;
}
.price-card table td[colspan] {
	padding-left: 12px;
	padding-right: 12px;
}
.price-card table td strong {
	font-size: 18px;
	white-space: nowrap;
	display: block;
}
.price-card table td small {
	font-size: 15px;
	color: #707EF8;
	white-space: nowrap;
	display: block;
}
/*About us home*/
.about-page_img {
	position: relative;
}
.about-page_img:before {
	content: attr(data-label);
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2;
	color: #707EF8;
	white-space: nowrap;
	display: block;
	position: absolute;
	top: -0.68em;
	left: 0;
	overflow: hidden;
	animation: typing 3.5s steps(40, end);
	animation-play-state: paused;
}
.about-page_img.type:before {
	animation-play-state: running;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.about-page_img img {
	border-radius: 10px;
}
@media(max-width:991px){
	.about-page_img:before {
		_text-align:right;
		font-weight: 700;
	}
	.about-list .row {
		margin-top: 16px;
	}
	.about-list .row:nth-child(odd) {
		flex-direction: column-reverse;
	}
}
@media(min-width:992px){
	.about-list .row:first-child {
		margin-bottom: 35px;
	}
	.about-list .row:nth-child(2) {
		margin-bottom: 64px;
	}
	.about-list .row:nth-child(odd) .about-page_img {
		max-width: 530px;
		margin-left: auto;
	}
	.about-list .row:nth-child(even)  .about-page_img {
		max-width: 640px;
	}
	.about-list .row:nth-child(even) .page_text {
		max-width: 530px;
		margin-left: auto;
	}
	.about-list .row:nth-child(even) .about-page_img:before{
		_text-align: right;
	}
}
/*Contacts home*/
.contacts-info_row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E7E2DC;
	padding: 8px 0;
	margin-bottom: 16px;
}
.contacts-info_row:last-child {
	border-bottom: none;
	margin-bottom: 42px;
}
.contacts-info_label {
	font-size: 14px;
	line-height: 1.2;
	color: #707EF8;
	align-self: flex-start;
}
.contacts-info_item {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: #091829;
	margin: 8px 0;
}
.contacts-info_row table {
	margin-top: 8px;
	margin-bottom: 16px;
}
.contacts-info_row td {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 24px 6px 0;
}
.contacts-map iframe {
	max-width: 100%;
	border-radius: 20px;
	margin-left: auto;
}
.contact-form {
	background: url(/assets/images/background/part-patt.svg) center top 52px / cover no-repeat, linear-gradient(rgba(240, 242, 255, 0.5) 0%, rgba(240, 242, 255, 0.5) 100%); 
	padding: 32px 0 40px;
	margin-top: 44px;
}
.contact-form_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 24px;
}
.contact-form form {
	max-width: 750px;
	margin-left: auto;
}
.contact-form .btn {
	width: 100%;
	max-width: 320px;
}
.other-about {
	padding-top: 40px;
}
.other-about_title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #011528;
	display: block;
	margin: 0 0 16px;
}
.other-about_title.speak-title {
	max-width: 312px;
	margin-left: auto;
	margin-right: auto;
}
.other-about_title.write-title {
	max-width: 236px;
	margin: 0 auto 16px;
}

					.swiper.write-crsl {
						/*max-width: 766px;
						max-width: 236px;
						margin: 0 auto;*/
					}

					.write-block {
						display: flex;
						flex-direction: column;
					}
					@media(max-width: 768px){
						.write-block{
							align-items: center;
						}
					}
					
.write-block img {
	margin-bottom: 10px;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
}
.write-block_title {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	color: #091829;
}
.write-crsl_wrapper,
.speak-crsl_wrapper {
	margin-bottom: 16px;
}
.write-crsl_nav,
.speak-crsl_nav {
    width: 140px;
    height: 64px;
    margin: 0 auto;
    position: relative;
}
.swiper-button-next.write-crsl_next, .swiper-button-prev.write-crsl_prev,
.swiper-button-next.speak-crsl_next, .swiper-button-prev.speak-crsl_prev {
    --swiper-navigation-size: 64px;
    --swiper-navigation-sides-offset: 0;
    --swiper-navigation-arrow: 32px;
}
.swiper.speak-crsl {
	padding: 0;
	margin: 0 auto;
}

@media(min-width:992px){ 
	.swiper.speak-crsl {
		max-width: 312px;
	}
}
.slbOverlay {
	background: rgba(1, 21, 40, 0.5) !important; 
	opacity: 1 !important;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
} 
.speak-block {
	display: flex;
	max-width: 312px;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.speak-block:before {
	content: "";
	display: block;
	background: rgba(9, 24, 41, 0.45);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.speak-block:after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url('/assets/images/elements/Polygon1.svg') left 60% center /28px no-repeat, #707EF8;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.speak-block_title {
	display: block;
	background-color: #707EF8;
	border-radius: 0 10px 10px 0;
	padding: 16px 24px;
	position: absolute;
	left: 0;
	bottom: 24px;
	z-index: 1;
}
.speak-block_title strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	display: block;
}
.speak-block_title small {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #F0F2FF;
} 
/*Blog home page*/
.swiper.crsl-tag-list {
	padding: 0 0 28px;
	margin: 0 0 24px;
}
.crsl-tag-list .swiper-slide {
	width: auto;
}
.tag-list-scroll {
	--swiper-scrollbar-drag-bg-color: #707EF8;
	--swiper-scrollbar-bg-color: rgba(192, 200, 211, 0.3);
}
.tag-list_item {
	font-size: 16px;
	font-weight: 500;
	color: #091829;
	white-space: nowrap;
	display: block;
	background: rgba(192, 200, 211, 0.6);
	border-radius: 50px;
	padding: 6px 16px 2px;
	margin: 0 4px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	cursor: pointer;
	transition: color .2s, background-color .2s
}
.tag-list_item.active {
	color: #fff;
	background-color: #707EF8;
}
.article-list {
	--bs-gutter-y: 32px;
	padding-bottom: 44px;
	overflow: hidden;
}
.article-preview {
	display: flex;
	flex-direction: column;
	max-width: 486px;
	margin: 0 auto;
}
.article-preview_img {
	margin-bottom: 8px;
}
.article-preview_img img {
	border-radius: 10px;
}
.article-preview_date {
	margin-right: 16px;
}
.article-preview_tag {
	color: #707EF8
}
.article-preview_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	padding-top: 8px;
}
/*Blog detail page*/
.blog-detail-page .page_text {
	padding-top: 16px;
}
.article-date {
	margin-right: 16px;
}
.article-tag {
	color: #707EF8
}
.article-side {
	display: flex;
	flex-direction: column;
	padding-top: 48px;
}
.article-img {
	margin-bottom: 24px;
}
.article-img img {
	border-radius: 10px
}
.article-side_title {
	font-size: 18px;
	font-weight: 700;
	color: #707EF8;
	display: block;
	margin-bottom: 8px;
}
.article-side_title.title-bk {
	color: #091829;
}
.pop-articles_item {
	display: block;
	border-bottom: 1px solid #E7E2DC;
	padding: 16px 0;
	position: relative;
}
.pop-articles_item:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: rgba(112, 126, 248, 0.6);
	-webkit-mask: url('/assets/images/elements/caret-double-right.svg?v=1.4') center center /contain no-repeat;
            mask: url('/assets/images/elements/caret-double-right.svg?v=1.4') center center /contain no-repeat;
    
	position: absolute;
	top: 56px;
	right: 0;
	transition: background-color .2s
}
.pop-articles_item:first-child {
	border-top: 1px solid #E7E2DC;
}
.pop-articles_date,
.pop-articles_tag {
	font-size: 14px;
	margin-bottom: 8px;
}
.pop-articles_date {
	margin-right: 16px;
}
.pop-articles_tag {
	color: #707EF8
}
.pop-articles_title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	display: block;
	max-width: 232px;
	transition: color .2s
}
.tag-links {
	display: flex;
	flex-wrap: wrap;
	margin: -2px -2px 48px;
}
.tag-links > a {
	font-size: 16px;
	font-weight: 400;
	color: #011528;
	background-color: rgba(192, 200, 211, 0.6);
	border-radius: 50px;
	padding: 4px 16px;
	margin: 2px 2px 0;
	transition: color .2s, background-color .2s;
}
.other-articles {
	background-color: rgba(240, 242, 255, 0.5);
	padding: 32px 0 44px;
	margin-top: 40px;
}
.other-articles .page_title {
	font-size: 32px;
	margin-bottom: 16px;
}
.other-articles .row {
	--bs-gutter-y: 24px;
}
/*Footer*/
.footer {
	display: flex;
	flex-direction: column;
	min-height: 562px;
	background: url('/assets/images/background/footer-patt.webp') center bottom /contain no-repeat, #011528;
}
.footer-top {
	border-bottom: 1px solid rgba(112, 126, 248, 0.2);
	padding: 32px 0 0;
	position: relative;
}
.footer-top_title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #707EF8;
	text-align: center;
	margin-bottom: 16px;
}
.footer_form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media(min-width:576px){
	.footer-top_title {
		text-align: left;
	}
	.footer_form {
		flex-direction: row;
		align-items: flex-end;
	}
	.footer_form > * {
		margin-right: 10px;
	}
}
.footer_form .control-row {
	width: 100%;
	max-width: 320px;
}
.footer_form .control-row_label {
	color: #fff;
}
.footer_form .control-row_input {
	height: 48px;
}
.footer_form .btn {
	width: 100%;
	max-width: 250px;
	margin-bottom: 16px;
	padding: 15px 24px 13px;
}
@media(max-width:575px){
	.footer_form .btn {
		padding: 12px 9px;
	}
}
.scroll-top-btn {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background-color: #707EF8;
	-webkit-mask: url('/assets/images/elements/caret-double-up.svg?v=1.0') center center /contain no-repeat;
	mask: url('/assets/images/elements/caret-double-up.svg?v=1.0') center center /contain no-repeat;
	margin-left: auto;
	margin-bottom: 16px;
}
@media(min-width:768px){
	.scroll-top-btn {
		margin-bottom: 0;
	}
}
.footer-main {
	padding-top: 36px;
	padding-bottom: 18px;
}
.footer-title {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	color: #707EF8;
	display: block;
	margin-bottom: 16px;
}
.footer-nav {
	margin-bottom: 32px;
}
.footer-nav_item {
	margin-bottom: 10px;
}
.footer-nav_link {
	color: #E7E2DC;
	transition: color .2s
}
.footer-nav_link.active {
	color: #707EF8
}
.footer-address {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	font-style: normal;
	color: #E7E2DC;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 32px;
}
.footer-address_phone {
	font-size: 32px;
	font-weight: 700;
	color:  #F0F2FF;
	margin-bottom: 28px;
}
.footer-address a {
	margin-bottom: 16px;
}
.footer-main .social-links_item {
	width: 40px;
	height: 40px;
	margin-left: 0;
	margin-right: 8px;
}
.footer-bottom {
	padding-top: 16px;
	padding-bottom: 16px;
}
.copyright,
.footer-bottom > a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #818286;
	transition: color .2s
}
.footer-bottom > a {
	margin-bottom: 16px;
}
@media(min-width:576px){
	.other-services_item strong {
		font-size: 16px;
	}
}
@media(min-width:768px){
	.other-services_item img {
		margin-bottom: 16px;
	}
	.other-services_item strong {
		font-size: 18px;
	}
	.copyright {
		margin-right: 62px;
	}
}
@media(min-width:992px){
	.about-page .page_text--top {
		margin-right: 0;
	}
	.article-side {
		max-width: 330px;
		padding-top: 0;
		margin-left: auto;
	}
}
