/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

@font-face {
	font-family: "HeadingPro";
	src: url(../assets/fonts/HeadingPro-Bold-b764e.woff2) format("woff2");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: "Montserrat";
	src: url(../assets/fonts/Montserrat-Medium-057bc.woff2) format("woff2");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "Montserrat";
	src: url(../assets/fonts/Montserrat-Regular-f263c.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

.wrap {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden
}

.container {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap
}

.row {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap
}

.animation-moveRight {
	animation: moveRight .5s ease-in-out
}

.animation-moveLeft {
	animation: moveLeft .5s ease-in-out
}

.animation-moveUp {
	animation: moveUp .75s ease-in-out
}

.animation-moveDown {
	animation: moveDown .75s ease-in-out
}

.animation-fadeIn {
	animation: fadeIn .5s ease-in-out
}

.animation-fadeOut {
	animation: fadeOut .5s ease-in-out
}

.visibility-none {
	opacity: 0
}

@keyframes moveRight {
	from {
		transform: translate(-200px, 0);
		opacity: 0
	}
	to {
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes moveUp {
	from {
		opacity: 0;
		transform: translate(0, 30px)
	}
	to {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@keyframes moveDown {
	from {
		opacity: 0;
		transform: translate(0, -30px)
	}
	to {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@keyframes moveLeft {
	from {
		transform: translate(200px, 0);
		opacity: 0
	}
	to {
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

* {
	box-sizing: border-box
}

body, div, section, header, footer, nav, p, h1, h2, h3, h4, h5, h6, ul, ol, li, input, select, button, form, label {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0
}

img {
	max-width: 100%;
	width: auto;
	display: block
}

ul {
	list-style: none
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-prev, .slick-next {
	z-index: 2;
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 60px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 1
}

.slick-prev:before, .slick-next:before {
	line-height: 1;
	color: #fff;
	opacity: 1
}

.slick-prev, .slick-next {
	border-radius: 50%;
	background: #67b8c4
}

.slick-prev {
	left: 40px
}

.slick-prev:before {
	content: "";
	background: url(../assets/imgs/angle-left-solid-c1535.svg) no-repeat center;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto
}

.slick-next {
	right: 40px
}

.slick-next:before {
	content: "";
	background: url(../assets/imgs/angle-right-solid-02a54.svg) no-repeat center;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 6px;
	width: 40px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	border: 1px solid #67b8c4;
	border-radius: 3px
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 6px;
	width: 40px;
	outline: none;
	line-height: 0px;
	color: transparent;
	cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "â€¢";
	width: 40px;
	height: 6px;
	line-height: 20px;
	text-align: center;
	color: rgba(255, 255, 255, .00001);
	opacity: 1
}

.slick-dots li.slick-active {
	background: #67b8c4
}

.slick-dots li.slick-active button:before {
	color: rgba(255, 255, 255, .00001);
	opacity: 1
}

h1, h2, h3, h4, h5, h6 {
	font-family: "HeadingPro", "Arial", sans-serif;
	font-weight: 700
}

.title {
	font-size: 70px;
	color: #000;
	margin-bottom: 50px;
	text-transform: uppercase
}

.title_white {
	color: #fff
}

.title_center {
	text-align: center
}

@media screen and (max-width: 768px) {
	.title {
		font-size: 40px;
		margin-bottom: 25px
	}
}

.logo {
	max-width: 100%;
	margin-bottom: -34px
}

.logo__img {
	max-width: 100px;
	margin: 0 auto
}

@media screen and (max-width: 1200px) {
	.logo {
		margin-bottom: 20px
	}
}

.form {
	max-width: 340px;
	margin: 0 auto;
	font-size: 15px;
	background: #fff;
	padding: 30px 45px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.form__title {
	font-size: 31px;
	font-weight: 700;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px
}

.form__label {
	margin-bottom: 25px
}

.form__input {
	background-color: #f1f1f3;
	padding: 15px;
	border: none;
	margin-top: 10px
}

@media screen and (max-width: 380px) {
	.form {
		padding: 30px 25px
	}
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.select {
	position: relative
}

.select:before {
	content: "";
	display: block;
	background: url(../assets/imgs/sort-down-solid-20031.svg) no-repeat center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	right: 10px;
	left: inherit;
	z-index: 2;
	width: 30px;
	height: 26px;
	text-align: center;
	cursor: pointer
}

.prices {
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 39px
}

.prices__old {
	font-size: 16px;
	color: #000;
	margin: 0 5px;
	text-decoration: line-through
}

.prices__new {
	font-size: 27px;
	color: #2eb081;
	margin: 0 5px
}

.counter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
	margin-bottom: 30px
}

.counter__title {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	max-width: 100%
}

.counter__time {
	display: flex;
	justify-content: space-between
}

.counter__item {
	font-family: "HeadingPro", "Arial", sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	background: #fff;
	margin: 2px;
	padding: 7px 0 0;
	position: relative
}

.counter__item:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: -20px;
	font-family: "Montserrat", "Arial", sans-serif;
	font-weight: 400;
	font-size: 14px
}

.counter__hours:before {
	content: "horas"
}

.counter__minutes:before {
	content: "minutos"
}

.counter__seconds:before {
	content: "segundos"
}

.counter__hours:after, .counter__minutes:after {
	content: ":";
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	left: auto;
	top: 5px;
	right: -17px
}

.gradientBorder {
	background: linear-gradient(30deg, #2995c1, #2eb081);
	color: #000;
	max-width: 70px;
	display: flex
}

@media screen and (max-width: 380px) {
	.counter__hours:after, .counter__minutes:after {
		content: none
	}
}

.btn {
	font-family: "HeadingPro", "Arial", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	background: linear-gradient(to right, #2995c1, #2eb081);
	padding: 20px 0 15px;
	border: none
}

.product {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	max-width: 570px;
	background: url(../assets/imgs/product__background-7bfc3.png) no-repeat 50% 95%/90%;
	display: flex;
	align-items: center;
	z-index: 4
}

.product:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background: url(../assets/imgs/product__pseudo-5b2ba.png) no-repeat 0 100%/100%;
	bottom: -60px
}

.product__img {
	max-width: 100%;
	margin: 0 auto
}

.product__order {
	bottom: -100px
}

.product__restore {
	max-width: 500px;
	bottom: -40px
}

@media screen and (max-width: 1300px) {
	.product__restore {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0
	}
}

@media screen and (max-width: 1200px) {
	.product__order {
		max-width: 410px
	}
}

@media screen and (max-width: 991px) {
	.product__order {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		margin-bottom: 60px
	}

	.product__restore {
		max-width: 50%;
		top: auto;
		bottom: -40px
	}

	.product__restore:before {
		bottom: -15px
	}
}

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

.cards__item {
	max-width: 380px;
	flex: 1 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	margin: 0 10px 10px;
	background: #b84242
}

.cards__top {
	min-height: 500px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	padding: 0 50px 50px
}

.cards__top_1 {
	background: url(../assets/imgs/cards__item_1-05635.jpg) no-repeat center/cover
}

.cards__top_2 {
	background: url(../assets/imgs/cards__item_2-6be5f.jpg) no-repeat center/cover
}

.cards__top_3 {
	background: url(../assets/imgs/cards__item_3-4a12f.jpg) no-repeat center/cover
}

.cards__title {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px
}

.cards__subTitle {
	font-family: "Montserrat", "Arial", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
	font-size: 20px
}

.cards__bottom {
	padding: 35px 20px
}

.cardsList__item {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative
}

.cardsList__item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	right: auto;
	bottom: auto;
	background: url(../assets/imgs/cards__icon-0f50e.png) no-repeat center/100%;
	width: 19px;
	height: 19px
}

@media screen and (max-width: 991px) {
	.cards {
		justify-content: center;
		align-items: stretch
	}

	.cardsList__item {
		flex-basis: 100%;
		margin-bottom: 20px;
		font-size: 18px
	}
}

.slider {
	display: flex;
	justify-content: center
}

.slider__item {
	max-width: 350px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	padding: 100px 30px 30px;
	position: relative;
	margin: 60px 10px 30px
}

.slider__avatar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: auto;
	top: -60px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 3px solid #67b8c4
}

.slider__info {
	text-align: center;
	margin-bottom: 30px
}

.slider__name {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px
}

.slider__age {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

.slider__text {
	line-height: 1.3
}

.slick-slide.slick-active div:first-child {
	display: flex;
	justify-content: center
}

.order {
	padding: 60px 0 160px;
	background: url(../assets/imgs/order__background-23553.jpg) no-repeat center/cover
}

.order .container {
	justify-content: space-between;
	align-items: flex-start
}

.order__left {
	font-weight: 700;
	color: #000;
	max-width: 440px;
	flex: 1 0 100%;
	display: flex;
	flex-wrap: wrap
}

.order__title {
	font-size: 62px;
	margin-bottom: 80px;
	text-transform: uppercase;
	position: relative;
	z-index: 5
}

.order__list {
	max-width: 330px;
	position: relative;
	z-index: 5
}

.order__item {
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.order__img {
	background: linear-gradient(30deg, #c2dae7, #2eb081);
	max-width: 75px;
	display: flex;
	justify-content: center;
	align-items: center
}

.order__img img {
	max-width: 45px
}

.order__text {
	font-size: 20px;
	margin: 0;
	padding: 15px 15px 10px;
	text-transform: uppercase
}

.order__right {
	max-width: 340px;
	position: relative;
	z-index: 5
}

@media screen and (max-width: 991px) {
	.order__title {
		margin-bottom: 20px;
		text-align: center
	}

	.order__left, .order__right {
		max-width: 100%;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px
	}
}

@media screen and (max-width: 576px) {
	.order__title {
		font-size: 30px
	}
}

.why {
	background: #fff;
	padding: 80px 0 100px
}

.why__subTitle {
	max-width: 800px;
	margin: 0 auto;
	font-weight: 500;
	color: #000;
	font-size: 24px;
	text-align: center
}

.why__cards {
	margin-top: 50px
}

.problem {
	padding: 70px 0;
	background: #000 url(../assets/imgs/problem__background-17236.jpg) no-repeat center/cover
}

.problem .container {
	justify-content: flex-end
}

.problem__wrap {
	max-width: 640px
}

.problem__title, .problem__text {
	font-family: "HeadingPro", "Arial", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

.problem__title {
	font-size: 36px;
	margin-bottom: 35px;
	padding: 10px;
	background: rgba(0, 0, 0, .7);
	border-radius: 10px
}

.problem__text {
	font-size: 22px;
	padding: 10px;
	background: rgba(0, 0, 0, .7);
	border-radius: 10px
}

.problem__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px
}

.problem__item {
	max-width: 195px;
	min-height: 180px;
	display: flex;
	align-items: flex-end;
	margin: 5px;
	padding: 10px
}

.problem__item:nth-child(1) {
	background: url(../assets/imgs/problem__item_1-7629c.jpg) no-repeat center/cover
}

.problem__item:nth-child(2) {
	background: url(../assets/imgs/problem__item_2-1191b.jpg) no-repeat center/cover
}

.problem__item:nth-child(3) {
	background: url(../assets/imgs/problem__item_3-8a39d.jpg) no-repeat center/cover
}

.problem__item:nth-child(4) {
	background: url(../assets/imgs/problem__item_4-2e0ef.jpg) no-repeat center/cover
}

.problem__item:nth-child(5) {
	background: url(../assets/imgs/problem__item_5-bf0b5.jpg) no-repeat center/cover
}

.problem__item:nth-child(6) {
	background: url(../assets/imgs/problem__item_6-89701.jpg) no-repeat center/cover
}

.problem__footer {
	font-weight: 500;
	font-size: 19px;
	color: #fff;
	line-height: 1.5
}

@media screen and (max-width: 991px) {
	.problem {
		background-position: 100% 0
	}

	.problem .container {
		justify-content: center
	}

	.problem__list {
		justify-content: center
	}
}

@media screen and (max-width: 576px) {
	.problem {
		background: #000 url(../assets/imgs/problem__background_mobile-3c276.jpg) no-repeat 50% 0/576px
	}

	.problem__title {
		font-size: 28px;
		text-align: center
	}

	.problem__list {
		padding-top: 400px
	}

	.problem__item {
		max-width: 45%;
		flex: 1 0 45%;
		padding: 9px
	}
}

@media screen and (max-width: 480px) {
	.problem__text {
		font-size: 18px
	}
}

@media screen and (max-width: 380px) {
	.problem__text {
		font-size: 14px
	}
}

.restore {
	background: url(../assets/imgs/restore__background-b8517.jpg) no-repeat center/cover
}

.restore .container {
	padding-top: 90px;
	padding-bottom: 50px
}

.restore__left {
	max-width: 485px;
	position: relative;
	z-index: 7;
	flex: 1 0
}

.restore__text {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 40px;
	max-width: 420px
}

.restore__text_big {
	font-size: 22px;
	font-weight: 500
}

.restore__right {
	max-width: 500px;
	flex: 1 0 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.restore__girl {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	left: auto;
	top: auto;
	right: -85px
}

@media screen and (max-width: 1300px) {
	.restore .container {
		justify-content: center
	}

	.restore__girl {
		display: none
	}
}

@media screen and (max-width: 991px) {
	.wrap .restore {
		padding: 0
	}

	.restore .container {
		padding: 30px 0 0
	}

	.restore .title, .restore__text {
		text-align: center;
		margin: 0 auto 30px
	}

	.restore__left, .restore__right {
		max-width: 500px;
		flex: 1 0 100%
	}

	.restore__girl {
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		max-width: 50%
	}
}

.consist {
	padding: 160px 0 80px;
	background: #fff
}

.consist .title {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto
}

.consist__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.consist__item {
	max-width: 300px;
	border: 3px solid #f1f1f3;
	background: #fff;
	padding: 310px 20px 35px;
	position: relative;
	margin: 10px
}

.consist__item:nth-child(even) {
	background: #f1f1f3
}

.consist__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: 30px;
	margin: 0 auto
}

.consist__img_absolute {
	max-width: 350px;
	left: -60px
}

.consist__title {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px
}

@media screen and (max-width: 991px) {
	.wrap .consist {
		padding-top: 70px
	}
}

.spec {
	padding: 100px 0 70px;
	background: url(../assets/imgs/spec__background-3dbaf.jpg) no-repeat center/cover;
	position: relative
}

.spec__card {
	background: #fff;
	padding: 65px
}

.spec__wrap {
	max-width: 575px
}

.spec__text {
	font-size: 17px;
	color: #000;
	margin-bottom: 30px;
	line-height: 1.4
}

.spec__text_big {
	font-size: 20px;
	font-weight: 500
}

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

.spec__info {
	max-width: 175px;
	margin-right: 15px;
	margin-bottom: 10px
}

.spec__name, .spec__prof {
	display: block
}

.spec__name {
	font-family: "HeadingPro", "Arial", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	color: #1c5ad7;
	margin-bottom: 15px
}

.spec__prof {
	font-style: italic
}

.doctor {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	right: -700px;
	z-index: 1
}

@media screen and (max-width: 1200px) {
	.spec .title {
		font-size: 50px;
		margin-bottom: 30px
	}

	.spec__card {
		padding: 30px
	}

	.spec__wrap {
		max-width: 500px
	}

	.doctor {
		max-width: 410px;
		bottom: 70px
	}
}

@media screen and (max-width: 991px) {
	.doctor {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		margin: 0 auto;
		width: 90%
	}

	.spec {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center
	}

	.spec__card {
		padding: 20px
	}

	.spec .title {
		font-size: 40px;
		margin-bottom: 20px
	}

	.spec__card {
		max-width: 700px;
		justify-content: center;
		margin: 0 15px
	}
}

.comments {
	padding: 90px 0 0;
	background: #fff
}

.wrap .alarm {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 30px
}

.wrap .alarm-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 30px 40px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: url(../assets/imgs/alarm-bg-fc18d.jpg) no-repeat 10% 50%/cover;
	max-width: 1000px;
	margin: 30px auto
}

.wrap .alarm-wrap:before {
	content: "";
	display: block;
	background: url(../assets/imgs/alarm-before-5fd17.png) no-repeat center;
	width: 55px;
	height: 49px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -28px;
	margin: auto
}

.wrap .alarm-left {
	max-width: 210px;
	flex: 1 0 100%;
	margin: 10px 10px 10px 0
}

.wrap .alarm-title {
	font-size: 24px;
	font-weight: 700;
	color: #000
}

.wrap .alarm-right {
	font-weight: 400;
	max-width: 630px;
	flex: 1 0 100%;
	margin: 10px 0
}

.wrap .alarm-text {
	font-size: 20px
}

@media screen and (max-width: 576px) {
	.alarm {
		padding: 30px 10px 30px 40px
	}
}

footer {
	padding: 50px 0 20px;
	text-align: center
}

footer a {
	color: #000
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.symptoms-text:before {
		content: "";
		display: none
	}

	select::-ms-expand {
		display: none
	}

	h1, h2, h3, h4, h5, h6 {
		font-stretch: extra-condensed
	}

	.btn {
		font-size: 16px
	}

	.order h1 {
		font-size: 60px
	}

	.order h3 {
		font-size: 26px
	}

	.order__text {
		flex: 1 0
	}

	.cards__item {
		flex: 1 0 100%
	}

	.cards__top {
		height: 500px
	}

	.problem__text {
		font-size: 13px
	}

	.restore__girl, .doctor {
		margin-bottom: 0
	}
}

body {
	font-family: "Montserrat", "Arial", sans-serif
}

.text__red {
	color: #f72b3e
}

@media screen and (max-width: 991px) {
	.wrap header, .wrap section, .wrap footer {
		padding: 30px 0
	}
}
