@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black'), local('Poppins-Black'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 160px;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body.no-scroll-fixed {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
body .btn {
  padding: 15px 35px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
}
body .btn.btn-default {
  background: #bf1b60;
  color: #fff;
  border: 1px solid #bf1b60;
}
body .btn.btn-default:hover {
  background: #92154a;
  border-color: #92154a;
}
body .btn.btn-border {
  background: #fff;
  color: #000;
  border: 1px solid #bf1b60;
}
body .btn.btn-border:hover {
  color: #fff;
  background: #92154a;
  border-color: #92154a;
}
body .btn.btn-small {
  font-size: 9px;
  padding: 10px 20px;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none !important;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  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;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  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;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  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;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  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;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.header-background {
  height: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #faeef3;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-box-shadow: inset 5px 2px 55px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 5px 2px 55px 0px rgba(0, 0, 0, 0.1);
}
.header-background.background-high {
  height: 650px;
  border-radius: 0 0 20% 20%;
}
.header-background.intro {
  opacity: 0;
}
nav.section-header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-flexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper {
  padding-top: 50px;
  width: 40%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  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;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
  margin-left: 25px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper.intro {
  opacity: 0;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo {
  padding: 65px 25px 25px 25px;
  border-radius: 0 0 100px 100px;
  background: #e16e9f;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #e16e9f;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo .sygnet {
  height: 60px;
  width: 60px;
  fill: #fff;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo .sygnet.black {
  fill: #000;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo.intro {
  background: #fff;
}
nav.section-header .header-flexbox .flexbox-menu {
  padding-top: 40px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
nav.section-header .header-flexbox .flexbox-menu li p {
  font-size: 12px;
  color: #000;
  margin-right: 15px;
  font-weight: 300;
}
nav.section-header .header-flexbox .flexbox-menu li p strong {
  font-weight: 600;
}
nav.section-header .header-flexbox .flexbox-menu li a img {
  height: 20px;
}
nav.section-header .header-flexbox .flexbox-menu li .btn {
  margin-left: 30px;
}
nav.section-header .header-flexbox .flexbox-menu.intro {
  opacity: 0;
}
nav.section-header .header-flexbox .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
nav.section-header.header-fixed {
  background: rgba(255, 255, 255, 0.85);
}
nav.section-header.header-fixed .flexbox-nav-wrapper {
  padding-top: 25px;
}
nav.section-header.header-fixed .flexbox-menu {
  padding-top: 20px;
}
nav.section-header.header-fixed .flexbox-menu .btn {
  padding: 10px 15px;
}
nav.section-header.header-fixed .flexbox-logo-wrapper .flexbox-logo {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
  padding-top: 40px;
}
nav.section-header.header-fixed .flexbox-logo-wrapper .flexbox-logo .sygnet {
  opacity: 0;
  height: 20px !important;
}
section.section-welcome {
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-welcome .welcome-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.section-welcome .welcome-inner .inner-ingredients-1 {
  position: absolute;
  top: 70px;
  left: 3.5%;
  width: 90%;
  z-index: 444;
  pointer-events: none;
}
section.section-welcome .welcome-inner .inner-ingredients-2 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 222;
  pointer-events: none;
}
section.section-welcome .welcome-inner .inner-logotyp {
  margin-top: 40px;
  height: 110px;
  fill: #000;
  position: relative;
  z-index: 333;
}
section.section-welcome .welcome-inner .inner-image {
  margin-top: 20px;
  width: 500px;
  -webkit-transform: translateX(5%);
      -ms-transform: translateX(5%);
          transform: translateX(5%);
  position: relative;
  z-index: 333;
  pointer-events: none;
}
section.section-welcome .welcome-inner .inner-image img {
  width: 100%;
}
section.section-welcome .welcome-inner .inner-cta {
  margin-top: 40px;
  position: relative;
  z-index: 555;
}
section.section-welcome .welcome-inner .inner-cta .btn {
  -webkit-box-shadow: 5px 2px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 2px 15px 0px rgba(0, 0, 0, 0.3);
}
section.section-welcome.intro {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
section.section-explain {
  padding-top: 110px;
}
section.section-explain .animation-point {
  position: absolute;
  top: 50px;
  height: 1px;
}
section.section-explain .explain-inner h2 {
  text-align: center;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 111;
}
section.section-explain .explain-inner .inner-flexbox {
  margin-top: -50px;
  position: relative;
  padding: 130px 0;
  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;
}
section.section-explain .explain-inner .inner-flexbox .flexbox-background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 300px;
  border-radius: 300px;
  background: #f8f8f8;
  pointer-events: none;
}
section.section-explain .explain-inner .inner-flexbox .flexbox-options {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
section.section-explain .explain-inner .inner-flexbox .flexbox-options .option-service {
  margin: 10px;
  padding: 15px 35px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
  color: #000;
  border: 1px solid #e16e9f;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-explain .explain-inner .inner-flexbox .flexbox-options .option-service.service-animation {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
section.section-explain .explain-inner .inner-flexbox .flexbox-cta {
  position: relative;
  width: 45%;
  -webkit-transform: translateX(-8%);
      -ms-transform: translateX(-8%);
          transform: translateX(-8%);
}
section.section-explain .explain-inner .inner-flexbox .flexbox-cta .cta-background {
  background: url(../img/pictures/pyszna-fabryka-liczenie-kalorii.jpg) center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 150px;
  border-radius: 100px;
}
section.section-explain .explain-inner .inner-flexbox .flexbox-cta .cta-inner {
  padding: 70px 0 70px 120px;
  position: relative;
}
section.section-explain .explain-inner .inner-flexbox .flexbox-cta .cta-inner h3 {
  font-size: 22px;
  color: #e16e9f;
  width: 80%;
}
section.section-explain .explain-inner .inner-flexbox .flexbox-cta .cta-inner p {
  margin-top: 40px;
  font-size: 14px;
  max-width: 80%;
  margin-left: 60px;
  font-weight: 300;
}
section.section-explain .explain-inner .inner-flexbox .flexbox-cta .cta-inner .btn {
  margin-top: 40px;
}
section.section-steps {
  padding-top: 80px;
}
section.section-steps.steps-padding {
  padding: 110px 0 30px 0;
}
section.section-steps .steps-inner {
  position: relative;
}
section.section-steps .steps-inner .inner-background-1 {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 111;
  pointer-events: none;
}
section.section-steps .steps-inner .inner-background-2 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 111;
  pointer-events: none;
}
section.section-steps .steps-inner h2 {
  text-align: center;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 111;
}
section.section-steps .steps-inner .inner-flexbox {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.section-steps .steps-inner .inner-flexbox .flexbox-service {
  width: 23%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-steps .steps-inner .inner-flexbox .flexbox-service .service-number {
  width: 50px;
  height: 100px;
  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;
  text-align: center;
  border-radius: 50px;
  background: #e16e9f;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  position: relative;
}
section.section-steps .steps-inner .inner-flexbox .flexbox-service .service-text {
  width: 100%;
  margin-top: -50px;
  padding: 70px 15px 15px 15px;
  border: 1px solid #eee;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-steps .steps-inner .inner-flexbox a.flexbox-service:hover .service-text {
  background: #eee;
  border-color: #e16e9f;
}
section.section-offer {
  padding-top: 110px;
}
section.section-offer .offer-inner {
  position: relative;
}
section.section-offer .offer-inner .inner-background-wrapper {
  position: relative;
}
section.section-offer .offer-inner .inner-background-wrapper .inner-background {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 111;
  pointer-events: none;
}
section.section-offer .offer-inner h2 {
  text-align: center;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 111;
}
section.section-offer .offer-inner h2 a {
  color: inherit;
  -webkit-transition: color 0.8s;
  -o-transition: color 0.8s;
  transition: color 0.8s;
}
section.section-offer .offer-inner h2 a:hover {
  color: #e16e9f;
}
section.section-offer .offer-inner .owl-carousel {
  margin-top: 40px;
  position: relative;
}
section.section-offer .offer-inner .owl-carousel .owl-stage-outer {
  z-index: 222;
  position: relative;
}
section.section-offer .offer-inner .owl-carousel .owl-item {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0.6;
  padding: 60px 0;
}
section.section-offer .offer-inner .owl-carousel .owl-item.center {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
section.section-offer .offer-inner .owl-carousel .owl-item.center .item-service .service-description .btn {
  opacity: 1;
  visibility: visible;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service {
  position: relative;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-image {
  position: relative;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-image img {
  width: 100%;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-description {
  text-align: center;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-description .name {
  margin-top: -140px;
  font-size: 20px;
  font-weight: 700;
  background: #e16e9f;
  color: #fff;
  display: inline-block;
  padding: 155px 30px 20px 30px;
  border-radius: 20px;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-description p {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 300;
  color: #000;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-description .icon {
  width: 40px;
  margin: 20px auto 0 auto;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-description .calories {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-description .calories span {
  font-size: 18px;
  font-weight: 700;
  color: #e16e9f;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-description .btn {
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-offer .offer-inner .owl-carousel .owl-item .item-service .service-description .btn span {
  font-size: 22px;
  line-height: 5px;
  color: #bf1b60;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: 13px;
  display: inline-block;
}
section.section-offer .offer-inner .owl-carousel .owl-nav-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-offer .offer-inner .owl-carousel .owl-nav-wrapper .owl-nav {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-offer .offer-inner .owl-carousel .owl-nav-wrapper .owl-nav .owl-prev {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  padding: 50px 100px 50px 50px !important;
  height: 100%;
  position: relative;
  outline: none;
  z-index: 333;
}
section.section-offer .offer-inner .owl-carousel .owl-nav-wrapper .owl-nav .owl-prev:before {
  content: "";
  width: 29px;
  height: 54px;
  background: url('../img/icons/prev.svg') center;
  background-size: cover;
  display: block;
}
section.section-offer .offer-inner .owl-carousel .owl-nav-wrapper .owl-nav .owl-next {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  padding: 50px 50px 50px 100px !important;
  height: 100%;
  position: relative;
  outline: none;
  z-index: 333;
}
section.section-offer .offer-inner .owl-carousel .owl-nav-wrapper .owl-nav .owl-next:before {
  content: "";
  width: 29px;
  height: 54px;
  background: url('../img/icons/next.svg') center;
  background-size: cover;
  display: block;
}
section.section-testimonials {
  padding-top: 70px;
}
section.section-testimonials .testimonials-inner {
  position: relative;
}
section.section-testimonials .testimonials-inner .inner-background {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 111;
  pointer-events: none;
}
section.section-testimonials .testimonials-inner h1 {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  color: #e16e9f;
  position: relative;
  z-index: 111;
}
section.section-testimonials .testimonials-inner h2 {
  text-align: center;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 111;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials {
  margin-top: 60px;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .item-service {
  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;
  text-align: center;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .item-service .service-name {
  background: #e16e9f;
  border-radius: 20px;
  padding: 20px 30px;
  position: relative;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .item-service .service-name .name {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .item-service .service-name .address {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .item-service .service-name .address span {
  font-weight: 700;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .item-service .service-description {
  margin-top: -50px;
  padding: 80px 80px 35px 80px;
  border-radius: 20px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .item-service .service-description img {
  height: 70px;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .item-service .service-description p {
  margin-top: 25px;
  font-weight: 300;
  color: #000;
  font-size: 22px;
  font-style: italic;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .owl-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .owl-dots .owl-dot {
  min-height: 20px;
  min-width: 30px;
  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;
  outline: none;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .owl-dots .owl-dot span {
  background-color: #fff;
  border: 1px solid #e16e9f;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.section-testimonials .testimonials-inner .owl-carousel-testimonials .owl-dots .owl-dot.active span {
  background-color: #e16e9f;
}
section.section-advantages {
  padding-top: 100px;
}
section.section-advantages .advantages-inner h2 {
  text-align: center;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 111;
}
section.section-advantages .advantages-inner h2 a {
  color: inherit;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-advantages .advantages-inner h2 a:hover {
  color: #e16e9f;
}
section.section-advantages .advantages-inner .inner-flexbox {
  margin-top: 60px;
  padding: 0 10%;
  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;
}
section.section-advantages .advantages-inner .inner-flexbox .flexbox-service {
  text-align: center;
  width: 25%;
}
section.section-advantages .advantages-inner .inner-flexbox .flexbox-service .service-icon {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  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;
  background: #e16e9f;
  margin: 0 auto;
}
section.section-advantages .advantages-inner .inner-flexbox .flexbox-service .service-icon img {
  height: 40px;
}
section.section-advantages .advantages-inner .inner-flexbox .flexbox-service p {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #666;
}
section.section-advantages .advantages-inner .inner-flexbox .flexbox-service p strong {
  font-weight: 600;
}
section.section-gallery {
  padding-top: 100px;
}
section.section-gallery .gallery-inner h1 {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  color: #e16e9f;
  position: relative;
  z-index: 111;
}
section.section-gallery .gallery-inner h2 {
  text-align: center;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 111;
}
section.section-gallery .gallery-inner h2 a {
  color: inherit;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-gallery .gallery-inner h2 a:hover {
  color: #e16e9f;
}
section.section-gallery .gallery-inner .inner-flexbox {
  margin-top: 30px;
  padding: 0 10%;
  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;
  position: relative;
}
section.section-gallery .gallery-inner .inner-flexbox .inner-background {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: -111;
  pointer-events: none;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service {
  margin-top: 30px;
  width: 31%;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service .service-image {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service .service-image .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  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;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 0;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service .service-image .image-cover img {
  height: 50px;
  width: 50px;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service .service-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service .service-text {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  display: block;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service .service-text:before {
  content: '';
  height: 10px;
  width: 50px;
  border-radius: 20px;
  background: #e16e9f;
  display: block;
  margin: 20px auto;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service:hover .service-image .image-cover {
  opacity: 1;
}
section.section-gallery .gallery-inner .inner-flexbox .flexbox-service:hover .service-text:before {
  width: 100px;
}
section.dieta-section-content .content-inner .inner-steps {
  margin-top: 70px;
  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;
  overflow: hidden;
  position: relative;
}
section.dieta-section-content .content-inner .inner-steps .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-85%);
      -ms-transform: translateY(-85%);
          transform: translateY(-85%);
  right: 60%;
  z-index: 333;
  font-size: 9px;
  padding: 10px 25px;
}
section.dieta-section-content .content-inner .inner-steps .steps-cover-1 {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  z-index: 222;
}
section.dieta-section-content .content-inner .inner-steps .steps-cover-2 {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55%;
  z-index: 222;
}
section.dieta-section-content .content-inner .inner-steps .step-service {
  text-align: center;
  margin: 0 40px;
  opacity: 0.7;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}
section.dieta-section-content .content-inner .inner-steps .step-service .service-number {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background: #e16e9f;
  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;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
section.dieta-section-content .content-inner .inner-steps .step-service .service-text {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
section.dieta-section-content .content-inner .inner-steps .step-service.service-hidden {
  opacity: 0;
  visibility: hidden;
}
section.dieta-section-content .content-inner .inner-steps .step-service.active {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
section.dieta-section-content .content-inner .inner-steps .step-service.blue .service-number {
  background: #85C1E9;
}
section.dieta-section-content .content-inner .inner-steps .step-service.red .service-number {
  background: #E74C3C;
}
section.dieta-section-content .content-inner .inner-diet {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 222;
}
section.dieta-section-content .content-inner .inner-diet .inner-background {
  position: absolute;
  top: -250px;
  left: -100px;
  width: 100%;
  pointer-events: none;
}
section.dieta-section-content .content-inner .inner-diet .diet-image {
  width: 23%;
}
section.dieta-section-content .content-inner .inner-diet .diet-image img {
  width: 100%;
}
section.dieta-section-content .content-inner .inner-diet .diet-description {
  width: 37%;
}
section.dieta-section-content .content-inner .inner-diet .diet-description h1 {
  font-size: 34px;
  font-weight: 600;
  color: #e16e9f;
}
section.dieta-section-content .content-inner .inner-diet .diet-description p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}
section.dieta-section-content .content-inner .inner-diet .diet-description .description-calories {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.dieta-section-content .content-inner .inner-diet .diet-description .description-calories .icon {
  height: 50px;
  margin-right: 15px;
}
section.dieta-section-content .content-inner .inner-diet .diet-description .description-calories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.dieta-section-content .content-inner .inner-diet .diet-description .description-calories ul li {
  margin: 10px;
  color: #000;
  font-weight: 500;
  font-size: 12px;
}
section.dieta-section-content .content-inner .inner-diet .diet-description .description-price {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
section.dieta-section-content .content-inner .inner-diet .diet-description .description-price b {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #e16e9f;
}
section.dieta-section-content .content-inner .inner-diet .diet-description .btn {
  margin-top: 35px;
}
section.dieta-section-content .content-inner .inner-diet .diet-menu {
  width: 30%;
}
section.dieta-section-content .content-inner .inner-diet .diet-menu .heading {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
section.dieta-section-content .content-inner .inner-diet .diet-menu .menu-inner {
  margin-top: 20px;
  border: 1px solid #e16e9f;
  border-radius: 20px;
  padding: 30px;
}
section.dieta-section-content .content-inner .inner-diet .diet-menu .menu-inner p {
  font-size: 12px;
  font-weight: 300;
  color: #000;
}
section.dieta-section-content .content-inner .inner-diet .diet-menu .menu-inner p b {
  font-weight: 800;
}
section.dieta-section-content .content-inner .inner-configuration-heading {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.dieta-section-content .content-inner .inner-configuration-heading .inner-background {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
section.dieta-section-content .content-inner .inner-configuration-heading .heading-service {
  border-radius: 20px;
  background: #e16e9f;
  padding: 20px 50px;
}
section.dieta-section-content .content-inner .inner-configuration-heading .heading-service span {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
}
section.dieta-section-content .content-inner .inner-configuration-heading .service-info {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.dieta-section-content .content-inner .inner-configuration-heading .service-info .info-box {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
section.dieta-section-content .content-inner .inner-configuration-heading .service-info .info-box b {
  font-size: 30px;
  font-weight: 800;
  color: #e16e9f;
}
section.dieta-section-content .content-inner .inner-configuration-heading .service-info .info-box b span {
  font-weight: 600;
  color: #bbb;
  position: relative;
  display: inline-block;
}
section.dieta-section-content .content-inner .inner-configuration-heading .service-info .info-box b span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: 5%;
  height: 1px;
  width: 90%;
  border-top: 0.5px solid #555;
}
section.dieta-section-content .content-inner .inner-configuration-heading .service-info .info-box + .info-box {
  margin-left: 30px;
}
section.dieta-section-content .content-inner .inner-configuration {
  padding: 30px;
  border-radius: 20px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: inset 5px 10px 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 5px 10px 25px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories {
  width: 28%;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .heading {
  font-size: 17px;
  font-weight: 600;
  color: #e16e9f;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .calories-cta {
  margin-top: 13px;
  text-align: center;
  font-weight: 300;
  color: #000;
  font-size: 14px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .calories-cta a {
  font-weight: 700;
  color: #e16e9f;
  text-decoration: underline !important;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .calories-flexbox {
  margin-top: 25px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .calories-flexbox .flexbox-service {
  width: 100%;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .calories-flexbox .flexbox-service .service-text {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e16e9f;
  color: #888;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .calories-flexbox .flexbox-service input {
  visibility: hidden;
  position: absolute;
  width: auto !important;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .calories-flexbox .flexbox-service + .flexbox-service {
  margin-top: 10px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-calories .calories-flexbox .flexbox-service > input:checked + .service-text {
  color: #fff;
  background: #e16e9f;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date {
  width: 35%;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .heading {
  font-size: 17px;
  font-weight: 600;
  color: #e16e9f;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .date-flexbox {
  margin-top: 25px;
  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;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .date-flexbox .flexbox-service {
  margin-top: 10px;
  width: 32%;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .date-flexbox .flexbox-service .service-text {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e16e9f;
  color: #888;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .date-flexbox .flexbox-service input {
  visibility: hidden;
  position: absolute;
  width: auto !important;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .date-flexbox .flexbox-service:last-child {
  width: 66%;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .date-flexbox .flexbox-service > input:checked + .service-text {
  color: #fff;
  background: #e16e9f;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .weekend-option {
  margin-top: 25px;
  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;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .weekend-option input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  margin: 0 20px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  -webkit-box-shadow: inset -20px 0 0 0 #f9f9f9;
          box-shadow: inset -20px 0 0 0 #f9f9f9;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .weekend-option input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .weekend-option input.apple-switch:checked {
  -webkit-box-shadow: inset 20px 0 0 0 #e16e9f;
          box-shadow: inset 20px 0 0 0 #e16e9f;
  border-color: #e16e9f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .weekend-option input.apple-switch:checked:after {
  left: 20px;
  -webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
          box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .weekend-option p {
  font-size: 12px;
  text-transform: uppercase;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .datepicker {
  margin-top: 25px;
  border-radius: 10px;
  width: 100%;
  border-color: #e16e9f;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .datepicker .datepicker--day-name {
  color: #e16e9f;
  font-weight: 600;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .datepicker .datepicker--cell {
  height: 40px;
  border: 1px solid #fff;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .datepicker .-selected- {
  background: #e16e9f;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .datepicker .-selected-.-current- {
  color: #fff;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-date .datepicker .-current- {
  color: #e16e9f;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options {
  width: 28%;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .heading {
  font-size: 17px;
  font-weight: 600;
  color: #e16e9f;
  text-align: center;
  margin-bottom: 35px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code {
  margin-top: 30px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code label {
  font-weight: 300;
  color: #000;
  font-size: 15px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code input {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e16e9f;
  height: 40px;
  padding: 10px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code input:focus {
  outline: none;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code .btn {
  margin-top: 20px;
  font-size: 10px;
  padding: 10px 20px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code .code-actived .code-text {
  height: 40px;
  border-radius: 10px;
  background: #fff;
  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: 0 10px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code .code-actived .code-text p {
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code .code-actived .code-text button {
  padding: 0;
  background: #ddd;
  border: 0;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  color: red;
  font-weight: 800;
  font-size: 13px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
section.dieta-section-content .content-inner .inner-configuration .configuration-options .option-code .code-actived .code-text button:hover {
  background: #ccc;
}
section.dieta-section-content .content-inner .checkbox-service {
  margin-top: 15px;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  display: block;
}
section.dieta-section-content .content-inner .checkbox-service .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.dieta-section-content .content-inner .checkbox-service .service-inner .name {
  font-weight: 300;
  text-align: left;
  font-size: 17px;
  color: #000;
}
section.dieta-section-content .content-inner .checkbox-service .service-inner:before {
  content: '';
  display: block;
  margin-top: -1px;
  margin-right: 12px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  background: url('../img/icons/success.svg') center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.dieta-section-content .content-inner .checkbox-service input {
  visibility: hidden;
  position: absolute;
}
section.dieta-section-content .content-inner .checkbox-service > input:checked + .service-inner:before {
  background: url('../img/icons/success-fill.svg') center;
}
section.dieta-section-content .content-inner .inner-form {
  padding: 0 20%;
  position: relative;
  z-index: 555;
}
section.dieta-section-content .content-inner .inner-form .inner-background {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
section.dieta-section-content .content-inner .inner-form .heading {
  margin-top: 60px;
  font-size: 34px;
  font-weight: 600;
  color: #e16e9f;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-form .form-info {
  margin-top: 30px;
  padding: 20px 50px;
  border-radius: 20px;
  background: #eee;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-form .form-info p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
section.dieta-section-content .content-inner .inner-form .input-service {
  margin-top: 30px;
}
section.dieta-section-content .content-inner .inner-form .input-service label {
  font-weight: 300;
  color: #000;
  font-size: 15px;
}
section.dieta-section-content .content-inner .inner-form .input-service input {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e16e9f;
  height: 40px;
  padding: 10px;
}
section.dieta-section-content .content-inner .inner-form .input-service input:focus {
  outline: none;
}
section.dieta-section-content .content-inner .inner-form .input-service textarea {
  margin-top: 20px;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e16e9f;
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
}
section.dieta-section-content .content-inner .inner-form .input-service textarea:focus {
  outline: none;
}
section.dieta-section-content .content-inner .inner-summary {
  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;
}
section.dieta-section-content .content-inner .inner-summary .summary-service {
  width: 31%;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .heading {
  margin-top: 60px;
  font-size: 34px;
  font-weight: 600;
  color: #e16e9f;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .small-heading {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-calories {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-calories .icon {
  height: 35px;
  margin-right: 15px;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-calories span {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-box {
  margin-top: 15px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-box span {
  font-weight: 300;
  font-size: 13px;
  color: #888;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-price {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  color: #000;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-price p {
  font-weight: 300;
  font-size: 13px;
  color: #888;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-price b {
  font-size: 30px;
  font-weight: 800;
  color: #e16e9f;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-price b span {
  font-weight: 600;
  color: #bbb;
  position: relative;
  display: inline-block;
}
section.dieta-section-content .content-inner .inner-summary .summary-service .service-price b span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: 5%;
  height: 1px;
  width: 90%;
  border-top: 0.5px solid #555;
}
section.dieta-section-content .content-inner .inner-summary .summary-service:nth-child(4) {
  width: 100%;
  padding: 0 20%;
}
section.dieta-section-content .content-inner .inner-summary .summary-service:nth-child(4) .heading {
  margin-bottom: 40px;
}
section.dieta-section-content .content-inner .inner-summary .summary-service:nth-child(4) .name {
  font-size: 15px;
}
section.dieta-section-content .content-inner .inner-summary .summary-service:nth-child(4) .checkbox-service .service-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.dieta-section-content .content-inner .inner-summary .summary-service:nth-child(4) .checkbox-service .service-inner .name {
  font-size: 14px;
}
section.dieta-section-content .content-inner .inner-summary .summary-service:nth-child(4) .checkbox-service .service-inner:before {
  margin-top: 4px;
  height: 16px;
  min-width: 16px;
  max-width: 16px;
}
section.dieta-section-content .content-inner .inner-payment {
  margin-top: 60px;
}
section.dieta-section-content .content-inner .inner-payment .heading {
  font-size: 34px;
  font-weight: 600;
  color: #e16e9f;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-payment .heading span {
  text-decoration: underline;
}
section.dieta-section-content .content-inner .inner-payment .heading.blue {
  color: #85C1E9;
}
section.dieta-section-content .content-inner .inner-payment .heading.red {
  color: #E74C3C;
}
section.dieta-section-content .content-inner .inner-payment .small-heading {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-payment .payment-info {
  margin: 0 20%;
  margin-top: 30px;
  padding: 20px 50px;
  border-radius: 20px;
  background: #eee;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-payment .payment-info p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
section.dieta-section-content .content-inner .inner-payment .payment-price {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
section.dieta-section-content .content-inner .inner-payment .payment-price b {
  font-size: 30px;
  font-weight: 800;
  color: #e16e9f;
}
section.dieta-section-content .content-inner .inner-payment .payment-cta {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
section.dieta-section-content .content-inner .inner-payment .payment-cta p {
  font-size: 14;
  font-weight: 700;
  color: #e16e9f;
  margin-bottom: 25px;
}
section.dieta-section-content .content-inner .inner-payment .payment-cta .btn-temporary {
  border: none;
  background: none;
  padding: 0;
  outline: none;
}
section.dieta-section-content .content-inner .inner-payment .payment-cta .btn-temporary img {
  height: 70px;
}
section.dieta-section-content .content-inner .inner-payment .payment-data {
  text-align: center;
  margin-top: 40px;
}
section.dieta-section-content .content-inner .inner-buttons-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.dieta-section-content .content-inner .inner-buttons-wrapper .btn {
  min-width: 300px;
  font-size: 13px;
}
section.dieta-section-content .content-inner .inner-buttons-wrapper.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.cennik-section-content {
  padding-top: 110px;
}
section.cennik-section-content .content-inner {
  position: relative;
  padding: 0 10%;
}
section.cennik-section-content .content-inner .inner-background {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  pointer-events: none;
}
section.cennik-section-content .content-inner h1 {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  color: #e16e9f;
  position: relative;
  z-index: 111;
}
section.cennik-section-content .content-inner .inner-tabs {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.cennik-section-content .content-inner .inner-tabs .nav-tabs {
  width: 30%;
  display: block;
  border-bottom: none;
}
section.cennik-section-content .content-inner .inner-tabs .nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e16e9f;
  background: #fff;
  color: #888;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.cennik-section-content .content-inner .inner-tabs .nav-tabs .nav-item .nav-link.active {
  background: #e16e9f;
  color: #fff;
}
section.cennik-section-content .content-inner .inner-tabs .nav-tabs .nav-item + .nav-item {
  margin-top: 15px;
}
section.cennik-section-content .content-inner .inner-tabs .tab-content {
  width: 65%;
  padding: 20px 40px;
  border-radius: 20px;
  background: #f8f8f8;
}
section.cennik-section-content .content-inner .inner-tabs .tab-content .tab-pane .pane-service {
  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;
}
section.cennik-section-content .content-inner .inner-tabs .tab-content .tab-pane .pane-service span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
section.cennik-section-content .content-inner .inner-tabs .tab-content .tab-pane .pane-service span b {
  font-size: 26px;
  font-weight: 700;
  color: #e16e9f;
}
section.cennik-section-content .content-inner .inner-tabs .tab-content .tab-pane .pane-service + .pane-service {
  margin-top: 5px;
}
section.cennik-section-content .content-promotion {
  margin-top: 90px;
  position: relative;
}
section.cennik-section-content .content-promotion .inner-background {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
section.cennik-section-content .content-promotion h2 {
  margin-top: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  color: #000;
  position: relative;
  z-index: 111;
}
section.cennik-section-content .content-promotion .promotion-flexbox {
  margin-top: 20px;
  position: relative;
  padding: 50px 10%;
  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;
}
section.cennik-section-content .content-promotion .promotion-flexbox .flexbox-background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 300px;
  border-radius: 300px;
  background: #f8f8f8;
  pointer-events: none;
}
section.cennik-section-content .content-promotion .promotion-flexbox .flexbox-cta {
  position: relative;
  width: 60%;
  margin-left: 400px;
}
section.cennik-section-content .content-promotion .promotion-flexbox .flexbox-cta .cta-background {
  background: url(../img/backgrounds/herbs-906140_640.jpg) center;
  background-size: cover;
  position: absolute;
  left: -150px;
  height: 100%;
  width: 150px;
  border-radius: 100px;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
section.cennik-section-content .content-promotion .promotion-flexbox .flexbox-cta .cta-inner {
  padding: 70px 0 70px 120px;
  position: relative;
}
section.cennik-section-content .content-promotion .promotion-flexbox .flexbox-cta .cta-inner h3 {
  font-size: 22px;
  color: #000;
  width: 80%;
  margin-left: 60px;
}
section.cennik-section-content .content-promotion .promotion-flexbox .flexbox-cta .cta-inner p {
  margin-top: 40px;
  font-size: 16px;
  margin-left: 135px;
  font-weight: 300;
}
section.cennik-section-content .content-promotion .promotion-flexbox .flexbox-cta .cta-inner p b {
  font-weight: 700;
}
section.cennik-section-content .content-promotion .promotion-flexbox .flexbox-cta .cta-inner .btn {
  margin-top: 40px;
  margin-left: 60px;
}
section.kalkulator-section-content .content-inner {
  padding: 0 20%;
  position: relative;
  z-index: 555;
}
section.kalkulator-section-content .content-inner .inner-background {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
section.kalkulator-section-content .content-inner h1 {
  margin-top: 60px;
  font-size: 34px;
  font-weight: 600;
  color: #e16e9f;
  text-align: center;
}
section.kalkulator-section-content .content-inner .inner-info {
  margin-top: 30px;
  padding: 20px 50px;
  border-radius: 20px;
  background: #eee;
  text-align: center;
}
section.kalkulator-section-content .content-inner .inner-info p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
section.kalkulator-section-content .content-inner .input-service {
  margin-top: 30px;
}
section.kalkulator-section-content .content-inner .input-service label {
  font-weight: 300;
  color: #000;
  font-size: 15px;
}
section.kalkulator-section-content .content-inner .input-service input {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e16e9f;
  height: 40px;
  padding: 10px;
}
section.kalkulator-section-content .content-inner .input-service input:focus {
  outline: none;
}
section.kalkulator-section-content .content-inner .input-service textarea {
  margin-top: 20px;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e16e9f;
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
}
section.kalkulator-section-content .content-inner .input-service textarea:focus {
  outline: none;
}
section.kalkulator-section-content .content-inner .input-service .select2 {
  width: 100% !important;
  display: block !important;
}
section.kalkulator-section-content .content-inner .input-service .select2 .select2-selection {
  width: 100% !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid #e16e9f !important;
  height: 40px !important;
  padding-top: 5px;
  outline: none;
}
section.kalkulator-section-content .content-inner .input-service .select2 .select2-selection__arrow {
  right: 10px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.kalkulator-section-content .content-inner .inner-buttons-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.kalkulator-section-content .content-inner .inner-buttons-wrapper .btn {
  min-width: 300px;
  font-size: 13px;
}
section.kalkulator-section-content .inner-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  position: relative;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #eee;
  background: #fff;
  margin: 60px 10% 0 10%;
  z-index: 999;
}
section.kalkulator-section-content .inner-score .score-calories p {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
section.kalkulator-section-content .inner-score .score-calories span {
  font-size: 28px;
  font-weight: 700;
  color: #e16e9f;
}
section.kalkulator-section-content .inner-score .score-refresh p {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
section.faq-section-content .content-inner {
  position: relative;
  padding-left: 32%;
}
section.faq-section-content .content-inner .inner-background {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: -111;
  pointer-events: none;
}
section.faq-section-content .content-inner h1 {
  margin-top: 110px;
  font-size: 34px;
  font-weight: 600;
  color: #e16e9f;
}
section.faq-section-content .content-inner .inner-description {
  margin-top: 50px;
  padding-left: 50px;
}
section.faq-section-content .content-inner .inner-description h2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
section.faq-section-content .content-inner .inner-description p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding-left: 50px;
}
section.faq-section-content .content-inner .inner-description .btn {
  margin-top: 60px;
}
section.kontakt-section-content .content-inner {
  position: relative;
  padding-left: 32%;
}
section.kontakt-section-content .content-inner .inner-background {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: -111;
  pointer-events: none;
}
section.kontakt-section-content .content-inner h1 {
  margin-top: 110px;
  font-size: 34px;
  font-weight: 300;
  color: #666;
}
section.kontakt-section-content .content-inner .inner-contact {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.kontakt-section-content .content-inner .inner-contact address {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-right: 80px;
}
section.kontakt-section-content .content-inner .inner-contact .contact-cta a {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #e16e9f;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
section.kontakt-section-content .content-inner .inner-contact .contact-cta a:hover {
  color: #d84483;
}
section.kontakt-section-content .content-inner .small-heading {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
section.kontakt-section-content .content-inner .input-service {
  margin-top: 30px;
}
section.kontakt-section-content .content-inner .input-service label {
  font-weight: 300;
  color: #000;
  font-size: 15px;
}
section.kontakt-section-content .content-inner .input-service input {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e16e9f;
  height: 40px;
  padding: 10px;
}
section.kontakt-section-content .content-inner .input-service input:focus {
  outline: none;
}
section.kontakt-section-content .content-inner .input-service textarea {
  margin-top: 20px;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e16e9f;
  min-height: 120px;
  max-height: 120px;
  padding: 10px;
}
section.kontakt-section-content .content-inner .input-service textarea:focus {
  outline: none;
}
section.kontakt-section-content .content-inner .btn {
  margin-top: 40px;
}
section.static-page-section-content .content-inner {
  position: relative;
  padding-right: 32%;
}
section.static-page-section-content .content-inner .inner-background {
  position: absolute;
  top: -50px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 0;
  width: 100%;
  z-index: -111;
  pointer-events: none;
}
section.static-page-section-content .content-inner h1 {
  margin-top: 110px;
  font-size: 34px;
  font-weight: 600;
  color: #e16e9f;
}
section.static-page-section-content .content-inner .inner-description {
  margin-top: 50px;
  padding-left: 50px;
}
section.static-page-section-content .content-inner .inner-description h2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
section.static-page-section-content .content-inner .inner-description p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
section.static-page-section-content .content-inner .inner-description p b,
section.static-page-section-content .content-inner .inner-description p strong {
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-description li {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
section.static-page-section-content .content-inner .inner-description li b,
section.static-page-section-content .content-inner .inner-description li strong {
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-description ul,
section.static-page-section-content .content-inner .inner-description ol {
  margin-top: 10px;
  padding-left: 17px;
}
section.static-page-section-content .content-inner .inner-description .btn {
  margin-top: 60px;
}
section.section-footer {
  margin-top: 170px;
  position: relative;
  z-index: 555;
  background: #f8f8f8;
}
section.section-footer .footer-inner {
  position: relative;
}
section.section-footer .footer-inner .inner-background {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
section.section-footer .footer-inner .inner-logo {
  padding: 65px 0;
  width: 110px;
  display: block;
  border-radius: 100px;
  background: #e16e9f;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  margin: -105px auto 0 auto;
  text-align: center;
}
section.section-footer .footer-inner .inner-logo .sygnet {
  height: 60px;
  width: 60px;
  fill: #fff;
}
section.section-footer .footer-inner .inner-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service {
  margin-top: 50px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li.heading {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 18px;
  color: #000;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a {
  font-size: 13px;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a b {
  font-size: 16px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a span {
  font-size: 10px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li a:hover {
  color: #e16e9f;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li p {
  font-size: 12px;
  color: #000;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li p b {
  font-weight: 400;
  font-size: 14px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service ul li p span {
  font-size: 10px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .list-social li {
  margin-right: 20px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .list-social li a img {
  height: 25px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .list-social li:last-child {
  margin-right: 0;
}
section.section-footer .alert {
  position: relative;
  background: none;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 50px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .alert img {
  height: 100px;
  opacity: 0.5;
  margin-right: 50px;
}
section.section-footer .alert p {
  font-size: 13px;
  color: #000;
  font-weight: 300;
}
section.section-footer .alert p a {
  color: #e16e9f;
  cursor: pointer;
}
section.section-footer .footer-credits-wrapper {
  padding: 25px 0;
  background: #e5e5e5;
}
section.section-footer .footer-credits-wrapper .footer-credits {
  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;
  position: relative;
}
section.section-footer .footer-credits-wrapper .footer-credits p {
  font-size: 13px;
  color: #000;
  font-weight: 300;
}
section.section-footer .footer-credits-wrapper .footer-credits p a {
  color: #e16e9f;
}
section.section-footer .footer-credits-wrapper .footer-credits .footer-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-credits-wrapper .footer-credits .footer-payment p {
  margin-right: 15px;
}
section.section-footer .footer-credits-wrapper .footer-credits .footer-payment img {
  margin-right: 10px;
  height: 19px;
}
section.section-footer .footer-credits-wrapper .footer-credits .footer-payment img:last-child {
  margin-right: 0;
}
@media (min-width: 1450px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 767.98px) {
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    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;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
}

/*# sourceMappingURL=maps/style.css.map */
