body {
	background: #fff
}

*,
::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;
}


footer,
header,
menu,
nav,
section {
	display: block;
}


canvas,
video {
	display: inline-block;
	vertical-align: baseline;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

b {
	font-weight: 700;
}

button,
select {
	text-transform: none;
}

button,
input,
select {
	overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
}


i {
	font-style: italic;
}

mark {
	color: #000;
	background: transparent;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

textarea {
	overflow: auto;
}

table {
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
	text-align: left;
}


[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 */

.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/baskervville-regular-webfont.woff2') format('woff2'),
         url('../fonts/baskervville-regular-webfont.woff') format('woff');
    font-weight: 400;
	font-display: swap;
    font-style: normal;

}

@font-face {
	font-family: 'Geometria';
	src: url("../fonts/Geometria-Regular.woff2") format("woff2"), url("../fonts/Geometria-Regular.woff") format("woff");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url("../fonts/Geometria-LightItalic.woff2") format("woff2"), url("../fonts/Geometria-LightItalic.woff") format("woff");
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url("../fonts/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria-Bold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
	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-position: center;
	background-size: cover;
}

.no-webp .section_face {
	background-image: url("../images/face.jpg");
}

.webp .section_face {
	background-image: url("../images/face.webp");
}

.section_time {
	background-color: #fff;
	overflow: hidden;
}

.section_indicators {
	background-position: center;
	background-size: cover;
}

.no-webp .section_indicators {
	background-image: url("../images/indicators.jpg");
}

.webp .section_indicators {
	background-image: url("../images/indicators.webp");
}

.section_problem {
	padding-top: 110px;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}

.no-webp .section_problem {
	background-image: url("../images/problem.jpg");
}

.webp .section_problem {
	background-image: url("../images/problem.webp");
}

.section_role {
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.no-webp .section_role {
	background-image: url("../images/role.jpg");
}

.webp .section_role {
	background-image: url("../images/role.webp");
}

.section_extract {
	position: relative;
	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;
}

.no-webp .section__list-extract-1 {
	background-image: url("../images/list-1.png");
}

.webp .section__list-extract-1 {
	background-image: url("../images/list-1.png");
}

.section__list-extract-2 {
	top: 80%;
	right: 60px;
	width: 97px;
	height: 116px;
}

.no-webp .section__list-extract-2 {
	background-image: url("../images/list-2.png");
}

.webp .section__list-extract-2 {
	background-image: url("../images/list-2.webp");
}

.section_age {
	position: relative;
	background-position: center;
	background-size: cover;
	background-color: #f1f1f1;
}

.no-webp .section_age {
	background-image: url("../images/age.jpg");
}

.webp .section_age {
	background-image: url("../images/age.webp");
}

.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-position: center;
	background-size: cover;
}

.no-webp .section__title::before {
	background-image: url("../images/title-eclipse.png");
}

.webp .section__title::before {
	background-image: url("../images/title-eclipse.webp");
}

.section__title_black {
	color: #24384e;
}

.section__title_eclipse-right::before {
	left: auto;
	right: calc(100% + 18px);
}

.no-webp .section__title_eclipse-right::before {
	background-image: url("../images/title-eclipse-gray.png");
}

.webp .section__title_eclipse-right::before {
	background-image: url("../images/title-eclipse-gray.webp");
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.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;
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-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 */

/*
 *  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 .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;
	cursor: pointer;
	z-index: 1;
	backface-visibility: hidden;
	-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 */

/* Styles for screens that are atleast 768px; */

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .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-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-left-arrow,
.twentytwenty-right-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	user-select: none;
	-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-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-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-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .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-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-left-arrow,
.twentytwenty-right-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	user-select: none;
	-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-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: grab;
}

.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-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;
}

.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-size: cover;
	background-repeat: no-repeat;
	content: '';
}

.no-webp .age__item::before {
	background-image: url("../images/check.png");
}

.webp .age__item::before {
	background-image: url("../images/check.webp");
}

.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: 30px;
	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;
}

.lt44 {
	position: relative;
	top: -20px;
}

.extract__description {
	font-size: 19px;
}

.extract__product {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 230px;
}

.extract__product::after {
	position: absolute;
	left: 10px;
	bottom: -68px;
	width: 273px;
	height: 196px;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
}

.no-webp .extract__product::after {
	background-image: url("../images/product-bg2.png");
}

.webp .extract__product::after {
	background-image: url("../images/product-bg2.webp");
}

.extract__product::before {
	position: absolute;
	z-index: -1;
	left: 400px;
	bottom: 140px;
	width: 164px;
	height: 179px;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
}

.no-webp .extract__product::before {
	background-image: url("../images/product-bg-right.png");
}

.webp .extract__product::before {
	background-image: url("../images/product-bg-right.webp");
}

.face {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.face__box:first-child {
	position: relative;
	padding-bottom: 476px;
	padding-right: 50px;
}

.face__box:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.face__logo {
	margin-bottom: 15px;
	font-family: 'Baskerville', sans;
	font-size: 114px;
	color: #24384e;
	line-height: .8;
}

.face__subtitle {
	font-size: 22px;
}

.face__subtitle span {
	display: block;
	margin-top: 15px;
}

.face__subtitle span mark {
	font-size: 30px;
	font-weight: 700;
	color: #c88c80;
	text-transform: uppercase;
}

.face__product {
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 250px;
	height: 447px;
}

.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-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .face__product-bg {
	background-image: url("../images/product-bg.png");
}

.webp .face__product-bg {
	background-image: url("../images/product-bg.webp");
}

.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-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	-webkit-animation: rotateList 60s linear infinite;
	animation: rotateList 60s linear infinite;
}

.no-webp .face__product-list::before {
	background-image: url("../images/product-list.png");
}

.webp .face__product-list::before {
	background-image: url("../images/product-list.webp");
}

@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;
	}
}

@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);
	}
}

@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: 18px;
}

.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-repeat: no-repeat;
	background-position: center bottom;
}

.no-webp .form__head {
	background-image: url("../images/head.png");
}

.webp .form__head {
	background-image: url("../images/head.webp");
}

.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-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.no-webp .form__discont {
	background-image: url("../images/discont.png");
}

.webp .form__discont {
	background-image: url("../images/discont.webp");
}

.form__discont span {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
}

.form__body {
	padding: 20px 50px 50px;
	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__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;
	font-size: 30px;
	color: #24384e;
}

.form__price-old span::before {
	position: absolute;
	top: 50%;
	left: -5px;
	width: calc(100% + 10px);
	height: 1px;
	content: '';
	background-color: #171717;
}

.form__price-new {
	max-width: 120px;
	font-size: 18px;
	font-weight: 700;
	color: #d2ada5;
	line-height: .8;
}

.form__price-new span {
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
}

.form__label {
	position: relative;
	display: block;
	margin-top: 25px;
}

.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__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__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: 12px;
	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: 0;
	border-radius: 30px;
	margin-top: 25px;
	letter-spacing: 5px;
}

.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;
}

.no-webp .indicators__item:nth-child(1) .indicators__media {
	background-image: url("../images/item-11.jpg");
}

.webp .indicators__item:nth-child(1) .indicators__media {
	background-image: url("../images/item-11.webp");
}

.no-webp .indicators__item:nth-child(2) .indicators__media {
	background-image: url("../images/item-22.jpg");
}

.webp .indicators__item:nth-child(2) .indicators__media {
	background-image: url("../images/item-22.webp");
}

.no-webp .indicators__item:nth-child(3) .indicators__media {
	background-image: url("../images/item-33.jpg");
}

.webp .indicators__item:nth-child(3) .indicators__media {
	background-image: url("../images/item-33.webp");
}

.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-repeat: no-repeat;
}

.no-webp .indicators__media::before {
	background-image: url("../images/arrow-right.png");
}

.webp .indicators__media::before {
	background-image: url("../images/arrow-right.webp");
}

.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;
}

.no-webp .problem__list_1 {
	background-image: url("../images/list-11.png");
}

.webp .problem__list_1 {
	background-image: url("../images/list-11.webp");
}

.problem__list_2 {
	top: 10%;
	right: -50px;
	width: 109px;
	height: 164px;
}

.no-webp .problem__list_2 {
	background-image: url("../images/list.png");
}

.webp .problem__list_2 {
	background-image: url("../images/list.webp");
}

.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-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.no-webp .problem__important span {
	background-image: url("../images/!.png");
}

.webp .problem__important span {
	background-image: url("../images/!.webp");
}

.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-repeat: no-repeat;
	content: '';
	background-size: cover;
}

.no-webp .problem__item::before {
	background-image: url("../images/arrow.png");
}

.webp .problem__item::before {
	background-image: url("../images/arrow.webp");
}

.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: 114px;
	color: #24384e;
	line-height: .8;
	margin-bottom: 10px;
}

.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-left: -20px;
	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;
}

.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: #465667;
	font-weight: 700;
	background-color: #e6f0f5;
}

.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;
}

.top__media::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
}

.no-webp .top__media::before {
	background-image: url("../images/bg-1920.jpg");
}

.webp .top__media::before {
	background-image: url("../images/bg-1920.webp");
}

.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: uppercase;
}

.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;
}

@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;
	}

	.section_extract {
		overflow: hidden;
	}

	.section_age .section__list-age {
		display: none;
	}

	.face__product {
		width: 230px;
	}

	.extract__product::before {
		bottom: 330px;
	}

	.form__price-new span {
		font-size: 30px;
	}

	.form__price-old span {
		font-size: 24px;
	}

	.section_commits {
		padding-top: 0;
	}

	.no-webp .section_indicators {
		background-image: url("../images/indicators-1024.jpg");
	}
	
	.webp .section_indicators {
		background-image: url("../images/indicators-1024.webp");
	}

	.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-position: center top;
		background-size: auto;
	}

	.no-webp .section_age {
		background-image: url("../images/age-1024.jpg");
	}
	
	.webp .section_age {
		background-image: url("../images/age-1024.webp");
	}

	.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: 495px;
	}

	.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: 170px;
		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: 60px;
		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: 80px;
	}

	.role__box:last-child {
		padding-bottom: 425px;
	}

	.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;
		height: 500px;
	}

	.top__media img {
		display: none;
	}

	.top__media::before {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
	}

	.no-webp .top__media::before {
		background-image: url("../images/bg-1024.jpg");
	}
	
	.webp .top__media::before {
		background-image: url("../images/bg-1024.webp");
	}

	.top__info {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 480px;
	}

	.section_indicators {
		padding-top: 505px !important;
		background-position: center top;
		background-size: auto;
	}

	.no-webp .section_indicators {
		background-image: url("../images/indicators-768.jpg");
	}
	
	.webp .section_indicators {
		background-image: url("../images/indicators-768.webp");
	}

	.section_problem {
		padding-top: 0;
	}

	.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;
	}

	.lt44 {
		top: -10px;
	}

	.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;
	}

	.face__box:first-child {
		padding-right: 0;
		padding-bottom: 500px;
	}

	.face__box:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.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;
	}

	.top__media {
		height: 375px;
	}

	.no-webp .top__media::before {
		background-image: url("../images/bg-768.jpg");
	}
	
	.webp .top__media::before {
		background-image: url("../images/bg-768.webp");
	}
}

@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__box:first-child {
		padding-bottom: 460px;
	}

	.face__product {
		width: 210px;
		height: 404px;
	}

	.extract__product {
		width: 210px;
	}

	.extract__body {
		padding-bottom: 425px;
	}

	.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;
	}

	.role__box:last-child {
		padding-bottom: 460px;
	}

	.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: 80px;
		width: 100%;
	}

	.top__description {
		font-size: 18px;
	}

	.top__description p+p {
		margin-top: 15px;
	}

	.top__id {
		max-width: 130px;
	}

	.top__media {
		height: 234px;
	}

	.no-webp .top__media::before {
		background-image: url("../images/bg-480.jpg");
	}
	
	.webp .top__media::before {
		background-image: url("../images/bg-480.webp");
	}
}

@media only screen {

	[class*="column"]+[class*="column"]:last-child {
		float: right;
	}

	[class*="column"]+[class*="column"].end {
		float: left;
	}
}

@media screen and (max-width: 768px) {

	.section__list-extract-1,
	.section__list-extract-2,
	.commits__slider .owl-nav {
		display: none;
	}
}

.inL_653019 {
	height: 0px;
}

.inL_492764 {
	clip: rect(0px 0px 0px 0px);
}

.inL_926715 {
	clip: rect(0px 0px 0px 0px);
}

.inL_887739 {
	left: 0px;
}

.inL_556223 {
	left: 0px;
}

.inL_55500 {
	transform: translate3d(-1768px, 0px, 0px);
	transition: 0s;
	width: 6188px;
}

.inL_674444 {
	width: 844px;
	margin-right: 40px;
}

.inL_54733 {
	width: 844px;
	margin-right: 40px;
}

.inL_951617 {
	width: 844px;
	margin-right: 40px;
}

.inL_300398 {
	width: 844px;
	margin-right: 40px;
}

.inL_170035 {
	width: 844px;
	margin-right: 40px;
}

.inL_863498 {
	width: 844px;
	margin-right: 40px;
}

.inL_164547 {
	width: 844px;
	margin-right: 40px;
}

.my-popup-block {
    background: #e7f0f4;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
}

.my-popup-block .form__body {
	margin-bottom: 0;
}

.my-popup__left {
    display: none
}

.my-popup__right .form__price-new,
.my-popup__right .form__price-old {
	font-size: 16px;
}

.my-popup__right .form__price-old span {
	font-size: 22px;
}

@media screen and (min-width:480px) {
	.my-popup-block {
		max-width: 320px;
	}
}

@media screen and (min-width:1000px) {
	.my-popup-block {
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 30px;
        max-width: none;
        width: 750px;
        margin: 0 auto;
		padding: 30px;
		background: #e7f0f4;
    }

	.my-popup__left {
		display: block
	}

	.my-popup__right .form__body {
		width: 360px;
		padding-bottom: 20px;
	}

	.my-popup__right .form__price-new span {
		font-size: 30px;
	}

	.my-popup__right .form__price-old span {
		font-size: 22px;
	}
}