@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("../css/normalize.css");
@import url("../css/twentytwenty.css");
@import url("../css/slick.css");
@import url("../css/jquery.fancybox.css");
/*
@import url("../css/jquery.fancybox.css");
@import url("../css/aos.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;
}

.btn {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	padding: 18px 52px;
}

.btn span {
	position: relative;
	display: block;
}

.btn-orange {
	color: #FFF;
	background: linear-gradient(90deg, #E5712A 0%, #FF9452 95.48%);
	box-shadow: 0px 6px 4px #9B5124;
	border-radius: 12px;
}

header {
	margin-top: 20px;
	margin-bottom: 70px;
}

.header__block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 40px;
	border-radius: 20px;
	background: #F3F5FF;
}

.header__logo {
	margin-right: 50px;
}

.header__adress {
	position: relative;
	padding-left: 72px;
	color: #555555;
	line-height: 140%;
	font-size: 18px;
}

.header__adress::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: url(../img/adress.png) no-repeat center center;
}

.header__time {
	margin-left: auto;
	position: relative;
	color: #555555;
	font-size: 18px;
	line-height: 140%;
	padding-left: 26px;
}

.header__time::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 30px;
	border: 4px solid #CEF6DC;
	background: #89F89B;
}

.header__contacts {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	gap: 4px;
	margin-left: 75px;
}

.header__phone {
	position: relative;
	padding-left: 27px;
	color: #131313;
	font-size: 22px;
}

.header__phone::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(../img/phone.svg) no-repeat center center;
}

.header__callback {
	color: #CA4757;
	border-bottom: 1px dashed #CA4757;
	font-size: 16px;
}


.main__block {
	display: flex;
	flex-wrap: wrap;
}

.main__left {
	width: 740px;
	max-width: 100%;
	margin-right: 30px;
	display: flex;
	flex-flow: column;
	gap: 30px;
}

.main__offer {
	background: #F3F5FF;
	padding: 40px;
	border-radius: 20px;
}

.main__title {
	font-size: 40px;
	line-height: 120%;
	font-weight: bold;
	margin: 0 0 22px;
}

.color-green {
	color: #129488;
}

.main__text {
	font-size: 22px;
	line-height: 140%;
	color: #222B29;
}

.main__ao4 {
	border-radius: 20px;
	background: #129488;
	padding: 22px 30px;
	color: #FFF;
	position: relative;
}

.main__ao4-action {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #126D65;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    z-index: 5;
}

.main__ao4-title {
	font-size: 24px;
	margin: 0 0 24px;
	font-weight: bold;
}

.main__ao4-title mark {
    color: #FFF;
    padding: 4px 8px;
    border-radius: 6px;
    line-height: 1;
    background: #0D6F66;
}

.main__ao4-list {
	position: relative;
	z-index: 5;
	margin: 0 0 22px;
}

.main__ao4-two {
	width: 705px;
	max-width: 100%;
	padding: 32px 30px;
}

.checks {
	display: flex;
	flex-flow: column;
	gap: 10px;
}


.main__ao4-image {
	position: absolute;
	right: 56px;
	bottom: 120px;
	z-index: 3;
}

.main__ao4-two .main__ao4-image {
    right: -30px;
    bottom: 150px;
}

.main__ao4-total {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
}

.main__ao4-sum {
	display: flex;
	flex-flow: column;
}

.main__ao4-sum b {
	font-size: 44px;
}

.main__ao4-sum s {
	color: #BCBCBC;
	font-size: 18px;
}

.main__ao4-controls {
	margin-left: auto;
	margin-top: 10px;
}

.main__right {
    width: calc(100% - 770px);
}

.main__doctors {
    position: relative;
    padding: 35px 55px 35px 265px;
    border-bottom: 3px solid #129488;
    border-radius: 20px;
    background: #C6E2E7;
    margin-top: 50px;
}

.main__doctors img {
	position: absolute;
	left: -14px;
	bottom: 0;
	width: 245px;
}

.main__doctors span {
	font-size: 18px;
	color: #131313;
}

.main__images {
    position: relative;
}

.main__images-mob {
    display: none;
}

.main__images-before {
    position: absolute;
    right: -7px;
    bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.checks {
	display: flex;
	flex-flow: column;
	gap: 20px;
	font-size: 18px;
}

.checks li {
	display: flex;
	flex-flow: column;
	padding-left: 38px;
	position: relative;
}

.checks li span {
	display: flex;
	flex-wrap: wrap;
}

.checks li span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	margin-right: 16px;
	width: 27px;
	height: 27px;
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
}

.checks-green li span:before {
	background: url(../img/check-green.svg) no-repeat center center;
	background-size: contain;
}

.checks-two li {
	display: block;
}

.checks-two span {
	width: 100%;
}

.checks-two b {
	margin-right: 12px;
}

.checks-two {
	gap: 10px;
}

.about {
    padding: 120px 0 150px;
}

.doctors {
	padding: 0 0 80px;
}

.doctors__list {
	display: flex;
	flex-flow: column;
}

.doctors__item {
	display: flex;
	/* align-items: flex-start; */
	position: relative;
	background: #C6E2E7;
	border-radius: 20px;
	margin: 0 0 135px;
	padding: 32px 28px;
}

.doctors__item:last-child {
	margin: 0;
}

.doctors__info {
	display: flex;
	flex-flow: column;
	width: 420px;
}

.doctors__name {
	font-size: 24px;
    line-height: 138%;
    font-weight: 400;
    margin: 0 0 2px;
}

.doctors__position {
	font-size: 14px;
    line-height: 129%;
    margin: 0 0 17px;
}

.doctors__doc-advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 10px;
    margin: 0;
}

.doctors__advantage {
    width: calc(100% / 2 - 30px / 2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.doctors__advantage-icon {
    width: 56px;
    margin-right: 14px;
}

.doctors__advantage-text {
	width: calc(100% - 70px);
    max-width: 100%;
    line-height: 120%;
}

.doctors__image-block {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-left: -20px;
	text-align: center;
}

.doctors__controls {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.doctors__controls .btn {
    font-size: 16px;
    padding: 19px 24px;
    box-shadow: 0px 2px 2px #9B5124;
    white-space: nowrap;
    border-radius: 6px;
}

.doctors__more {
	margin-left: auto;
}

.doctors__certificates ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.doctors__certificates ul li {
    margin-right: 5px;
}

.doctors__certificates ul li a {
    display: block;
    border: 2px solid #2c3539;
    border-radius: 5px;
    overflow: hidden;
	position: relative;
}

.doctors__certificates ul li:not(.more-link) a:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	background: url(../img/zoom.svg) no-repeat center center;
	opacity: 0;
	transition: .3s opacity;
}

.doctors__certificates ul li a:hover:after {
	opacity: 1;
}

.doctors__certificates ul li.more-link {
    width: 140px;
    margin-left: 13px;
}

.doctors__certificates ul li.more-link a {
    border: none;
    font-size: 12px;
    color: #323232;
    display: inline;
    border-bottom: 1px dashed #323232;
    transition: 0.3s border-color, 0.3s color;
}

.doctors__certificates ul li.more-link a:hover {
    border-color: transparent;
    color: #FF9452;
}

.doctors__works-info {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin: 20px 0 0;
}

.doctors__works {
    width: 420px;
    max-width: 100%;
}

.twentytwenty-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.doctors__works-images {
    border-radius: 20px;
    overflow: hidden;
	width: 300px;
	max-width: 100%;
}

.doctors__works-images img {
    border-radius: 20px;
    overflow: hidden;
}

.doctors__works-item {
	display: none;
}

.doctors__works-item-active {
	display: block;
}

.doctors__certificates {
    margin-top: auto;
}

.comparison {
    padding: 80px 0;
	position: relative;
	z-index: 5;
}

.comparison__block {
    background: linear-gradient(180deg, #129488 0%, #0A5F57 100%);
    border-radius: 30px;
    padding: 60px 110px;
    text-align: center;
    color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.comparison__title {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 80px;
    line-height: 150%;
}

.comparison__title mark {
    color: #FFF;
    padding: 5px 20px;
    border-radius: 16px;
    line-height: 1;
    background: #e8752e;
}

.comparison__list {
    display: flex;
    flex-wrap: wrap;
    gap: 104px;
    text-align: left;
}

.comparison__item {
    border-radius: 20px;
    background: #FFF;
    color: #131313;
    padding: 50px 40px;
    width: 468px;
    border: 10px solid #188279;
    position: relative;
}

.comparison__name {
    font-weight: 500;
    font-size: 27px;
    margin: 0 0 27px;
    text-align: center;
    text-align: left;
}

.comparison__image {
    position: absolute;
    width: 140px;
    right: -60px;
    top: -60px;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 200px;
    padding: 20px;
    border: 1px solid #0d6f66;
}

.minus li:before {
    content: '';
}

.checks-minus li span:before {
    background: url(../img/minus.svg) no-repeat center center;
    background-size: contain;
}

.comparison__controls {
	margin-top: 60px;
}

.stitle {
    display: flex;
    margin: 0 0 48px;
}

.stitle-right {
    flex-flow: row;
    align-items: flex-end;
}

.stitle__title {
    font-size: 38px;
    font-weight: bold;
	width: 100%;
}

.stitle-right .stitle__title {
	margin-right: 75px;
}

.stitle-right .stitle__title {
	width: 760px;
	max-width: 100%;
}

.stitle__subtitle {
    width: calc(100% - 655px);
    display: flex;
    flex-flow: column;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
}

i {
    font-style: italic;
}

.country {
    background: #F3F5FF;
    padding: 260px 0 80px;
    margin-top: -180px;
    position: relative;
    z-index: 3;
}

.country__block {
    display: flex;
    align-items: center;
}

.country__flags {
    width: 400px;
    display: flex;
    flex-flow: column;
    text-align: center;
    margin: 0 auto;
    align-items: center;
}

.country__label {
    width: 156px;
    height: 156px;
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #C6E2E7;
    border-radius: 200px;
    justify-content: center;
    color: #129488;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 20px;
}

.country__img {
    margin: 0 0 15px;
}

.country__text {
    font-size: 22px;
    font-weight: 500;
}

.qu {
	padding: 80px 0;
}

.quiz__block {
	display: flex;
	flex-wrap: wrap;
}

.quiz__left {
	width: calc(100% - 750px);
	display: flex;
	flex-flow: column;
	margin-right: 20px;
	position: relative;

}

.quiz__title {
	font-size: 40px;
	line-height: 140%;
	font-weight: bold;
	color: #444C54;
	margin: 0 0 32px;
}

.mark-green {
	background: #0A5F57;
	color: #FFF;
	border-radius: 6px;
	display: inline-block;
	vertical-align: baseline;
	padding: 0 8px;
}

.quiz__rightside {
	width: 730px;
	max-width: 100%;
	padding-left: 30px;
}

.portfolio {
	padding: 80px 0;
	background: #F3F5FF;
	overflow: hidden;
}

.stitle-center {
	align-items: center;
	text-align: center;
}

.portfolio__block {
	width: 870px;
	margin: 0 auto;
}

.portfolio__block .slick-list {
    overflow: visible !important;
}

.portfolio__block .slick-slide:not(.slick-active) {
    opacity: .3;
}

.portfolio__item {
	display: flex;
	flex-wrap: wrap;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 25px;
	box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.05);
}

.portfolio__image {
	width: 312px;
	position: relative;
}

.portfolio__image-full {
	position: relative;
	z-index: 3;
}

.portfolio__image-before {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 6;
	border-radius: 16px;
	overflow: hidden;
}

.portfolio__info {
	width: calc(100% - 312px);
	padding: 24px;
	display: flex;
	flex-flow: column;
}

.portfolio__name {
	margin: 0 0 16px;
	font-size: 26px;
}

.portfolio__text {
	display: flex;
	flex-flow: column;
	gap: 12px;
	font-size: 16px;
	margin: 0 0 28px;
}

.portfolio__review {
	padding: 33px 33px 33px 90px;
	position: relative;
	background: #F3F5FF;
	border-radius: 20px;
	font-style: italic;
	font-size: 16px;
	line-height: 160%;
}

.portfolio__review::before {
	content: '';
	position: absolute;
	left: 16px;
	top: 16px;
	width: 56px;
	height: 44px;
	background: url(../img/quete.svg) no-repeat center center;
	background-size: contain;
}

.portfolio__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 50px 0 0;
}

.por_prev {
	order: 1;
	cursor: pointer;
}

.por_next {
	order: 3;
	cursor: pointer;
}

.portfolio .slick-dots {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    bottom: 0;
    position: relative;
	order: 2;
	width: auto;
}

.portfolio .slick-dots li {
	width: 34px;
	height: 34px;
	background: rgba(18, 148, 136, 0.17);
}

.portfolio .slick-dots li.slick-active {
	background: #129488;
}

.portfolio .slick-dots li button {
	display: none;
}

.quiz {
	max-width: 100%;
    margin: 0 auto;
    background: #C6E2E7;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
}

.quiz__info {
	width: 410px;
	max-width: 100%;
	margin-right: 60px;
	display: flex;
	flex-flow: column;
	background: var(--green);
	padding: 33px;
	padding: 20px;
	border-radius: 12px;
}

.quiz__info-img {
	margin: 0 0 22px;
	border-radius: 12px;
	overflow: hidden;
}

.quiz__info-img img {
	width: 100%;
}

.quiz__info-title {
	color: var(--white);
	font-weight: 600;
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 130%;
	font-family: 'Montserrat';
}

.quiz__info-kt {
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--white);
	font-style: italic;
}

.quiz__right {
	padding: 0px;
	display: flex;
	flex-flow: column;
	width: 100%;
}

.quiz__steps-title {
	color: var(--gray);
	font-size: 18px;
	line-height: 130%;
	margin: 0 0 14px;
}

.quiz__steps-line {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 30px;
}

.quiz__steps-line span {
	width: calc(100% / 4 - 10px * 3 / 4);
    height: 10px;
    background: #FFF;
    border-radius: 6px;
}

.quiz__steps-line span.active {
	background: #65CD1F;
}

.quiz__question {
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--gray);
	line-height: 130%;
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 30px;
}

.quiz__answers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.quiz__answer {
	width: calc(100%/2 - 10px/2);
}

.quiz__answer input {
	display: none;
}

.quiz__answer label {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 8px 16px 8px 42px;
	background: #FFF;
	border: 2px solid #FFF;
	border-radius: 12px;
	font-size: 17px;
	position: relative;
	cursor: pointer;
}

.quiz__answer label img {
	margin-left: auto;
}

.quiz__answer label:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 1px solid #E9E9E9;
	border-radius: 100px;
	background: var(--white);
}

.quiz__answer input:checked + label {
	border-color: #65cd1f;
}

.quiz__answer input:checked + label:before {
	background: #2c9086;
	border-width: 2px;
}

.quiz__controls {
	display: flex;
	align-items: center;
	margin-top: 60px;
	gap: 10px;
}

.quiz__prev {
	background: #FFF;
	width: 92px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 12px;
}

.quiz__finul {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.quiz__finul-title {
	font-size: 36px;
	line-height: 130%;
	margin: 0 0 12px;
    padding: 16px 22px;
    background: var(--green);
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    transform: skewX(-10deg);
}

.quiz__finul-title span {
	display: block;
    color: var(--white);
    font-size: 22px;
    line-height: 140%;
    transform: skewX(10deg);
}

.quiz__finul-subtitle {
	text-align: center;
	line-height: 150%;
	font-size: 18px;
}

.quiz__finul-form {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0;
}

.btn-form {
    box-shadow: none;
    padding: 12px 32px;
    height: auto;
    line-height: 100%;
    min-height: auto;
}

.quiz__finul-form input {
    transition: .3s background;
    width: 270px;
    margin: 0;
    padding: 22px 20px;
    border-radius: 12px;
    border: 2px solid #c6e0ef;
    background: #FFF;
    font-size: 18px;
}

.timelime {
	padding: 80px 0 120px;
}

.stitle-center {
	align-items: center;
	flex-flow: column;
}

.stitle__text {
	margin-top: 26px;
	font-size: 22px;
	line-height: 160%;
}

.stitle-center .stitle__text {
	text-align: center;
}

.timelime__list {
	width: 978px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 52px;
}

.timelime__list:before {
	content: '';
	position: absolute;
	left: 0;
	top: -22px;
	height: calc(100% + 44px);
	width: 13px;
	border-radius: 12px;
	background: #129488;
}

.timelime__item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-left: 110px;
}

.timelime__item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 34px;
	width: 75px;
	height: 11px;
	background: #129488;
	border-radius: 0 12px 12px 0;
}

.timelime__info {
	padding-right: 32px;
	width: calc(100% - 378px);
	display: flex;
	flex-flow: column;
	gap: 26px;
}

.timelime__title {
	font-size: 26px;
	line-height: 140%;
	font-weight: bold;
	color: #129488;
}

.timelime__text {
	font-size: 22px;
	line-height: 140%;
}

.timelime__iamge {
	width: 378px;
	border-radius: 12px;
	overflow: hidden;
}

.gallery {
	padding: 40px 0 80px;
}

.gallery__box {
	padding: 60px 86px;
	background: #F3F5FF;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.gallery__block {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.gallery__item {
	border-radius: 20px;
	overflow: hidden;
}

.consult__wrap {
	width: 1670px;
	max-width: calc(100% - 30px);
	overflow: hidden;
	border-radius: 30px;
	padding: 275px 0 0;
	background: #129488;
	margin: -170px auto 0;
}

.consult {
	padding: 0 180px;
	position: relative;
}

.consult__info {
	display: flex;
	flex-flow: column;
	padding: 0 0 60px;
	align-items: flex-start;
}

.consult__title {
	font-size: 42px;
	color: #FFF;
	margin: 0 0 32px;
	font-weight: bold;
	position: relative;
}

.consult__title:before {
	content: '';
	position: absolute;
	left: -110px;
	bottom: 52px;
	width: 205px;
	height: 154px;
	background: url(../img/quete2.svg) no-repeat center center;
}

.consult__list {
	display: flex;
	flex-flow: column;
	gap: 18px;
	width: 400px;
	max-width: 100%;
}

.consult__item {
	position: relative;
	background: #10857A;
	border-radius: 8px;
	padding: 18px 20px 18px 48px;
	font-size: 20px;
	line-height: 150%;
	color: #FFF;
}

.consult__item:before {
	content: '';
	position: absolute;
	left: -31px;
	top: 50%;
	transform: translateY(-50%);
	width: 62px;
	height: 62px;
	background: url(../img/check-white.svg) no-repeat center center;
	background-size: contain;
}

.consult__controls {
	margin-top: 60px;
}

.garant-doc {
	position: absolute;
	right: 40px;
	bottom: 0;
}

.garant__info {
	position: absolute;
	right: 0;
	bottom: 44px;
	width: 520px;
	background: #FFF;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.07);
	border-radius: 12px;
	display: flex;
	padding: 18px;
}

.garant__info-left {
	width: 722px;
	max-width: 100%;
}

.garant__pos {
	margin: 0 0 8px;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}

.garant__name {
	color: var(--gray);
}

.garant__stars {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #757575;
	margin-top: auto;
	height: 100%;
}

.garant__info-right {
	display: flex;
	flex-flow: column;
	gap: 15px;
	margin-left: auto;
}

.garant__label {
	display: flex;
	flex-flow: column;
}

.garant__label b {
	color: var(--green);
	font-size: 28px;
	font-weight: bold;
}

.garant__label s {
	color: var(--gray);
	font-size: 14px;
}

.contacts {
	background: url(../img/map.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.contacts__block {
	display: flex;
	flex-wrap: wrap;
	gap: 43px;
	justify-content: center;
}

.contacts__map {
	width: 622px;
	max-width: 100%;
	background: #CCC;
	border-radius: 12px;
	overflow: hidden;
}

.contacts__map #map {
	width: 100%;
	height: 100%;
}

.contacts__info {
	width: 410px;
	max-width: 100%;
}

.contacts__title {
	font-size: 42px;
	list-style: 120%;
	font-weight: 600;
	margin: 0 0 30px;
}

.contacts__white {
	border-radius: 12px;
	background: #FFF;
	padding: 40px 52px;
	display: flex;
	flex-flow: column;
	gap: 30px;
}

.contacts__item {
	display: flex;
	flex-flow: column;
	gap: 8px;
}

.contacts__item-title {
	color: #8E8D8D;
}

.contacts__item-val {
	font-size: 22px;
	line-height: 130%;
	font-weight: 600;
}

.contacts__item-val a {
	color: #323232;
	font-size: 26px;
}

.contacts__item-text {
	margin-top: 14px;
	color: #323232
}

footer {
	padding: 40px 0px;
	background: var(--white2);
}

.footer__top {
	display: flex;
	flex-wrap: wrap;
}

.footer__logo {
	display: flex;
	flex-flow: column;
	gap: 20px;
	color: var(--gray);
	line-height: 150%;
}

.footer__logo img {
	width: 280px;
	max-width: 100%;
}

.footer__menu {
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.footer__menu a {
	color: #323232;
	border-bottom: 1px dashed #323232;
	transition: .3s color, .3s border-color;
}

.footer__menu a:hover {
	border-color: transparent;
}

.footer__contacts {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	gap: 5px;
}

.footer__contacts-tel {
	font-size: 30px;
	font-weight: 600;
	color: var(--black);
}

.footer__contacts-time {
	color: var(--gray2);
}

.footer__alert {
	margin-top: 30px;
	color: #898989;
}

.footer__alert p {
	margin-bottom: 20px;
}

.footer__alert p b {
	text-transform: uppercase;
}

.footer__alert p:last-child {
	margin-bottom: 0;
}

.footer__copy {
	margin-top: 20px;
	color: #323232;
	line-height: 140%;
}

.btn-small {
    padding: 20px;
}



.modal {
	display: none;
}

.fancybox-bg {
    background-color: #3e3e3e;
}

.fancybox-is-open .fancybox-bg {
    opacity: .8;
    background-color: #3e3e3e;
}

.modal {
    display: none;
    background: #FFF;
    background-size: cover;
    border-radius: 20px;
    margin: 20px 0;
    width: 900px;
    max-width: 100%;
    overflow: visible;
    padding: 0;
}

.modal:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 9px;
    width: calc(100% - 10px* 2);
    height: calc(100% - 10px* 2);
    border: 1px solid #ccc;
    border-radius: 18px;
    pointer-events: none;
	z-index: 3;
}

.modal__small {
    width: 790px;
}

.modal__callback {
	width: 540px;
}

.modal__block {
    position: relative;
    padding: 44px 57px 0;
}

.modal__info {
    padding: 0 0 44px;
    position: relative;
    z-index: 5;
}

.moda__info-thanks {
    text-align: center;
}

.modal__title {
    color: #3e3e3e;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    margin: 0 0 18px;
    width: 460px;
}

.modal__info-thanks {
    text-align: center;
}

.modal__info-thanks .modal__title {
    width: 100%;
}

.modal__info-thanks .modal__subtitle {
    width: 100%;
}

.modal__info span {
    color: #CC214D;
}

.modal__subtitle {
    margin: 0 0 34px;
    width: 460px;
    max-width: 100%;
    font-size: 18px;
    line-height: 140%;
    color: #3e3e3e;
}

.modal__info >*:last-child {
    margin-bottom: 0;
}

.modal__image {
    position: absolute;
    right: 24px;
    bottom: 0;
    width: 400px;
    pointer-events: none;
	z-index: 5;
}

.modal__image-two {
    width: 250px;
    right: 40px;
}

.modal .fancybox-close-small {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    opacity: 1;
    right: 20px;
    top: 20px;
    color: #777;
}

.modal__text-block {
    color: #fff;
    padding: 44px 48px;
}

.modal__text {
    width: 900px;
}

.form {
	width: 100%;
	max-width: 100%;
}

.form input {
    transition: .3s background;
    width: 100%;
    margin: 0 0 16px;
    padding: 22px 20px;
    border-radius: 12px;
    border: 2px solid #c6e0ef;
    background: #FFF;
    font-size: 18px;
}

.form button {
    border: none;
    width: 100%;
    padding: 24px 20px;
}

.form input:focus {
    background: #FFF;
}

.form input::placeholder {
    color: #3e3e3e;
}

.politic {
    margin-top: 12px;
    color: #3e3e3e;
}

.politic a {
    border-bottom: 1px dashed;
    color: #3e3e3e;
}

.modal__type-text {
    width: 760px;
    max-width: 100%;
    padding: 30px 40px;
	background: #FFF;
}

.modal__title-center {
    width: 100%;
    text-align: center;
	font-size: 24px;
}

.modal__text-two {
	width: 100%;
	font-size: 16px;
	line-height: 130%;
}

.modal__text-two p {
	margin-bottom: 16px;
}

.modal__text-two p:last-child {
	margin-bottom: 0;
}

.modal.big .modal-text {
    text-align: left;
    line-height: 140%;
    font-size: 12px;
}

.modal-text > *:not(:last-child) {
    margin-bottom: 10px;
}

.modal.big .modal-title b {
    font-size: 16px;
    text-align: left;
}

.modal__fart {
    padding: 40px 30px;
    overflow: hidden;
    background: #ffffff;
}

.modal__fart:after {
	display: none;
}

.modal__free {
    background: url(../img/garant.jpg) no-repeat center center #FFF;
    background-size: cover;
    width: 1225px;
    max-width: 100%;
    padding: 40px 65px;
}

.modal__free-title {
    font-size: 38px;
    line-height: 136%;
    margin: 0 0 15px;
    width: 520px;
    max-width: 100%;
    font-weight: 500;
    position: relative;
    z-index: 5;
}

.modal__free-checks {
    margin: 0 0 60px;
    width: 520px;
    position: relative;
    z-index: 5;
}

.modal__free-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.modal__free-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
}

.modal__free-form input {
    background: #FFF;
    border: 1px solid #dadada;
    padding: 28px 35px;
    border-radius: 12px;
    font-size: 20px;
}

.modal__free-form {
    position: relative;
    z-index: 5;
}

.about__block {
	display: flex;
	flex-wrap: wrap;
}

.about__left {
	width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.about__title {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 26px;
}

.about__text {
	font-size: 22px;
	list-style: 160%;
}

.btn-next {
    padding: 10px 32px;
    box-shadow: none;
    text-transform: none;
    height: 50px;
    width: 150px;
}

.country .stitle__subtitle {
    font-weight: 600;
}

.quiz-wrapper {
    padding: 40px 30px;
    border-radius: 20px;
    overflow: hidden;
    width: 1320px;
    max-width: 100%;
}

.calc__block {
	background: #f0f4f9;
	border-radius: 24px;
	width: 100%;
	overflow: hidden;
	padding: 32px 38px 28px;
	position: relative;
}

.calc__heading {
	font-size: 26px;
	font-weight: 800;
	color: #000000;
	line-height: 1.25;
	margin-bottom: 10px;
}

.calc__subheading {
	font-size: 15px;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.45;
	margin-bottom: 24px;
}

.calc__subheading span {
	font-weight: 700;
}

.calc__divider {
	border: none;
	border-top: 1.5px dashed #c5cfe0;
	margin-bottom: 22px;
}

.calc__timer {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 14px;
}

.calc__cta {
	display: block;
	width: 100%;
	background: linear-gradient(90deg, #E5712A 0%, #FF9452 95.48%);
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	border: none;
	border-radius: 50px;
	padding: 20px 24px;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s;
	margin-bottom: 24px;
}

.calc__cta:hover {
	transform: translateY(-2px);
}

.calc__cta:active {
	transform: translateY(0);
}

.calc__quote-block {
	background: #fff;
	border-radius: 20px;
	padding: 22px 20px 20px;
	position: relative;
}

.calc__quote-icon {
	font-size: 30px;
	line-height: 1;
	color: #1565d8;
	font-family: Georgia, serif;
	display: block;
}

.calc__quote-title {
	font-size: 16px;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 4px;
}

.calc__quote-text {
	font-size: 14px;
	font-weight: 500;
	color: #555;
	margin-bottom: 13px;
	line-height: 1.45;
}

.calc__doctor {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.calc__doctor-role {
	font-size: 14px;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 2px;
}

.calc__doctor-name {
	font-size: 13px;
	font-weight: 500;
	color: #888;
	margin-bottom: 12px;
}

.calc__doctor-badge {
	display: inline-block;
	background: #9176f5;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	border-radius: 50px;
	padding: 9px 18px;
}

.calc__doctor-photo {
	margin-bottom: -20px;
}

.calc__doctor-photo svg {
	width: 54px;
	height: 54px;
	fill: #a0b0c8;
}