/* stylelint-disable */

.no-scroll {
	overflow: hidden;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	min-width: 320px;
	font-family: "Geometria", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #171717;
	background-color: #fff;
}
a {
	text-decoration: none;
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

abbr[title] {
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

b,
strong {
	font-weight: 700;
}

button,
select {
	text-transform: none;
}

button,
input,
select {
	overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn,
i {
	font-style: italic;
}

mark {
	color: #000;
	background: transparent;
}

progress {
	vertical-align: baseline;
}

img,
svg {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

small {
	font-size: .8em;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

textarea {
	overflow: auto;
}

hr {
	height: 0;
	overflow: visible;
}

table {
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
	text-align: left;
}

template,
[hidden] {
	display: none;
}

[disabled] {
	cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
	appearance: button;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

/* stylelint-disable */

.btn {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 25px 46px;
	color: #000;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn:hover {
	color: #000;
	text-decoration: none;
}

.container {
	max-width: 1024px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container.container__fluid {
	max-width: 100%;
}

/* stylelint-disable */

@font-face {
	font-family: 'Baskerville';
	src: url("../fonts/Baskerville/Baskerville.woff2") format("woff2"), url("../fonts/Baskerville/Baskerville.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url("../fonts/Geometria/Geometria-Regular.woff2") format("woff2"), url("../fonts/Geometria/Geometria-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url("../fonts/Geometria/Geometria-LightItalic.woff2") format("woff2"), url("../fonts/Geometria/Geometria-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url("../fonts/Geometria/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria/Geometria-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

.section {
	padding-top: 60px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
}

.section_face {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("../media/section/face.jpg");
	background-position: center;
	background-size: cover;
}

.section_time {
	background-color: #fff7e9;
	overflow: hidden;
}

.section_indicators {
	background-image: url("../media/section/indicators.jpg");
	background-position: center;
	background-size: cover;
}

.section_problem {
	padding-top: 110px;
	background-image: url("../media/section/problem.jpg");
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}

.section_role {
	background-image: url("../media/section/role.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.section_extract {
	position: relative;
	overflow: hidden;
	background-color: #f2f9fc;
}

.section__list-extract {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
}

.section__list-extract-1 {
	top: 50%;
	left: 115px;
	width: 107px;
	height: 97px;
	background-image: url("../media/extract/list-1.png");
}

.section__list-extract-2 {
	top: 80%;
	right: 60px;
	width: 97px;
	height: 116px;
	background-image: url("../media/extract/list-2.png");
}

.section_age {
	position: relative;
	background-image: url("../media/section/age.jpg");
	background-position: center;
	background-size: cover;
	background-color: #efece7;
}

.section_age .section__list-age {
	position: absolute;
	top: 50%;
}

.section_top {
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.section_footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section__title {
	position: relative;
	font-size: 44px;
	color: #d2ada5;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.section__title::before {
	position: absolute;
	top: 0;
	left: calc(100% + 18px);
	width: 104px;
	height: 45px;
	content: "";
	background-image: url("../media/section/title-eclipse.png");
	background-position: center;
	background-size: cover;
}

.section__title_black {
	color: #24384e;
}

.section__title_eclipse-right::before {
	left: auto;
	right: calc(100% + 18px);
	background-image: url("../media/section/title-eclipse-gray.png");
}

/* stylelint-disable */

/**
	* Owl Carousel v2.3.4
	* Copyright 2013-2018 David Deutsch
	* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/

/*
	*  Owl Carousel - Core
*/

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/*
	*  Owl Carousel - Animate Plugin
*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

/*
	* 	Owl Carousel - Auto Height Plugin
*/

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
	* 	Owl Carousel - Lazy Load Plugin
*/

.owl-carousel .owl-item {
	/**
		This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
		calculation of the height of the owl-item that breaks page layouts
	*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
	* 	Owl Carousel - Video Plugin
*/

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../plugin/owl/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	-o-transition: transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* Grid HTML Classes */

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5em;
	*zoom: 1;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.collapse .column,
.row.collapse .columns {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.row .row {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
	*zoom: 1;
}

.row .row:before,
.row .row:after {
	content: " ";
	display: table;
}

.row .row:after {
	clear: both;
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
	*zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
	content: " ";
	display: table;
}

.row .row.collapse:after {
	clear: both;
}

.column,
.columns {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	width: 100%;
	float: left;
}

/* Styles for screens that are atleast 768px; */

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: attr(data-content);
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid white;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: transparent;
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: attr(data-content);
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	background: transparent;
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}

.age {
	max-width: 690px;
}

.age__title {
	margin-bottom: 10px;
	font-size: 36px;
}

.age__logo {
	margin-bottom: 30px;
	font-size: 114px;
	font-family: 'Baskerville', sans;
	color: #24384e;
	line-height: 1;
}

.age__list {
	max-width: 600px;
}

.age__item {
	position: relative;
	padding-left: 105px;
	font-size: 22px;
	color: #24384e;
	min-height: 76px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.age__item + .age__item {
	margin-top: 22px;
}

.age__item::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 76px;
	height: 76px;
	background-image: url("../media/age/check.png");
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
}

.age__btn {
	margin-top: 50px;
	display: inline-block;
	padding: 22px 103px;
	margin-top: 60px;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	background-color: #d2ada5;
	border-radius: 50px;
	cursor: pointer;
}

.age__btn:hover {
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	background-color: #495869;
}

.commits__head {
	text-align: center;
}

.commits__title {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 38px;
}

.commits__title::before {
	top: -5px;
}

.commits__slider {
	position: relative;
	z-index: 1;
	background-color: #e6f0f5;
	padding: 55px 75px;
	margin-bottom: 70px;
}

.commits__slider::before {
	position: absolute;
	z-index: -1;
	top: 29px;
	right: 29px;
	bottom: 29px;
	left: 29px;
	border: 1px solid #fff;
	content: '';
}

.commits__slider .owl-nav {
	position: absolute;
	right: 0;
	bottom: -70px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.commits__slider .owl-nav button {
	font-size: 20px !important;
	font-weight: 300 !important;
	border-bottom: 1px solid #24384e !important;
}

.commits__slider .owl-nav button:focus {
	outline: none;
}

.commits__slider .owl-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.commits__slider .owl-dots button {
	padding: 5px !important;
	height: 31px;
}

.commits__slider .owl-dots button span {
	display: inline-block;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 1px solid #24384e;
}

.commits__slider .owl-dots button:focus {
	outline: none;
}

.commits__slider .owl-dots button.active span {
	background-color: #24384e;
}

.commits__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.commits__media {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 40px;
}

.commits__name {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
	color: #24384e;
	text-transform: uppercase;
}

.commits__info {
	font-size: 20px;
	color: #24384e;
}

.commits__info > div span {
	display: block;
	text-transform: uppercase;
}

.commits__info > div span b {
	font-weight: 700;
}

.commits__info > div + div {
	margin-top: 15px;
}

.commits__info > div ul li {
	list-style-type: none;
}

.commits__nextPrev {
	display: none;
}

.extract__head {
	text-align: center;
}

.extract__title {
	display: inline-block;
	margin-bottom: 30px;
}

.extract__subtitle {
	padding: 20px 70px;
	margin-bottom: -50px;
	border: 1px dashed #000;
	font-size: 20px;
}

.extract__subtitle mark {
	font-weight: 700;
	text-transform: uppercase;
}

.extract__body {
	position: relative;
}

.extract__list {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.extract__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 335px;
	flex: 0 0 335px;
	width: 335px;
	padding-left: 57px;
	margin-top: 80px;
}

.extract__count {
	margin-left: -57px;
	font-size: 73px;
	font-family: "Baskerville", serif;
	line-height: 1;
	color: #24384e;
}

.extract__description {
	font-size: 20px;
}

.extract__product {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 827px;
	height: 460px;
}

.extract__product::after {
	position: absolute;
	left: 230px;
	bottom: -68px;
	width: 273px;
	height: 196px;
	content: '';
	background-image: url("../media/extract/product-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.extract__product::before {
	position: absolute;
	z-index: -1;
	left: 400px;
	bottom: 0;
	width: 164px;
	height: 179px;
	content: '';
	background-image: url("../media/extract/product-bg-right.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.face {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.face__logo {
	font-family: 'Baskerville', sans;
	font-size: 24px;
	color: #24384e;
	font-size: 105px;
	line-height: 105px;
}

.face__subtitle {
	font-size: 22px;
}

.face__subtitle span {
	display: block;
	margin-top: 15px;
}

.face__subtitle span mark {
	font-size: 30px;
	font-weight: 700;
	color: #db7c66;
	text-transform: uppercase;
}

.face__product {
	position: absolute;
	z-index: 1;
	left: 610px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 270px;
	width: 349px;
	height: 349px;
	padding-top: 135px;
}


.face__product-bg {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 344px;
	height: 311px;
	background-image: url("../media/product-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.face__product-circle {
	position: absolute;
	z-index: -1;
	width: 320px;
	height: 320px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 50%;
}

.face__product-circle::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -3px;
	left: -3px;
	opacity: 0;
	border: 3px solid rgba(255, 255, 255, 0.1);
	-webkit-animation: pulse 2s linear infinite;
	animation: pulse 2s linear infinite;
	border-radius: 999px;
	-webkit-box-shadow: inset 0px 0px 15px 10px #fff;
	box-shadow: inset 0px 0px 15px 10px #fff;
}

.face__product-circle::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -3px;
	left: -3px;
	opacity: 0;
	border: 3px solid rgba(255, 255, 255, 0.1);
	-webkit-animation: pulse 5s linear infinite;
	animation: pulse 5s linear infinite;
	border-radius: 999px;
	-webkit-box-shadow: inset 0px 0px 15px 10px #fff;
	box-shadow: inset 0px 0px 15px 10px #fff;
}

.face__product-list {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 110%;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
	-webkit-animation: rotate 60s linear infinite;
	animation: rotate 60s linear infinite;
}

.face__product-list::before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 56px;
	height: 105px;
	background-image: url("../media/product-list.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	-webkit-animation: rotateList 60s linear infinite;
	animation: rotateList 60s linear infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes rotateList {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}

.footer {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}

.form {
	position: relative;
	z-index: 2;
	width: 390px;
}

.form__head {
	position: relative;
	margin-top: -20px;
	margin-right: -50px;
	margin-left: -50px;
	margin-bottom: 20px;
	padding: 20px 50px 0;
	min-height: 110px;
	background-image: url("../media/form/head.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.form__head p {
	font-size: 18px;
	font-weight: 700;
	color: #24384e;
	text-transform: uppercase;
	max-width: 200px;
}

.form__head p span {
	display: block;
}

.form__discont {
	position: absolute;
	top: 0;
	right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 71px;
	height: 69px;
	background-image: url("../media/form/discont.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.form__discont span {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
}

.form__body {
	padding: 20px 50px 30px;
	margin-top: 0px;
	margin-bottom: 50px;
	background-color: #fefefe;
	-webkit-box-shadow: 0 21px 25px rgba(97, 199, 204, 0.188);
	box-shadow: 0 21px 25px rgba(97, 199, 204, 0.188);
}

.form__title {
	margin-bottom: 30px;
	font-family: "HeadingPro", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.form__title span {
	display: block;
	color: #fad734;
}

.form__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.form__price-old span {
	position: relative;
	display: block;
	font-size: 22px;
	color: #24384e;
}

.form__price-old span::before {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 94px;
	height: 1px;
	content: '';
	background-color: #171717;
}

.form__price-new {
	max-width: 160px;
	font-size: 18px;
	font-weight: 700;
	color: #d2ada5;
	line-height: .8;
}

.form__price-new span {
	font-size:32px;
	font-weight: 700;
	line-height: 1;

}

.form__label_label {
	margin-top: 25px;
	margin-bottom: 5px;
}

.form__label {
	position: relative;
	display: block;
}

.form__field {
	display: block;
	width: 100%;
	height: 55px;
	padding: 10px 25px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 30px;
}

.form__field:focus {
	outline: none;
}

.form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../media/form/arrow.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-size: 15px;
}

.form__label span {
	position: absolute;
	top: 2px;
	left: 25px;
	font-size: 16px;
	-webkit-transition: .1s transform;
	-o-transition: .1s transform;
	transition: .1s transform;
	-webkit-transform: translateY(17px);
	-ms-transform: translateY(17px);
	transform: translateY(17px);
	color: #9a9a9a;
}

.form__field_active + span {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.form__time-title {
	font-size: 18px;
	color: #323232;
	text-align: center;
}

.form__time-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form__time-box > span {
	margin-right: 7px;
	margin-left: 7px;
	font-size: 28px;
	font-weight: 700;
	line-height: 52px;
	color: #323232;
}

.form__time-count {
	position: relative;
}

.form__time-count span {
	display: block;
}

.form__time-count span:first-child {
	font-size: 36px;
	font-weight: 700;
	line-height: 57px;
	color: #323232;
	text-align: center;
}

.form__time-count span:last-child {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 100%;
	font-size: 14px;
	color: #323232;
	text-align: center;
	text-transform: none;
}

.form__btn {
	width: 100%;
	padding: 20px 15px 15px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #d2ada5;
	border-radius: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
	letter-spacing: 5px;
	text-decoration: none!important;
	border: 0!important;
	outline: none!important;
	animation: pulse 2s infinite;
}
.pulse {animation: pulse 2s infinite;}
@keyframes pulse {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
	
	50% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}
.form__btn:hover {
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	background-color: #495869;
}

.indicators {
	max-width: 575px;
}

.indicators__title {
	margin-bottom: 40px;
}

.indicators__title span {
	display: block;
	font-size: 36px;
}

.indicators__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.indicators__item + .indicators__item {
	margin-top: 40px;
}

.indicators__item:nth-child(1) .indicators__media {
	background-image: url("../media/indicators/item-1.jpg");
}

.indicators__item:nth-child(2) .indicators__media {
	background-image: url("../media/indicators/item-2.jpg");
}

.indicators__item:nth-child(3) .indicators__media {
	background-image: url("../media/indicators/item-3.jpg");
}

.indicators__media {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 119px;
	flex: 0 0 119px;
	width: 119px;
	height: 119px;
	margin-right: 50px;
	border-radius: 50%;
	background-repeat: no-repeat;
}

.indicators__media::before {
	position: absolute;
	left: calc(100% + 15px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 19px;
	height: 22px;
	background-image: url("../media/indicators/arrow.png");
	background-repeat: no-repeat;
}

.indicators__description {
	font-size: 18px;
}

.list {
	z-index: 10;
}

.problem {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.problem__title {
	margin-bottom: 40px;
	text-align: right;
	max-width: 650px;
	margin-left: auto;
}

.problem__subtitle {
	font-size: 22px;
	max-width: 620px;
	margin-left: auto;
	text-align: right;
}

.problem__subtitle span {
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
}

.problem__media {
	position: absolute;
	top: -90px;
	left: -251px;
}

.problem__body {
	position: relative;
	z-index: 1;
	padding: 80px 60px 60px;
	margin-top: 125px;
	background-color: #e6f0f5;
}

.problem__body::before {
	position: absolute;
	z-index: -1;
	top: 30px;
	right: 20px;
	bottom: 30px;
	left: 20px;
	content: '';
	border: 1px solid #c5d7e0;
}

.problem__body p {
	font-size: 24px;
	color: #24384e;
}

.problem__body p + p {
	margin-top: 30px;
}

.problem__body p mark {
	font-weight: 700;
	color: inherit;
}

.problem__list {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.problem__list_1 {
	top: 50%;
	left: -30px;
	width: 80px;
	height: 132px;
	background-image: url("../media/problem/list-1.png");
}

.problem__list_2 {
	top: 10%;
	right: -50px;
	width: 109px;
	height: 164px;
	background-image: url("../media/problem/list-2.png");
}

.problem__body-title {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	color: #24384e;
	text-transform: uppercase;
}

.problem__important {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.problem__important span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	width: 90px;
	height: 90px;
	margin-right: 30px;
	background-image: url("../media/problem/!.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.problem__important p {
	font-size: 18px;
}

.problem__box {
	margin-top: 40px;
}

.problem__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.problem__head span {
	padding: 5px 25px;
	color: #fff;
	background-color: #495869;
	text-transform: uppercase;
}

.problem__head span:first-child {
	margin-left: 130px;
}

.problem__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.problem__item {
	position: relative;
}

.problem__item:last-child::before {
	display: none;
}

.problem__item::before {
	position: absolute;
	right: -70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19px;
	height: 37px;
	background-image: url("../media/problem/arrow.png");
	background-repeat: no-repeat;
	content: '';
	background-size: cover;
}

.role {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.role__box:first-child {
	max-width: 630px;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.role__box:last-child {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.role__logo {
	font-family: 'Baskerville', sans;
	font-size: 105px;
	color: #24384e;
	line-height: 1;
}

.role__title {
	color: #24384e;
	font-size: 40px;
	margin-bottom: 40px;
}

.role__title::before {
	display: none;
}

.role__info {
	font-size: 20px;
	color: #2a2b2b;
}

.role__info span {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 580px;
}

.role__info span mark {
	display: block;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
	background-color: #d2ada5;
}

.role__btn {
	position: relative;
	z-index: 5;
	display: inline-block;
	padding: 22px 103px;
	margin-top: 60px;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	background-color: #495869;
	border-radius: 50px;
	cursor: pointer;
}

.role__btn:hover {
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	background-color: #d2ada5;
}
.role .face__product {
	left: 190px;
	top: 25px;
}
.time {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.time__list {
	position: absolute;
	z-index: 2;
}

.time__list_1 {
	top: 500px;
	left: -170px;
}

.time__list_2 {
	top: 150px;
	left: 340px;
}

.time__list_3 {
	bottom: 150px;
	right: -100px;
}

.time__media {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 600px;
	height: 600px;
	margin-left: -200px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f6efed;
}

.time__title {
	margin-bottom: 60px;
	text-align: right;
}

.time__title span {
	display: block;
	font-size: 29px;
	font-weight: 400;
	color: #171717;
}

.time__body {
	padding-left: 15px;
	text-align: right;
}

.time__body p {
	font-size: 20px;
}

.time__body p span {
	display: block;
}

.time__body p span + span {
	margin-top: 40px;
}

.time__body p span:last-child {
	margin-top: 20px;
}

.time__body p span > b {
	font-weight: 700;
	font-size: 24px;
}

.time__body p span:nth-child(3) > b {
	text-transform: uppercase;
}

.time__body p span > mark {
	font-size: 30px;
	color: #674646;
	font-weight: 700;
	background-color: #e3d7d6;
}

.top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.top__media {
	position: relative;
	margin: -60px 60px 0 -15px;
	background: #a4afb3;
}

.top__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 700px;
	text-align: left;
}

.top__title {
	display: inline-block;
	font-family: 'Baskerville', sans;
	line-height: 1;
	font-size: 114px;
	color: #d2ada5;
	text-transform: lowercase;
}

.top__title::before {
	top: auto;
	bottom: 24px;
}

.top__subtitle {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 700;
	color: #24384e;
	text-transform: uppercase;
}

.top__description {
	font-size: 22px;
	color: #24384e;
}

.top__description p + p {
	margin-top: 30px;
}

.top__description p:last-child {
	font-weight: 300;
}

.top__description b {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: inherit;
}

.top__id {
	max-width: 260px;
	margin-left: auto;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
	.large-1 {
		position: relative;
		width: 8.33333%;
	}
	
	.large-2 {
		position: relative;
		width: 16.66667%;
	}
	
	.large-3 {
		position: relative;
		width: 25%;
	}
	
	.large-4 {
		position: relative;
		width: 33.33333%;
	}
	
	.large-5 {
		position: relative;
		width: 41.66667%;
	}
	
	.large-6 {
		position: relative;
		width: 50%;
	}
	
	.large-7 {
		position: relative;
		width: 58.33333%;
	}
	
	.large-8 {
		position: relative;
		width: 66.66667%;
	}
	
	.large-9 {
		position: relative;
		width: 75%;
	}
	
	.large-10 {
		position: relative;
		width: 83.33333%;
	}
	
	.large-11 {
		position: relative;
		width: 91.66667%;
	}
	
	.large-12 {
		position: relative;
		width: 100%;
	}
	
	.row .large-offset-0 {
		position: relative;
		margin-left: 0%;
	}
	
	.row .large-offset-1 {
		position: relative;
		margin-left: 8.33333%;
	}
	
	.row .large-offset-2 {
		position: relative;
		margin-left: 16.66667%;
	}
	
	.row .large-offset-3 {
		position: relative;
		margin-left: 25%;
	}
	
	.row .large-offset-4 {
		position: relative;
		margin-left: 33.33333%;
	}
	
	.row .large-offset-5 {
		position: relative;
		margin-left: 41.66667%;
	}
	
	.row .large-offset-6 {
		position: relative;
		margin-left: 50%;
	}
	
	.row .large-offset-7 {
		position: relative;
		margin-left: 58.33333%;
	}
	
	.row .large-offset-8 {
		position: relative;
		margin-left: 66.66667%;
	}
	
	.row .large-offset-9 {
		position: relative;
		margin-left: 75%;
	}
	
	.row .large-offset-10 {
		position: relative;
		margin-left: 83.33333%;
	}
	
	.row .large-offset-11 {
		position: relative;
		margin-left: 91.66667%;
	}
	
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	
	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	
	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	
	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	
	.column.large-centered,
	.columns.large-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	
	.column.large-uncentered,
	.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left !important;
	}
	
	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right !important;
	}
}

@media (max-width: 1440px) {
	.time__media {
		margin-left: 0;
		width: 400px;
		height: 400px;
	}
	
	.time__list_1 {
		top: 360px;
		left: 0;
	}
	
	.time__list_2 {
		left: 370px;
	}
}

@media (max-width: 1390px) {
	.section__list-extract-1 {
		top: 35%;
	}
	
	.section__list-extract-2 {
		top: 35%;
	}
}

@media (max-width: 1250px) {
	.section__list-age {
		display: none;
	}
}

@media (max-width: 1024px) {
	.container {
		max-width: 768px;
	}
	.role__box:first-child, .role__info span {max-width: 100%;}
	.section_commits {
		padding-top: 0;
	}
	
	.section_indicators {
		background-image: url("../media/section/indicators-1024.jpg");
	}
	
	.section__list-extract-1 {
		top: 80%;
	}
	
	.section__list-extract-2 {
		top: 80%;
	}
	
	.section__list-age {
		display: block;
		top: 150px !important;
		left: -50px !important;
	}
	
	.section_age {
		padding-top: 310px !important;
		background-image: url("../media/section/age-1024.jpg");
		background-position: center top;
		background-size: auto;
	}
	
	.age__logo {
		font-size: 80px;
	}
	
	.commits__slider {
		padding: 50px;
	}
	
	.commits__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.commits__media {
		margin-right: 0;
		max-width: 440px;
	}
	
	.extract__body {
		padding-bottom: 255px;
	}
	
	.extract__product {
		top: auto;
		bottom: 0;
	}
	
	.extract__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
	}
	
	.extract__list {
		margin-top: -80px;
	}
	
	.form {
		width: 280px;
	}
	
	.form__body {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.form__head {
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
		min-height: 100px;
	}
	
	.form__discont {
		right: 15px;
	}
	
	.form__head p {
		max-width: 270px;
		font-size: 16px;
	}
	
	.indicators {
		max-width: 500px;
	}
	
	.indicators__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.indicators__media {
		margin-right: 0;
		margin-left: 50px;
	}
	
	.indicators__media::before {
		left: auto;
		right: calc(100% + 15px);
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	
	.problem__item {
		max-width: 150px;
	}
	
	.problem__item::before {
		right: -50px;
	}
	
	.problem__media {
		display: none;
	}
	
	.problem__title,
	.problem__subtitle {
		margin-left: 0;
		text-align: left;
	}
	
	.problem__body {
		margin-top: 30px;
		padding-right: 40px;
		padding-left: 40px;
	}
	
	.problem__body-title {
		font-size: 28px;
	}
	
	.problem__important span {
		width: 50px;
		height: 50px;
		-ms-flex-preferred-size: 50px;
		flex-basis: 50px;
		margin-right: 15px;
	}
	
	.role {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.role__logo {
		font-size: 52px;
        line-height: 55px;
	}
	.role__btn {
		margin-top: 30px;
	}
	.time {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.time__media {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
	
	.time__body {
		padding-left: 0;
		text-align: left;
	}
	
	.time__list_1 {
		top: 300px;
		left: 130px;
	}
	
	.time__list_2 {
		left: 540px;
	}
	
	.time__title {
		margin-bottom: 30px;
		text-align: left;
	}
	
	.time__title::before {
		left: auto;
		right: calc(100% + 18px);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.time__body p br {
		display: none;
	}
	
	.time__body p span + span {
		margin-top: 20px;
	}
	
	.top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.top__title {
		font-size: 80px;
	}
	
	.top__title::before {
		bottom: 11px;
	}
	
	.top__subtitle {
		font-size: 28px;
	}
	
	.top__media {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 30px;
	}
	
	.top__info {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 480px;
	}
	
	.section_indicators {
		background: #f2f1ec;
	}
	
	.section_problem {
		padding-top: 60px;
	}
	
	.commits__title::before {
		display: none;
	}
	
	.extract__subtitle {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.extract__list {
		margin-top: -30px;
	}
	
	.extract__count {
		margin-left: -40px;
		font-size: 50px;
	}
	
	.extract__description {
		font-size: 18px;
	}
	
	.extract__item {
		margin-top: 30px;
	}
	
	.face {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
	}
	
	.face__product {
		bottom: 20px;
	}
	
	.face__logo {
		font-size: 80px;
	}
	
	.face__subtitle span {
		margin-top: 0;
	}
	
	.form {
		width: 100%;
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.form__body {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.indicators__title br {
		display: none;
	}
	
	.problem__item::before {
		right: -25px;
		width: 10px;
		height: 20px;
	}
	
	.problem__head span {
		font-size: 13px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.problem__head span:first-child {
		margin-left: 80px;
	}
	
	.problem__body p {
		font-size: 18px;
	}
	
	.problem__body p + p {
		margin-top: 20px;
	}
	
	.problem__item {
		max-width: 95px;
	}
	
	.time__list_1 {
		left: -10px;
	}
	
	.time__list_2 {
		left: 390px;
	}
	
	.time__media {
		margin-bottom: 60px;
	}
	
	.time__title span {
		font-size: 20px;
		margin-top: 10px;
	}
		
}

@media (max-width: 480px) {
	.container {
		max-width: 100%;
	}
	
	.section__title {
		font-size: 36px;
	}
	
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section_extract {
		padding-bottom: 60px;
	}
	
	.age__item {
		padding-left: 60px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 18px;
		min-height: 45px;
	}
	
	.age__item::before {
		width: 45px;
		height: 45px;
	}
	
	.age__btn {
		display: block;
		margin: 30px auto;
		max-width: 280px;
		font-size: 22px;
		padding: 15px 10px;
		text-align: center;
	}
	
	.commits__slider {
		padding: 30px 25px;
		margin-bottom: 40px;
	}
	
	.commits__slider::before {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	
	.commits__slider .owl-dots {
		bottom: -40px;
	}
	
	.extract__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.extract__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		padding-left: 41px;
	}
	
	.extract__subtitle {
		font-size: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.face__logo {
		font-size: 70px;
	}
	
	.face__product {
		width: 290px;
		height: auto;
	}
	
	.face__product-bg {
		width: 280px;
		height: 253px;
	}
	
	.face__product-circle {
		width: 230px;
		height: 230px;
	}
	
	.form {
		max-width: 100%;
	}
	
	.indicators__item {
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #f9f9f9;
		border-radius: 24px;
		-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
		box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.03);
		border: 1px solid #e8e8e8;
	}
	
	.indicators__item + .indicators__item {
		margin-top: 20px;
	}
	
	.indicators__media {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 15px;
	}
	
	.indicators__media::before {
		display: none;
		left: 50%;
		top: calc(100% + 15px);
		-webkit-transform: translate(-50%, 0) rotate(90deg);
		-ms-transform: translate(-50%, 0) rotate(90deg);
		transform: translate(-50%, 0) rotate(90deg);
	}
	
	.indicators__description {
		padding: 10px;
		font-size: 18px;
		background-color: transparent;
		border-radius: 24px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.indicators__title span {
		font-size: 20px;
	}
	
	.problem__body-title {
		font-size: 21px;
	}
	
	.problem__subtitle span {
		font-size: 18px;
	}
	
	.problem__body {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.problem__body::before {
		right: 10px;
		left: 10px;
	}
	
	.problem__important {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.problem__important span {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.problem__item {
		max-width: 29%;
	}
	
	.problem__item::before {
		right: -11px;
		width: 7px;
		height: 14px;
	}
	
	.problem__footer {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.problem__head span {
		font-size: 16px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.problem__head span:first-child {
		margin-left: 0;
	}
	
	.problem__box {
		margin-top: 20px;
	}
	
	.problem__list_1 {
		left: -45px;
	}
	
	.problem__body {
		margin-top: 20px;
	}
	
	.problem__title {
		margin-bottom: 20px;
	}
	
	.role__btn {
		display: block;
		margin: 30px auto;
		max-width: 280px;
		font-size: 22px;
		padding: 15px 10px;
		text-align: center;
	}
	
	.time__media {
		width: 290px;
		height: 290px;
	}
	
	.time__list_1 {
		top: 215px;
		left: -55px;
	}
	
	.time__list_2 {
		top: 140px;
		right: -60px;
		left: auto;
	}
	
	.time__body p span > b {
		font-size: 20px;
	}
	
	.time__body p span > mark {
		display: block;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 26px;
	}
	
	.top__title {
		font-size: 52px;
		width: 100%;
	}
	
	.top__description {
		font-size: 18px;
	}
	
	.top__description p + p {
		margin-top: 15px;
	}
	
	.top__id {
		max-width: 130px;
	}
	
}

@media only screen {
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}
	
	.small-1 {
		position: relative;
		width: 8.33333%;
	}
	
	.small-2 {
		position: relative;
		width: 16.66667%;
	}
	
	.small-3 {
		position: relative;
		width: 25%;
	}
	
	.small-4 {
		position: relative;
		width: 33.33333%;
	}
	
	.small-5 {
		position: relative;
		width: 41.66667%;
	}
	
	.small-6 {
		position: relative;
		width: 50%;
	}
	
	.small-7 {
		position: relative;
		width: 58.33333%;
	}
	
	.small-8 {
		position: relative;
		width: 66.66667%;
	}
	
	.small-9 {
		position: relative;
		width: 75%;
	}
	
	.small-10 {
		position: relative;
		width: 83.33333%;
	}
	
	.small-11 {
		position: relative;
		width: 91.66667%;
	}
	
	.small-12 {
		position: relative;
		width: 100%;
	}
	
	.small-offset-0 {
		position: relative;
		margin-left: 0%;
	}
	
	.small-offset-1 {
		position: relative;
		margin-left: 8.33333%;
	}
	
	.small-offset-2 {
		position: relative;
		margin-left: 16.66667%;
	}
	
	.small-offset-3 {
		position: relative;
		margin-left: 25%;
	}
	
	.small-offset-4 {
		position: relative;
		margin-left: 33.33333%;
	}
	
	.small-offset-5 {
		position: relative;
		margin-left: 41.66667%;
	}
	
	.small-offset-6 {
		position: relative;
		margin-left: 50%;
	}
	
	.small-offset-7 {
		position: relative;
		margin-left: 58.33333%;
	}
	
	.small-offset-8 {
		position: relative;
		margin-left: 66.66667%;
	}
	
	.small-offset-9 {
		position: relative;
		margin-left: 75%;
	}
	
	.small-offset-10 {
		position: relative;
		margin-left: 83.33333%;
	}
	
	[class*="column"] + [class*="column"]:last-child {
		float: right;
	}
	
	[class*="column"] + [class*="column"].end {
		float: left;
	}
	
	.column.small-centered,
	.columns.small-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
}

@media screen and (max-width: 768px) {
	.section__list-extract-1,
	.section__list-extract-2 {
		display: none;
	}
}

.section_commits {
	padding-top: 60px;
	background-color: #4a5868;
}
.section_commits h2, .section_commits h3 {
	color: #e0e0e1;
}
.review-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.review-info {
	margin-bottom: 20px;
}
.review-info__title {
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
    margin-bottom: 40px;	
}
.review-info__note {
	font-size: 14px;
	color: #555;
	letter-spacing: 0.4px;
	padding-left: 6px;
}
.review-box {
	background: #fff;
	-webkit-box-shadow: 0 3.98857px 9.97143px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3.98857px 9.97143px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	padding: 20px;
	margin-bottom: 20px;	
}
.review-box,
.review-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-top__product {
	display: none;
}
.review-top__title {
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 26px;	
}
.review-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.review-item {
	margin-bottom: 15px;
	
}
.review-item:last-child {
	margin-bottom: 0;
}
.review-item__desc {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
	letter-spacing: 0.8px;
}
.review-stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-stat__percent {
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
    color: #c88c80;
}
.review-stat__scale--fifth,
.review-stat__scale--first,
.review-stat__scale--fourth,
.review-stat__scale--second,
.review-stat__scale--third {
	position: relative;
}
.review-stat__scale--fifth::after,
.review-stat__scale--first::after,
.review-stat__scale--fourth::after,
.review-stat__scale--second::after,
.review-stat__scale--third::after {
	content: '';
	width: 1%;
	height: 107%;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.review-stat__scale--fifth::after,
.review-stat__scale--fourth::after,
.review-stat__scale--third::after {
	width: 8%;
}
.review-stat__scale--fifth::after,
.review-stat__scale--fourth::after {
	width: 4%;
}
.review-stat__scale--fifth::after {
	width: 12%;
}
.review-feedback {
	overflow: hidden;
}
.review-iphone {
	position: relative;
	width: 300px;
	height: 603px;
	background-size: contain;
	overflow: hidden;
	font-family: Segoe UI, Helvetica, Arial, sans-serif;			
}
.review-iphone {
	background: url(../media/commits/iphone17.png) no-repeat center;
	background-size: contain;
}
.review-comments {
	width: 100%;
	max-width: 260px;
	position: absolute;
	top: 95px;
	left: 51%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 480px;
	z-index: 2;
    cursor: grab;
}
.review-comments.is-dragging{ cursor: grabbing; }
.review-comments::-webkit-scrollbar-track {
	background-color: transparent;
}
.review-comments::-webkit-scrollbar {
	width: 0;
}
.review-comment {
	max-width: 240px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 10px;
	position: relative;
}
.review-author,
.review-bio,
.review-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.review-bio {
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.review-bio::after {
	content: '...';
	font-size: 28px;
	color: #666;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 5px;
}
.review-bio::before {
	content: '';
	width: 280px;
	height: 1px;
	background: rgba(102, 102, 102, 0.164);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.review-author {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-author__name {
	font-size: .9375rem;
	font-weight: 600;
}
.review-author__avatar {
	margin-right: 7px;
}
.review-author__date {
	max-width: 45px;
	color: #65686c;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.6;	
	position: relative;
	z-index: 1;
}
.review-author__date::after,
.review-author__date::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.review-author__date::after {
	width: 2px;
	height: 2px;
	background: #65686c;
	right: -8px;
}
.review-author__date::before {
	width: 20px;
	height: 18px;
	background: url(../media/commits/people__icon.jpg) no-repeat center;
	right: -33px;
	z-index: 2;
}
.review-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.review-report__desc {
	font-size: .9375rem;
	line-height: 1.3333;	
}
@media (min-width: 480px) {
	.review-info__note {
		font-size: 16px;
	}
	.review-iphone {
		background: url(../media/commits/iphone17.png) no-repeat center;
		background-size: contain;
	}
	.review-top__title {
		font-size: 22px;
	}
	.review-item__desc {
		font-size: 18px;
		line-height: 1.2;
	}
	.review-comments {
		max-height: 472px;
	}
}
@media (min-width: 640px) {
	.review-info {
		margin-bottom: 30px;
	}
	.review-top__product {
		display: block;
		width: 100%;
		max-width: 250px;
		max-width: 280px;
		margin-bottom: 20px;		
	}	
	.review-info__title {
		font-size: 22px;
	}
	.review-stat__percent {
		font-size: 24px;
	}
	.review-stat__scale--first::after,
	.review-stat__scale--second::after {
		width: 2%;
	}
	.review-stat__scale--third::after {
		width: 12%;
	}
	.review-stat__scale--fourth::after {
		width: 8%;
	}
	.review-stat__scale--fifth::after {
		width: 16%;
	}
	.review-iphone {
		width: 420px;
		height: 803px;
	}
	.review-comments {
		max-width: 400px;
		max-height: 632px;
		top: 130px;
	}
	.review-comment {
		max-width: 320px;
	}
	.review-bio::before {
		width: 113%;
	}	
}
@media (min-width: 768px) {
	.review-info__title {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.review-top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.review-top__product {
		max-width: 250px;
		margin-left: 0px;
	}
}
@media (min-width: 1024px) {	
	.reviews-box__text, 
	.reviews-box__name,
	.reviews-box__img {
		width: 100%;
	}
	.bg--grey {
		background-image: url(../media/commits/bg-grey.webp);
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: cover;
	}	
	.section_commits .container {
        width: 1024px;
	}	
	.review-content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 30px;
	}
	.review-info {
		max-width: 540px;
		margin-bottom: 0;
	}
	.review-info__title {
		text-align: left;
		margin-bottom: 40px;
		margin-top: 0;
	}
	.review-box {
		padding: 25px 35px 37px;
		position: relative;
	}
	.review-top {
		margin-left: 132px;
		margin-top: 17px;
		margin-bottom: 25px;
	}
	.review-top__product {
		max-width: 160px;
		margin-bottom: 0;
		top: -72px;
		left: 6px;
		position: absolute;
		margin-left: 0;
	}
	.review-top__title {
		max-width: 320px;
		color: #373244;
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
		text-align: left;
		margin-bottom: 0;
	}
	.review-item__desc {
		font-size: 18px;
		font-weight: 400;
		margin-top: 10px;
		line-height: 24px;
	}	
}
@media (min-width: 1280px) {
	.section_commits {
		overflow: hidden;
	}	
	.section_commits .container {
        max-width: 1240px;
        width: 1240px;
	}		
	.review-info {
		max-width: 600px;
	}
	.review-info__title {
		font-size: 30px;
		margin-left: 30px;
	}
	.review-top__product {
		max-width: 120px;
		top: -20px;
		left: 32px;
	}
	.review-top__title {
		max-width: 400px;
		margin-right: 0px;
		color: #373244;
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
	}
	.review-feedback {
		position: absolute;
		top: 0;
		right: 0;
	}
	.review-iphone {
		width: 500px;
		height: 923px;
	}
	.review-comments {
		max-height: 670px;
		top: 145px;
	}
	.review-comment {
		max-width: 390px;
	}
}
.review-image__wrapper {
	max-width: 180px;
	margin: 0 auto;
}
.block2-content {
    max-width: 720px;
}
.block2 .container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;	
    background-image: url(../media/about/header_product.png), url(../media/section/block2_woman.jpg);
    background-repeat: no-repeat, no-repeat;
	background-size: 349px, 1050px;
	background-position: top 500px right, top -60px right;
}
.block2 h2 mark {
	color: #db7c66;
}

.block2 p {
	font-size: 20px;
}


.block2 p span {
	display: block;
}

.block2 p span + span {
	margin-top: 40px;
}

.block2 p span:last-child {
	margin-top: 20px;
}

.block2 p span > b {
	font-weight: 700;
	font-size: 24px;
}

.block2 p span:nth-child(3) > b {
	font-weight: 800;
	color: #db7c66;
}

.block2 p span > mark {
	font-size: 30px;
	color: #674646;
	font-weight: 700;
	background-color: #e3d7d6;
}

@media (max-width:1280px) {
    .block2 {
        padding-top: 0;
	}
    .block2 .container {
        padding-top: 440px;
        background-image: url(../media/about/header_product.png), url(../media/section/block2_woman_mob.jpg);
        background-size: 217px, 100%;
        background-position: top 205px right 10px, top left;
		max-width: 540px;
	}
}

.block2 p:last-of-type {
    margin-bottom: 0;
}

.block2 ul {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    margin-top: 20px;
    margin-bottom: 20px;
}

.block2 ul li {
    flex-basis: 33%;
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    font-weight: 600;
    position: relative;
}

.block2 ul li span {
    color: #db7c66;
    font-weight: 800;
}

.block2 ul li::after {
    content: '';
    display: block;
    width: 1px;
    background: #606060;
    height: 120%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media (max-width:1280px) {
    .block2 ul {
        padding-top: 10px;
        padding-bottom: 10px;
	}
    
    .block2 ul li {
        text-align: center;
	}
    
    .block2 ul li::after {
        height: 100%;
	}
}

.block2 ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    width: 42px;
    height: 42px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.block2 ul li:nth-of-type(1) {
    flex-basis: 212px;
    padding-left: 55px;
    padding-right: 30px;
}


.block2 ul li:nth-of-type(1)::before {
    left: 0;
    background-image: url(../media/about/block2_icon_1.svg);
}

.block2 ul li:nth-of-type(2) {
    flex-basis: 275px;
    padding-left: 85px;
    padding-right: 30px;
}

.block2 ul li:nth-of-type(3) {
    flex-basis: 230px;
    padding-left: 85px;
}

.block2 ul li:nth-of-type(3)::after {
    display: none;
}

.block2 ul li:nth-of-type(2)::before {
    background-image: url(../media/about/block2_icon_2.svg);
}

.block2 ul li:nth-of-type(3)::before {
    background-image: url(../media/about/block2_icon_3.svg);
}

.block2-injection {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 450px;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 115px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.block2-injection span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 5px;
    display: inline-block;
}

.block2-injection::before {
    content: '';
    display: block;
    width: 74px;
    height: 74px;
    position: absolute;
    left: 18px;
    top: 13px;
    background: url(../media/about/icon_injection.svg) center center/contain no-repeat;
}

@media (max-width:1280px) {
    .block2 ul li::before {
        position: static;
        width: auto;
        height: 42px;
        margin-bottom: 10px;
	}
	.block2 ul li {
		font-size: 16px;
		line-height: 18px;
	}
    .block2 ul li:nth-of-type(1) {
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
	} 
	.block2 ul li:nth-of-type(2) {
        flex-basis: 100%;
        padding-left: 10px;
        padding-right: 10px;
	}
    .block2 ul li:nth-of-type(3) {
        flex-basis: 100%;
        padding-left: 0px;
        padding-right: 0px;
	}	
	.block2 ul li::after {
		width: 0;
		background: transparent;
	}
	
    .block2-injection {
		bottom: auto;
        top: 300px;
        width: 320px;
        font-weight: 600;
        padding: 12px 10px 12px 65px;
	}
    
    .block2-injection span {
        font-size: 20px;
        line-height: 26px;
        font-weight: 800;
	}
    
    .block2-injection::before {
        width: 45px;
        height: 45px;
        left: 10px;
        top: 8px;
	}
    
}

.statistics {
    background: #e8f0f5;
    padding: 20px 80px 20px 0;
    border-radius: 0 110px 110px 0;
    position: relative;
}

@media (max-width:1280px) {
    .statistics {
		border-radius: 0;
		padding: 30px 15px 30px 0;
	}
}

.statistics-item {
    padding-left: 235px;
    margin-bottom: 15px;
}

.statistics-item p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.statistics-item:nth-of-type(1) .statistics-barWrapper {
	background: #ec797c;
}

.statistics-item:nth-of-type(1) .statistics-bar {
	background: #dc4453;
	width: 305px;
}

@media (max-width:1280px) {
	.statistics-item {
		padding-left: 15px;
	}
	
	.statistics-item p {
		font-size: 16px;
		line-height: 22px;
		font-weight: 800;
	}
	
	.statistics-item:nth-of-type(1) .statistics-bar {
		width: 68%;
	}
}

.statistics-item:nth-of-type(2) .statistics-barWrapper {
	background: #7fcab5;
}

.statistics-item:nth-of-type(2) .statistics-bar {
	background: #2ebb9b;
	width: 280px;
}

@media (max-width:1280px) {
	.statistics-item:nth-of-type(2) .statistics-bar {
		width: 62%;
	}
}

.statistics-item:nth-of-type(3) {
	margin-bottom: 0;
}

.statistics-item:nth-of-type(3) .statistics-barWrapper {
	background: #4ac4ed;
}

.statistics-item:nth-of-type(3) .statistics-bar {
	background: #27a1cb;
	width: 240px;
}

.statistics-circle {
	position: absolute;
	left: 5px;
	width: 207px;
	height: 183px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../media/about/statistics_info.svg) center center/contain no-repeat;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.statistics-circle p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-left: 37px;
	padding-right: 30px;
	padding-top: 10px;
}

.block2 .statistics-circle p span {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	margin-top: 10px;
}

@media (max-width:1280px) {
	.statistics-item:nth-of-type(3) .statistics-bar {
		width: 55%;
	}
	
	.statistics-circle {
		position: relative;
		-webkit-transform: none;
		transform: none;
		margin: 30px auto 0;
	}
	
	.statistics-circle p {
		font-size: 9px;
		line-height: 12px;
		font-weight: 600;
		padding-left: 29px;
		padding-right: 24px;
	}
	
	.statistics-circle p span {
		font-size: 20px;
		line-height: 30px;
		font-weight: 800;
	}
}

.statistics-barWrapper {
	max-width: 393px;
	width: 100%;
	height: 26px;
	border-radius: 20px;
	color: #fff;
	text-align: right;
	padding-right: 25px;
	padding-top: 1px;
	position: relative;
}

.statistics-barWrapper span {
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
}

.statistics-bar {
	height: 100%;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width:1280px) {
	.statistics-barWrapper {
		max-width: 100%;
		padding-top: 2px;
	}
	
	.statistics-barWrapper span {
		font-size: 16px;
		line-height: 22px;
		font-weight: 800;
	}
}
.block4 {
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url(../media/lab/header_recomends.svg), url(../media/lab/bg__elesse.png), url(../media/lab/block4_bg.jpg);
    background-position: top 70px left calc(50% + 500px), top 470px left calc(50% + 500px), top left calc(50% + 130px);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 145px, 159px, 1180px;
	margin-bottom: -50px;
}
.block4 .container {
    position: relative;
    width: 100%;
    max-width: 1240px;
}
.block4 h2 {
    margin-bottom: 10px;
	font-size: 36px;
}
.block4 h2 mark {
    color: #db7c66;
}
.block4 h3 {
    max-width: 600px;
    margin-bottom: 20px;
}
.specialTitle {
    padding: 11px 35px 11px 79px;
    background: url(../media/lab/specialtitle_bg.svg) left center/66px no-repeat #495869;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    max-width: 645px;
}

.block4 p {
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width:1280px) {
    .block4 {
        max-width: 540px;
		margin: 0 auto;
		padding-top: 365px;
        background-image: url(../media/lab/header_recomends.svg), url(../media/lab/bg__elesse.png), url(../media/lab/block4_bg_mob.jpg);
        background-position: top 45px left 20px, top 185px left 20px, top center;
        background-size: 105px, 159px, 540px;
        padding-bottom: 60px;
	}
	.block4 .container {
		position: relative;
		padding: 0;
		max-width: 540px;
	}
    .block4 p {
        font-size: 18px;
	}
}

.block4 li {
    padding-left: 67px;
    font-size: 20px;
    list-style: none;
    margin-top: 20px;
    position: relative;
}

.block4 li:last-of-type {
    margin-bottom: 0;
}

.block4 li::before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.block4 li:nth-of-type(1)::before {
    background-image: url(../media/lab/block4_icon_1.svg);
}

.block4 li:nth-of-type(2)::before {
    background-image: url(../media/lab/block4_icon_2.svg);
}

.block4 li:nth-of-type(3)::before {
    background-image: url(../media/lab/block4_icon_3.svg);
}

.block4 li span {
    display: block;
    font-weight: 800;
    color: #db7c66;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.block4-content {
    max-width: 715px;
    margin-bottom: 60px;
}

@media (max-width:1280px) {
    .block4 li {
        font-size: 18px;
	}
	
    .block4-content {
        padding: 40px 10px 0;
        margin-bottom: 180px;
	}
}

.block4-effect {
    margin-left: 100px;
    margin-right: 40px;
    padding: 20px 25px 20px 175px;
    border: 2px dashed #db7c66;
    border-radius: 45px;
    position: relative;
    flex-basis: 595px;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.block4-effect p {
    margin: 0;
    font-size: 20px;
}

@media (max-width:1280px) {
    .block4-effect {
        margin: 0;
        padding: 95px 25px 20px;
	}
	
    .block4-effect p {
        font-size: 18px;       
	}
}

.block4-effectAfter,
.block4-effectBefore {
    position: absolute;
    width: 138px;
    padding: 10px 10px 5px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.block4-effectAfter img,
.block4-effectBefore img {
    width: 100%;
    margin-bottom: 5px;
}

.block4-effectAfter span,
.block4-effectBefore span {
    font-size: 20px;   
    font-weight: 800;
}

.block4-effectBefore {
    left: -100px;
    top: -45px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

@media (max-width:1280px) {
	
    .block4-effectAfter,
    .block4-effectBefore {
        width: 130px;
	}
	
    .block4-effectBefore {
        top: -150px;
        left: 10px;
	}
}

.block4-effectAfter {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    top: 12px;
    left: 10px;
}

.block4-bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
}

@media (max-width:1280px) {
    .block4-effectAfter {
        top: -120px;
        left: 120px;
	}
	
    .block4-bottom {
        padding: 0 30px;
	}
}

.block4-info {
    flex-basis: 605px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    background: #495869;
    padding: 25px 105px 25px 45px;
    font-size: 18px;
    line-height: 24px;
    
    font-weight: 600;
    color: #fff;
}

.block4-info span {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
    
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width:1280px) {
    .block4-info {
        flex-basis: 100%;
        padding: 20px 30px;
        font-size: 16px;
        line-height: 22px;
        
        font-weight: 600;
	}
	
    .block4-info span {
        font-size: 20px;
        line-height: 26px;
        
        font-weight: 600;
	}
}

.no-mobile {
    display: block
}

@media (max-width:1280px) {
    .no-mobile {
        display: none
	}
}

.no-desktop {
    display: none
}

@media (max-width:1100px) {
    .no-mobile {
        display: none
	}
	
    .no-desktop {
        display: block
	}
}

@media (max-width:1280px) {
    .no-desktop {
        display: block
	}
}


.bbb {
    background: url(../media/lab/bbb_bg.jpg) center center/cover no-repeat;
    padding: 0
}

.bbb .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 1240px;
	padding-top: 30px;	
	padding-bottom: 30px;	
}

.bbb p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-right: .15rem
}

.bbb p span {
    display: block;
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: .05rem
}

.bbb .form__btn {
	margin: 0px;
	
}

.block3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../media/about/prod.png), url(../media/lab/block3_woman.png), url(../media/lab/block3_bg.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 605px right 136px, top 95px right, top right;
    background-size: 530px, 800px, auto auto;
}

.block3-content {
    max-width: 715px;
}

.block3 h2 {
    margin-bottom: 10px;
}

@media (max-width:1280px) {
    .block3 {
        background-image: url(../media/about/header_product.png), url(../media/lab/block3_woman.png), url(../media/lab/block3_bg.jpg);
        background-position: top 430px center, top 30px center, top center;
        background-size: 300px, 540px, 100%;
        padding-top: 620px;
        padding-bottom: 40px;
	}
	.block3 .container {
		max-width: 540px;
	}
    .block3-content {
        padding: 0;
	}
	
    .block3 h2 {
        margin-bottom: 30px;
	}
	.bbb .container {
		flex-wrap: wrap;
		padding-bottom: 0px;		
		justify-content: center;
	}	
	
	.bbb .form__btn {
		margin: 30px auto;
		
	}
	
}

.block3 h3 {
    margin-bottom: 60px;
}

.block3 ul {
    position: relative;
    left: -10px;
}

.block3 li {
    font-size: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

@media (max-width:1280px) {
    .block3 li {
        font-size: 16px;
		margin-bottom: 30px;
		-webkit-box-align: center;
		align-items: center;
	}
	
    .block3 li:last-of-type {
        margin-bottom: 0;
	}
}

.block3 li p {
    flex-basis: calc(100% - 140px);
    padding-top: 20px;
}

.block3 li:last-of-type {
    margin-bottom: 0;
}

.block3 li span {
    display: block;
    color: #db7c66;
    text-transform: uppercase;
    margin-bottom: 5px;
	font-weight: 600;
}

.block3-img {
    flex-basis: 115px;
    margin-right: 25px;
}

@media (max-width:1280px) {
	.block3-img {
		flex-basis: 85px;
		margin-right: 10px;
	}
	
    .block3 li p {
        flex-basis: calc(100% - 100px);
        padding-top: 0;
        align-self: flex-start;
	}
	.section_top .container {
		max-width: 794px;
	}
	.top {
		display: block;
	}	
}

.section_face .container {
	width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.header-magazines {
    position: static;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 40px;
    width: 525px;
    background: url(../media/about/magazines_dev.svg) left 115px center/auto 47px no-repeat;
}

.header-magazines div:first-of-type {
    flex-basis: 100px;
    margin-right: 38px;
}

.header-magazines div:last-of-type img {
    max-height: 20px;
    margin-right: 15px;
    vertical-align: middle;
}

@media (max-width:1280px) {
	.face__product {
		position: relative;
		left: 0%;
		transform: translateX(0%);
		top: 0;
		margin: 30px auto;
	}
	.role .face__product {
		left: 0px;
		top: 0px;
	}	
	.face__logo {
		font-size: 52px;
		line-height: 55px;	
	}
    .header-main h1 {
        font-size: 24px;
        line-height: 29px;
        
        font-weight: 800;
        padding: 0 10px 0 30px;
	}
	.header-magazines div:first-of-type {
		flex-basis: 50px;
		margin-right: 18px;
	}
	
    .header-magazines {
		padding: 0;
        background: url(../media/about/magazines_dev.svg) left 58px center/auto 39px no-repeat;
        margin: 0 0 25px;
		width: auto;
	}
	
    .header-magazines div:last-of-type img {
        max-height: 16px;
        margin-right: 12px;
	}
}

.header-magazines div:last-of-type img:last-of-type {
    margin-right: 0;
}

.header-magazines p {
    font-size: 18px;
    line-height: 24px;
    
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.header-pluses {
    width: 660px;
    background: #d2ada5;
	color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.header-plus {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 0;
}

@media (max-width:1280px) {
    .header-pluses {
        width: 100%;
        padding: 22px 10px 10px 22px;
        margin-bottom: 20px;
	}
	
    .header-plus {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin-bottom: 12px;
        padding-right: 0px;
	}
}

.header-plus:last-of-type {
    margin-right: 0;
}

.header-plus span {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;    
    font-weight: 800;
    vertical-align: middle;
    margin-right: 10px;
}

.header-plus img {
    vertical-align: middle;
    width: 29px;
}

@media (max-width:1280px) {
    .header-plus span {
        margin-right: 0;
		font-size: 18px;
	}
	
    .header-plus img {
        -webkit-box-ordinal-group: 0;
        order: -1;
        margin-right: 12px;
        width: 18px;
	}
	
    .header-content {
        overflow: hidden;
	}
}

.header-content {
    position: relative;
}

.header-woman {
    position: absolute;
    width: 532px;
    top: -20px;
    right: 400px;
}

@media (max-width:1280px) {
    .header-woman {
        width: 304px;
        top: 190px;
        right: 0;
        display: block;
	}
}

.header-product {
    position: absolute;
    width: 325px;
    left: 510px;
    top: 510px;
}

.header-product::after {
    content: '';
    display: block;
    width: 108px;
    height: 108px;
    background: url(../media/about/header_recomends.svg) center center/contain no-repeat;
    position: absolute;
    top: -40px;
    right: 30px;
}

@media (max-width:1280px) {
    .header-product {
        display: block;
        width: 190px;
        top: 490px;
        right: 28px;
        left: auto;
	}
	
    .header-product::after {
        width: 75px;
        height: 75px;
        top: -30px;
        right: 0;
	}
}
.section_face ul {
    margin-top: 30px;
    max-width: 510px;
}

.section_face ul li {
    padding-left: 80px;
    margin-bottom: 20px;
    position: relative;
	list-style-type: none;
}

.section_face ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.section_face ul li:nth-of-type(1)::before {
    background-image: url(../media/about/header_icon_1.svg);
}

.section_face ul li:nth-of-type(2)::before {
    background-image: url(../media/about/header_icon_2.svg);
}

.section_face ul li:nth-of-type(3)::before {
    background-image: url(../media/about/header_icon_3.svg);
}

.section_face ul li:last-of-type {
    margin-bottom: 0;
}

.section_face ul li p {
    font-size: 20px;
    line-height: 24px;
}

.section_face ul li p span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #db7c66;
}

.header-description {
    font-size: 20px;
    line-height: 24px;
    max-width: 420px;
    position: relative;
	margin-top: 10px;
}
@media (max-width:1280px) {
    .section_face ul {
        margin-bottom: 22px;
        margin-top: 20px;
        padding: 0;
	}
	
    .section_face ul li {
        padding-left: 55px;
	}
	
    .section_face ul li::before {
        width: 36px;
        height: 36px;
	}
    .section_face ul li p span {
        font-size: 20px;
        line-height: 26px;        
        font-weight: 800;
	}
	
    .header-description {
		max-width: 100%;
	}
	
    .header-description span {
        margin-bottom: 5px;
	}
	.form__body {
		margin-top: 30px;
	}
}

.header-description span {
    color: #005379;
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
}
.section_face h2 {
    font-size: 18px;
    line-height: 24px;    
    font-weight: 400;
    color: #606060;
    text-transform: uppercase;
    max-width: 565px;
    margin-bottom: 10px;
}

@media (max-width:1280px) {
    .section_face {
		padding-top: 30px;
	}
	
	.section_face h2 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
		padding: 0;
		max-width: 100%;
	}
	.extract__subtitle {
		margin-bottom: 30px!important;
	}	
	.section_face .container {
		max-width: 540px;
	}	
	.form {
		width: 100%;
		max-width: 540px;
	}
}
.delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.delivery span {
    flex: 0 0 50px;
    margin-right: 10px;
}
.delivery p {
    font-size: 14px;
    color: #2f3d57;
	font-weight: 600;
}

.safe_del {
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
}
#order_form .form__body {
	margin-top: 0;
}
 .form__price-new  {
	font-size: 17px;
 }
 .form__price-old  {
	font-size: 15px;
		

}
.price_main {
	margin-top: 5px !important;
	display: inline-block;
}
.price_old {
	margin-top: 5px;
}
@media (max-width: 1280px) {
.form__price-new span {
	font-size: 42px;
 }
 .form__price-old span {
	font-size: 28px;
 }

}
@media (max-width: 380px) {
.form__price-new  {
	font-size: 16px;
 }
 .form__price-old  {
	font-size: 14px
}
.form__price-new span {
	font-size: 34px;
 }
 .form__price-old span {
	font-size: 24px;
 }
}