.lang{
	font-size:16px;
	line-height:21px;
	font-weight:500;
	color:#fff;
	border-bottom:2px solid #43C0ED;
	text-decoration:none;
	padding:5px 0;
	margin:0 10px;
	letter-spacing:0.035em;
}
.header-light .lang{
	color:#01457E;
}

.header__qstart{
	margin-right:16px;
}
.btn-qstart {
	display: inline-flex;
	align-items: center;
	border-radius: 5px;
	
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	letter-spacing:0.035em;
}
.btn-cons, .btn-qstart{
	padding: 10px 9px 10px 12px;
}
.header-dark .btn-qstart {
	color: #000;
	background: #43C0ED;
}
.header-light .btn-qstart {
	color: #fff;
	background: #43C0ED;
}
.btn-qstart i {
	width: 20px;
	height: 20px;
	margin: -1px 0 -1px 9px;
}
.header-dark .btn-qstart i svg {
	fill: #000;
}
.btn-qstart:hover i svg,
.header-light .btn-qstart i svg {
	fill: #fff;
}
.btn-qstart:hover{
	background:#01457E;
	color:#fff;
}
@media (max-width: 768px) {
	.btn-cons-text{
		display:none;
	}
	.btn-qstart{
		border-radius: 3px;
		padding: 6px 10px 8px 10px;
	}
	.btn-qstart i{
		width: 20px;
		height: 20px;
		margin: -1px 0 -1px 6px;
	}
	.btn-cons{
		padding: 6px 10px 8px 10px;
	}
	.btn-cons i{
		width: 20px;
		height: 20px;
		margin: 0;
	}
}
@media (max-width: 575px) {
	.btn-qstart{
		font-size: 10px;
		padding-left: 10px;
		padding-right: 6px;
	}
}






.qs-promo{
	height:460px;
}
.qs-promo .promo__content-in {
	padding-top: 40px;
}
.qs-promo.promo__title {
	line-height:105%;
	letter-spacing: -0.2em;
}
.section-qs.section-white-margin {
	margin-bottom:48px;
}

.section-qs p{
	margin:0;
	color:#010101;
}
.qs-p{
	font-size:18px;
	line-height:33px;
	color:#131719;
	font-weight:600;
}
.wide-img{
	display:block;
	width:100%;
	height:auto;
}
.qs-table-wrap{
	border:1px solid #D9D9D9;
	padding:85px 0 0;
}
.qs-table-wrap .section__head{
	padding:0 70px;
}
.qs-process-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.qs-process-item {
	display: grid;
	grid-template-columns: 54px 320px 1fr; 
	align-items: start;
	gap: 40px;
	border-top: 1px solid #E3E3E3;
	padding:32px 0px;
	margin:0 70px;
}
.qs-process-item-bg{
	background:url('/local/templates/.default/img/imgs/grbg.png') no-repeat center / cover;
	margin:0;
	padding:50px 70px;
}
.qs-process-number {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;    
    color: #212527;
    font-weight: 600;
    font-size: 24px;
    width: 54px;
    height: 54px;
    background: #ffffff;
    border: 3px solid #131719;
    border-radius: 4px;
    transform-style: preserve-3d;
}
.qs-process-number::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -7px;    
    width: 54px;
    height: 54px;
    background-color: #43C0ED;
    border-radius: 4px;    
    transform: translateZ(-1px);
}
.qs-process-name {
	color:#3F3E3D;
	font-size: 22px;
	line-height:28px;
	font-weight: bold;
	margin: 13px 0 0 0;
}
.qs-process-text {
	color:#3F3E3D;
	font-size: 16px;
	line-height:140%;
	font-weight: 400;
}
.qs-process-item-bg .qs-process-text {
	font-weight: 500;
}
.h3-big{
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 62px;
	color: #131719;
	line-height: 120%;
	letter-spacing: -0.02em;
}
.goto-link{
	display: inline-flex;
    align-items: center;
	gap:8px;
	text-decoration: none;
	font-size: 17px;
	line-height:20px;
	font-weight:bold;
	color: #4E5965;
}
.goto-link span{
	background-image: radial-gradient(circle, rgba(78, 89, 101, 0.8) 0.7px, transparent 1px);    
    background-position: 0 100%;
    background-size: 4px 4px; 
    background-repeat: repeat-x;
    padding-bottom: 2px;
}
.goto-link i{
	display: inline-block;
	width:20px;
	height:20px;
	background:url('/local/templates/.default/img/imgs/goto.svg') no-repeat center / contain;
	flex-shrink: 0;
}
.section-padd-eq{
	padding-top:70px;
	padding-bottom:64px;
}
.section-padd-eq2{
	padding-top:60px;
	padding-bottom:64px;
}
.qs-models-items{
	margin-top:90px;
	margin-bottom:24px;
}
.qs-models-items .models-item{
	width:100%;
}
.qs-models-items .models-item__b {
	background: #fff url("/local/templates/.default/img/imgs/bg_model3.svg") no-repeat top right;
	-webkit-box-shadow: 0px 0px 0px #D7DBDC;
	box-shadow: 0px 0px 0px #D7DBDC;
	border: 1px solid #D7DBDC;
}
.qs-models-items .models-item__content {
	min-height:370px;
	padding: 30px 25px 25px;
}
.qs-models-items .models-item__head{
	line-height: 114%;
	min-height:80px;
}
.qs-models-items a.link-more i span {
	background: url('/local/templates/.default/img/imgs/arr-more-q.svg') no-repeat center / 9px 10px;
}
.qs-models-items a.link-more:hover i {
	transition:all 0.3s ease;
}
.qs-models-items a.link-more:hover i {
	transform:scale(1.4);
	animation:none;
}


.blue-circles-ul{
	margin: 24px 0 48px;
	padding: 0;
	list-style: none;
}
.blue-circles-ul li{
	position:relative;
	font-size:17px;
	line-height:33px;
	margin-bottom:8px;
	padding-left:21px;
}
.blue-circles-ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #43C0ED;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 14px;
}
.section-padd-eq2 .h3-big,
.section-padd-eq2 p{
	margin-bottom:24px;
}
.video-block{
	max-width:931px;
	margin:0 auto;
}
.video-block iframe{
	display:block;
	width:100%;
	/*height:auto;*/
}
.video-block-social{
	margin-top:24px;
	display: flex;
	align-items: center;
	gap:16px;
	justify-content: end;
	flex-wrap: wrap;
}
.social-i{
	display: flex;
	align-items: center;
	justify-content: center; 
	width:28px;
	height:28px;
	border-radius:7px;
}
.social-rt{
	background:url('/local/templates/.default/img/imgs/rt-i_.svg') no-repeat center / contain;
}
.social-rt:hover{
	background:url('/local/templates/.default/img/imgs/rt-i.svg') no-repeat center / contain;
}
.social-vk{
	background:#606060 url('/local/templates/.default/img/imgs/vk-i.svg') no-repeat center;
}
.social-vk:hover{
	background-color:#0074F7;
}
@media (max-width: 992px) {
	.qs-promo .promo__content-in {
	  padding-top: 0px;
	}
	.section-white-margin.section-white-margin_v2.section-qs,
	.section-qs{
		padding:48px 30px;
		margin-bottom:32px;
	}
	.qs-p {
		margin-bottom:24px;
	}
	.qs-table-wrap {
		padding: 32px 0 0;
		margin-bottom:-30px;
	}
	.qs-table-wrap .section__head {
		padding: 0 20px;
		margin-bottom:24px;
	}
	.qs-process-item {
		grid-template-columns: 45px 265px 1fr;
		gap: 20px;
		padding: 24px 0px;
		margin: 0 20px;
	}
	.qs-process-name {
		font-size: 18px;
		margin: 8px 0 0 0;
	}
	.qs-process-text {
		font-size: 15px;
	}
	.qs-process-number {
		font-size: 18px;
		width: 45px;
		height: 45px;
	}
	.qs-process-number::before {
		width: 45px;
		height: 45px;
	}
	.qs-process-text{
		margin:0;
	}
	.qs-process-item-bg {
		margin: 0;
		padding: 40px 20px;
	}
	.section-padd-eq {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.section-padd-eq .section__head {
		margin-bottom: 16px;
	}
	.md-hid{
		display:none;
	}
	.qs-models-items {
		margin-top: 50px;
		margin-bottom: 16px;
	}
	.qs-models-items.default-arr .slick-prev, .qs-models-items.default-arr .slick-next {
		top: -36px;
	}
	.qs-models-items .models-item__content {
		min-height: 320px;
	}
	.section-padd-eq2 {
		padding-top: 48px;
		padding-bottom: 34px;
	}
	.section-padd-eq2 .section__head {
		margin-bottom:24px;
	}
}
@media (max-width: 760px) {
	.qs-promo {
		height: 449px;
	}
	.qs-promo .promo__content-in {
		padding-bottom:100px;
	}
	.section-white-margin.section-white-margin_v2.section-qs, .section-qs {
		padding: 24px 10px;
		margin-bottom:24px;
	}
	.qs-p {
		font-size: 13px;
		line-height: 19px;
	}
	.qs-table-wrap {
		padding: 32px 0 0;
		margin-bottom: 0px;
	}
	.qs-table-wrap .section__head {
		padding: 0 15px;
		margin-bottom: 16px;
	}
	.qs-table-wrap .section__head .h3{
		font-size:25px;
	}
	.qs-process-item {
		grid-template-columns: 32px 1fr; 
		gap: 20px 8px;
		padding: 15px 0;
	}
	.qs-process-text {
		grid-column: 1 / -1;
		margin: 0;
	}
	.qs-process-name {
		margin: 0;
		align-self: center;
	}
	.qs-process-number {
		font-size: 14px;
		width: 32px;
		height: 32px;
		border-width:1px;
		align-self: center;
	}
	.qs-process-number::before {
		width: 32px;
		height: 32px;
	}
	.qs-process-text {
		font-size: 13px;
		line-height:19px;
	}
	.qs-process-item-bg {
		margin: 0;
		padding: 16px 15px 31px;
	}
	.section-padd-eq {
		padding-top: 24px;
		padding-bottom: 0px;
	}
	.h3-big {
		font-size:25px;
		line-height:30px;
		font-weight:500;
	}
	.goto-link{
		font-size:15px;
	}
	.qs-models-items.default-arr .slick-prev, .qs-models-items.default-arr .slick-next {
		top: -26px;
	}
	.qs-models-items .slick-prev, .qs-models-items .slick-next {
		width:32px;
		height: 32px;
	}
	.qs-models-items .slick-prev {
		right: 50px;
	}
	.qs-models-items .models-item__head {
		font-size: 26px;
	}
	.qs-models-items .models-item__text {
		font-size: 15px;
		line-height:25px;
	}
	.qs-models-items .models-item__content {
		min-height: 370px;
	}
	.qs-models-items .models-item__btn_more {
		text-align: right;
	}
	.qs-models-items a.link-more {
		font-size: 14px;
	}
	.section-padd-eq2 {
		padding-top: 24px;
		padding-bottom: 16px;
	}
	.blue-circles-ul {
		margin: 24px 0;
	}
	.blue-circles-ul li {
		font-size: 13px;
		line-height: 19px;
	}
	.blue-circles-ul li::before {
		top:10px;
	}
	.video-block-social {
		margin-top: 16px;
		gap: 8px;
	}
	.social-i {
		width: 24px;
		height: 24px;
	}
	.h3-big.text-center{
		text-align:left;
	}
}

.qs-next-step-slider {
    padding: 20px 0px 40px;
}
.qs-card-item {
    display: flex !important;
	flex-direction: column;
	gap:24px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 30px 25px;
    background: #fff url('/local/templates/.default/img/imgs/qs-n-bg.png') no-repeat right top;
}
.qs-card-item h3{
	font-size:24px;
	line-height:30px;
	font-weight:500;
	color:#010101;
	padding-top:56px;
}
.qs-card-item h3 span{
	color:#43C0ED;
}
.qs-card-item-download h3{
	background:url('/local/templates/.default/img/imgs/qs-dnld.svg') no-repeat 0 0 / 32px;
}
.qs-card-item-docs h3{
	background:url('/local/templates/.default/img/imgs/qs-docs.svg') no-repeat 0 0 / 32px;
}
.qs-card-item-consult h3{
	background:url('/local/templates/.default/img/imgs/qs-cons.svg') no-repeat 0 0 / 32px;
}
.qs-card-item p{
	font-size:16px;
	line-height:24px;
	color:#4E5965;
	margin:0 0 8px;
}
.qs-btn{
	width:100%;
	height:57px;
	border-radius:5px;
	background:#01457E;
	color:#fff;
	font-size:15px;
	line-height:25px;
	font-weight:500;
	display: flex;
	gap:8px;
	align-items: center;
	justify-content: center; 
	text-align:center;
	text-decoration:none;
}
.qs-btn:hover{
	color:#fff;
	background:#43C0ED;
}
.qs-card-item:nth-child(even) .qs-btn{
	background:#43C0ED;
}
.qs-card-item:nth-child(even) .qs-btn:hover{
	background:#01457E;
}
.qs-btn i{
	display:inline-block;
	width:19px;
	height:19px;
	background:url('/local/templates/.default/img/imgs/qs-btn-go.svg') no-repeat center / 12px 10px;
}
.qs-card-item-download .qs-btn i{
	display:inline-block;
	background:url('/local/templates/.default/img/imgs/qs-btn-dwnld.svg') no-repeat center / 19px;
}
.section-withslides{
	overflow:hidden;
}
.qs-next-step-slider .slick-list {
	overflow:visible;
}
@media (min-width: 1024px) {
	.qs-next-step-slider {
		display: flex !important;
		justify-content: space-between;
		gap: 20px;
	}
	.qs-card-item {
		width: calc(33.333% - 14px) !important;
	}
}
@media (max-width: 992px) {
	.qs-card-item p {
		font-size: 15px;
	}
	.qs-btn {
		height: 49px;
	}
}
@media (max-width: 575px) {	
	.qs-next-step-slider {
		display: flex !important;
		flex-direction: column !important;
		gap: 16px;
		padding: 0px 0px 32px;
	}
	.qs-card-item {
		width: 100% !important;
		padding: 24px 10px 10px;
	}
	.qs-card-item h3 {
		padding-top:48px;
		background-size:24px;
		font-size: 20px;
		line-height: 26px;
	}
	.qs-card-item p {
		font-size: 13px;
		line-height:19px;
	}
	.qs-btn {
		height: 45px;
	}
}
.qs-next-step-slider.slick-initialized .qs-card-item {
	margin: 0 10px; 
}



.qs-banner {
	background: url("https://guardant.ru/local/templates/.default/img/bg-main-form.png") right top no-repeat, url("https://guardant.ru/local/templates/.default/img/bg-main-form2.png") left 160px no-repeat, #00C1EF;
	color: #fff;
	padding: 76px 0px 317px;
	display: flex;
	justify-content: center;
}
.qs-wrapper .section{
	width:100%;
}
.qs-banner h3 {
	font-size: 56px;
	line-height:120%;
	font-weight: 600;
	margin-bottom: 16px;
	color:#fff;
}
.qs-banner .qs-subtitle {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 600;
	color:#fff;
}
.qs-contacts {
	display: flex;
	gap: 80px;
}
.qs-contact-item {
	display: flex;
	flex-direction: column;
}
.qs-contact-item .qs-label {
	font-size: 16px;
	opacity: 0.8;
	margin-bottom: 6px;
}
.qs-contact-item .qs-value {
	color: #fff;
	font-size: 28px;
	line-height:33px;
	font-weight: 600;
	text-decoration: none;
}
.qs-card {
	background: #ffffff url('/local/templates/.default/img/imgs/qs-card-bg.png') no-repeat right top;
	width: 100%;
	border-radius: 5px;
	padding: 70px 56px 57px;
	margin-top: -269px; 
	margin-bottom:80px;
}
.qs-card h3 {
	font-size: 48px;
	color: #2F3335;
	margin-bottom: 40px;
}
.qs-links-section {
	margin-bottom: 40px;
}
.qs-links-section:last-child{
	margin-bottom: 0;
}
.qs-links-section h3 {
	font-size: 24px;
	color: #2F3335;
	margin-bottom: 30px;
	font-weight: 600;
}
.qs-link-item {
	margin-bottom: 28px;
}
.qs-link-item:last-child {
	margin-bottom: 0;
}
.qs-link-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 10px;
}
.qs-link-header a {
	color: #43C0ED;
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
}
.qs-link-header a:hover, .qs-blue-link:hover {
	text-decoration: underline;
}
a.qs-blue-link {
	color: #43C0ED;
	text-decoration: none;
	font-size: 18px;
	font-weight:600;
}
.qs-description {
	color: #888888;
	font-size: 16px;
	line-height: 1.5;
	margin:0;
}
.qs-icon {
	width: 24px;
	height: 24px;
	display: inline-block;
}
.qs-icon-tg{
	background:url('/local/templates/.default/img/imgs/b-tg.svg') no-repeat center;
}
.qs-icon-vk{
	background:url('/local/templates/.default/img/imgs/b-vk.svg') no-repeat center;
}

@media (max-width: 992px) {
	.qs-card-wrap{
		padding:0 20px;
	}
	.qs-banner {
		padding: 70px 20px 92px;
		background: #00C1EF url("https://guardant.ru/local/templates/.default/img/bg-main-form.png") no-repeat right top  / 260px auto;
	}
	.qs-card {
		padding: 48px 40px;
		margin-top: -40px;
		margin-bottom:64px;
		background-size:160px auto;
	}
	.qs-banner .qs-subtitle {
		font-size: 30px;
		margin-bottom: 28px;
	}
	.qs-card h3 {
		margin-top:20px;
		margin-bottom: 40px;
	}
	.qs-links-section2 h3{
		margin-bottom: 32px;
	}
	.qs-link-header {
		margin-bottom: 6px;
	}
	.qs-link-item {
		margin-bottom: 20px;
	}

}
@media (max-width: 600px) {
	.qs-card-wrap {
		padding: 0 10px;
	}
	.qs-banner {
		padding: 48px 10px 153px;
		background: #00C1EF;
	}
	.qs-banner h3 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.qs-banner .qs-subtitle {
		font-size: 20px;
		margin-bottom: 22px;
	}
	.qs-banner .qs-subtitle br{
		display:none;
	}
	.qs-contact-item .qs-value {
		font-size:18px;
	}
	.qs-contacts {
		flex-direction: column;
		gap: 24px;
	}
	.qs-card {
		padding: 32px 10px;
		margin-top: -121px;
		background:#fff;
	}
	.qs-description {
		font-size: 13px;
		line-height:19px;
		margin: 0;
	}
	.qs-card h3 {
		font-size:24px;
		line-height:32px;
		margin:0 0 20px;
	}
	.qs-links-section h3 {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 32px;
	}
	.qs-links-section2 h3{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 32px;
	}
}