html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
  outline: none;
}

body {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Mont', sans-serif, Tahoma, Verdana;
  font-weight: 400;
  color: #3d3d3d;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
  border: 0;
}

button {
  border: 0;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.hide_body {
  overflow: hidden !important;
}

input::-webkit-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

input::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

input::placeholder {
  color: #b0b0b0;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

textarea::placeholder {
  color: #b0b0b0;
  opacity: 1;
}

select {
  color: #b0b0b0;
  font-family: 'Mont';
  font-weight: 400;
}

textarea {
  color: #b0b0b0;
}
.btn {
  display: inline-block;
  height: 70px;
  width: 270px;
  cursor: pointer;
  color: #fff;
  background-image: url("../media/btn/bg.jpg");
  background-repeat: no-repeat;
  background-position: center 3px;
  background-color: transparent;
  border-bottom: 4px solid #278f73;
  border-radius: 40px;
  font-weight: 300;
  font-size: 21px;
  text-align: center;
  line-height: 75px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}

.btn span {
  font-weight: 500;
  font-size: 21px;
}

.btn:hover {
  border-top: 4px solid transparent;
  border-bottom-width: 0;
}

.btn_orange {
  background-image: url("../media/btn/bg_orange.jpg");
  border-bottom: 9px solid #b05051;
  width: 375px;
  height: 103px;
  border-radius: 56px;
  line-height: 103px;
  font-size: 26px;
}

.btn_orange:hover {
  border-top: 9px solid transparent;
}

.btn_orange span {
  font-weight: 700;
  font-size: 28px;
}

@media (max-width: 768px) {
  .btn {
    width: 200px;
    height: 50px;
    line-height: 55px;
    font-size: 14px;
    background-size: cover;
  }

  .btn span {
    font-size: 14px;
  }

  .btn_orange {
    border-bottom: 4px solid #b05051;
  }

  .btn_orange:hover {
    border-top: 4px solid transparent;
  }
}
@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont/Mont-Light.woff2") format("woff2"), url("../fonts/Mont/Mont-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont/Mont-Regular.woff2") format("woff2"), url("../fonts/Mont/Mont-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont/Mont-Heavy.woff2") format("woff2"), url("../fonts/Mont/Mont-Heavy.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont/Mont-Bold.woff2") format("woff2"), url("../fonts/Mont/Mont-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas';
  src: url("../fonts/Bebas/BebasNeueBold.woff2") format("woff2"), url("../fonts/Bebas/BebasNeueBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Get the bourbon mixin from http://bourbon.io */

/* Reset */

.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */

.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}

.flip-clock-meridium {
  background: none !important;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 276px;
  margin: 0 0 0 103px !important;
}

.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  width: 27px;
  height: 60px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 30px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */

.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper .flip {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.01s 0.49s linear both;
  animation: asd 0.01s 0.49s linear both;
  z-index: 5;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 80px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -0.5em;
  right: -50px;
  color: black;
  text-shadow: none;
  font-weight: 700;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -53px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -55px;
}

.flip-clock-dot.top {
  top: 20px;
}

.flip-clock-dot.bottom {
  bottom: 35px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }

  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }

  100% {
    z-index: 4;
  }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 1030px) {
  .flip-clock-wrapper {
    margin: 0 auto 20px auto !important;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.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;
  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;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../plugin/owl/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  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;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.adress {
  text-align: center;
}
.brand__title {
  margin-left: 245px;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.brand__title span {
  display: block;
  font-size: inherit;
}

.brand__title mark {
  font-family: 'Bebas';
  font-size: 150px;
  font-weight: 700;
  background-color: transparent;
  display: table;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #76c5af), to(#a3cc38));
  background: linear-gradient(0deg, #76c5af 33%, #a3cc38);
  color: #76c5af;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.66);
  padding-top: 30px;
  padding-bottom: 30px;
}

.brand__footer-title {
  font-weight: 500;
  font-size: 36px;
  text-align: center;
}

.brand__footer-subTitle {
  font-size: 24px;
  text-align: center;
}

.brand__footer-subTitle mark {
  font-size: inherit;
  font-weight: 500;
  color: #c83c8a;
  background-color: transparent;
}

@media (max-width: 1030px) {
  .brand__title {
    font-size: 28px;
    margin-left: 240px;
  }

  .brand__title mark {
    font-size: 80px;
  }

  .brand__footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand__footer-title {
    font-size: 22px;
  }

  .brand__footer-subTitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .brand__title {
    font-size: 20px;
    margin-left: 100px;
  }

  .brand__title mark {
    font-size: 60px;
  }

  .brand__footer-title {
    font-size: 18px;
  }

  .brand__footer-subTitle {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .brand__title {
    margin-left: 0;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Bebas';
    color: #c83c8a;
    line-height: .9;
  }

  .brand__title mark {
    display: inline;
    font-size: 60px;
  }

  .brand__footer-title {
    font-size: 16px;
  }

  .brand__footer-subTitle {
    font-size: 14px;
  }
}
.commit__title {
  margin-bottom: 40px;
  font-size: 60px;
  font-family: 'Bebas';
  font-weight: 700;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.commit__slide {
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
}

.commit__slide .owl-nav span {
  display: none;
}

.commit__slide .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.commit__slide .owl-dot {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #49aea1 !important;
}

.commit__slide .owl-dot.active {
  background-color: #49aea1;
}

.commit__slide .owl-dot + .owl-dot {
  margin-left: 10px !important;
}

.commit__slide .owl-dot:focus {
  outline: 0;
}

.commit__slide .owl-nav {
  position: absolute;
  top: 50%;
  left: -40px;
  width: calc(100% + 80px);
  margin-top: -37px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.commit__slide .owl-prev {
  width: 35px;
  height: 35px;
  background-image: url("../media/commit/arrow-left.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: .3s transform;
  transition: .3s transform;
}

.commit__slide .owl-prev:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.commit__slide .owl-prev:focus {
  outline: 0;
}

.commit__slide .owl-next {
  width: 35px;
  height: 35px;
  background-image: url("../media/commit/arrow-right.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: .3s transform;
  transition: .3s transform;
}

.commit__slide .owl-next:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.commit__slide .owl-next:focus {
  outline: 0;
}

.commit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 15px;
  background-color: #f4f4f6;
}

.commit__item-title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}

.commit__item-before {
  width: calc(50% - 240px);
  text-align: right;
}

.commit__item-after {
  width: calc(50% - 240px);
}

.commit__item-subTitle {
  font-size: 24px;
  font-weight: 700;
}

.commit__item-description {
  font-size: 18px;
}

.commit__item-description span {
  font-size: inherit;
  display: block;
}

.commit__item-description b {
  font-weight: 700;
}

.commit__item-description mark {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #c83c8a;
  background-color: transparent;
}

.commit__item-description strong {
  font-size: 24px;
  font-weight: 400;
}

.commit__item-info {
  margin-top: 35px;
  font-size: 18px;
  text-align: center;
}

.commit__item-info mark {
  font-size: inherit;
  background-color: transparent;
  color: #49aea1;
}

.commit__item-info mark b {
  font-size: inherit;
  font-weight: 500;
}

@media (max-width: 1030px) {
  .commit__item-before {
    width: calc(50% - 170px);
  }

  .commit__item-after {
    width: calc(50% - 170px);
  }

  .commit__item-media {
    max-width: 300px;
  }

  .commit__item-subTitle {
    font-size: 18px;
  }

  .commit__item-description {
    font-size: 16px;
  }

  .commit__item-description mark {
    font-size: 20px;
  }

  .commit__item-description strong {
    font-size: 20px;
  }

  .commit__item-info {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .commit__title {
    line-height: 1;
    font-size: 55px;
  }

  .commit__item-media {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .commit__item-before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(50% - 15px);
  }

  .commit__item-after {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(50% - 15px);
  }

  .commit__item-info {
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 480px) {
  .commit__title {
    margin-bottom: 20px;
    font-size: 28px;
    color: #c83c8a;
  }

  .commit__slide {
    width: 100%;
  }

  .commit__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .commit__item-title {
    font-size: 18px;
  }

  .commit__item-subTitle {
    font-size: 14px;
  }

  .commit__item-info {
    font-size: 14px;
  }
}
.contact {
  border-radius: 25px;
  border: 1px solid #b0b0b0;
  padding: 30px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}

.contact__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.contact__description {
  margin-bottom: 20px;
}

.contact__item + .contact__item {
  margin-top: 10px;
}

.contact__item_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__item .error {
  display: block;
  border-color: red;
  color: red;
  font-size: 14px;
  margin-top: 3px;
}

.contact__item .valid {
  display: block;
  border-color: #4ec452;
  color: #b0b0b0;
  font-size: 14px;
  margin-top: 3px;
}

.contact__select {
  width: 100%;
  border: 1px solid #c5c5c5;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
}

.contact__field {
  width: 100%;
  border: 1px solid #c5c5c5;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #9a9a9a;
}

.contact__field_width {
  max-width: 200px;
  margin-right: 20px;
}

.contact__textarea {
  resize: vertical;
  width: 100%;
  border: 1px solid #c5c5c5;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
}

.contact__captcha {
  border: 1px solid #c5c5c5;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #9a9a9a;
  cursor: default;
}

.contact__btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 30px;
  background-color: #44aca6;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.contact__btn:hover {
  background-color: #4ecec6;
}

.contact__btn_orange {
  background-color: #ffd897;
}

.contact__btn_orange:hover {
  background-color: #ffc25d;
}

@media (max-width: 768px) {
  .contact {
    width: 100%;
  }
}
.container {
  width: 100%;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_popap {
  position: relative;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  border-radius: 25px;
}

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

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

@media (max-width: 480px) {
  .container {
    max-width: 100%;
  }
}
.footer {
  background-color: #fff;
}

.footer_leadbit {
  color: #000;
}

.footer_leadbit a {
  color: #000;
}
.form {
  width: 348px;
  background-color: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 30px;
}

.form__head {
  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;
  padding: 20px 30px;
  background-color: #efefef;
}

.form__head-name {
  font-size: 18px;
  font-family: 'Bebas';
  color: #c83c8a;
  font-weight: 700;
}

.form__head-price .price_main {
  font-size: 64px;
  font-family: 'Bebas';
  color: #c83c8a;
  font-weight: 700;
  line-height: .8;
}

.form__head-priceOld .price_old {
  font-size: 30px;
  text-decoration: line-through;
}

.form__body {
  padding: 20px 30px;
}

.form__item {
  display: block;
}

.form__item + .form__item {
  margin-top: 15px;
}

.form__item > span {
  display: block;
  margin-bottom: 2px;
  margin-left: 27px;
  font-size: 14px;
  color: #b0b0b0;
  font-weight: 400;
}

.form__select {
  position: relative;
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  color: #b0b0b0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../media/form/arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
}

.form__select option {
  color: #b0b0b0;
}

.form__field {
  width: 100%;
  padding: 17.5px 25px;
  border: 1px solid #b0b0b0;
  border-radius: 50px;
  color: #707070;
  font-size: 14px;
}

.form__field:focus {
  outline: none;
}

.form__footer {
  margin-bottom: 50px;
  text-align: center;
}

.form__btn {
  -webkit-box-shadow: 11px 20px 51px -23px #02b387;
  box-shadow: 11px 20px 51px -23px #02b387;
}

.form__btn_disabled {
  color: #000;
}

.form__timer {
  margin-bottom: 30px;
}

.form__timer-title {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1030px) {
  .form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .form__head {
    padding: 15px;
  }

  .form__body {
    padding: 20px 15px;
  }

  .form__footer {
    margin-bottom: 20px;
  }

  .form__head-name {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .form__head-price {
    font-size: 45px;
  }

  .form__head-nameOld {
    font-size: 14px;
  }

  .form__head-priceOld {
    font-size: 22px;
      text-decoration: line-through;
  }
}

@media (max-width: 480px) {
  .form {
    width: 100%;
    max-width: none;
  }
}
.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_footer .header__col {
  margin-left: 0;
}

.header_footer .header__product {
  top: 210px;
  left: 385px;
  width: 617px;
  height: 447px;
  background-image: url("../media/header/product-2.png");
}

.header_footer .header__logo {
  margin-top: 50px;
}

.header_footer .header__title {
  text-align: left;
}

.header_footer .header__title span {
  display: inline;
}

.header_footer .header__title span:nth-of-type(2) {
  display: inline-block;
}

.header_footer .header__title span:last-child {
  display: inline-block;
  margin-top: 10px;
  display: inline-block;
  font-size: 122px;
}

.header_footer .header__item {
  max-width: 400px;
}

.header_footer .header__item + .header__item {
  margin-left: 0;
}

.header_footer .header__check {
  margin-left: 70px;
}

.header__product {
  position: absolute;
  top: 300px;
  left: -267px;
  width: 617px;
  height: 470px;
  background-image: url("../media/header/product.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.header__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.header__box_first {
  width: calc(100% - 374px);
}

.header__title {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: .9;
  text-align: right;
}

.header__title span {
  font-weight: 700;
  color: #c83c8a;
}

.header__title span:first-child {
  font-size: 26px;
  font-weight: 500;
  color: #000;
}

.header__title span:nth-of-type(2) {
  font-family: 'Bebas';
  font-weight: 700;
  display: block;
  margin-top: 10px;
  font-size: 122px;
  text-transform: uppercase;
}

.header__title span:last-child {
  font-family: 'Bebas';
  font-weight: 700;
  display: block;
  font-size: 87px;
  text-transform: uppercase;
}

.header__col {
  margin-left: 231px;
}

.header__check {
  margin-bottom: 30px;
}

.header__item + .header__item {
  margin-top: 15px;
  margin-left: 35px;
}

.header__btn {
  margin-top: 30px;
}

.header__item-media {
  margin-right: 15px;
  min-width: 53px;
  height: 53px;
  background-image: url("../media/header/check.png");
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
}

.header__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #589c95;
}

.header__item-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

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

@media (max-width: 1030px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header_footer .header__title span:last-child {
    font-size: 80px;
  }

  .header_footer .header__product {
    top: 300px;
    width: 400px;
    height: 340px;
  }

  .header__product {
    top: 241px;
    left: 380px;
    width: 330px;
    height: 277px;
    background-size: cover;
  }

  .header__box_first {
    width: 100%;
  }

  .header__title {
    text-align: left;
    font-size: 22px;
  }

  .header__title span:first-child {
    font-size: 22px;
  }

  .header__title span:nth-of-type(2) {
    display: inline-block;
    font-size: 80px;
  }

  .header__title span:last-child {
    display: inline-block;
    font-size: 80px;
  }

  .header__col {
    margin-left: 0;
  }

  .header__item + .header__item {
    margin-left: 0;
  }

  .header__check {
    max-width: 375px;
  }
}

@media (max-width: 768px) {
  .header_footer .header__title span:last-child {
    font-size: 60px;
  }

  .header_footer .header__product {
    top: 130px;
    left: auto;
    right: -15px;
    width: 231px;
    height: 292px;
    background-image: url("../media/header/product-2-768.png");
  }

  .header_footer .header__logo {
    display: block;
  }

  .header_footer .header__check {
    margin-left: 0;
  }

  .header__logo {
    display: none;
  }

  .header__product {
    top: 222px;
    left: auto;
    right: 0;
    width: 200px;
    height: 253px;
    background-image: url("../media/header/product-768.png");
  }

  .header__check {
    max-width: 290px;
  }

  .header__title {
    text-align: left;
    font-size: 18px;
  }

  .header__title span:first-child {
    font-size: 18px;
  }

  .header__title span:nth-of-type(2) {
    margin-top: 5px;
    font-size: 60px;
  }

  .header__title span:last-child {
    font-size: 60px;
  }

  .header__item-title {
    font-size: 18px;
    line-height: 1;
  }

  .header__item-title span {
    font-size: 15px;
  }

  .header__item-media {
    margin-right: 10px;
    min-width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .header_footer .header__title {
    text-align: center;
    line-height: 1;
  }

  .header_footer .header__title span:last-child {
    margin-top: 0;
    font-size: 28px;
  }

  .header_footer .header__title span:nth-of-type(2) {
    margin-top: 0;
  }

  .header_footer .header__product {
    top: 400px;
    left: 260px;
  }

  .header_footer .header__logo {
    display: none;
  }

  .header_footer .header__product {
    position: static;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    background-image: url("../media/header/product-2-768.png");
  }

  .header_footer .header__btn {
    text-align: center;
  }

  .header__head {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__product {
    position: static;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: auto;
    margin-left: auto;
  }

  .header__title {
    text-align: center;
    font-size: 28px;
    color: #c83c8a;
    font-family: 'Bebas';
    line-height: 1.1;
  }

  .header__title span:first-child {
    color: #c83c8a;
    font-size: inherit;
  }

  .header__title span:nth-of-type(2) {
    display: inline;
    font-size: inherit;
  }

  .header__title span:last-child {
    display: inline;
    font-size: inherit;
  }

  .header__item-media {
    background-size: cover;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .header__item-title {
    font-size: 16px;
  }

  .header__item-title span {
    margin-top: 5px;
    font-size: 14px;
  }

  .header__logo {
    margin-top: 20px;
  }

  .header__box {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .header__box_first {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header__check {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.health__title {
  margin-bottom: 40px;
  display: block;
  font-size: 36px;
  text-align: center;
}

.health__title span {
  display: inline-block;
  font-family: 'Bebas';
  font-size: 72px;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #76c5af), to(#a3cc38));
  background: linear-gradient(0deg, #76c5af 33%, #a3cc38);
  color: #76c5af;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.health__subTitle {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
}

.health__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 100px;
  background-image: url("../media/health/bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 430px;
}

.health__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.health__group + .health__group {
  margin-top: 60px;
}

.health__group:nth-of-type(1) .health__item:first-child {
  margin-left: 145px;
}

.health__group:nth-of-type(1) .health__item:last-child {
  margin-right: 148px;
}

.health__group:nth-of-type(2) .health__item:first-child {
  margin-left: 0;
}

.health__group:nth-of-type(2) .health__item:last-child {
  margin-right: 80px;
}

.health__group:nth-of-type(3) .health__item:first-child {
  margin-left: 0;
}

.health__group:nth-of-type(3) .health__item:last-child {
  margin-right: 31px;
}

.health__group:nth-of-type(4) .health__item:first-child {
  margin-left: 81px;
}

.health__group:nth-of-type(4) .health__item:last-child {
  margin-right: 11px;
}

.health__item {
  padding-left: 40px;
  position: relative;
  font-size: 24px;
}

.health__item:first-child {
  text-align: right;
  padding-right: 40px;
  padding-left: 0;
}

.health__item:first-child::before {
  left: auto;
  right: 0;
}

.health__item::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../media/health/check.png");
  background-repeat: no-repeat;
  width: 33px;
  height: 32px;
  content: '';
}

.health__item b {
  font-size: inherit;
  font-weight: 500;
}

.health__item span {
  display: block;
  font-size: inherit;
}

.health__btn {
  text-align: center;
  margin-bottom: -37px;
}

@media (max-width: 1030px) {
  .health__title {
    margin-bottom: 20px;
    font-size: 72px;
    color: #c83c8a;
    font-family: 'Bebas';
    line-height: .9;
    text-align: left;
  }

  .health__title span {
    font-size: inherit;
    display: inline;
    text-align: left;
  }

  .health__subTitle {
    font-size: 20px;
  }

  .health__box {
    background-size: 340px;
  }

  .health__group + .health__group {
    margin-top: 30px;
  }

  .health__group:nth-of-type(1) .health__item:first-child {
    margin-left: 69px;
  }

  .health__group:nth-of-type(1) .health__item:last-child {
    margin-right: 67px;
  }

  .health__group:nth-of-type(2) .health__item:first-child {
    margin-left: 0;
  }

  .health__group:nth-of-type(2) .health__item:last-child {
    margin-right: 51px;
  }

  .health__group:nth-of-type(3) .health__item:first-child {
    margin-left: 7px;
  }

  .health__group:nth-of-type(3) .health__item:last-child {
    margin-right: 31px;
  }

  .health__group:nth-of-type(4) .health__item:first-child {
    margin-left: 58px;
  }

  .health__group:nth-of-type(4) .health__item:last-child {
    margin-right: 14px;
  }

  .health__item {
    font-size: 16px;
  }

  .health__btn {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .health__title {
    font-size: 60px;
  }

  .health__subTitle {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
  }

  .health__box {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .health__group + .health__group {
    margin-top: 30px;
  }

  .health__group:nth-of-type(1) .health__item:first-child {
    margin-left: 0;
  }

  .health__group:nth-of-type(1) .health__item:last-child {
    margin-right: 0;
  }

  .health__group:nth-of-type(2) .health__item:first-child {
    margin-left: 0;
  }

  .health__group:nth-of-type(2) .health__item:last-child {
    margin-right: 0;
  }

  .health__group:nth-of-type(3) .health__item:first-child {
    margin-left: 0;
  }

  .health__group:nth-of-type(3) .health__item:last-child {
    margin-right: 0;
  }

  .health__group:nth-of-type(4) .health__item:first-child {
    margin-left: 0;
  }

  .health__group:nth-of-type(4) .health__item:last-child {
    margin-right: 0;
  }

  .health__item {
    width: calc(50% - 15px);
  }

  .health__item:first-child {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }

  .health__item:first-child::before {
    left: 0;
    right: auto;
  }
}

@media (max-width: 480px) {
  .health__title {
    font-size: 28px;
    text-align: center;
    line-height: 1;
    color: #000;
  }

  .health__title span {
    display: inline;
    text-align: center;
    color: #c83c8a;
    background: none;
    -webkit-text-fill-color: #c83c8a;
  }

  .health__subTitle {
    text-align: center;
    font-size: 16px;
  }

  .health__group + .health__group {
    margin-top: 15px;
  }

  .health__item {
    font-size: 14px;
    padding-left: 25px;
  }

  .health__item:first-child {
    padding-left: 25px;
  }

  .health__item::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}
.join__title {
  font-size: 72px;
  font-family: 'Bebas';
  line-height: 1;
  margin-bottom: 50px;
}

.join__title span:first-child {
  display: block;
  font-size: 95px;
  line-height: .8;
  font-weight: 700;
}

.join__title span:last-child {
  display: block;
  font-family: 'Mont';
  font-size: 35px;
  font-weight: 300;
}

.join__title span:last-child mark {
  font-size: inherit;
  background-color: transparent;
  color: #c83c8a;
  font-weight: 500;
}

.join__slide {
  margin-bottom: 190px;
  max-width: 488px;
  margin-left: 33px;
}

.join__slide .owl-nav span {
  display: none;
}

.join__slide .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.join__slide .owl-dot {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000 !important;
}

.join__slide .owl-dot.active {
  background-color: #000;
}

.join__slide .owl-dot + .owl-dot {
  margin-left: 10px !important;
}

.join__slide .owl-dot:focus {
  outline: 0;
}

.join__slide .owl-nav {
  position: absolute;
  top: 50%;
  left: -40px;
  width: calc(100% + 45px);
  margin-top: -27px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join__slide .owl-prev {
  width: 35px;
  height: 35px;
  background-image: url("../media/join/arrow-left.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: .3s transform;
  transition: .3s transform;
}

.join__slide .owl-prev:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.join__slide .owl-prev:focus {
  outline: 0;
}

.join__slide .owl-next {
  width: 35px;
  height: 35px;
  background-image: url("../media/join/arrow-right.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: .3s transform;
  transition: .3s transform;
}

.join__slide .owl-next:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.join__slide .owl-next:focus {
  outline: 0;
}

.join__item {
  position: relative;
  max-width: 488px;
  max-height: 275px;
}

.join__itog {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #fbdb04;
}

.join__go {
  max-width: 430px;
  text-align: center;
}

.join__go-title {
  margin-bottom: 30px;
  font-size: 27px;
  text-transform: uppercase;
}

.join__go-title span {
  display: block;
  margin-top: 10px;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}

.join__go-btn {
  display: inline-block;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  background-color: #fbdb04;
  padding: 25px 45px;
  -webkit-transition: .3s color, .3s background-color;
  transition: .3s color, .3s background-color;
  cursor: pointer;
}

.join__go-btn:hover {
  color: #fff;
  background-color: #eacc00;
}

@media (max-width: 1280px) {
  .join__slide {
    margin-bottom: 90px;
  }

  .join__go-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .join__go-title span {
    margin-top: 5px;
    color: #c83c8a;
    font-size: 38px;
  }

  .join__go-btn {
    font-size: 20px;
  }

  .join__go {
    margin-bottom: -100px;
  }
}

@media (max-width: 1030px) {
  .join__title {
    font-size: 80px;
    color: #c83c8a;
    line-height: .9;
  }

  .join__title span:first-child {
    font-size: inherit;
    line-height: inherit;
  }

  .join__title span:last-child {
    color: #000;
    font-size: 28px;
  }

  .join__slide {
    margin-bottom: 40px;
  }

  .join__go {
    max-width: 325px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .join__title {
    font-size: 60px;
  }

  .join__title span {
    display: inline;
  }

  .join__title span:first-child {
    display: inline;
  }

  .join__title span:last-child {
    display: inline;
    font-size: inherit;
    font-family: 'Bebas';
    color: #c83c8a;
  }

  .join__slide {
    max-width: none;
    width: calc(100% - 66px);
    margin-left: 33px;
  }

  .join__go-title {
    font-size: 16px;
  }

  .join__go-title span {
    font-size: 26px;
  }

  .join__go {
    max-width: 220px;
  }

  .join__go-btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .join__title {
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
  }

  .join__go {
    max-width: none;
  }

  .join__slide {
    margin-bottom: 20px;
  }

  .join__slide .owl-nav {
    width: calc(100% + 80px);
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__media {
  min-width: 72px;
  margin-right: 10px;
}

.logo__title {
  font-size: 15px;
  line-height: 25px;
}

.logo__subTitle {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #589c95;
}

@media (max-width: 768px) {
  .logo__title {
    font-size: 14px;
    line-height: 1.1;
  }

  .logo__subTitle {
    font-size: 18px;
    line-height: 1.1;
  }
}

@media (max-width: 480px) {
  .logo__subTitle {
    font-size: 16px;
    line-height: 1.4;
  }
}
.popular {
  position: relative;
}

.popular__product {
  position: absolute;
  bottom: -40px;
  right: -80px;
  width: 252px;
  height: 455px;
  background-image: url("../media/popular/product.png");
  background-size: cover;
}

.popular__title {
  margin-bottom: 40px;
  font-size: 90px;
  color: #c83c8a;
  font-family: 'Bebas';
  font-weight: 700;
  line-height: .9;
}

.popular__title span {
  display: block;
  font-size: 36px;
  font-family: 'Mont';
  font-weight: 400;
  color: #2e2e2e;
}

.popular__description {
  font-size: 18px;
  max-width: 505px;
}

.popular__description span {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: inherit;
}

.popular__description mark {
  font-weight: 500;
  color: #2f9892;
  background-color: transparent;
  font-size: inherit;
}

.popular__description b {
  font-weight: 700;
  font-size: inherit;
}

@media (max-width: 1030px) {
  .popular__product {
    width: 130px;
    height: 247px;
    bottom: -40px;
    right: 65px;
  }

  .popular__title {
    font-size: 80px;
    margin-bottom: 20px;
  }

  .popular__title span {
    font-size: 28px;
  }

  .popular__description {
    font-size: 16px;
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .popular {
    padding-bottom: 50px;
  }

  .popular__product {
    width: 100px;
    height: 190px;
    bottom: -50px;
    right: 0px;
  }

  .popular__title {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .popular__title span {
    font-size: 28px;
  }

  .popular__description {
    font-size: 16px;
    max-width: 100%;
  }

  .popular__description mark {
    display: block;
    max-width: 260px;
  }
}

@media (max-width: 480px) {
  .popular__product {
    width: 70px;
    height: 134px;
    bottom: -18px;
    right: 40px;
  }

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

  .popular__title span {
    font-family: 'Bebas';
    display: inline;
    color: #c83c8a;
    font-size: inherit;
  }

  .popular__description {
    font-size: 14px;
    max-width: none;
  }
}

@media (max-width: 370px) {
  .popular__product {
    display: none;
  }
}
.priceList {
  margin-top: 20px;
}

.priceList__container {
  margin-bottom: 5px;
  border: 3px dashed #ddd;
  border-radius: 5px;
  padding: 15px;
}

.priceList__title {
  color: #757575;
  text-align: center;
}

.priceList__title mark {
  font-family: 'Bebas';
  font-size: 42px;
  font-weight: 700;
  color: #c83c8a;
  background-color: transparent;
}

.priceList__subTitle {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #c83c8a;
}

.priceList__description {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #52585d;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}

.priceList__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.priceList__item {
  font-size: 14px;
  text-align: center;
  width: 33%;
}

.priceList__item span {
  display: block;
  font-size: inherit;
}

.priceList__info {
  padding-top: 15px;
  font-size: 12px;
  color: #848795;
  text-align: center;
}

.priceList__info span {
  display: block;
  font-size: inherit;
}

.priceList__footer {
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 24px rgba(55, 38, 52, 0.15);
  box-shadow: 0 0 24px rgba(55, 38, 52, 0.15);
}

.priceList__footer-row {
  padding: 10px 0 10px;
  border-bottom: 1px dashed #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1030px) {
  .priceList__item {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .priceList__footer-name {
    font-size: 14px;
  }

  .priceList__footer-info {
    width: 110px;
    text-align: right;
  }
}
.proces__title {
  margin-bottom: 40px;
  font-size: 72px;
  color: #c83c8a;
  font-family: 'Bebas';
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.proces__title span {
  font-family: 'Mont';
  display: block;
  font-size: 36px;
  color: #000000;
  font-weight: 400;
}

.proces__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.proces__item {
  width: calc(50% - 15px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.proces__item:first-child .proces__media::before {
  left: -70px;
  bottom: -10px;
  width: 183px;
  height: 142px;
  background-image: url("../media/proces/img-3.png");
}

.proces__item:last-child .proces__media::before {
  right: 0;
  bottom: -40px;
  width: 162px;
  height: 238px;
  background-image: url("../media/proces/img-4.png");
}

.proces__name {
  font-size: 24px;
  margin-bottom: 20px;
}

.proces__name_color {
  color: #44aca6;
}

.proces__media {
  position: relative;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.proces__media::before {
  position: absolute;
  background-repeat: no-repeat;
  content: '';
  background-size: cover;
}

.proces__item-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.proces__item-title mark {
  background-color: transparent;
  font-size: inherit;
  font-weight: 500;
  color: #44aca6;
}

.proces__info {
  position: relative;
  font-size: 18px;
  max-width: 397px;
  margin-right: auto;
  margin-left: auto;
}

.proces__info + .proces__info {
  margin-top: 15px;
}

.proces__info b {
  font-size: inherit;
}

.proces__info-nomber {
  position: absolute;
  left: -44px;
  top: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.proces__arrow {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.proces__subTitle {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}

.proces__subTitle_color {
  color: #44aca6;
}

@media (max-width: 1030px) {
  .proces__title {
    text-align: left;
    line-height: .9;
  }

  .proces__title span {
    display: inline;
    font-size: inherit;
    font-family: 'Bebas';
  }

  .proces__name {
    font-size: 22px;
  }

  .proces__media {
    max-width: 280px;
  }

  .proces__item-title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .proces__info {
    font-size: 16px;
  }

  .proces__info + .proces__info {
    margin-top: 10px;
  }

  .proces__arrow {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 150px;
  }

  .proces__subTitle {
    margin-top: 0;
    font-size: 24px;
  }

  .proces__info-nomber {
    display: none;
  }
}

@media (max-width: 768px) {
  .proces__title {
    font-size: 60px;
  }

  .proces__item:first-child .proces__media::before {
    left: -20px;
    bottom: 0px;
    width: 86px;
    height: 67px;
    background-image: url("../media/proces/img-3-768.png");
  }

  .proces__item:last-child .proces__media::before {
    right: 5px;
    bottom: -20px;
    width: 80px;
    height: 110px;
  }

  .proces__name {
    font-size: 18px;
  }

  .proces__media {
    max-width: 180px;
  }

  .proces__item-title {
    font-size: 16px;
    font-weight: 500;
  }

  .proces__info {
    font-size: 14px;
  }

  .proces__subTitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .proces__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }

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

  .proces__item {
    width: 100%;
  }

  .proces__item + .proces__item {
    margin-top: 20px;
  }
}
.purchase {
  max-width: 590px;
}

.purchase__item {
  cursor: pointer;
  border: 1px solid #dcdcdc;
}

.purchase__item_active .purchase__body {
  background-color: #f0efdc;
}

.purchase__item_active .purchase__body-check::before {
  display: block;
}

.purchase__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 25px;
  background: #c83c8a;
  background: linear-gradient(130deg, #c83c8a 65%, #579aec 65%);
}

.purchase__head_colorFull {
  background: #c83c8a;
}

.purchase__head-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.purchase__head-subTitle {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.purchase__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px;
  padding-left: 40px;
  background-color: #fff;
}

.purchase__body-check {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 23px;
  height: 23px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
}

.purchase__body-check::before {
  display: none;
  position: absolute;
  top: -8px;
  left: 3px;
  width: 15px;
  height: 20px;
  background-color: transparent;
  border-right: 4px solid #8acd68;
  border-bottom: 4px solid #8acd68;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.purchase__media {
  position: relative;
  z-index: 1;
}

.purchase__media-save {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 78px;
  height: 73px;
  background-image: url("../media/purchase/save.png");
  background-repeat: no-repeat;
}

.purchase__media-save p {
  font-size: 24px;
  font-weight: 700;
  line-height: .9;
  text-align: center;
  margin-right: 8px;
}

.purchase__media-save p span {
  display: block;
  font-size: 14px;
}

.purchase__media-normal {
  position: absolute;
  top: 35px;
  left: 55px;
  z-index: -1;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 145px;
  height: 90px;
  border: 2px dashed #c5c5c5;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #c5c5c5;
  padding: 15px 15px 15px 25px;
  border-radius: 5px;
}

.purchase__media-normal span {
  font-size: inherit;
}

.purchase__savePrice {
  position: absolute;
  bottom: 0;
  right: 0;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #bbaf14;
  background: #fff9a4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff9a4), color-stop(50%, #fdf041), to(#fff9a4));
  background: linear-gradient(#fff9a4 0%, #fdf041 50%, #fff9a4 100%);
  font-size: 14px;
  font-weight: 700;
  color: #4f3c0d;
}

.purchase__savePrice span {
  font-size: 24px;
}

.purchase__info {
  width: calc(100% - 305px);
}

.purchase__info-title {
  font-weight: 700;
  color: #c83c8a;
  line-height: 1;
}

.purchase__info-title span {
  display: block;
  font-size: 24px;
}

.purchase__price {
  font-size: 36px;
  font-weight: 700;
}

.purchase__btn {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 30px;
  background: #a4cd38;
  background: -webkit-gradient(linear, left top, left bottom, from(#a4cd38), to(#44af91));
  background: linear-gradient(#a4cd38 0%, #44af91 100%);
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.purchase__btn:hover {
  background-color: #4ecec6;
}

@media (max-width: 1030px) {
  .purchase {
    max-width: 440px;
  }

  .purchase__head {
    background: linear-gradient(130deg, #c83c8a 60%, #579aec 60%);
  }

  .purchase__head-title {
    font-size: 18px;
  }

  .purchase__head-subTitle {
    font-size: 16px;
  }

  .purchase__media {
    max-width: 210px;
  }

  .purchase__info {
    width: calc(100% - 215px);
  }

  .purchase__info-title {
    font-size: 14px;
  }

  .purchase__info-title span {
    font-size: inherit;
  }

  .purchase__btn {
    font-size: 13px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .purchase__savePrice {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .purchase__savePrice span {
    font-size: 16px;
  }

  .purchase__media-save {
    background-size: cover;
    width: 60px;
    height: 55px;
  }

  .purchase__media-save p {
    font-size: 16px;
    margin-right: 5px;
  }

  .purchase__media-normal {
    top: 23px;
    left: 38px;
    font-size: 16px;
    width: 120px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .purchase {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .purchase__head {
    padding: 5px;
  }

  .purchase__head-title {
    font-size: 14px;
  }

  .purchase__head-subTitle {
    font-size: 14px;
  }

  .purchase__media {
    max-width: 160px;
  }

  .purchase__info {
    width: calc(100% - 170px);
  }

  .purchase__info-title {
    font-size: 12px;
  }

  .purchase__price {
    font-size: 26px;
  }

  .purchase__btn {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
  }

  .purchase__savePrice {
    bottom: -20px;
  }

  .purchase__media-save {
    width: 45px;
    height: 44px;
  }

  .purchase__media-save p {
    line-height: 1;
    font-size: 12px;
    margin-right: 0;
  }

  .purchase__media-save p span {
    font-size: 12px;
  }

  .purchase__media-normal {
    top: 15px;
    left: 33px;
    font-size: 14px;
    width: 110px;
    height: 50px;
    padding: 10px;
    font-weight: 400;
  }
}
.science {
  position: relative;
}

.science__title {
  margin-bottom: 30px;
  font-size: 100px;
  color: #589f97;
  font-family: 'Bebas';
  font-weight: 700;
  line-height: .9;
}

.science__title span {
  display: block;
  font-size: 60px;
  color: #000;
}

.science__subTitle {
  margin-bottom: 20px;
  font-size: 24px;
  color: #c83c8a;
  font-weight: 500;
}

.science__media {
  position: absolute;
  top: 0;
  right: -100px;
  width: 586px;
  height: 708px;
  background-image: url("../media/science/bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.science__item {
  position: relative;
  padding-left: 100px;
  min-height: 82px;
  max-width: 640px;
}

.science__item + .science__item {
  margin-top: 25px;
}

.science__item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 82px;
  background-image: url("../media/science/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.science__description {
  font-size: 18px;
}

.science__description b {
  font-weight: 500;
  font-size: inherit;
}

@media (max-width: 1030px) {
  .science__title {
    font-size: 72px;
    color: #c83c8a;
  }

  .science__title span {
    font-size: 50px;
    color: #000;
  }

  .science__media {
    display: none;
  }

  .science__description {
    font-size: 16px;
  }

  .science__item {
    padding-left: 75px;
    min-height: 60px;
    max-width: none;
  }

  .science__item-media {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .science__title {
    font-size: 60px;
  }

  .science__title span {
    display: inline;
    font-size: inherit;
  }

  .science__subTitle {
    font-size: 20px;
  }

  .science__description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .science__title {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  .science__subTitle {
    font-size: 18px;
    text-align: center;
  }

  .science__item-media {
    width: 30px;
    height: 30px;
    display: none;
  }

  .science__item {
    padding-left: 0;
    min-height: none;
  }

  .science__item + .science__item {
    margin-top: 15px;
  }

  .science__description {
    text-align: center;
  }
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_header {
  background-image: url("../media/section/header.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}

.section_steps {
  background: #4bae9e;
  background: radial-gradient(circle, #4bae9e 0%, #60b586 0%, #4bae9e 100%);
}

.section_works {
  overflow: hidden;
  background-image: url("../media/section/works.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.section_popular {
  overflow: hidden;
  background-image: url("../media/section/popular.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #f4f4f4;
  padding-top: 100px;
}

.section_join {
  background-image: url("../media/section/join.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
  padding-bottom: 190px;
}

.section_brand {
  position: relative;
  background-image: url("../media/section/brand.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
  padding-top: 230px;
  padding-bottom: 190px;
}

.section_science {
  overflow: hidden;
  background: #ffeaf6;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeaf6), to(#fff8fc));
  background: linear-gradient(to top, #ffeaf6 0%, #fff8fc 100%);
}

.section_health {
  background-color: #fff;
}

.section_weight {
  background: #6eba77;
  background: -webkit-gradient(linear, left top, left bottom, from(#6eba77), to(#49aea1));
  background: linear-gradient(#6eba77 0%, #49aea1 100%);
}

.section_commit {
  position: relative;
  background-image: url("../media/section/commit.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #fff;
}

.section_proces {
  position: relative;
  background-image: url("../media/section/proces.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
}

.section_popap {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.section_footer {
  background-image: url("../media/section/header-2.jpg");
  padding-bottom: 120px;
}

.section_popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.section__btn {
  margin-top: 70px;
  text-align: center;
}

.section__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
}

.section__close:hover span {
  background-color: #ff6d6d;
}

.section__close:hover span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section__close:hover span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #b1b1b1;
  -webkit-transition: .3s;
  transition: .3s;
}

.section__close span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section__close span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1700px) {
  .section_header {
    background-image: url("../media/section/header-1920.jpg");
  }
}

@media (max-width: 1280px) {
  .section_brand {
    background-image: url("../media/section/brand-1280.jpg");
  }

  .section_join {
    background-image: url("../media/section/join-1280.jpg");
  }
}

@media (max-width: 1030px) {
  .section_header {
    background-image: url("../media/section/header-1030.jpg");
    background-size: auto;
  }

  .section_steps {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_popular {
    padding-top: 60px;
    background-image: url("../media/section/popular-1030.jpg");
  }

  .section_join {
    background-image: url("../media/section/join-1030.jpg");
  }

  .section_brand {
    padding-top: 60px;
    padding-bottom: 100px;
    background-image: url("../media/section/brand-1030.jpg");
  }

  .section_health {
    padding-bottom: 60px;
  }

  .section_proces {
    background-image: url("../media/section/proces-1030.jpg");
  }
}

@media (max-width: 768px) {
  .section_popular {
    background-image: url("../media/section/popular-768.jpg");
  }

  .section_join {
    background-image: url("../media/section/join-768.jpg");
  }

  .section_brand {
    background-image: url("../media/section/brand-768.jpg");
  }

  .section_proces {
    background-image: url("../media/section/proces-768.jpg");
  }
}

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

  .section_join {
    padding-bottom: 220px;
    background-image: url("../media/section/join-480.jpg");
  }

  .section_brand {
    padding-bottom: 60px;
    background-image: url("../media/section/brand-480.jpg");
  }

  .section_commit {
    background-size: 200px;
    background-position-x: -130px;
  }

  .section_popular {
    background-image: url("../media/section/popular-480.jpg");
  }
}

@media (max-width: 370px) {
  .section_popular {
    background-image: none;
  }
}
.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps__item:nth-of-type(2) .steps__name {
  position: relative;
}

.steps__item:nth-of-type(2) .steps__name:before {
  position: absolute;
  top: 10px;
  right: -127px;
  line-height: 1px;
  color: #fff;
  content: '.............';
}

.steps__item:nth-of-type(2) .steps__name:after {
  position: absolute;
  top: 10px;
  left: -127px;
  line-height: 1px;
  color: #fff;
  content: '.............';
}

.steps__nomber {
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  color: #44aca6;
}

.steps__name {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1030px) {
  .steps__name {
    font-size: 22px;
  }

  .steps__item:nth-of-type(2) .steps__name:before {
    top: 6px;
    right: -96px;
  }

  .steps__item:nth-of-type(2) .steps__name:after {
    top: 6px;
    left: -96px;
  }

  .steps__nomber {
    width: 30px;
    height: 30px;
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  .steps__name {
    font-size: 15px;
  }

  .steps__item:nth-of-type(2) .steps__name:before {
    top: 4px;
    right: -40px;
    content: '......';
  }

  .steps__item:nth-of-type(2) .steps__name:after {
    top: 4px;
    left: -40px;
    content: '......';
  }

  .steps__nomber {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .steps__item {
    position: relative;
    padding-left: 25px;
    width: 145px;
    margin-right: auto;
    margin-left: auto;
  }

  .steps__item + .steps__item {
    margin-top: 10px;
  }

  .steps__item:nth-of-type(2) .steps__name:before {
    display: none;
  }

  .steps__item:nth-of-type(2) .steps__name:after {
    display: none;
  }

  .steps__nomber {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 5px;
    margin-bottom: 0;
  }

  .steps__name {
    margin-top: 2px;
  }
}
.timer {
  margin-right: auto !important;
  margin-left: auto !important;
}
.weight__title {
  font-family: 'Bebas';
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  text-align: center;
}

.weight__subTitle {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.weight__subTitle span {
  font-size: inherit;
}

.weight__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.weight__box::before {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -36px;
  width: 72px;
  height: 72px;
  background-image: url("../media/weight/plus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  content: '';
}

.weight__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 40px);
}

.weight__item:first-child .weight__media {
  width: 297px;
  height: 230px;
  background-image: url("../media/weight/img-1.png");
}

.weight__item:last-child .weight__media {
  width: 240px;
  height: 226px;
  background-image: url("../media/weight/img-2.png");
}

.weight__media {
  margin-bottom: 30px;
}

.weight__description {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.weight__description mark {
  font-size: inherit;
  background-color: transparent;
  color: #f0d626;
}

.weight__description span {
  display: block;
  font-size: inherit;
}

.weight__description small {
  font-weight: 400;
  font-size: 18px;
}

.weight__info {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border: 1px dashed #f0d626;
}

.weight__info span {
  font-size: inherit;
  display: block;
}

@media (max-width: 1030px) {
  .weight__info {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .weight__title {
    margin-bottom: 20px;
    line-height: .9;
  }

  .weight__subTitle {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .weight__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .weight__box::before {
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -40px;
  }

  .weight__item {
    width: 100%;
  }

  .weight__item + .weight__item {
    margin-top: 120px;
  }

  .weight__media {
    margin-bottom: 10px;
  }

  .weight__description {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .weight__title {
    font-size: 28px;
  }

  .weight__subTitle {
    font-size: 14px;
  }

  .weight__description {
    font-size: 16px;
  }

  .weight__info {
    font-size: 14px;
  }
}
.works__title {
  margin-bottom: 15px;
  font-size: 110px;
  line-height: 90px;
  color: #c83c8a;
  font-family: 'Bebas';
}

.works__title span {
  font-size: 110px;
  display: block;
  color: #589f97;
}

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

.works__subTitle span {
  font-size: 30px;
  font-weight: 500;
}

.works__benefit {
  position: relative;
  margin-top: 62px;
  margin-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 50px;
  background-color: #44aca6;
}

.works__benefit::before {
  position: absolute;
  top: -32px;
  right: -589px;
  width: 771px;
  height: 434px;
  background-image: url("../media/works/sm.png");
  background-repeat: no-repeat;
  border-bottom-left-radius: 100%;
  content: '';
}

.works__box {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works__item {
  position: relative;
  width: 218px;
}

.works__item:nth-of-type(1) .works__media {
  background-image: url("../media/works/img-1.png");
}

.works__item:nth-of-type(1)::after {
  position: absolute;
  right: -28px;
  top: 79px;
  width: 16px;
  height: 19px;
  background-image: url("../media/works/arrow.png");
  background-repeat: no-repeat;
  content: '';
}

.works__item:nth-of-type(2) .works__media {
  background-image: url("../media/works/img-2.png");
}

.works__item:nth-of-type(2)::after {
  position: absolute;
  right: -28px;
  top: 79px;
  width: 16px;
  height: 19px;
  background-image: url("../media/works/arrow.png");
  background-repeat: no-repeat;
  content: '';
}

.works__item:nth-of-type(3) .works__media {
  background-image: url("../media/works/img-3.png");
}

.works__item:nth-of-type(3)::after {
  position: absolute;
  right: -28px;
  top: 79px;
  width: 16px;
  height: 19px;
  background-image: url("../media/works/arrow.png");
  background-repeat: no-repeat;
  content: '';
}

.works__item:nth-of-type(4) .works__media {
  background-image: url("../media/works/img-4.png");
}

.works__media {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background-color: #ffe1f2;
  background-repeat: no-repeat;
  background-position: center;
}

.works__info {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.works__info span {
  font-size: 20px;
  font-weight: 500;
  color: #589f97;
}

.works__benefit-item {
  width: 50%;
}

.works__benefit-item_right {
  text-align: right;
}

.works__benefit-item_right .works__benefit-info {
  margin-left: auto;
}

.works__benefit-title {
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  font-family: 'Bebas';
  margin-bottom: 30px;
  line-height: .8;
}

.works__benefit-title span {
  font-size: inherit;
  display: none;
}

.works__benefit-info {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.works__benefit-info + .works__benefit-info {
  margin-top: 25px;
}

.works__benefit-info mark {
  font-size: inherit;
  background: transparent;
  color: #e7d52f;
}

.works__benefit-info span {
  font-size: inherit;
  display: block;
}

.works__benefit-media {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 339px;
  height: 627px;
  background-image: url("../media/works/product.png");
  background-repeat: no-repeat;
}

@media (max-width: 1030px) {
  .works__benefit {
    padding: 25px;
    margin-bottom: 0;
  }

  .works__benefit::before {
    right: -620px;
  }

  .works__title {
    font-size: 80px;
    line-height: .9;
  }

  .works__title span {
    font-size: inherit;
  }

  .works__subTitle {
    font-size: 22px;
  }

  .works__subTitle span {
    font-size: 26px;
  }

  .works__info {
    font-size: 16px;
  }

  .works__info span {
    font-size: inherit;
  }

  .works__item::after {
    display: none;
  }

  .works__benefit-info {
    font-weight: 400;
    font-size: 14px;
  }

  .works__benefit-media {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 111px;
    height: 223px;
    background-image: url("../media/works/product-1030.png");
  }

  .works__benefit-title {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .works__title {
    font-size: 60px;
  }

  .works__subTitle {
    font-size: 18px;
  }

  .works__subTitle span {
    font-size: 22px;
  }

  .works__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .works__item {
    width: 50%;
    margin-bottom: 30px;
  }

  .works__benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .works__benefit-item {
    width: 100%;
  }

  .works__benefit-item_right {
    margin-top: 30px;
    text-align: left;
  }

  .works__benefit-item:last-child {
    display: none;
  }

  .works__benefit-info + .works__benefit-info {
    margin-top: 10px;
  }

  .works__benefit-info span {
    display: inline;
  }

  .works__benefit-title {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .works__benefit-title span {
    display: inline;
  }

  .works__benefit-media {
    display: none;
  }
}

@media (max-width: 480px) {
  .works__title {
    font-size: 28px;
    text-align: center;
  }

  .works__title span {
    display: inline;
  }

  .works__subTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .works__subTitle span {
    font-size: 18px;
  }

  .works__box {
    margin-bottom: 0;
  }

  .works__item {
    width: 100%;
    margin-bottom: 0;
  }

  .works__item + .works__item {
    margin-top: 15px;
  }

  .works__item:nth-of-type(4) .works__media {
    background-size: cover;
  }

  .works__media {
    width: 120px;
    height: 120px;
    background-size: 80%;
    margin-bottom: 5px;
  }

  .works__info {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}


.price_old{
    text-decoration: line-through;
}


.timer {
    background: #fff;
    border-radius: 7px;
    padding: 10px;
}

.count-block {
    text-align: center;
}
.count-block p {
    margin-top: 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
}
.count-block .countdown {
    text-align: center;
}
.count-block .countdown>div {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #007dc6;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 13px;
    color: #d133e4;
}
