.error {
	outline: 0;
	border-color: #ff0000 !important;
	animation-name: error;
	animation-duration: 0.5s;
	animation-delay: 0.25s;
	color: #ff0000;
}
@keyframes error {
	0% {
		transform: translateX(0px);
		timing-function: ease-in;
	}
	37% {
		transform: translateX(10px);
		timing-function: ease-out;
	}
	55% {
		transform: translateX(-10px);
		timing-function: ease-in;
	}
	73% {
		transform: translateX(8px);
		timing-function: ease-out;
	}
	82% {
		transform: translateX(-8px);
		timing-function: ease-in;
	}
	91% {
		transform: translateX(4px);
		timing-function: ease-out;
	}
	96% {
		transform: translateX(-4px);
		timing-function: ease-in;
	}
	100% {
		transform: translateX(0px);
		timing-function: ease-in;
	}
}

.btn {
	font-size: 14px;
	font-family: "Gilroy";
	transition: all 200ms ease;
	border-radius: 36px;
	height: 36px;
	border: 1px solid #e7eaee;
	background: #fff;
	font-weight: 600;
	text-decoration: none;
	line-height: 36px;
	text-align: center;
	padding: 0 33px;
	display: inline-block;
}
.btn:hover {
	background-color: #e7eaee;
}
.btn.yellow {
	background-color: #ffe81b;
	font-weight: 700;
	font-size: 15px;
	border-radius: 80px;
	height: 50px;
	line-height: 50px;
}
.btn.yellow:hover {
	filter: brightness(110%);
}
.btn.black {
	background-color: #000;
	font-weight: 700;
	font-size: 15px;
	border-radius: 80px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border-color: transparent;
}
.btn.black:hover {
	opacity: 0.7;
}
.index-top-catalog .item a.btn {
	display: inline-block;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 36px;
	position: absolute;
	left: 80px;
	bottom: 25px;
}
.btn.square {
	border-radius: 4px;
}

.ajax-form-box {
	padding: 58px 136px 60px 125px;
	background-color: #fff;
	max-width: 630px;
}
.ajax-form-box .title {
	color: #000;
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 32px;
	line-height: 90%;
	letter-spacing: -0.01em;
}
.ajax-form-box .form-box .inpt-box {
	margin-bottom: 15px;
}
.ajax-form-box .form-box .inpt-box label {
	color: #a8abbb;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	display: block;
}
.ajax-form-box .form-box .inpt-box input[type="text"] {
	width: 100%;
	height: 70px;
	border-radius: 4px;
	border: 1px solid #D8E0EC;
	padding: 0 40px;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 16px;
}
.ajax-form-box .form-box .sbmt-box {
	text-align: center;
}
.ajax-form-box .form-box .sbmt-box .btn {
	border-radius: 4px;
	width: 100%;
	font-size: 20px;
}
.ajax-form-box .form-box .sbmt-box .dscr {
	font-weight: 500;
	font-size: 11px;
	line-height: 110%;
	color: #a8abbb;
	margin-top: 15px;
}

.header .buttons .btn.yellow {
	height: 36px;
	line-height: 36px;
	font-weight: 600;
}
.header .buttons .btn.yellow i {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url("img/phone.svg");
	margin-right: 8px;
}
.index-first-block .content .btn {
	height: 70px;
	line-height: 70px;
	font-size: 20px;
}
.index-clients-block .flex .item div.info .fa.disable {
	color: #545765;
}
.check-yourself-banner .btn.black {
	font-size: 18px;
}
.index-about-block .video .image a {
	display: block;
	position: relative;
}

/* style for contact page 27.06.22 */
.job-page {
	/*background-position: -48% -131px;*/
}
.contacts_block {
	display: flex;
	flex-wrap: wrap;
}
.contacts_block .contact_box {
	width: calc(100% - 518px);
	padding: 0 28px 0 0;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.contacts_block .contact_box h1 {
	font-weight: 600;
	font-size: 80px;
	line-height: 0.9;
	letter-spacing: -0.01em;
	margin: 0 0 39px;
}
.contacts_block .contact_list {
	margin: 0 0 43px;
}
.contacts_block .contact_list li {
	margin: 0 0 33px;
	padding: 0 0 0 60px;
	position: relative;
}
.contacts_block .contact_list li.phone {
	margin: 0 0 25px;
}
.contacts_block .contact_list li:after {
	position: absolute;
	content: "";
	top: 50%;
	background-size: 100%;
}
.contacts_block .contact_list li.adress:after {
	width: 29px;
	height: 40px;
	background: url("img/cnt_icon-1.svg") no-repeat;
	transform: translateY(-47%);
	left: 4px;
}
.contacts_block .contact_list li.phone:after {
	width: 38px;
	height: 38px;
	background: url("img/cnt_icon-2.svg") no-repeat;
	transform: translateY(-65%);
	left: 2px;
}
.contacts_block .contact_list li.email:after {
	width: 35px;
	height: 35px;
	background: url("img/cnt_icon-3.svg") no-repeat;
	left: 5px;
	top: 4px;
}
.contacts_block .contact_list .label {
	display: block;
	margin: 0 0 2px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}
.contacts_block .contact_list li.email .label {
	margin: 0 0 6px;
}
.contacts_block .contact_list strong {
	display: block;
}
.contacts_block .contact_list strong a {
	font-size: 24px;
	font-weight: 600;
	line-height: 0.9;
	color: #000;
	text-decoration: none;
	transition: all ease 0.3s;
}
.contacts_block .contact_list strong a:hover {
	text-decoration: underline;
}
.contacts_block .contact_list .adress a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 5px;
}
.contacts_block .contact_list .adress a:hover {
	text-decoration: none;
}
.contacts_block .contact_list .adress a:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fad200;
	transition: all ease 0.3s;
}
.contacts_block .contact_list .adress a:hover:after {
	background: transparent;
}
.contacts_block .contact_list .phone span {
	margin: 0;
}
.contacts_block .contact_list .phone strong {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contacts_block .contact_list .phone a {
	font-size: 27px;
	letter-spacing: -0.01em;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 6px 0;
}
.contacts_block .contact_list .phone a.whatsapp {
	padding: 12px 19px 12px 45px;
	position: relative;
	font-weight: 500;
	font-size: 11px;
	line-height: 1.1;
	color: #a8abbb;
	border: 1px solid #e7eaee;
	border-radius: 80px;
	background: #fff;
}
.contacts_block .contact_list .phone a.whatsapp:hover {
	background: #e7eaee;
	color: #000;
	text-decoration: none;
}
.contacts_block .contact_list .phone a.whatsapp:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 17px;
	top: 50%;
	left: 19px;
	transform: translateY(-50%);
	background: url("img/cnt_icon-5.svg") no-repeat;
	background-size: 100%;
}
.contacts_block .contact_list .email strong a {
	letter-spacing: -0.01em;
}
.contacts_block .contact_list .email .btn {
	display: block;
	font-weight: 500;
	font-size: 11px;
	line-height: 1.1;
	text-align: center;
	width: 118px;
	padding: 0 0 0;
	background: #ffffff;
	border: 1px solid #d1d3dc;
	border-radius: 80px;
	height: auto;
	padding: 10px 10px 9px;
	box-sizing: border-box;
	margin: 18px 0 0;
	transition: all ease 0.3s;
}
.contacts_block .contact_list .email .btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.contacts_block .video_box {
	background: #fff;
	border: 1px solid #3f3f46;
	box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	padding: 30px 32px 37px 47px;
}
.contacts_block .video_box .inner_box {
	padding: 0 262px 0 0;
	position: relative;
}
.contacts_block .video_box .inner_box .btn {
	line-height: 39px;
	display: block;
	width: 216px;
	height: 39px;
	background: #000000;
	border-radius: 4px;
	border: 1px solid #000;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0 0;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	transition: all ease 0.3s;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 13px;
}
.contacts_block .video_box .inner_box .btn:hover {
	background: #fff;
	color: #000;
}
.contacts_block .video_box .name {
	font-weight: 600;
	font-size: 27px;
	line-height: 90%;
	background: url(img/yb.svg) no-repeat right;
	margin-bottom: 19px;
	display: inline-block;
	text-decoration: none;
	padding-right: 44px;
	letter-spacing: -0.01em;
}
.contacts_block .video_box p {
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 0.01em;
	color: #545765;
	max-width: 240px;
}
.contacts_block .map_box {
	width: 518px;
	padding: 5px 0 0;
}
.contacts_block .map_box #map img {
	display: block;
	width: 100%;
}
.job-page .contacts_block .form {
	width: 100%;
	padding: 33px 74px 33px 77px;
}
.contacts_block .form .title_form {
	display: block;
	margin: 0 0 26px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	color: #000;
}
.contacts_block .form .inpt_holder {
	margin: 0 0 15px;
}
.contacts_block .form .inpt_holder p {
	font-weight: 500;
	font-size: 11px;
	line-height: 1.1;
	color: #a8abbb;
	margin: 0 0 0;
	padding: 0 4px;
	max-width: 255px;
}
.job-page .contacts_block .form input[type="text"] {
	height: 60px;
}
.contacts_block .form button {
	margin: -7px 0 12px;
}
.contacts_block .form .dscr {
	text-align: center;
	font-weight: 500;
	font-size: 11px;
	line-height: 1.1;
	color: #a8abbb;
	margin: 0 auto;
	max-width: 255px;
}
@media (max-width: 1320px) {
	.contacts_block .contact_box {
		width: calc(100% - 450px);
	}
	.contacts_block .map_box {
		width: 450px;
	}
	.contacts_block .video_box {
		padding: 30px 32px 37px 32px;
	}
	.contacts_block .video_box .inner_box {
		padding: 0;
	}
	.contacts_block .video_box .inner_box .btn {
		position: relative;
		top: auto;
		right: auto;
	}
	.contacts_block .video_box p {
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.contacts_block .contact_box {
		width: 100%;
		padding: 0;
	}
	.contacts_block .map_box {
		padding: 0;
		width: 100%;
	}
	.contacts_block .video_box .inner_box {
		padding: 0 262px 0 0;
	}
	.contacts_block .video_box p {
		margin: 0;
	}
	.contacts_block .video_box .inner_box .btn {
		position: absolute;
		right: 0;
		top: 13px;
	}
}
@media (max-width: 767px) {
	.job-page {
		background-position: 100% -131px;
	}
}
@media (max-width: 575px) {
	.contacts_block .contact_box h1 {
		font-size: 60px;
	}
	.contacts_block .video_box .inner_box {
		padding: 0;
	}
	.contacts_block .video_box .inner_box .btn {
		position: relative;
		top: auto;
		right: auto;
	}
	.contacts_block .video_box p {
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) {
	.contacts_block .contact_box h1 {
		font-size: 40px;
	}
	.contacts_block .contact_list li {
		padding: 0 0 0 40px;
	}
	.contacts_block .contact_list li.adress:after {
		background-size: 100%;
		width: 20px;
		height: 28px;
	}
	.contacts_block .contact_list li.phone:after {
		width: 28px;
		height: 28px;
		background-size: 100%;
		transform: none;
		top: 8px;
	}
	.contacts_block .contact_list li.email:after {
		width: 25px;
		height: 25px;
		background-size: 100%;
	}
	.contacts_block .contact_list .phone span {
		margin: 0 0 6px;
	}
	.contacts_block .contact_list strong a {
		font-size: 20px;
		line-height: 1;
	}
	.contacts_block .contact_list .phone a {
		font-size: 24px;
	}
	.contacts_block .contact_list .email .btn {
		margin: 6px 0 0;
	}
	.contacts_block .contact_list .adress a {
		padding: 0;
		text-decoration: underline;
		text-decoration-color: #fad200;
	}
	.contacts_block .contact_list .adress a:after {
		display: none;
	}
	.contacts_block .video_box {
		padding: 20px;
	}
	.contacts_block .video_box .inner_box .btn {
		width: 100%;
	}
	.job-page .contacts_block .form {
		padding: 20px;
	}
	.contacts_block .form .title_form {
		margin: 0 0 15px;
		font-size: 22px;
	}
	.job-page .contacts_block .form input[type="text"] {
		padding: 0 20px;
	}
	.job-page .contacts_block .form .input span {
		left: 20px;
	}
	.job-page .contacts_block .form .input input[type="text"] {
		padding-left: 60px;
	}
}
/* end style for contact page 27.06.22 */


.gallery.slick-slider .item .img { display: block; width: 100%; height: 310px; background-repeat: no-repeat; background-size: cover; background-position: center; }

.review-detail { display: none; max-width:  }
.review-detail .author { margin-bottom: 25px; position: relative; font-weight: 500; font-size: 12px; line-height: 130%; color: #545765; }
.review-detail .author span { display: block; color: #000; margin-top: 4px; font-weight: 600; font-size: 18px; line-height: 90%; }
.review-detail .author .rating { position: absolute; right: 20px; bottom: 0; font-weight: 700; font-size: 14px; line-height: 130%; color: #000; }
.review-detail .author .rating .fa { color: #FAD200; }
.review-detail p { padding: 0 0 20px; }
.index-social-block .item .btn { position: absolute; right: 0; top: 0; }
.index-about-block2 .text.two-columns { columns: 2; column-gap: 2%; width: 100%; }

.ajax-pager-link { background-color: #ECEFF2; height: 49px; line-height: 49px; border-radius: 80px; font-weight: 600; }
.ajax-pager-link:hover { color: #fff; background: #74777C; border-color: #74777C; }
.ajax-pager-link i { display: inline-block; vertical-align: middle; width: 14px; height: 17px; background: url('img/refresh.svg'); margin-right: 10px; position: relative; top: -3px; }
.map_box #map { height: 290px; width: 100%; }

.job-page h1 { margin-bottom: 22px; font-weight: 600; font-size: 80px; line-height: 90%; letter-spacing: -0.01em; }
.blog-page .item:hover .name a { color: #fff; }

.post-page .preview-text {  }
.post-page .preview-text strong { font-size: 21px; line-height: 120%; color: #000000; font-weight: 500; }
.post-page .detail-text img { maring: 0 auto; display: block; }

/*.services-page .list { gap: 30px; }
.services-page .list .item { width: calc(100%/3); flex: 1 1 calc((100%/3) - 60px) }*/

.services-page .list { justify-content: start; }
.services-page .list .item { margin-right: 25px; }
.services-page .list .item:nth-child(3n) { margin-right: 0; }
@media (max-width: 768px) {
	.services-page .list .item { margin-right: 0; }
}

select option { font-family: 'Gilroy'; }

.service-page .text .icos-flex-row { display: flex; justify-content: space-around; flex-wrap: wrap; margin: 0 0 60px; }
.service-page .text .icos-flex-row .col-4 { width: 25%; text-align: center; }
.service-page .text .icos-flex-row .col-3 { width: 33.33%; text-align: center; padding: 0 15px; box-sizing: border-box; }
.service-page .text .icos-flex-row .col-3 .name { margin-bottom: 10px; font-size: 22px; font-weight: 600; }
.service-page .text .icos-flex-row .box-name { margin-bottom: 10px; font-size: 22px; font-weight: 600; }
.service-page .text .icos-flex-row .advantage_img { margin-bottom: 10px; }
.service-page .text .icos-flex-row .dscr {  }
.service-page .text .icos-flex-row .item { margin-bottom: 15px; }

.orders-block .table-box { margin-bottom: 24px; }
.orders-block .table-box .table-head { display: flex; width: 100%; background-color: #A8ABBB; }
.orders-block .table-box .table-head .item-td { display: block; position: relative; padding: 10px 20px; font-weight: 700; font-size: 14px; line-height: 130%; color: #fff; box-sizing: border-box; }
.orders-block .table-box .table-head .item-td:first-child { padding-left: 110px; }
.orders-block .table-box .table-head .item-td:last-child { padding-right: 110px; }
.orders-block .table-row { display: flex; width: 100%; }
.orders-block .table-row:nth-child(2n) { background-color: #F3F9F6; }
.orders-block .table-row .item-td { display: block; padding: 20px; font-weight: 500; font-size: 14px; line-height: 130%; color: #545765; box-sizing: border-box; }
.orders-block .table-row .item-td:first-child { padding-left: 110px; }
.orders-block .table-row .item-td:last-child { padding-right: 110px; }
.orders-block .table-row .item-td .title-td { display: none; }
.orders-block .item-1 { flex: 0 0 22%; }
.orders-block .item-2 { flex: 0 0 11%; }
.orders-block .item-3 { flex: 0 0 15%; }
.orders-block .item-4 { flex: 0 0 15%; }
.orders-block .item-5 { flex: 0 0 37%; }
.orders-block .table-row .item-td.item-2, .orders-block .table-row .item-td.item-3 { font-weight: 700; }

.orders-block .refinance-table .item-1 { flex: 0 0 14%; }
.orders-block .refinance-table .item-2 { flex: 0 0 10%; }
.orders-block .refinance-table .item-3 { flex: 0 0 12%; }
.orders-block .refinance-table .item-4 { flex: 0 0 17%; }
.orders-block .refinance-table .item-5 { flex: 0 0 17%; }
.orders-block .refinance-table .item-6 { flex: 0 0 8%; }
.orders-block .refinance-table .item-7 { flex: 0 0 8%; }
.orders-block .refinance-table .item-8 { flex: 0 0 14%; }
.orders-block .refinance-table .progress { width: 80px; }

@media (max-width: 768px) {
	.orders-block .table-box .table-head { display: none; }
	.orders-block .table-row { display: block; }
	.orders-block .table-row .item-td .title-td { display: block; font-weight: 700; color: #000; margin-bottom: 5px; }
	.orders-block .table-row .item-td:first-child, .orders-block .table-row .item-td:last-child { padding: 10px; }
	.orders-block .table-row .item-td { padding: 10px; }
}

.fancybox-content.ajax-form-box .fancybox-close-small{
  padding: 0;
  width: 34px;
  height: 34px;
  top: 38px;
  right: 52px;
}
.fancybox-content.ajax-form-box .fancybox-close-small:after,
.fancybox-content.ajax-form-box .fancybox-close-small:before{
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #000;
  margin: -1px 0 0 -20px;
}
.fancybox-content.ajax-form-box .fancybox-close-small:after{
  transform: rotate(-45deg);
}
.fancybox-content.ajax-form-box .fancybox-close-small:before{
  transform: rotate(45deg);
}
.fancybox-content.ajax-form-box .fancybox-close-small svg{
  display: none;
}

input[type=text]::placeholder, textarea::placeholder { color: #000; opacity: 1; }
input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #000; opacity: 1; }
input[type=text]::-moz-placeholder, textarea::-moz-placeholder { color: #000; opacity: 1; }
input[type=text]:-moz-placeholder, textarea:-moz-placeholder { color: #000; opacity: 1; }
input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #000; opacity: 1; }
#warning_popup { display: none; }
.ajax-pager-link i { transition: all 200ms linear; }
.ajax-pager-link:hover i { transform: rotate(360deg); }

.ajax-form-box.review-add .title { position: relative; min-height: 110px; }
.ajax-form-box.review-add .title:before { background-image: url(img/review.svg); width: 123px; height: 107px; position: absolute; left: 0; top: 0; content: ''; display: block; }
.ajax-form-box.review-add .title span { padding-left: 143px; display: block; padding-top: 20px; }
.ajax-form-box.review-add .inpt-box span { display: block; margin-bottom: 18px; font-weight: 500; font-size: 11px; line-height: 110%; color: #A8ABBB; }
.ajax-form-box .inpt-box select { width: 100%; height: 70px; border-radius: 4px; border: 1px solid #D8E0EC; padding: 0 40px; margin-bottom: 8px; appearance: none; font-weight: 600; background: #ffffff url('img/select.svg') no-repeat right 30px top 50%; font-size: 16px; }
.ajax-form-box .inpt-box textarea { resize: none; width: 100%; height: 162px; border-radius: 4px; border: 1px solid #D8E0EC; padding: 20px 40px; margin-bottom: 14px; font-weight: 600; font-size: 16px; }

.page-404 ul { padding-left: 25px; margin-bottom: 20px; list-style: disc; font-weight: 400; font-size: 18px; line-height: 130%; color: #545765; }
.page-404 p { margin-bottom: 25px; font-size: 18px; line-height: 130%; color: #545765; }
.footer .content ul li a:hover { border-bottom-color: transparent; }
.bottom-consult-block .form p.res { font-size: 16px; line-height: 1.2; }
.index-clients-block .flex .item div.info .name a { text-decoration: none; }

.post-page .text .author .share .ya-share2 { display: inline-block; }
.top-menu .sub-menu nav p a { text-decoration: none; }
.index-docs-block .img { display: block; width: 100%; height: 285px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.index-about-block .video .image .inner_img a { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 40; }
.index-about-block .video .image:after { z-index: 10; }
.index-about-block .video .image .link { z-index: 20; }
.more-menu ul li a:hover { color: #FAD200; }
.contacts-page .info .item .phone a { text-decoration: none; }

@media (max-width: 767px) {
	.index-top-catalog .item a.btn { display: block; position: relative; left: auto; bottom: auto; margin-top: 20px; }
	.index-docs-block .img { width: 200px; }
	.index-docs-block .list .item { width: 200px !important; }
	.index-partners-block .list .items .item img { height: 40px; width: 100%; }
	.index-social-block .item .btn { position: relative; right: auto; top: auto; margin-top: 20px; }
	.check-yourself-banner .btn.black { margin-top: 20px; }
}

.service-page .text ol { margin: 0 0 30px 30px; padding-left: 25px; list-style-type: none; font-weight: 500; font-size: 18px; line-height: 130%; counter-reset: num; }
.service-page .text ol li { position: relative; }
.service-page .text ol li:before { content: counter(num) '.';  counter-increment: num; display: inline-block; position: absolute; top: 0px; left: -25px; width: 20px; font-weight: 500; font-size: 18px; text-align: right; }

.docs-list { display: flex; flex-wrap: wrap; margin-top: 30px; }
.docs-list .item { width: 22%; margin: 0 30px 30px 0; }
.docs-list .item:nth-child(4n) { margin-right: 0; }
.docs-list .item .img { display: block; width: 100%; height: 280px; background-position: center; background-size: cover; background-repeat: no-repeat; border: 1px solid #C1CCD7; border-radius: 4px; }
@media (max-width: 767px) {
	.docs-list { display: block; }
	.docs-list .item { width: 100%; margin: 0 auto 30px; max-width: 250px; }
}
.page-title { margin-bottom: 14px; font-weight: 600; font-size: 80px; line-height: 90%; letter-spacing: -0.01em; }

.faq_section { margin-top: 30px; }
.faq_section .box { margin-bottom: 30px; }
.faq_section .box h2.title_block { margin-bottom: 10px; font-weight: 600; font-size: 44px; line-height: 90%; letter-spacing: -0.01em; }
.faq_section .box .accordion { padding: 0 85px; padding: 15px; background-color: #fff; border-radius: 4px; }
.faq_section .box .accordion .item { padding: 20px 0; border-bottom: 1px solid #EFF4F5; }
.faq_section .box .accordion .item:last-child { border-bottom-color: transparent; }
.faq_section .box .accordion .item .name { font-size: 18px; line-height: 110%; letter-spacing: -0.01em; padding-left: 50px; cursor: pointer; position: relative; }
.faq_section .box .accordion .item .name.active { font-weight: 700; }
.faq_section .box .accordion .item .name:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 30px; height: 30px; background: url('img/faq1.svg'); }
.faq_section .box .accordion .item .name.active:before { background: url('img/faq2.svg'); }
.faq_section .box .accordion .item .info {  margin-top: 14px; font-size: 16px; line-height: 120%; padding-left: 50px; display: none; }
@media (max-width: 767px) {
	.page-title { font-size: 32px; }
	.faq_section .box h2.title_block { font-size: 30px; }
	.header { z-index: 10; }
	.ajax-form-box { padding: 58px 36px 60px 25px; }
}
.indx-page { overflow-x: hidden; }

@media (max-width: 575px)
{
	.service-page .text .icos-flex-row .col-3, .service-page .text .icos-flex-row .col-4{ width: 50%; }
}
@media (max-width: 380px){
	.service-page .text .icos-flex-row .col-3, .service-page .text .icos-flex-row .col-4{ width: 100%; }
}
.index-help-block,  .index-docs-block { overflow: hidden; }

.contacts_block .name, .contacts .name { display: none; }
.navi .item { display: inline-block; }

.text-dscr { color: #545765; font-size: 18px; line-height: 1.2; }
.text-dscr p { margin: 0 0 25px; }

.post-page .text .txt table { width: auto; border-collapse: collapse; margin-bottom: 25px; }
.post-page .text .txt table th, .post-page .text .txt table td { padding: 15px; font-weight: 600; border: 1px solid #E1E5EB; color: #545765; text-align: left; vertical-align: top; font-size: 18px; }
.post-page .text .txt table td { font-weight: normal; }
.post-page .text .txt h3, .post-page .text .txt h4 { margin-bottom: 20px; color: #000; font-weight: 600; font-size: 24px; letter-spacing: -0.01em; line-height: 90%; }

.bottom-consult-block .form .smart-captcha { width: 49%; }
.bottom-consult-block .form p { width: 49%; }