/* 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;
}

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: 0.8em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.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.woff2") format("woff2"), url("../fonts/Baskerville.woff") format("woff");
  font-weight: 400;
  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-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-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-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("../images/face.jpg");
  background-position: center;
  background-size: cover;
}

.section_time {
  background-color: #fff;
  overflow: hidden;
}

.section_indicators {
  background-image: url("../images/indicators.jpg");
  background-position: center;
  background-size: cover;
}

.section_problem {
  padding-top: 110px;
  background-image: url("../images/problem.jpg");
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}

.section_role {
  background-image: url("../images/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("../images/list-1_2.png");
}

.section__list-extract-2 {
  top: 80%;
  right: 60px;
  width: 97px;
  height: 116px;
  background-image: url("../images/list-2_2.png");
}

.section_age {
  position: relative;
  background-image: url("../images/age.jpg");
  background-position: center;
  background-size: cover;
  background-color: #f1f1f1;
}

.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("../images/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("../images/title-eclipse-gray.png");
}

.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;
  -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("../images/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;
}

.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;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.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("../images/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: 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;
}

.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("../images/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("../images/product-bg-right.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.face__box:first-child {
  position: relative;
  padding-bottom: 556px;
  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: 0.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: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 1002px;
  height: 556px;
}

.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("../images/product-bg_1.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("../images/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("../images/head.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.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("../images/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 20px;
  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: 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: 159px;
  font-size: 18px;
  font-weight: 700;
  color: #d2ada5;
  line-height: 0.8;
}

.form__price-new span {
  font-size: 42px;
  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__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/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: 0.1s transform;
  -o-transition: 0.1s transform;
  transition: 0.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;
   width: 42px;
}

.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;
}

.indicators__item:nth-child(1) .indicators__media {
  background-image: url("../images/item-1.jpg");
}

.indicators__item:nth-child(2) .indicators__media {
  background-image: url("../images/item-2.jpg");
}

.indicators__item:nth-child(3) .indicators__media {
  background-image: url("../images/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("../images/arrow_1.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("../images/list-1_1.png");
}

.problem__list_2 {
  top: 10%;
  right: -50px;
  width: 109px;
  height: 164px;
  background-image: url("../images/list-2_1.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("../images/!.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("../images/arrow_2.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: 114px;
  color: #24384e;
  line-height: 0.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-image: url("../images/bg-1920.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.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;
}

@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;
  }

  .section_commits {
    padding-top: 0;
  }

  .section_indicators {
    background-image: url("../images/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("../images/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: 245px;
  }

  .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: 406px;
  }

  .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: "";
    background-image: url("../images/bg-1024.jpg");
  }

  .top__info {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 480px;
  }

  .section_indicators {
    padding-top: 505px !important;
    background-image: url("../images/indicators-768.jpg");
    background-position: center top;
    background-size: auto;
  }

  .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;
  }

  .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: 440px;
  }

  .face__box:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .face__product {
    bottom: -60px;
  }

  .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;
  }

  .top__media::before {
    background-image: url("../images/bg-768.jpg");
  }
}

@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: 480px;
  }

  .face__product {
    width: 800px;
    height: 444px;
  }

  .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;
  }

  .top__media::before {
    background-image: url("../images/bg-480.jpg");
  }
}

@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;
  }
}
.delivery {
  font-size: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 5px;
}

.delivery_img {
  display: inline-block !important;
  width: 120px;
  padding: 0 5px 0 5px;
  margin: 0 auto;
}

.button-pulse {
  /* width: 300px !important; */
  /* border-radius: 6px !important; */
  border: 1px solid red !important;
  background-color: red !important;
  color: #fff !important ;
  padding: 10px 0 !important;
  transition: box-shadow 0.2s ease-in-out !important;
  text-decoration: none !important;
}
.pulse {
  animation: pulse 2s infinite;
  background-color: red;
}
.pulse:hover {
  animation: none;
}
.button-pulse:hover {
  background-color: red;
  text-decoration: none;
  box-shadow: 1px 1px 5px #222 !important;
}

.tdate {
  margin-top: 2px;
  color: #fff;
  font: 500 10px/16px "IBM Plex Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.glowing {
  animation: glowing 2s infinite;
}

@keyframes glowing {
  0% {
    box-shadow: rgb(255, 0, 0) 0px 0px 0px 0px;
  }
  50% {
    box-shadow: rgb(255, 0, 0) 0px 0px 12px 0px;
  }
  100% {
    box-shadow: rgb(255, 0, 0) 0px 0px 0px 0px;
  }
}


/* ===== Custom footer: Abaft Now / contacts / socials ===== */
.section_footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fff;
}

.footer.footer--custom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.footer__left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}

.footer__mail {
  color: #171717;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  opacity: .9;
  transition: opacity .2s ease, color .2s ease;
  white-space: nowrap;
}

.footer__mail:hover {
  color: #000;
  opacity: 1;
  text-decoration: none;
}

.footer__social {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f4f4f4;
  color: #111;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}

.footer__social:hover {
  background: #ebebeb;
  transform: translateY(-2px);
}

.footer__social svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer__right {
  margin-left: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer__brand {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footer.footer--custom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 16px;
  }

  .footer__left {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .footer__right {
    margin-left: 0;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .section_footer {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer__left {
    flex-direction: column;
    gap: 10px;
  }

  .footer__copyright {
    font-size: 16px;
  }

  .footer__mail {
    font-size: 14px;
  }

  .footer__social {
    width: 44px;
    height: 44px;
  }
}
