/*Services sections*/
.service-section {
	min-height: 758px;
	padding: 96px 0;
	position: sticky;
	top: 0;
}
.service-section_title {
	font-size: 40px;
}
.service-section_text {
	font-size: 17px;
	margin-bottom: 48px;
}
.service-section_text strong {
	font-size: 20px;
}
.service-section_link {
	font-size: 18px;
	padding: 16px 40px;
}
.service-section .btn {
	font-weight: 600;
	padding: 20px 24px 16px;
}
.service-section_decor:before {
	width: 350px;
	height: 350px;
}
.service-section_decor.serv-1:before {
	top: -46px;
	right: -41px;
}
/*Common*/
.control-row_label {
	font-size: 16px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.control-row_input,
.control-row_select {
	font-size: 16px;
	height: 56px;
}
.policy_label {
	font-size: 13px;
}

.popup-body_wrapper::-webkit-scrollbar {
    width: 5px
}
.popup-body_wrapper::-webkit-scrollbar-thumb {
    background: rgba(112,126,248,.5);
    border-radius: 5px;
    transition: .3s ease-out
}
.popup-body_wrapper::-webkit-scrollbar-thumb:hover {
    background: #707EF8;
}
.breadcrumbs {
	padding-top: 40px;
}
.breadcrumbs_separator {
	margin-top: -1px;
}
.page_title {
	font-size: 40px;
}
.page_h1 {
	font-size: 64px;
	margin: 0 0 40px;
}
.pagination-wrap {
	margin-top: 64px;
}
.pagelink {
	font-size: 24px;
	width: 60px;
	height: 60px;
	transition: color .2s, background-color .2s, border-color .2s;
}
.prevlink,
.nextlink {
	width: 60px;
	height: 60px;
	transition: background-color .2s, border-color .2s;
}
.prevlink:after,
.nextlink:after {
	transition: background-color .2s;
}
.pagelink:hover {
	color: #fff;
	border-color: #707EF8;
	background-color: #707EF8;
}
.prevlink:hover,
.nextlink:hover {
	border-color: #707EF8;
	background-color: #707EF8;
}
.prevlink:hover:after,
.nextlink:hover:after {
	background-color: #fff;
}
.popup-wrapper {
	padding-top: 80px;
}
.popup-body_title {
	font-size: 40px;
}
.popup-body_text {
	margin-bottom: 40px;
}
/*Case section*/
.case-section {
	padding: 72px 0 88px;
}
.case-section .page_title {
	margin-bottom: 46px;
}
.case-section .page_text {
	padding-top: 34px;
	margin-bottom: 60px;
}
.case-block_count {
	height: .65em;
}
.case-block_title {
	font-size: 15px;
}
.consult-form {
	margin-top: 72px;
}
.consult-form_col {
	min-height: 600px;
	padding: 48px 56px;
}
.consult-form_title {
	font-size: 32px;
}
.consult-form_text {
	font-size: 17px;
	color: #C0C8D3;
}

/*Partners section*/
.partners-section {
	padding: 64px 0 88px;
}
.partners-section .page_title {
	text-align: center;
	font-size: 40px;
}
.partners-section .page_text {
	text-align: center;
	margin-bottom: 40px;
}
/*About section*/
.about-section {
	padding: 64px 0;
}
.about-section .page_title {
	font-size: 32px;
	margin-bottom: 32px;
}
.about-section_item {
	font-size: 18px;
	padding-left: 56px;
}
.about-section_item:before {
	width: 40px;
	height: 40px;
	background-size: 21px;
}
@media(min-width: 1580px){
	.about-section img {
		margin-right: -90px;
	}
}
/*Review section*/
.reviews-section {
	padding-top: 80px;
}
.reviews-section .page_title {
	margin-bottom: 16px;
}
.swiper-slide .review-block {
	padding: 32px;
}
.review-block_userpic img {
	width: 80px;
	height: 80px;
}
.review-block_username {
	font-size: 18px;
}
.review-block_date {
	font-size: 16px;
}
.review-block_body {
	font-weight: 300;
}
/*Services detail*/
.services-info {
	margin-right: 0;
}
.stages-section {
	padding: 48px 0 88px;
}
.stages-section .row {
	--bs-gutter-y: 32px;
}
.stages-section_count {
	font-size: 32px;
	width: 88px;
	height: 88px;
}
.stages-section_item {
	margin-left: 24px;
}
.stages-section_title {
	font-size: 40px;
}
.service-descr {
	padding: 98px 0 46px;
}
.service-descr_title {
	font-size: 40px;
	margin-bottom: 40px;
}
.service-descr_cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-break-inside: column;
	-moz-column-break-inside: column;
	break-inside: column;
}
.service-descr_item {
	padding: 20px 40px 56px;
}
.service-descr_item .item-title {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 12px;
}
.services-detail .page_text table {
	margin-bottom: 40px;
}
.services-detail .page_text td strong {
	font-size: 18px;
}
.price-form,
.prices-list {
	padding: 56px 0;
}
.prices-list_label {
	font-size: 17px;
}
.price-form_title,
.prices-list_title {
	font-size: 32px;
	line-height: 1.6;
	margin: 0 0 24px;
}
.price-form_text {
	max-width: 530px;
}
.other-services {
	padding-top: 56px;
	padding-bottom: 72px;
}
.other-services_title {
	font-size: 40px;
	margin-bottom: 40px;
}
.other-services_item strong {
	font-size: 24px;
	transition: color .2s
}
.other-services_item img {
	transition: box-shadow .2s
}
.other-services_item:hover strong {
	color: #707EF8
}
.other-services_item:hover img{
	box-shadow: 0px 4px 10px 0px rgba(112, 126, 248, 0.4);
}
.advant-section_title {
	font-size: 40px;
}
.advant-block {
	padding: 32px 32px 56px;
}
.advant-block strong {
	font-size: 20px;
}
.price-card_title {
	font-size: 18px;
	padding: 20px;
}
.price-card table {
	margin-bottom: 40px;
}
.price-card table td {
	padding-top: 16px;
	padding-bottom: 16px;
}
.price-card table td:first-child {
	padding-left: 24px;
}
.price-card table td:last-child {
	padding-right: 24px;
}
.price-card table td[colspan] {
	padding-left: 24px;
	padding-right: 24px;
}
.serv-btn-wrapper .btn:hover .btn_inner:after {
	right: 0;
}
.advant-block_ico {
	transition: transform .2s
}
.advant-block:hover .advant-block_ico {
	transform: scale(1.1)
}
/*About us home*/
.about-page_img:before {
	font-size: 60px;
}
.about-list .row:first-child {
	margin-bottom: 70px;
}
.about-list .row:nth-child(2) {
	margin-bottom: 128px;
}
/*Contacts home*/
.contacts-info_label {
	font-size: 16px;
}
.contacts-info_item {
	font-size: 28px;
	margin: 16px 0;
}
a.contacts-info_item {
	transition: color .2s
}
a.contacts-info_item:hover {
	color: #707EF8
}
.contacts-info_row {
	min-height: 80px;
}
.contacts-info_row td {
	font-size: 20px;
	padding-right: 48px;
	padding-bottom: 12px;
}
.contacts-page_label {
	font-size: 180px;
	padding: 128px 12px 48px 80px;
}
.contact-form {
	padding: 56px 0 80px;
	margin-top: 88px;
}
.contact-form_title {
	font-size: 32px;
}
.contact-form .btn {
	font-size: 20px;
	padding-top: 24px;
	padding-bottom: 20px;
}
.other-about {
	padding-top: 80px;
}
.other-about_title {
	margin: 0 0 32px;
}
.other-about_title.write-title {
	margin: 0 0 16px;
}
.swiper.write-crsl {
	margin: 0
}
/*Blog home page*/
.tag-list::-webkit-scrollbar {
    height: 4px;
}	
.tag-list::-webkit-scrollbar-track {
 	background: rgba(192, 200, 211, 0.3);
    border-radius: 5px;
}
.tag-list::-webkit-scrollbar-thumb {
    background: #707EF8;
    border-radius: 5px;
}
.tag-list_item:hover {
	color: #fff;
	background-color: #707EF8;
}
.article-list {
	--bs-gutter-y: 64px;
	padding-bottom: 88px;
}
.article-preview img {
	transition: box-shadow .2s
}
.article-preview_title {
	font-size: 20px;
	transition: color .2s
}
.article-preview:hover img {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.article-preview:hover .article-preview_title {
	color: #707EF8;
}
/*Blog detail page*/
.pop-articles_item:hover .pop-articles_title {
	color: #707EF8;
}
.pop-articles_item:hover:after {
	background-color: #707EF8;
	animation: fadeInLeft 1s
}
.tag-links > a {
	padding: 6px 16px 2px;
}
.tag-links > a:hover {
	color: #fff;
	background-color: #707EF8;
}
.other-articles {
	padding: 64px 0 88px;
	margin-top: 80px;
}
.other-articles .page_title {
	margin-bottom: 32px;
}
.tag-links {
	margin-bottom: 40px;
}
/*Footer*/
.footer-top {
	padding-bottom: 16px;
}
.footer-top_title {
	font-size: 32px;
}
.footer-main {
	padding-top: 72px;
	padding-bottom: 36px;
}
.footer-title {
	margin-bottom: 24px;
}
.footer-nav_item {
	margin-bottom: 16px;
}
.footer-nav_link:hover {
	color: #707EF8
}
.footer-address a {
	transition: color .2s
}
.footer-address a:hover {
	color: #707EF8
}
.footer-address_phone {
	font-size: 40px;
	letter-spacing: 0.04em;
}
.footer-bottom > a:hover {
	color: #707EF8
}
.footer_form .btn:hover {
	box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.35);
}
