html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: var(--bg01);
	font-size: 14px;
	line-height: 1.2;
	font-family: "Segoe UI", "Trebuchet MS", Helvetica, sans-serif
}
* {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

H1, H2 {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: var(--col02);
}
H1:after, H2:after {
	content: '';
	display: block;
	width: 77px;
	height: 2px;
	background-color: var(--bg02);
	background-image: var(--bg03);
	margin: 24px auto 0;
}
H1 span, H2 span {
	color: var(--col04);
}
@media (min-width: 992px) {
	H2 {
		font-size: 36px;
	}
}

.no_url{padding: 1em 0; text-align: center; background: orange; color: black; font-size: 1.5em}
.get_us{padding: .2em 0; text-align: center; font-size: .85em; color: #fff; background: #666}
.get_us a{color: yellow}

H2.md {
	font-size: 20px;
	display: inline-block;
}

.partner{ display: block; color: #888 !important; margin-top: 1em }

.subtitle {
	text-align: center;
	margin-top: 20px;
	opacity: 0.5;
	color: var(--col02);
}
img {
	display: inline-block;
	border: none;
	vertical-align: top;
}
.responsive-image {
	max-width: 100%;
}
input, textarea, select, button {
	border: none;
	resize: none;
	display: block;
	width: 100%;
	font-family: "Segoe UI", "Trebuchet MS", Helvetica, sans-serif
}
input[type="text"],
input[type="tel"],
input[type="mail"] {
	background: var(--col05);
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 0.5;
}
::-webkit-input-placeholder {
    opacity: 0.5;
}
::-ms-placeholder {
    opacity: 0.5;
}
::placeholder {
    opacity: 0.5;
}
label {
	cursor: pointer;
}
ul, ul li {
	list-style: none;
}
a {
	transition: all 300ms ease;
	text-decoration: none;
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative;
	min-width: 300px;
	overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}
.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 20px;
	height: 16px;
	display: flex;
	align-items: center;
}
.bt-menu span {
	display: block;
	width: 100%;
	height: 2px;
	background-image: var(--bg03);
	transition: .3s;
	position: relative;
}
.bt-menu span:before {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: -6px;
	left: 0;
	background-image: var(--bg03);
	transition: .3s;
}
.bt-menu span:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 6px;
	left: 0;
	background-image: var(--bg03);
	transition: .3s;
}
.bt-menu.close span {
	background: transparent;
}
.bt-menu.close span:before {
	top: 0;
	transform: rotate(45deg);
}
.bt-menu.close span:after {
	top: 0;
	transform: rotate(-45deg);
}


.bt {
	position: relative;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 46px;
	box-shadow: 0 6px 17px var(--21);
	border-radius: 23px;
	background-color: var(--bg13);
	background-image: var(--bg03);
	font-size: 13px;
	font-weight: 700;
	color: var(--col05);
	padding-bottom: 2px;
}
.bt-stroke {
	position: relative;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 46px;
	border-radius: 23px;
	border: solid 1px var(--col01);
	opacity: .7;
	font-size: 15px;
	font-weight: 600;
	color: var(--col01);
}



.header {
	position: relative;
	z-index: 100;
	background: var(--col17);
	border-bottom: 1px solid var(--col18);
	padding: 12px 0 12px;
}
.logo {
	display: inline-block;
}
.logo img {
	width: 114px;
	height: 29px;
	object-fit: cover;
}
.header-contacts + .header-contacts {
	text-align: right;
	width: 190px;
	margin: 0 16px 0 auto;
}
.phone-no {
	display: inline-block;
	color: var(--col08);
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
.phone-no span {
	font-weight: 600;
	color: var(--col09);
}
.item-contact svg {
	fill: var(--col04);
	opacity: .6;
}
.item-contact {
	display: inline-flex;
	align-items: center;
	color: var(--col10);
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}
.item-contact .icon-calendar {
	width: 15px;
	height: 17px;
	margin-right: 11px;
}
.header-bot {
	position: absolute;
	left: 0; top: 100%;
	margin-top: 1px;
	width: 100%;
	z-index: 20;
	background: var(--bg05);
	padding: 15px;
	display: none;
}
.header-nav > ul > li {
	position: relative;
}
.header-nav > ul > li > a {
	display: inline-flex;
	font-weight: 600;
	color: var(--col10);
	text-transform: uppercase;
	padding: 5px 0;
}
.link-submenu:after {
	content: '';
	display: block;
	border-bottom: 1px solid var(--col10);
	border-right: 1px solid var(--col10);
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	transform: rotate(45deg);
	margin: 7px 0 0 5px;
}
.list-submenu {
	padding: 5px 0 10px 10px;
	display: none;
}
.list-submenu li a {
	color:var(--col10);
	display: inline-block;
	padding: 7px 0;
}
.open .list-submenu {
	display: block;
}


.header-search {
	position: absolute;
	top: 19px; right: 15px;
}
.bt-search {
	display: inline-block;
}
.bt-search svg {
	fill: var(--col04);
	opacity: .6;
	width: 17px;
	height: 18px;
}


@media (min-width: 576px) {

.phone-no {
	font-size: 20px;
}
.logo img {
	width: 150px;
	height: auto;
}

}

@media (min-width: 992px) {
	.header {
		border-bottom: 0;
		padding: 0;
	}
	.phone-no {
		margin-bottom: 7px;
	}
	.bt-menu {
		display: none;
	}
	.header-title {
		font-size: 12px;
		line-height: 17px;
		margin-left: 32px;
		width: 250px;
	}
	.header-title + .header-contacts {
		width: 210px;
		margin-left: auto;
	}
	.header-contacts + .header-contacts {
		margin-left: 30px;
		width: 184px;
	}
	.item-contact .icon-pin {
		width: 14px;
		height: 19px;
		margin: 0 10px 0 2px;
	}
	.item-contact .icon-email {
		width: 16px;
		height: 14px;
		margin-right: 12px;
	}
	.item-contact a {
		color: var(--col10);
	}
	.header .bt {
		width: 192px;
	}
	.header-top {
		padding: 22px 0;
	}
	.header-bot {
		position: relative;
		left: auto;
		top: auto;
		margin-top: 0;
		background: 0;
		padding: 0;
		display: block;
		border-top: 1px solid var(--col21);
	}
	.header-nav {
		width: 90%;
	}
	.header-nav > ul > li > a {
		padding: 0;
		height: 49px;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.link-submenu::after {
		margin: 0px 0 0 7px;
	}
	.list-submenu {
		position: absolute;
		left: -10px;
		top: 100%;
		width: 220px;
		background: #f9f7f9;
		z-index: 10;
		padding-top: 1px;
		padding-left: 0;
	}
	.list-submenu li {
		margin-bottom: 10px;
	}
	.list-submenu li a {
		padding: 5px 10px;
		display: block;
	}
	.list-submenu li a:hover {
		background: var(--col04);
		color: var(--col05);
	}
	.header-search {
		position: relative;
		top: auto;
		right: auto;
		margin: 7px 0 0 auto;
	}
}





.breadcrumbs {
	padding-top: 25px;
	opacity: 0.7;
	line-height: 20px;
}
.breadcrumbs li:after {
	content: '/';
	margin: 0 3px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs li a {
	color:var(--col11);
}


.preview-block {
	padding: 20px 0 20px;
	background: var(--bg01);
}
.preview-block .title {
	color: var(--col03);
	font-size: 30px;
	font-weight: 700;
	margin-top: 18px;
}
.preview-block .title:after {
	margin-left: 0;
}
.preview-block .title span {
	color: var(--col04);
}
.preview-block .title:after {
	content: '';
	display: block;
	margin-top: 22px;
	width: 90%;
	max-width: 457px;
	height: 2px;
	background-color: var(--bg02);
	background-image: var(--bg03);
}
.preview-block .subtitle {
	margin-top: 23px;
	text-align: left;
	opacity: 0.7;
	color: var(--col01);
	max-width: 430px;
}
.preview-image {
	margin-top: 20px;
}
.preview-block .form-box {
	margin-top: 45px;
}
@media (min-width: 768px) {
	.preview-block .title {
		font-size: 48px;
	}
	.preview-block .form-box {
		margin-top: 65px;
	}
}

@media (min-width: 992px) {

.preview-block {
	padding: 0;
}
.preview-wrapper {
	position: relative;
	padding: 62px 0 35px;
}
.preview-wrapper H1 {
	text-align: left;
}
.preview-image {
	position: absolute;
	left: 480px;
	bottom: 100px;
	width: 600px;
}
.preview-block .title {
	max-width: 495px;
}
.preview-block .form-item {
	width: 234px;
	margin-right: 16px;
}
.preview-block .form-box .bt {
	width: 150px;
	margin-right: 18px;
}
.preview-block .form-box .agree {
	width: 255px;
	margin-top: 15px;
}


}


@media (min-width: 1200px) {

	.preview-image {
		bottom: 58px;
		left: 580px;
		width: 960px;
	}

}




.reasons-block {
	padding: 60px 0;
	background-color: var(--bg06);
}
.reasons-block H2 {
	text-align: left;
	margin-bottom: 20px;
}
.reasons-block H2:after {
	margin-right: 0;
	margin-left: 0;
	width: 162px;
}
.reason-item {
	position: relative;
	padding: 40px 10px 30px 63px;
	color: var(--col03);
}
.reason-item svg {
	fill: var(--bg15);
	position: absolute;
	left: 15px; top: 40px;
	width: 27px;
	height: 20px;
}
.reason-item .icon-check {
	left: 20px;
}
.reason-item .icon-car {
	width: 35px;
	height: 28px;
}
.reason-item .icon-money {
	width: 33px;
	height: 23px;
}
.reason-item .subhead {
	font-size: 18px;
	font-weight: 600;
}
.reason-item p {
	margin-top: 10px;
	line-height: 22px;
}
.reason-item.dedicated {
	box-shadow: 0 6px 35px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	background-color: #ffffff;
}


@media (min-width: 768px) {

.reason-item {
	width: calc(50% - 10px);
	margin-top: 25px;
}


}

@media (min-width: 992px) {

.reasons-block H2 {
	font-size: 30px;
	margin-bottom: 0;
}
.reason-item {
	width: calc(33.333% - 10px);
}

}


.portfolio-block {
	padding: 60px 0 30px;
}
.portfolio-block H2 {
	text-align: left;
	color: var(--col02);
}
.portfolio-block H2:after {
	margin-right: 0;
	margin-left: 0;
	width: 162px;
}
.portfolio-block .subtitle {
	text-align: left;
	margin-top: 15px;
}
.portfolio-item {
	margin-top: 36px;
}
.portfolio-item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.portfolio-item h3 {
	padding: 1.3em 0 .7em 0;
}
.portfolio-item .tag {
	margin-top: 10px;
	color: var(--col04);
	font-size: 14px;
	display: inline-block;
}
.portfolio-item .title {
	margin-top: 7px;
	display: inline-block;
	color: var(--col03);
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	display: block;
}
.portfolio-block .bt-stroke {
	margin: 26px auto 0;
}
.portfolio-block .bt-stroke::after {
	content: '';
	display: block;
	border-bottom: 1px solid var(--col01);
	border-right: 1px solid var(--col01);
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	transform: rotate(-45deg);
	margin: 4px 0 0 5px;
}

@media (min-width: 576px) {
	.portfolio-block H2 {
		margin-top: 65px;
	}
	.portfolio-item img {
		height: 200px;
		object-fit: cover;
	}
	.portfolio-block .bt-stroke {
		max-width: 170px;
	}
}
@media (min-width: 992px) {
	.portfolio-item img {
		height: 238px;
	}
}
@media (min-width: 1200px) {
	.portfolio-block H2 {
		margin-top: 85px;
	}
}


.services-block {
	position: relative;
	z-index: 20;
	padding-top: 30px;
}
.project-item {
	position: relative;
	display: flex;
	margin-top: 30px;
}
.project-item .content {
	width: calc(100% - 166px);
	padding: 10px 15px 10px 22px;
	background-color: var(--bg01);
	display: flex;
	align-items: center;
	border-radius: 10px 0 0 10px;
	box-shadow: 0px 8px 43px 0px var(--col19);
}
.project-item img {
	position: relative;
	z-index: 2;
	width: 166px;
	height: 192px;
	object-fit: cover;
	background: #fff;
	clip-path: polygon(0 0, 65% 0%, 100% 50%, 65% 100%, 0 100%, 0% 50%);
}
.project-item .title {
	font-size: 18px;
	font-weight: 600;
	color: var(--col02);
	display: block;
}
.project-item .value {
	color: var(--col04);
	margin-top: 6px;
	display: block;
}
.project-item .bt {
	max-width: 150px;
	margin-top: 18px;
}

@media (min-width: 576px) {
	.project-item {
		max-width: 400px;
		margin: 30px auto 0;
	}
}
@media (min-width: 992px) {
	.project-item {
		max-width: 100%;
	}
	.project-item:before {
		content: '';
		display: block;
		background-image: var(--bg03);
		position: absolute;
		left: 0; bottom: 0;
		width: 80%;
		height: 6px;
		transition: .3s;
		opacity: 0;
	}
	.project-item:hover:before {
		opacity: 1;
	}
}




.service-item {
	position: relative;
	margin-top: 30px;
	box-shadow: 0 13px 35px var(--col23);
	border-radius: 10px;
	background-color: var(--bg14);
	padding: 23px 20px 19px;
	display: block;
}
.service-item:after {
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	margin-top: 7px;
	background-color: var(--bg02);
	background-image: var(--bg03);
}
.service-item .title {
	font-size: 16px;
	color: var(--col02);
	font-weight: 600;
	display: block;
}
.service-item .more {
	display: inline-flex;
	margin-top: 8px;
	color: var(--col04);
}
.service-item .more:after {
	content: '';
	display: block;
	border-bottom: 1px solid var(--col04);
	border-right: 1px solid var(--col04);
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	transform: rotate(-45deg);
	margin: 10px 0 0 5px;
}
@media (min-width: 768px) {
	.project-item .title {
		font-size: 20px;
	}
}




.reviews-block {
	position: relative;
	margin-top: -38px;
	padding: 75px 0 50px;
	background: var(--bg16);
}
.reviews-block:before {
	content: '';
	display: block;
	background: var(--bg08);
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity: .82;
}
.reviews-block .container {
	position: relative;
	z-index: 2;
}
.reviews-block H2 {
	text-align: left;
	color: var(--col05);
}
.reviews-block H2:after {
	margin: 15px 0 0;
	width: 72px;
}
.review-item {
	position: relative;
	margin: 21px 0 0 30px;
	padding: 23px 23px 28px 66px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	box-shadow: 0 13px 35px var(--col20);
	border-radius: 10px;
	background-color: var(--bg06);
}
.review-item .photo {
	position: absolute;
	left: -33px;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	object-fit: cover;
}
.review-item .location {
	font-size: 12px;
	opacity: .5;
}
.review-item .date {
	font-size: 12px;
	opacity: .5;
	margin-left: auto;
}
.review-item .name {
	width: 100%;
	margin-top: 6px;
	font-size: 18px;
	color: var(--col02);
	font-weight: 600;
}
.review-item .rating {
	display: flex;
	align-items: center;
	margin-top: 9px;
}
.review-item .rating svg {
	width: 12px;
	height: 13px;
	margin-right: 4px;
	fill: var(--col04);
}
.review-item .title {
	position: relative;
	margin-top: 18px;
	color: var(--col02);
	font-weight: 600;
	font-size: 20px;
	width: 100%;
}
.review-item .title:before {
	content: ',,';
	display: block;
	position: absolute;
	left: -37px;
	top: -27px;
	background-image: var(--bg03);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	font-size: 48px;
	color: var(--col02);
	line-height: 1;
}
.review-item p {
	position: relative;
	margin-top: 12px;
	opacity: 0.7;
	font-size: 15px;
	line-height: 21px;
}
.reviews-block .buttons {
	padding-left: 30px;
}
.reviews-block .bt {
	margin-top: 26px;
}
.reviews-block .bt-stroke {
	margin-top: 26px;
	border-color: var(--col05);
	color: var(--col05);
	opacity: 1;
}
@media (min-width: 576px) {
  .reviews-block .bt,
  .reviews-block .bt-stroke {
  	width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
	.reviews-block {
		padding: 150px 0 111px;
	}
}
@media (min-width: 1200px) {
	.reviews-block .bt,
	.reviews-block .bt-stroke {
		width: 160px;
		margin-right: 15px;
	}
	.reviews-block .bt-stroke {
		margin-right: auto;
	}
}



.clients-block {
	padding-top: 45px;
	padding-bottom: 15px
}
.clients-block img {
	opacity: .3;
	margin: 30px 14px 0;
}

@media (min-width: 992px) {
	.clients-block {
		padding-top: 86px;
	}
}
@media (min-width: 1200px) {
	.clients-block img {
		margin: 40px 32px 0;
	}
}




.catalog-block {
	padding-top: 50px;
	padding-bottom: 20px;
	background: var(--col05)
}
.catalog-block H2 {
	text-align: left;
	margin-bottom: 4px;
}
.catalog-block H2:after {
	max-width: 513px;
	width: 100%;
	margin: 15px 0 0;
}
.catalog-item {
	margin-top: 28px;
	position: relative;
	box-shadow: 0 8px 43px var(--col19);
	border-radius: 10px;
	background-color: var(--bg01);
	overflow: hidden;
}
.catalog-item .full-link {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.catalog-item .image {
	width: 100%;
}
.catalog-item .image img {
	width: 100%;
	height: auto;
}
.catalog-item .content {
	display: flex;
	flex-wrap: wrap;
	padding: 26px 30px 20px 20px;
	align-items: flex-start;
}
.catalog-item .title {
	font-size: 20px;
	color: var(--col02);
	font-weight: 600;
}
.catalog-item .price {
	margin-top: 8px;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: var(--col04);
}
.catalog-item .bt {
	width: 150px;
	margin: 13px 0 0 auto;
	position: relative;
	z-index: 20;
}
.parameters {
	padding-top: 10px;
}
.parameters li {
	position: relative;
	font-size: 12px;
	opacity: 0.7;
	padding-left: 18px;
	margin-top: 7px;
}
.parameters li svg {
	position: absolute;
	left: 0; top: 1px;
	width: 13px;
	height: 13px;
	fill: var(--col01);
}
.more-link {
	margin-top: 30px;
	text-align: center;
}
.more-link a {
	display: inline-flex;
	color: var(--col01);
	opacity: .7;
}
.more-link a:after {
	content: '';
	display: block;
	border-bottom: 1px solid var(--col01);
	border-right: 1px solid var(--col01);
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	transform: rotate(-45deg);
	margin: 9px 0 0 5px;
}
.catalog-block .bt-stroke {
	margin: 26px auto 0;
}
.catalog-block .bt-stroke::after {
	content: '';
	display: block;
	border-bottom: 1px solid var(--col01);
	border-right: 1px solid var(--col01);
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	transform: rotate(-45deg);
	margin: 4px 0 0 5px;
}

@media (min-width: 576px) {
	.catalog-block .bt-stroke {
		max-width: 170px;
	}
}
@media (min-width: 992px) {
	.catalog-block {
		padding-top: 70px;
	}
}





.progress-block {
	padding-top: 60px;
}
.number-item {
	margin-top: 30px;
	text-align: center;
	line-height: 20px;
	color: var(--col16);
}
.number-item .value {
	background-image: var(--bg03);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--col02);
	font-size: 72px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
  .number-item {
  	width: 50%;
  }
  .number-item br {
  	display: none;
  }
}
@media (min-width: 992px) {
	.progress-block {
		padding-top: 80px;
	}
	.number-item {
		width: auto;
		max-width: 300px;
	}
	.number-item .value {
		font-size: 60px;
	}
	.number-item p {
		max-width: 170px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px) {
	.number-item {
		max-width: 100%;
	}
	.number-item .value {
		font-size: 72px;
	}
	.number-item br {
		display: block;
	}
	.number-item p {
		max-width: 100%;
	}
}



.crt-block {
	padding-top: 60px;
}
.crt-item, .glr {
	display: block;
	margin-top: 30px;
}
.crt-item img, .glr img {
	width: 100%;
	height: auto;
}
@media (min-width: 992px) {
	.crt-block {
		padding-top: 90px;
	}
}


.contacts-block {
	margin-top: 68px;
	position: relative;
}
.contacts-box {
	position: relative;
	overflow: hidden;
	z-index: 2;
	border-radius: 10px;
	background: var(--col5);
	box-shadow: 0 8px 43px var(--col20);
	padding: 40px 17px 34px;
}
.contacts-box:before {
	content: '';
	display: block;
	height: 7px;
	width: 100%;
	background-image: var(--bg03);
	position: absolute;
	left: 0; top: 0;
}
.contacts-box H2 {
	text-align: left;
	font-size: 24px;
}
.contacts-box H2:after {
	width: 52px;
	margin: 10px 0 0;
}
.contacts-box .adds {
	margin-top: 15px;
	color: var(--col12);
}
.contacts-box .adds .metro {
	color: var(--col04);
	font-weight: 600;
}
.contacts-box .work-time {
	position: relative;
	margin-top: 27px;
	color: var(--col12);
	font-weight: 600;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600;
}
.contacts-box .work-time svg {
	width: 14px;
	height: 14px;
	fill: var(--col12);
	position: absolute;
	left: 0; top: 3px;
}
.contacts-box .phone {
	position: relative;
	margin-top: 12px;
	color: var(--col12);
	font-weight: 600;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600;
}
.contacts-box .phone svg {
	width: 14px;
	height: 14px;
	fill: var(--col12);
	position: absolute;
	left: 0; top: 2px;
}
.contacts-box .phone a {
	color: var(--col12);
}
.contacts-box .sm-text {
	font-size: 14px;
	font-weight: 400;
}





#map {
	display: none;
}
@media (min-width: 992px) {
	.contacts-block {
		padding: 130px 0 110px;
	}
	.contacts-box {
		position: relative;
		z-index: 2;
		border-radius: 10px;
		background: var(--col05);
		box-shadow: 0 8px 43px var(--col20);
		max-width: 400px;
		margin-left: auto;
	}
	#map {
		display: block;
		position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;
		background: var(--col21);
	}
	.page + .contacts-block {
		margin-top: 0;
	}
}





.compare-block {
	padding: 60px 0;
}
.compare-row {
	position: relative;
	z-index: 2;
}
.compare-row .title {
	color: var(--col02);
	font-size: 20px;
	font-weight: 600;
}
.compare-row .number {
	display: none;
}
.compare-row p {
	margin-top: 10px;
	line-height: 20px;
	opacity: .7;
}
.loser-item {
	position: relative;
	padding-left: 30px;
	margin-top: 30px;
}
.loser-item svg {
	opacity: 0.3;
	width: 27px;
	height: 26px;
	position: absolute;
	left: -3px; top: 2px;
}
.success-item {
	position: relative;
	padding-left: 30px;
	margin-top: 20px;
}
.success-item svg {
	width: 27px;
	height: 24px;
	position: absolute;
	left: -1px; top: 3px;
	fill: var(--bg15);
}
.success-item .title {
	background-image: var(--bg03);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--col02);
}
.success-item p {
	opacity: 1;
}
@media (min-width: 992px) {
	.compare-block {
		padding: 100px 0 0;
		position: relative;
		z-index: 10;
	}
	.compare-content {
		position: relative;
		margin-top: 26px;
		padding: 46px 0 30px;
	}
	.compare-content:after {
		content: '';
		display: block;
		background-color: var(--col12);
		background-image: var(--bg03);
		width: 48%;
		height: calc(100% + 10px);
		position: absolute;
		right: 0; top: 0;
		border-radius: 10px 10px 10px 100px;
	}
	.compare-row {
		display: flex;
		justify-content: space-between;
		margin-top: 65px;
	}
	.compare-row:first-child {
		margin-top: 0;
	}
	.compare-row .number {
		display: block;
		position: absolute;
		font-weight: 700;
		color: var(--col13);
		right: 30px;
		top: -3px;
	}
	.loser-item {
		width: 53%;
		margin-top: 0;
	}
	.success-item {
		width: 45.5%;
		margin-top: 0;
		color: var(--col05);
	}
	.success-item .title {
		color: var(--col05);
		background: 0;
		-webkit-text-fill-color: var(--col05);
	}
	.loser-item .title {
		white-space: nowrap;
		display: flex;
		align-items: center;
	}
	.loser-item .title:after {
		content: '';
		display: block;
		margin: 6px 0 0 22px;
		height: 2px;
		background-color: var(--bg07);
		width: 100%;
	}
	.loser-item p {
		max-width: 535px;
		padding-right: 40px;
	}
	.success-item svg {
		fill: var(--bg17);
	}

}



.form-block {
	position: relative;
	color: var(--col05);
	padding: 60px 0;
	background: var(--bg16);
}
.form-block:before {
	content: '';
	display: block;
	background: var(--bg07);
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity: .72;
}
.form-block .container {
	position: relative;
	z-index: 2;
}
.form-block H3 {
	text-align: left;
	color: var(--col05);
	font-size: 30px;
}
.form-block .subtitle {
	text-align: left;
	color: var(--col05);
	margin-top: 6px;
}
.form-block .form-box {
	margin-top: 30px;
}
.form-block .form-box .tabs a {
	color: var(--col14);
}
.form-block .form-box .tabs a.active {
	color: var(--col15);
}
.form-block .form-box .agree {
	opacity: 0.49;
	color: var(--col05);
}
@media (min-width: 768px) {
	.form-block .text {
		margin-top: 10px;
	}
	.form-block .form-box {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.form-block {
		padding: 43px 0 45px;
	}
	.form-block .form-box {
		margin-top: 0;
		padding: 63px 0 69px 55px;
		border-left: 1px solid var(--col15);
	}
	.form-block .text {
		max-width: 363px;
		margin: auto 60px auto 0;
	}
	.form-block .form-item {
		width: calc(100% - 220px);
	}
	.form-block .form-box .bt {
		width: 190px;
		margin-left: auto;
	}

}
@media (min-width: 1200px) {
	.form-block .form-item {
		width: 235px;
	}
	.form-block .form-box .bt {
		width: 150px;
		margin: 15px 20px 0 15px;
	}
	.form-block .form-box .agree {
		width: 253px;
	}
}







.rates-block {
	padding-top: 60px;
}
.rate-item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 43px var(--col19);
	border-radius: 10px;
	background-color: var(--bg01);
	padding: 37px 36px 20px;
	text-align: center;
}
.rate-item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 8px;
	background-color: var(--bg11);
	background-image: var(--bg03);
}
.rate-item.plain:before {
	background-color: var(--bg10);
	background-image: var(--bg09);
}
.rate-item .title {
	font-size: 20px;
	font-weight: 600;
	color: var(--col02);
}
.rate-item .price {
	margin-top: 14px;
	display: inline-block;
	position: relative;
	line-height: 14px;
	background-image: var(--bg03);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--col02);
	font-weight: 600;
	padding: 14px 0;
}
.rate-item .price span {
	font-weight: 700;
	font-size: 19px;
}
.rate-item .price:before,
.rate-item .price:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--bg02);
	background-image: var(--bg03);
	position: absolute;
	left: 0;
	top: 0;
}
.rate-item .price:after {
	top: auto;
	bottom: 0;
}
.rate-item ul {
	padding-top: 8px;
}
.rate-item li {
	position: relative;
	text-align: left;
	font-size: 16px;
	padding-left: 20px;
	margin-top: 10px;
}
.rate-item li svg {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 3px;
}
.rate-item li .icon-check {
	width: 14px;
	height: 14px;
	left: 0;
	top: 3px;
	fill: var(--bg15);
}
.rate-item li.inert {
	color: var(--col07);
}
.rate-item li.inert svg {
	fill: var(--col07);
}
.rate-item .bt {
	margin-top: 20px;
	font-size: 15px;
}
@media (min-width: 992px) {
	.rates-block {
		padding-top: 184px;
	}
}


.pricing-block {
	padding: 60px 0;
}
.pricing-block H2 {
	text-align: left;
}
.pricing-block H2:after {
	width: 100%;
	max-width: 512px;
	margin: 14px 0 0;
}
.pricing-block H2.md::after {
	width: 100%;
	max-width: 100%;
}
.price-item {
	margin-top: 20px;
	height: 66px;
	border-radius: 10px;
	background-color: var(--bg01);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 18px;
	font-size: 16px;
}
.price-item:nth-child(2n) {
	background-color: var(--bg01);
	box-shadow: 0 6px 32px var(--col19);
}
.price-item .title {
	opacity: 0.7;
	color: var(--col02);
	font-weight: 600;
	word-wrap: break-word
}
.price-item .sum {
	color: var(--col04);
}

@media (min-width: 768px) {
	.price-item {
		margin-top: 30px;
	}
}
.pricing-block .bt-stroke,
.pricing-block .bt {
	margin-top: 15px;
	padding: 0 30px;
}
.header + .pricing-block {
	padding: 0 0 74px;
}
.pricing-block .buttons + H2 {
	margin-top: 50px;
}
.header + .pricing-block H2 {
	margin-top: 45px;
	font-size: 20px;
	display: inline-block;
}
@media (min-width: 768px) {
	.pricing-block .breadcrumbs {
		padding-top: 20px;
	}
}
@media (min-width: 992px) {
	.pricing-block {
		padding: 100px 0 74px;
	}
}




.process-block {
	position: relative;
	padding: 60px 0;
	color: var(--col05);
	background: var(--bg16);
}
.process-block:before {
	content: '';
	display: block;
	background: var(--bg08);
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	opacity: .82;
}
.process-block .container {
	position: relative;
	z-index: 2;
}
.process-block H2 {
	color: var(--col05);
}
.process-block .subtitle {
	color: var(--col05);
}
.process-item {
	position: relative;
	padding-left: 72px;
	margin-top: 30px;
}
.process-item .number {
	background-image: var(--bg03);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--col02);
	font-size: 48px;
	font-weight: 700;
	opacity: .9;
	position: absolute;
	left: 0; top: -7px;
}
.process-item .title {
	font-size: 20px;
	font-weight: 600;
}
.process-item .title:after {
	content: '';
	display: block;
	width: 52px;
	height: 2px;
	background-color: var(--bg02);
	background-image: var(--bg03);
	margin-top: 10px;
}
.process-item p {
	margin-top: 10px;
	line-height: 20px;
	opacity: 0.5;
}
@media (min-width: 992px) {
	.process-block {
		padding: 75px 0 115px;
	}
}



.faq-block {
	position: relative;
	padding: 60px 0;
}
.faq-block H3 {
	margin-top: 2em
}
.faq-block H2 {
	text-align: left;
	padding-bottom: 6px;
}
.faq-block H2:after {
	width: 100%;
	max-width: 512px;
	margin: 14px 0 0;
}
.faq-item {
	box-shadow: 0 9px 32px var(--col19);
	border-radius: 10px;
	background-color: var(--bg01);
	margin-top: 8px;
}
.faq-item .head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 66px;
	padding: 0 16px 0 18px;
	font-size: 16px;
	font-weight: 600;
	color: var(--col16);
	cursor: pointer;
}
.faq-item .head::after {
	content: '';
	display: block;
	border-bottom: 2px solid var(--col04);
	border-right: 2px solid var(--col04);
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	box-sizing: border-box;
	margin-top: 4px;
}
.faq-item.open .head::after {
	transform: rotate(45deg);
}
.faq-item .text {
	padding: 0 16px 20px 18px;
	line-height: 20px;
	display: none;
}
.faq-item.open .text {
	display: block;
}

.faq-block .form-box {
	position: relative;
	z-index: 2;
	margin-top: 40px;
	padding: 20px 15px 36px;
}
.faq-block .form-box:before {
	content: '';
	display: block;
	z-index: -1;
	box-shadow: 0 9px 32px var(--col19);
	background-color: var(--bg01);
	border-radius: 10px 10px 10px 60px;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
.faq-block .form-box:after {
	content: '';
	display: block;
	background-color: var(--bg01);
	background-image: var(--bg03);
	position: absolute;
	right: -12px;
	bottom: -14px;
	left: 12px;
	top: 14px;
	z-index: -10;
	border-radius: 10px 10px 10px 70px;
}
.faq-block .form-box .form-title {
	font-size: 24px;
}
.faq-block .form-box .subtitle {
	text-align: left;
	margin-top: 10px;
}
.faq-block .form-box .tabs {
	margin-top: 30px;
}
@media (min-width: 576px) {
  .faq-block .form-box .bt {
  	min-width: 150px;
  	max-width: 150px;
  	margin-right: 15px;
  }
  
  .wa_top{ display: none; }
}
@media (min-width: 992px) {
  .faq-block .d-lg-flex {
  	align-items: flex-start;
  }
}

@media (max-width: 768px){
	
	.faq-block .form-box{ margin-bottom: 4em }
	.wa_top{ color: #FFF }
	.wa_top div{ background: #25D366; text-align: center; padding: 1em 0; font-weight: 700 }
	
}


@media (min-width: 992px) {
	.faq-block {
		padding: 75px 0 115px;
	}
	.faq-block .content {
		width: 50%;
	}
	.faq-block .form-box {
		margin-top: 0;
		width: 50%;
		padding: 50px 55px 70px;
	}
	.faq-block .form-box .form-title {
		font-size: 30px;
	}
	.faq-block H2::after {
		max-width: 100%;
	}
	.faq-item {
		max-width: 470px;
		margin-right: 30px;
	}
}


.page {
	padding: 20px 0 60px;
	color: var(--col22);
}
.page p {
	font-size: 16px;
	margin: 0 0 20px;
}
.page ul {
	margin-top: 40px;
}
.page ul li {
	font-size: 16px;
	position: relative;
	padding-left: 19px;
	margin-bottom: 20px;
}
.page  ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #eea448;
	border-radius: 50%;
	position: absolute;
	left: 0; top: 9px;
}
.page H4 {
	margin-top: 30px;
	font-size: 18px;
	color: var(--col02);
}
.breadcrumbs {
	padding-top: 0;
	display: none;
}
.page .breadcrumbs ul {
	margin-top: 0;
}
.page .breadcrumbs ul li {
	padding-left: 0;
	margin-bottom: 0;
	font-style: normal;
	font-size: 14px;
	color: var(--col01);
}
.page .breadcrumbs ul li:before {
	display: none;
}
.page .breadcrumbs + H1 {
	margin-top: 25px;
}

.pricing-block .breadcrumbs + H1 {
	margin-top: 25px;
}





.article .image {
	margin-top: 30px;
}
.article .image img {
	max-width: 100%;
	height: auto;
	border-bottom-left-radius: 90px;
}
.article .text {
	text-align: justify;
}


@media (min-width: 768px) {

.breadcrumbs {
	display: block;
}

}

@media (min-width: 1200px) {

.article {
	margin-top: 40px;
}
.article .image {
	margin-top: 0px;
}

}

H1 + .article,
.article + .article,
.subtitle + .article {
	margin-top: 40px;
}
.article .date {
	margin: 13px 0;
}
.article .bt-stroke {
	margin-top: 20px;
}


@media (min-width: 576px) {

.article .bt-stroke {
	margin-top: 15px;
	width: 140px;
}

}


.text-with-form {
	margin: 40px 0 50px;
}
.text-with-form .form-box {
	position: relative;
	z-index: 2;
	margin-top: 40px;
	padding: 20px 15px 36px;
}
.text-with-form .form-box:before {
	content: '';
	display: block;
	z-index: -1;
	box-shadow: 0 9px 32px var(--col19);
	background-color: var(--bg01);
	border-radius: 10px 10px 10px 60px;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
.text-with-form .form-box:after {
	content: '';
	display: block;
	background-color: var(--bg01);
	background-image: var(--bg03);
	position: absolute;
	right: -12px;
	bottom: -14px;
	left: 12px;
	top: 14px;
	z-index: -10;
	border-radius: 10px 10px 10px 70px;
}
.text-with-form .form-box .form-title {
	font-size: 24px;
}
.text-with-form .form-box .subtitle {
	text-align: left;
	margin-top: 10px;
}
.text-with-form .form-box .tabs {
	margin-top: 30px;
}
@media (min-width: 576px) {
  .text-with-form .form-box .bt {
  	min-width: 150px;
  	max-width: 150px;
  	margin-right: 15px;
  }
}
@media (min-width: 992px) {
	.text-with-form .form-box {
		margin-top: 0;
		padding: 63px 0 69px 55px;
		border-left: 1px solid var(--col15);
	}
	.text-with-form .text {
		max-width: 363px;
		margin: auto 60px auto 0;
	}
	.text-with-form .form-item {
		width: calc(100% - 220px);
	}
	.text-with-form .form-box .bt {
		width: 190px;
		margin-left: auto;
	}

}
@media (min-width: 1200px) {
	.text-with-form .form-item {
		width: 235px;
	}
	.text-with-form .form-box .bt {
		width: 150px;
		margin: 15px 20px 0 15px;
	}
	.text-with-form .form-box .agree {
		width: 253px;
	}
}




.feedback-box {
	margin-top: 40px;
}
.feedback-box H3 {
	text-align: left;
	font-size: 30px;
}
.feedback-box .subtitle {
	text-align: left;
	margin-top: 6px;
}
.feedback-box .form-box {
	position: relative;
	z-index: 2;
	margin: 40px 0 50px;
	padding: 20px 15px 36px;
}
.feedback-box .form-box:before {
	content: '';
	display: block;
	z-index: -1;
	box-shadow: 0 9px 32px var(--col19);
	background-color: var(--bg01);
	border-radius: 10px 10px 10px 60px;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
.feedback-box .form-box:after {
	content: '';
	display: block;
	background-color: var(--bg01);
	background-image: var(--bg03);
	position: absolute;
	right: -12px;
	bottom: -9px;
	left: 12px;
	top: -9px;
	z-index: -10;
	border-radius: 10px 10px 10px 70px;
}
.feedback-box .form-box .agree {
	opacity: 0.49;
}
@media (min-width: 768px) {
	.feedback-box .text {
		margin-top: 10px;
	}
	.feedback-box .form-box {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.feedback-box {
		padding: 43px 0 45px;
	}
	.feedback-box .form-box {
		margin-top: 0;
		padding: 63px 0 69px 55px;
		border-left: 1px solid var(--col15);
	}
	.feedback-box .text {
		max-width: 363px;
		margin: auto 60px auto 0;
	}
	.feedback-box .form-item {
		width: calc(100% - 220px);
	}
	.feedback-box .form-box .bt {
		width: 190px;
		margin-left: auto;
	}

}
@media (min-width: 1200px) {
	.feedback-box .form-item {
		width: 235px;
	}
	.feedback-box .form-box .bt {
		width: 150px;
		margin: 15px 20px 0 15px;
	}
	.feedback-box .form-box .agree {
		width: 253px;
	}
}



.scroll-x {
	padding-bottom: 35px;
	overflow-x: scroll;
}
.table {
	position: relative;
	margin-top: 40px;
	text-align: center;
	min-width: 1170px;
}
.table:before {
	content: '';
	display: block;
	position: absolute;
	box-shadow: 0 6px 32px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	background-color: #fbfafb;
	top: 34px;
	left: 12.5%;
	right: 0;
	bottom: 0;
}
.table .cell {
	width: 12.5%;
}
.table .value {
	font-weight: 700;
	color: var(--col04);
}
.table-head {
	position: relative;
	z-index: 2;
	display: flex;
	font-size: 16px;
	color: var(--col02);
	line-height: 16px;
	padding-bottom: 18px;
}
.table-row {
	position: relative;
	z-index: 2;
	display: flex;
	color: var(--col16);
}
.table-row .cell {
	border-right: 1px solid var(--col24);
	padding-bottom: 15px;
}
.table-row .cell:first-child {
	border: 0;
	text-align: left;
	font-size: 16px;
}
.table-row .cell:last-child {
	border-right: 0;
}
.table-head + .table-row .cell {
	padding-top: 20px;
}


.table-foot {
	position: relative;
	z-index: 2;
	display: flex;
	font-size: 16px;
	color: var(--col02);
}
.table-foot .cell {
	border-right: 1px solid var(--col24);
	border-top: 1px solid var(--col24);
	display: flex;
	height: 68px;
	align-items: center;
	justify-content: center;
}
.table-foot .cell:first-child {
	border: 0;
	text-align: left;
	font-size: 16px;
	justify-content: flex-start;
}
.table-foot .cell:last-child {
	border-right: 0;
}


@media (min-width: 992px) {
	.scroll-x {
		padding-bottom: 0;
		overflow: visible;
	}
}

.footer {
	background-color: var(--bg08);
	color: var(--col05);
}
.footer a {
	color: var(--col05);
}
.footer-title {
	font-size: 16px;
	font-weight: 600;
}
.footer-top {
	padding: 25px 0 20px;
	border-bottom: 1px solid var(--col17);
}
.footer-caption {
	opacity: 0.5;
	font-size: 12px;
	padding-top: 10px;
}
.footer-title {
	font-size: 16px;
	font-weight: 600;
}
.footer-payment {
	opacity: 0.5;
	font-size: 12px;
	padding-top: 20px;
}
.footer-payment img {
	vertical-align: middle;
	margin: 9px 23px 0 0;
}
.footer-payment img:last-child {
	margin-right: 0;
}
.footer-nav {
	margin-top: 30px;
}
.footer-nav ul {
	padding-top: 10px;
}
.footer-nav li {
	margin-top: 10px;
}
.footer-nav li a {
	opacity: .5;
}
.footer-mid {
	padding-top: 3px;
}
.footer-contacts {
	margin-top: 30px;
	line-height: 21px;
}
.footer-contacts .adds {
	position: relative;
	text-indent: 20px;
	opacity: .7;
	margin-top: 23px;
	font-size: 16px;
}
.footer-contacts .adds svg {
	fill: var(--col04);
	width: 12px;
	height: 16px;
	position: absolute;
	left: 0; top: 2px;
}
.footer-contacts .work-time {
	opacity: .7;
	font-size: 16px;
}
.footer-contacts .phone {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 32px;
}
.footer-contacts .phone span {
	color: var(--col04);
	font-size: 20px;
}
.footer-contacts .mail {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}
.footer-contacts .bt {
	margin-top: 14px;
}
.footer-bot {
	padding: 20px 0;
}
.footer-copy {
	padding-bottom: 10px;
	font-size: 12px;
	opacity: .3;
}
.footer-policy {
	font-size: 12px;
	opacity: .3;
	text-decoration: underline;
}
.footer-share .subhead {
	color: var(--col05);
	font-size: 12px;
	opacity: .5;
	margin-bottom: 10px;
}



@media (min-width: 576px) {
	.footer-contacts .bt {
		max-width: 192px;
	}
}
@media (min-width: 768px) {
	.footer .logo {
		margin-top: 31px;
	}
	.footer-caption {
		padding: 0;
		margin: 25px 0 0 32px;
		width: 245px;
	}
	.footer-payment {
		padding-top: 0;
		margin-left: auto;
	}
	.footer-payment img {
		margin-right: 8px;
	}
	.footer-copy {
		padding: 0 49px 0 0;
	}
	.footer-bot {
		padding: 44px 0 46px;
	}
}
@media (min-width: 992px) {
	.footer-top {
		padding: 35px 0 30px;
	}
	.footer-payment img {
		margin-right: 23px;
	}
}
@media (min-width: 1200px) {
	.footer .container {
		position: relative;
	}
	.footer-share {
		position: absolute;
		top: 36px;
		right: 360px;
		width: 250px;
	}
}


.bt-up {
	width: 40px;
	height: 40px;
	background: var(--col04);
	border-radius: 50%;
	position: fixed;
	z-index: 100;
	left: 10px;
	bottom: 50px;
	transition: 0s;
	cursor: pointer;
	display: none;
}
.bt-up:after {
	content: '';
	display: block;
	border-bottom: 2px solid var(--col05);
	border-right: 2px solid var(--col05);
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -5px;
}

.form-title {
	color: var(--col03);
	font-size: 18px;
	font-weight: 700;
}
.form-box .tabs {
	margin-top: 16px;
}

.radio-item {
	position: relative;
	cursor: pointer;
	color: var(--col06);
	display: inline-block;
	font-weight: 700;
}
.radio-item input {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
}
.radio-item .label:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--bg02);
	background-image: var(--bg03);
	margin-top: 4px;
	opacity: 0;
	transition: .3s;
}
.radio-item  input:checked + .label {
	color: var(--col02);
}
.radio-item  input:checked + .label:after {
	opacity: 1;
}
.form-box .bt {
	margin-top: 15px;
}
.form-item {
	margin-top: 15px;
}
.form-item input {
	height: 48px;
	border-radius: 10px;
	background-color: var(--bg12);
	padding: 0 16px;
	color: var(--col01);
	font-weight: 700;
}
.agree {
	margin-top: 15px;
	font-size: 12px;
	opacity: 0.52;
	color: var(--col06);
	font-weight: 600;
}

@media (min-width: 992px) {
	
.form-box .tabs .radio-item {
	margin-right: 32px;
}
.form-box .tabs .radio-item:last-child {
	margin-right: auto;
}

}

.bold {
	font-weight: 700;
}


.modal {
	position: relative;
	max-width: 570px;
	background: var(--col05);
	box-shadow: 0 9px 32px var(--col19);
	border-radius: 10px;
	background-color: var(--bg01);
	padding: 50px 35px 44px;
	margin: 0 auto;
}
.modal .form-title {
	font-size: 30px;
}
.modal .form-title:after {
	content: '';
	display: block;
	margin: 17px 0 0;
	background-image: var(--bg03);
	width: 52px;
	height: 2px;
	background-color: var(--bg02);
}
.modal .subtitle {
	margin-top: 10px;
	text-align: left;
	padding-bottom: 20px;
}
.modal form {
	max-width: 350px;
}
.modal .bt {
	width: 150px;
	margin-top: 20px;
}
.modal .agree {
	max-width: 260px;
}
/*Дописывал*/
.bt, a{cursor: pointer}
.sr a{display: block; padding: .5em 0; color: var(--bg13) }
.grecaptcha-badge {visibility: hidden}
.text p, .article p{margin-top: 1.5em}
.text h2, .article h2{text-align: left}
.text h2:after, .article h2:after{margin: 0 0}
.utm_leads a{color: blue}
.utm_leads .phn{font-weight: bold; font-size: 1.2em; margin-bottom: 1em}
.attention{ margin: 2em 0; color: red; text-align: center }

@media ( max-width: 570px ){
	.partner{ display: none }
}