@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url("../css/normalize.css");
@import url("../css/fonts.css");
@import url("../css/jquery.fancybox.css");
@import url("../css/slick.css");
@import url("../css/twentytwenty.css");

/*
@import url("../css/aos.css");
@import url("../css/nice-select.css");
*/

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%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Manrope', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* Global */

.btn {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	padding: 12px 36px;
	border-radius: 10px;
	background: radial-gradient(1439.86% 94.76% at 50% 50%, #F85E76 0%, #CC0147 100%);
	box-shadow: 0px 4px 0px 0px #BA003F;
	border: none;
}

.btn-big {
	padding: 18px 56px;
	font-size: 22px;
}

.btn-small {
    padding: 16px 20px;
}

.btn-calc {
	position: relative;
}

.btn-calc:after {
	content: '';
	position: absolute;
	right: -10px;
	bottom: -20px;
	width: 66px;
	height: 65px;
	background: url(../img/calc.png) no-repeat center center;
}

.btn_border {
    background: transparent;
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
    box-shadow: none;
}

.btn_control {
    padding: 14px 32px;
    font-size: 19px;
    display: flex;
    align-items: center;
    font-weight: 500;
    box-shadow: none;
    text-transform: none;
    cursor: pointer;
}

.btn_control svg {
    width: 14px;
    height: 20px;
    fill: #FFF;
    margin-left: 12px;
}

.btn_border svg {
    fill: #9E9E9E;
    margin-right: 12px;
}

.color-green {
	color: #549D8D;
}

.color-pink {
	color: #F85E76;
}

.stitle {
	text-align: center;
	font-size: 46px;
	color: #1D1E2E;
	margin: 0 0 50px;
	font-weight: bold;
}

.alert {
	position: relative;
	background: #549D8D;
	color: #FFF;
	padding: 12px 22px 12px 60px;
	line-height: 130%;
}

.alert:before {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
	height: 31px;
	background: url(../img/icons/alert.svg) no-repeat center center;
}

.alert__tech {
	position: absolute;
	right: 0;
	bottom: 30px;
	border-radius: 4px 0 0 4px;
	width: 410px;
	max-width: 100%;
}

.link-border {
	font-size: 16px;
	border-bottom: 1px dashed #F85E76;
	display: inline-block;
	vertical-align: top;
	color: #F85E76;
}

.quete {
	width: 346px;
	max-width: 100%;
	border-radius: 5px;
	background: #549D8D;
	position: relative;
	padding: 25px 21px 35px;
}

.quete:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 6px;
	width: 74px;
	height: 74px;
	background: url(../img/icons/quote.svg) no-repeat center center;
}

.quete:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #FFF;
	border-radius: 5px;
	pointer-events: none;
	opacity: .3;
}

.quote__ex {
    position: absolute;
    right: 18px;
    bottom: -10px;
    background: #e2305f;
    border-radius: 20px;
    padding: 8px 20px;
    white-space: nowrap;
    font-weight: 600;
    color: #FFF;
}

.quete__text {
	margin: 0 0 8px;
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	line-height: 150%;
	padding-right: 56px;
}

.quete_doc {
	display: flex;
	flex-flow: column;
	text-align: right;
	color: #FFF;
}

.quete_doc b {
	font-weight: 500;
}

.quete_doc small {
	font-size: 11px;
	color: #DCDCDC;
}

.advantages-lines {
	display: flex;
	flex-flow: column;
	margin: auto 0;
}

.advantages-lines__item {
	position: relative;
	padding: 26px 21px;
	display: flex;
	align-items: center;
	margin: 0 0 11px;
	width: 295px;
	max-width: 100%;
}

.advantages-lines__item:last-child {
	margin-bottom: 0;
}

.advantages-lines__item:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #FFF;
	border: 4px solid #F5F5F5;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
	pointer-events: none;
}

.advantages-lines__icon {
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
	margin-right: 14px;
}

.advantages-lines__text {
	font-size: 16px;
	color: #000;
	position: relative;
	z-index: 5;
	width: calc(100% - 78px);
}

.advantages-circles {
	display: flex;
	flex-wrap: wrap;
}

.advantages-circles__item {
	width: calc(100%/3 - 30px*2/3);
	margin: 0 30px 40px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.advantages-circles__item:nth-child(3n) {
	margin-right: 0;
}

.advantages-circles-type-2 {
	margin-top: 30px;
}

.advantages-circles-type-2 .advantages-circles__item {
	width: calc(100%/2 - 30px/2);
	flex-flow: row;
	text-align: left;
	align-items: center;
}

.advantages-circles-type-2 .advantages-circles__item:nth-child(3n) {
	margin-right: 30px;
}

.advantages-circles-type-2 .advantages-circles__item:nth-child(2n) {
	margin-right: 0;
}

.advantages-circles__image {
	margin: 0 auto 20px;
	width: 87px;
	height: 87px;
	border-radius: 100px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
}

.advantages-circles-type-2 .advantages-circles__image {
	min-width: 87px;
	margin-bottom: 0;
}

.advantages-circles__text {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #393B53;
}

.advantages-circles-type-2 .advantages-circles__text {
	text-align: left;
	line-height: 150%;
	margin-left: 13px;
	width: calc(100% - 100px);
	font-size: 15px;
}

.advantages-mini {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 27px;
	justify-content: center;
}

.advantages-mini__item {
	width: auto;
	margin-right: 60px;
	display: flex;
	align-items: center;
}

.advantages-mini__item:last-child {
	margin-right: 0;
}

.advantages-mini__icon {
	width: 55px;
	height: 55px;
	min-width: 55px;
	margin-right: 12px;
}

.advantages-mini__text {
	width: calc(100% - 67px);
	color: #172029;
	font-size: 18px;
	font-weight: 500;
}

.s_arrow {
    position: absolute;
    top: 0;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    z-index: 5;
	cursor: pointer;
}

.s_arrow-prev {
    left: 0;
}

.s_arrow-next {
    right: 0;
}

.s_arrow svg {
    fill: #549d8d;
    width: 12px;
    height: 19px;
}

.d_arrow {
    top: 90px;
}

.s_arrow-prev.d_arrow {
    left: initial;
    right: 60px;
}

.slick-dots {
	width: auto;
	height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #549D8D;
	opacity: .5;
	transition: .3s opacity;
	margin: 0 5px;
}

.slick-dots li.slick-active {
	opacity: 1;
}

.slick-dots li button {
	display: none;
}

/* Header */

header {
	background: #FFF;
	padding: 14px 0;
}

.header__block {
	display: flex;
	align-items: center;
}

.header__rating {
    display: flex;
    align-items: center;
    width: 270px;
    margin: 0 auto;
}

.header__rate {
    font-size: 30px;
    line-height: 1;
    margin-right: 12px;
}

.header__rate b {
    color: #e2305f;
}

.header__rate span {
    color: #7c7c7c;
    font-weight: bold;
}

.header__rate-text {
    font-size: 12px;
    color: #797979;
}

.phone-block {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	padding-right: 71px;
}

.num__phone {
	font-size: 28px;
	color: #1D1E2E;
	position: relative;
}

.num__phone:before {
	content: '';
	position: absolute;
	right: -71px;
	top: 0;
	width: 56px;
	height: 56px;
	background: url(../img/icons/call.svg) no-repeat center center;
}

/* Main */

.main {
	background: url(../img/bg/main.jpg) no-repeat center center;
	padding: 52px 0;
	background-size: cover;
}

.main__block {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.main__info {
	display: flex;
	flex-flow: column;
	margin-left: 66px;
}

.main__title {
	font-size: 54px;
	color: #1D1E2E;
	font-weight: 700;
	margin: 0 0 10px;
}

.main__list {
	display: flex;
	flex-flow: column;
	margin: 0 0 27px;
}

.main__list li {
	margin: 0 0 8px;
	color: #393B53;
	font-size: 22px;
}

.main__list li:last-child {
	margin-bottom: 0;
}

.main__ab {
	position: relative;
	width: 480px;
	max-width: 100%;
	margin: 0 0 50px;
}

.main__abimages {
    display: flex;
    flex-wrap: wrap;
}

.main__abimages img {
    width: 230px;
    height: 200px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 8px;
}

.main__abimages img:last-child {
    margin-right: 0;
}

.main__clock {
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	background: #549D8D;
	padding: 8px 23px 8px 45px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}

.main__clock:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
	height: 37px;
	background: url(../img/icons/timer.svg) no-repeat center center #FFF;
	border-radius: 30px;
}

.main__image {
	position: absolute;
	right: 0;
	bottom: -52px;
}

.main__quote {
	position: absolute;
	right: 0;
	bottom: 50px;
}

.main__quote__arrow {
    position: absolute;
    left: -150px;
	top: 60px;
    width: 140px;
    height: 40px;
    background: url(../img/arrow_green.svg) no-repeat center center;
	pointer-events: none;
}

[data-ba] {
    overflow: hidden;
    border-radius: 8px;
}

/* Tech */

.tech {
    padding: 80px 0;
    background: radial-gradient(356.36% 115.79% at 50% 50%, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
}

.tech__block {
	display: flex;
	align-items: center;
}

.tech__info {
	width: calc(100% - 620px);
}

.tech__title {
	color: #1D1E2E;
	font-size: 38px;
	line-height: 140%;
	margin: 0 0 33px;
}

.tech__image {
	position: relative;
	width: 520px;
	margin-left: 100px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	overflow: hidden;
}

/* Price */

.price {
	padding: 80px 0;
	background: radial-gradient(356.36% 115.79% at 50% 50%, #eeeeee 0%, rgba(216, 216, 216, 0.00) 100%);
}

.price__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 41px;
}

.price__item {
	width: calc(100%/3 - 30px*2/3);
	margin: 0 30px 30px 0;
	padding: 26px 30px 30px;
	border-radius: 10px;
	background: #FFF;
	position: relative;
}

.price__item:nth-child(3n) {
	margin-right: 0;
}

.price__image {
	position: absolute;
	right: 15px;
	top: 5px;
}

.price__label {
    position: absolute;
    right: 25px;
    top: 140px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    padding: 6px 2px;
}

.price__title {
	color: #444C54;
	font-size: 25px;
	margin: 0 0 5px;
	font-weight: 600;
}

.price__country {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.price__country img {
	margin-left: 7px;
}

.price__country span {
	color: #727272;
}

.price__checks {
	margin: 0 0 32px;
	width: 240px;
	max-width: 100%;
}

.price__checks li {
	position: relative;
	padding-left: 28px;
	margin: 0 0 16px;
	color: #444C54;
	font-size: 14px;
}

.price__checks li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(../img/icons/check_yellow.svg) no-repeat center center;
}

.price__checks li:last-child {
	margin-bottom: 0;
}

.price__cost {
	display: flex;
	align-items: center;
}

.price__cost s {
	margin-right: 18px;
	font-size: 18px;
	color: #7C7C7C;
}

.price__cost b {
	color: #F85E76;
	font-size: 30px;
}

/* Caption */

.caption {
	padding: 32px 56px;
	margin: 0 auto;
	border-radius: 8px;
	background: url(../img/bg/cub_form_left.png) no-repeat left center, url(../img/bg/cub_form_right.png) no-repeat right center #549D8D;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	width: 884px;
	max-width: 100%;
	position: relative;
	z-index: 10;
}

.caption.type-1 {
	margin-bottom: -140px;
}

.caption.type-2 {
	margin-bottom: -70px;
}

.caption__title {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
}

.caption__controls {
	margin-left: auto;
}


/* Doctors */

.doctors {
	background: radial-gradient(356.36% 115.79% at 50% 50%, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
    padding: 120px 0 0;
}

.doctors__block {
	display: flex;
	align-items: flex-start;
	margin-left: -80px;
}

.doctors__list {
	width: 760px;
	max-width: 100%;
	margin-top: -50px;
}

.doctors__item {
	position: relative;
	overflow: hidden;
}

.doctors__photo {
	position: relative;
	left: 20px;
	bottom: 0;
	z-index: 7;
	pointer-events: none;
}

.doctors__info {
	width: calc(100% - 300px);
	background: url(../img/bg/cub_doc.png) no-repeat left center #549D8D;
	border-radius: 12px;
	padding: 38px 27px;
	position: absolute;
	left: 300px;
	bottom: 56px;
	z-index: 5;
	padding-left: 168px;
}

.doctors__title {
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 5px;
}

.doctors__position {
	color: #E0E0E0;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 20px;
}

.doctors__ex {
	margin: 0 0 20px;
	color: #FFF;
}

.doctors__ex b {
	font-size: 42px;
	font-weight: 700;
	line-height: 120%;
}

.doctors__ex span {
	font-size: 22px;
	font-weight: 700;
	line-height: 120%;
	margin-left: 4px;
}

.doctors__ex small {
	line-height: 120%;
	color: #E0E0E0;
	display: block;
}

.doctors__images {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 25px;
}

.doctors__images a {
	margin-right: 8px;
	border-radius: 6px;
	overflow: hidden;
	width: 82px;
}

.doctors__images a:last-child {
	margin-right: 0;
}

.doctors__btn {
	width: 100%;
}

.doctors__about {
	margin-left: auto;
	margin-top: 90px;
}

.doctors__nums {
	margin-top: -30px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.doctors__nums-num {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.doctors__nums-num b {
	color: #F85E76;
	text-align: center;
	font-size: 88px;
	font-weight: 800;
	line-height: 100%;
}

.doctors__nums-num span {
	color: #1D1E2E;
	text-align: center;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.doctors__nums-text {
	color: #1D1E2E;
	font-size: 23px;
	font-weight: 500;
	line-height: 140%;
	margin-left: 21px;
}


/* Dia */

.diagnostics {
	padding: 80px 0 0;
}

.diagnostics__block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 94px;
}

.diagnostics__title {
	width: 50%;
	color: #1D1E2E;
	font-size: 46px;
	font-weight: 600;
	line-height: 120%;
	margin: 0 0 30px;
}

.diagnostics__item {
	width: calc(100%/3 - 30px*2/3);
	margin: 0 30px 0 0;
	background: #F5F5F5;
	position: relative;
	height: 413px;
	overflow: hidden;
	border-radius: 12px;
}

.diagnostics__item:before {
	content: '';
	position: absolute;
	left: -120px;
	top: -250px;
	width: 722px;
	height: 474px;
	border-radius: 722px;
	background: #F5F5F5;
	filter: blur(27px);
	z-index: 4;
}

.diagnostics__item:last-child,
.diagnostics__item:nth-child(2)  {
	margin-right: 0;
}

.diagnostics__text {
	padding: 34px 31px;
	position: relative;
	z-index: 5;
	color: #1D1E2E;
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
}

.diagnostics__image {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.diagnostics__item-type-2 {
	width: 50%;
	height: 334px;
	margin: 0 0 30px;
	display: flex;
	align-items: center;
}

.diagnostics__item-type-2 .diagnostics__image {
	left: inherit;
	right: 0;
}

.diagnostics__item-type-2:before {
	top: -50px;
	left: -300px;
}

/* Porftolio */

.portfolio {
	background: url(../img/bg/portfolio.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0 167px;
}

.portfolio__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
}

.portfolio__item {
	width: calc(100%/2 - 30px/2);
	margin: 0 15px;
	border-radius: 12px;
	background: #FFF;
	padding: 43px;
}

.portfolio__title {
	font-size: 24px;
	font-weight: 700;
	color: #434343;
	line-height: 140%;
	margin: 0 0 14px;
}

.portfolio__images {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 28px;
}

.portfolio__images .image {
	width: calc(100%/2 - 16px/2);
	margin-right: 16px;
}

.portfolio__images .image:last-child {
	margin-right: 0;
}

.portfolio__text {
	font-size: 13px;
	line-height: 160%;
	color: #6A7F93;
	position: relative;
	margin: 0 0 20px;
	padding-right: 64px;
}

.portfolio__text:before {
	content: '';
	position: absolute;
	left: -42px;
	top: 6px;
	border-radius: 0px 8px 8px 0px;
	background: #F85E76;
	width: 32px;
	height: 6px;
}

.portfolio__text:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 58px;
	height: 41px;
	background: url(../img/icons/quote_green.svg) no-repeat center center;
	background-size: contain;
}

.portfolio__more {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.portfolio__time {
	margin-left: auto;
}

.portfolio__time b {
	display: block;
	color: #434343;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}

.portfolio__time span {
	display: block;
	color: #8D8D8D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.portfolio__controls {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p_arrow {
    position: relative;
}

.portfolio__dots .slick-dots {
    position: relative;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    margin: 0 30px;
}

.doc-cart {
	display: flex;
	align-items: center;
}

.doc-cart__image {
	margin-right: 12px;
}

.doc-cart__info {
	display: flex;
	flex-flow: column;
}

.doc-cart__info b {
	color: #434343;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}

.doc-cart__info span {
	color: #8D8D8D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* Quiz */

.quiz-block__steps {
	height: 100%;
}

.quiz-block__step {
	flex-flow: column;
	display: flex;
	height: 100%;
}

.quiz-block__title {
	font-size: 26px;
	margin: 0 0 32px;
	line-height: 120%;
}

.quiz-block__list {
	display: flex;
	flex-wrap: wrap;
}

.quiz-block__item {
	width: 180px;
	margin-right: 40px;
}

.quiz-block__item:last-child {
	margin-right: 0;
}

.quiz-block-radio {
	display: none;
}

.quiz-block-label {
	display: flex;
	position: relative;
	flex-flow: column;
	align-items: center;
	cursor: pointer;
}

.quiz-block-label__image:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	border: 1px solid #B9C0C4;
	background: #FFF;
	transform: translateX(-50%);
}

.quiz-block-radio:checked + .quiz-block-label .quiz-block-label__image:after {
	background: url(../img/icons/check_green.svg) no-repeat center center #FFF;
	background-size: 22px auto;
	border-color: #549d8d;
}

.quiz-block-label__image {
	width: 100%;
	height: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #B9C0C4;
	margin: 0 0 40px;
	position: relative;
}

.quiz-block-radio:checked + .quiz-block-label .quiz-block-label__image {
	border-color: #549d8d;
}

.quiz-block-label span {
	font-size: 18px;
}

.quiz-block__item-noimage {
    margin: 0 0 20px;
}

.quiz-block-label-noimage {
    text-align: left;
    align-items: flex-start;
    padding: 18px 30px 18px 50px;
    background: #f3f3f3;
    border-radius: 9px;
    width: 300px;
}

.quiz-block__item-noimage input:checked + label {
    background: #549d8d;
    color: #FFF;
}

.quiz-block-label-noimage span {
    text-align: left;
}

.quiz-block__list-noimage {
    flex-flow: column;
}

.quiz-block__list-noimage span:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border: 1px solid #cfcfcf;
}

.quiz-block__item-noimage input:checked + label span:before {
	background: url(../img/icons/check_green.svg) no-repeat center center #FFF;
	border-color: #FFF;
	background-size: 12px;
}

.quiz-block__controls {
	display: flex;
	margin-top: 100px;
	justify-content: space-between;
}

.quiz__form {
    border-radius: 20px;
    background: url(../img/bg/cub_quiz.png) no-repeat center left #549D8D;
	background-size: contain;
    padding: 50px 80px;
	position: relative;
	z-index: 5;
	box-shadow: 0px 34px 89px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.quiz__form-type-1 {
	margin-top: -100px;
}

.quiz__form-type-2 {
	margin-top: 50px;
}

.quiz__title {
    color: #FFF;
    margin: 0 0 36px;
    font-size: 32px;
    width: 840px;
    max-width: 100%;
    font-weight: 500;
}

.quiz__info {
    display: flex;
    align-items: flex-start;
}

.quiz__left {
    width: 700px;
    background: #FFF;
    padding: 27px 40px 40px;
    border-radius: 12px;
	max-width: 100%;
	position: relative;
}

.quiz__right {
	width: calc(100% - 750px);
	margin-left: 50px;
}

.quiz__presents-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
    color: #FFF;
    margin: 0 0 50px;
}

.quiz__gifts {
    display: flex;
    flex-flow: column;
}

.quiz__gift {
    margin: 0 0 40px;
    border-radius: 6px;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 22px 31px 22px 151px;
    position: relative;
}

.quiz__gift:last-child {
    margin: 0;
}

.quiz__gift-image {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.quiz__gift-text {
    font-size: 15px;
    line-height: 140%;
}

.quiz__gift-image-type-2 {
    left: 0;
}

.quiz-block__text {
    font-size: 20px;
    margin: 0 0 32px;
    color: #999999;
    width: 340px;
    max-width: 100%;
}

.quiz-finul__form {
    display: flex;
    align-items: flex-start;
    width: 340px;
}

.quiz-finul__form .form__politic {
    color: #a1a1a1;
}

.quiz-finul__form .form__politic a {
    color: #a1a1a1;
    border-bottom: 1px dashed #a1a1a1;
}

.quiz-finul__form .form__group-input {
    background: #F5F5F5;
    padding: 20px;
    height: 74px;
    font-size: 20px;
}

.quiz-finul__image {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 250px;
	max-width: 100%;
}

.progressbar {
    width: 100%;
	position: relative;
	background-color: #EEEEEE;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
}

.progressbar {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 35px;
    position: relative;
    background: #FFF !important;
    border-radius: 100px !important;
	border: 1px solid #e1e1e1 !important;
}

.proggress{
	height: 48px !important;
	width: 10px;
	background-color: #f85e76 !important;
	border-radius: 100px !important;
}

.progress-line {
    width: 700px;
    max-width: 100%;
}

.percentCount {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	color: #434343;
	border-radius: 4px;
}

.quiz-loader {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	background: #FFF;
	z-index: 20;
}

.open-loader .quiz-loader{
	display: flex;
}

.quiz-loader__title {
	font-size: 32px;
	margin: 0 0 18px;
}

.quiz-loader__subtitle {
	font-size: 18px;
	margin: 0 0 24px;
}

/* Steps */

.bg_white {
	background: #FFF;
}

.bg_gray {
	background: radial-gradient(356.36% 115.79% at 50% 50%, #F4F4F4 0%, rgba(216, 216, 216, 0.00) 100%);
}

.step {
    padding: 80px 0;
}

.step-type-2 {
	padding: 0;
	overflow: hidden;
}

.step-type-3 {
	padding-bottom: 0;
}

.step__block {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.step-type-2 .step__block {
	align-items: center;
}

.step__block-type-2 {
	flex-flow: row-reverse;
	align-items: flex-end;
}

.step__info-type-3 {
	padding-bottom: 60px;
}

.step__info {
	width: 590px;
	margin-right: 80px;
	position: relative;
	padding-left: 57px;
}

.step__num {
	color: rgba(84, 157, 141, 0.20);
	font-size: 114px;
	font-weight: 800;
	line-height: 100%;
	margin-left: -57px;
	margin-bottom: -50px;
}

.step__title {
	color: #444C54;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
	margin: 0 0 30px;
}

.step__text {
	color: #6C768F;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; 
}

.step__text p {
	margin: 0 0 18px;
}

.step__text p:last-child {
	margin-bottom: 0;
}

.step__control {
	margin-top: 32px;
}

.step__box {
	width: calc(100% - 670px);
}

.step__image-full {
    display: flex;
    justify-content: flex-end;
	padding-right: 50px;
}

.step__image-full img {
    max-width: inherit;
}

.types {
	display: flex;
	flex-wrap: wrap;
}

.types__item {
	width: calc(100%/2 - 15px/2);
	margin: 0 15px 15px 0;
	padding: 20px 24px 25px;
	border-radius: 10px;
	background: rgba(84, 157, 141, 0.20);
}

.types__item:nth-child(2n) {
	margin-right: 0;
}

.types__image {
	margin: 0 0 24px;
	text-align: center;
}

.types__text {
	color: #1D1E2E;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.price__list-type-2 {
    flex-flow: column;
	margin-bottom: 0;
	width: 100%;
}

.price__list-type-2 .price__item {
    width: 100%;
    margin: 0 0 15px;
    background: #f0f0f0;
}

.step__info-type-2 {
    position: sticky;
    top: 20px;
}

.timers {
	display: flex;
	flex-flow: column;
}

.timers__item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-flow: column;
	width: 556px;
	margin-left: auto;
	margin: 0 0 50px;
}

.timers__item:last-child {
	margin-bottom: 0;
}

.timers__clock {
	background: #549D8D;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 22px;
	font-size: 16px;
	color: #FFF;
	border-radius: 6px 6px 0 0;
}

.timers__num {
	font-weight: bold;
	padding-right: 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.timers__time {
	padding-left: 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.timers__time svg {
	fill: #CCC;
	width: 22px;
	height: 25px;
	margin-right: 14px;
}

.timers__box {
	background: #D2E1DE;
	border-radius: 0 10px 10px 10px;
	position: relative;
	padding: 30px 30px 36px 240px;
}

.timers__image {
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.timers__title {
	font-weight: 600;
	font-size: 26px;
	list-style: 140%;
	margin: 0 0 16px;
	color: #000;
}

.timers__text {
	font-size: 16px;
	line-height: 160%;
	color: #434343;
}

.lab {
	position: relative;
}

.lab__info {
	position: absolute;
	right: 0;
	bottom: 50px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	box-shadow: 0px 34px 89px 0px rgba(0, 0, 0, 0.05);
	padding: 28px 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.lab__info b {
	color: #549D8D;
	font-size: 80px;
	font-weight: bold;
	margin-right: 20px;
}

.lab__info span {
	color: #434343;
	font-size: 22px;
	font-weight: 500;
	line-height: 160%;
}

/* Full Caption */

.caption-full {
	background: url(../img/bg/cf_left.png) no-repeat left center, url(../img/bg/cf_right.png) no-repeat right center #549D8D;
	background-size: auto 100%;
}

.caption-full__block {
	display: flex;
	align-items: flex-start;
	flex-flow: column;
	position: relative;
	padding: 70px 0 80px 530px;
}

.caption-full__title {
	font-size: 40px;
	font-weight: 600;
	list-style: 140%;
	color: #FFF;
	margin: 0 0 52px;
}

.caption-full__image {
	position: absolute;
	left: -120px;
	bottom: 0;
}

.caption-full__dots {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 24px;
}

.caption-full__dots li {
    width: 40%;
    padding-left: 43px;
    position: relative;
    margin: 0 0 20px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}

.caption-full__dots li:nth-child(2n) {
    margin-right: 0;
}

.caption-full__dots li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    background: url(../img/icons/check_black.svg) no-repeat center center;
    background-size: contain;
}

.caption-full-type-2 .caption-full__block {
    padding-right: 550px;
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.caption-full-type-2 .caption-full__image {
    left: inherit;
    right: 80px;
}

.caption-full__title span {
    padding: 0px 6px;
    border-radius: 4px;
}

.caption-full-type-2 .caption-full__title {
    margin: 0 0 42px;
}

/* Inspection */

.inspection {
	background: url(../img/bg/inspection.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.inspection__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px;
	position: relative;
}

.inspection__item {
	width: 392px;
	max-width: 100%;
	margin: 0 205px 0 0;
	border-radius: 12px;
	background: #CBCBCB;
	padding: 18px 52px 54px;
	color: #656565;
	position: relative;
}

.inspection__item-green {
	background: #549D8D;
	color: #FFF;
}

.inspection__item-green:before {
	content: '';
	position: absolute;
	left: -138px;
	top: 50%;
	transform: translateY(-50%);
	width: 81px;
	height: 40px;
	background: url(../img/icons/arrow_inspection.svg) no-repeat center center;
	background-size: contain;
}

.inspection__item:last-child {
	margin-right: 0;
}

.inspection__image {
	height: 143px;
	width: 148px;
	align-items: flex-end;
}

.inspection__image img {
	max-height: 100%;
}

.inspection__price {
	font-size: 52px;
	font-weight: 700;
	list-style: 150%;
	margin: 0 0 10px;
}

.inspection__item-green .inspection__price {
	text-decoration: none;
}

.inspection__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}

.advantages-check {
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantages-check__item {
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	margin-right: 60px;
}

.advantages-check__item:last-child {
	margin-right: 0;
}

.advantages-check__item svg {
	width: 59px;
	height: 59px;
	margin: 0 0 16px;
}

.advantages-check__item span {
	color: #333;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	width: 236px;
	max-width: 100%;
}


/* Contacts */

.contacts {
    padding: 80px 0;
}

.contacts__block {
	display: flex;
	flex-wrap: wrap;
}

.contacts__info {
	display: flex;
	flex-flow: column;
	width: 470px;
	margin-right: 30px;
}

.contacts__item {
	margin: 0 0 16px;
}

.contacts__item:nth-child(2){
	margin-bottom: 0;
}

.contacts__title {
	color: #888888;
	margin: 0 0 5px;
	font-weight: 100;
}

.contacts__text {
	font-size: 24px;
}

.contacts__text a {
	color: #000;
}

.color-green {
	color: #549D8D;
}

.contacts__small {
	color: #888;
	margin-top: 8px;
}

.contacts__list {
	display: flex;
	align-items: center;
	color: #888888;
	border-top: 1px solid #E8E8E8;
	padding-top: 21px;
	margin-top: 42px;
}

.contacts__list li {
	margin-right: 20px;
}

.contacts__list li:last-child {
	margin-right: 0;
}

.contacts__lisense {
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.contacts__lisense a {
	display: flex;
	align-items: center;
}

.contacts__lisense img {
	width: 57px;
	min-width: 57px;
	margin-right: 21px;
}

.contacts__lisense span {
	width: calc(100% - 78px);
	font-weight: 600;
	line-height: 160%;
	color: #888;
}

.contacts__map {
	width: calc(100% - 500px);
}

.contacts__map #map {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: #CCC;
}

.contacts__gallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
}

.contacts__gallery img {
	margin-right: 30px;
	width: calc(100%/3 - 30px*2/3);
	border-radius: 8px;
}

.contacts__gallery img:last-child {
	margin-right: 0;
}

.contacts__politic {
    margin: 14px 0 0;
}

.contacts__politic a {
    border-bottom: 1px dashed #888888;
    color: #888888;
}

.calc-block {
	display: flex;
	align-items: center;
	padding: 53px 40px;
	position: relative;
	background: url(../img/bg/cf_left.png) no-repeat left center, url(../img/bg/cf_right.png) no-repeat right center #549D8D;
	background-size: contain;
	border-radius: 12px;
	margin-top: 54px;
}

.calc-block__left {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.calc-block__center {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.calc-block__title {
	color: #FFF;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	line-height: 54px;
	margin: 0 0 30px;
}

.calc-block__controls {
	text-align: center;
}

.calc-block__right {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

/* Footer */

footer {
	background: #474747;
	padding: 32px 0;
}

.footer__block {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.footer__logo {
	margin-right: 42px;
}

.footer__text {
	color: #9E9E9E;
	width: 574px;
	max-width: 100%;
}

.footer__text p {
	font-weight: 700;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.footer__text small {
	font-size: 13px;
}

.footer_phone {
	color: #FFF;
	margin-left: auto;
}

.phone-block-footer {
	padding-right: 0;
}

.phone-block-footer .num__phone {
	color: #FFF;
}

.phone-block-footer .num__phone:before {
	display: none;
}

.bigform {
    position: fixed;
    right: -150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    max-width: 100%;
    background: #549D8D;
    z-index: 100;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    overflow-y: auto;
    border-radius: 20px;
	display: none;
}

.bigform::-webkit-scrollbar {
	width: 0;
}

.bigform.open {
	right: 0;
}

.bigform__title {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    margin: 0 0 12px;
    text-align: center;
	text-transform: uppercase;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5b5b5b;
    opacity: .8;
	display: none;
	z-index: 99;
}

.bigform__text {
    color: #FFF;
    margin: 0 0 24px;
	font-size: 16px;
	text-align: center;
}

.bigform__text-type-2 {
    margin: 0;
}

.bigform__phone .phone-block {
    margin-left: 0;
}

.bigform__phone .phone-block span {
    text-shadow: none;
}

.bigform__phone .phone-block a {
    text-shadow: none;
}

.bigform__phone {
    width: 100%;
}

.bigform__close {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.bigform__close span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 2px;
	background: #FFF;
	border-radius: 4px;
}

.bigform__close span:nth-child(1) {
	transform: rotate(-45deg);
}

.bigform__close span:nth-child(2) {
	transform: rotate(45deg);
}

.form {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    padding: 20px 32px;
    border-radius: 8px;
}

.form-vertical {
	flex-flow: column;
	background: transparent;
	padding: 0;
}

.form__group {
    margin-right: 12px;
}

.form-vertical .form__group {
    margin: 0 0 12px;
}

.form-vertical .btn_form {
    width: 100%;
	text-align: center;
	justify-content: center;
}

.form__politic {
    width: 100%;
    color: #FFF;
    margin-top: 12px;
    font-size: 13px;
    font-style: italic;
}

.form-vertical .form__politic {
	font-size: 12px;
}

.form-vertical .form__politic br {
	display: none;
}

.form__politic a {
    color: #FFF;
    border-bottom: 1px dashed #FFF;
    transition: .3s border-color;
}

.form__politic a:hover {
    border-color: transparent;
}

.form__group-input {
    background: #FFF;
    border: none;
    height: 62px;
    width: 260px;
    border: 1px solid #CCC;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 6px;
    max-width: 100%;
	font-family: sans-serif;
}

.form-vertical .form__group-input {
	width: 100%;
	text-align: center;
}