/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
html,
body {
  height: 100%;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow: hidden;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
b,
strong {
  font-weight: 600;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
  min-width: 320px;
  background: #fff;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 1px;
  position: relative;
}



a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a[href^="tel"] {
  text-decoration: none;
}

h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 78px;
  letter-spacing: 0.04em;
  margin: 0px !important;
  color: #fff;
}
h2 {
  color: #0A1C34;
  font-weight: 800;
  font-size: 32px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h5,
h6 {
  margin-bottom: 20px;
}

p,
ol,
dl,
table,
blockquote {
  margin-bottom: 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
    url('fonts/Montserrat-Medium.woff') format('woff'),
    url('fonts/Montserrat-Medium.ttf') format('truetype'),
    url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
    url('fonts/Montserrat-Bold.woff') format('woff'),
    url('fonts/Montserrat-Bold.ttf') format('truetype'),
    url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
    url('fonts/Montserrat-Regular.woff') format('woff'),
    url('fonts/Montserrat-Regular.ttf') format('truetype'),
    url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('fonts/Montserrat-SemiBold.woff') format('woff'),
    url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
  url('fonts/Montserrat-ExtraBold.woff') format('woff'),
  url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Black.woff2') format('woff2'),
  url('fonts/Montserrat-Black.woff') format('woff'),
  url('fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.login-icon {
  display: none;
}

@media (max-width: 1200px) {
  .login-icon {
    display: inline-block;
    order: 3;
  }
}

/* #primary {
  margin-top: -14px;
} */

ul {
  list-style: none;
}


a {
  text-decoration: none;
}

.site-main {
  padding-top: 80px;
}

@media (max-width: 1200px) {
  .login-wrapper {
    display: none;
  }
}


@media (max-width: 767px) {
  .mfp-fullscreen  .mfp-container {
    padding: 0; /* 1 */
  }
  
  .mfp-fullscreen .mfp-content {
    height: 90%; /* 2 */
  }
}

#cookie-law-info-bar {
  background: url(../images/cookie-banner.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px!important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  color: #eff0f5!important;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  padding: 30px 15px !important;
}

#cookie-law-info-bar .cli-bar-message a {
  color: #a6ce39;
  
}
.cli-style-v2 .cli-bar-message{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px!important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  border-radius: 25px!important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:nth-child(1){
 font-size: 15px!important;
 font-weight: 600!important;
 max-width: 200px!important;
 width: 200px!important;
 color: #eff0f5!important;
 background-color: #021123!important;
 border: 1px solid #eff0f5!important;
 font-weight: 600!important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:nth-child(2){
  font-size: 15px!important;
  font-weight: 600!important;
  max-width: 200px!important;
  width: 200px!important;
  color: #021123!important;
  font-weight: 600!important;
}

.bottom-line {
  border-bottom: 1px solid #38465A;
  padding-bottom: 20px;
}

.footer .bottom-line {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
  max-width: 1400px;
  margin: auto;
}

@media (max-width: 1600px) {
  .shell {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .shell {
    max-width: 1300px;
  }
}


@media (max-width: 1300px) {
  .shell {
    max-width: 1200px;
  }
}


@media (max-width: 1200px) {
  .shell {
    max-width: 1100px;
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .shell {
    padding: 0 20px;
  }
}


/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  width: 100%;
  height: 80px;
  background-color: #0A1C34;
  color: #fff;
  position: fixed;
  z-index: 3;
}

.header .header-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  justify-content: space-between;
  padding: 23px 0 0;
  align-items: baseline;
}

.header .navigation {
  width: 70%;
}

.header .logo {
  height: 70px;
}

.header .logo img {
  width: 100%;
  max-width: 150px;
}


@media (max-width: 1200px) {
  .header .navigation {
    width: 100%;
  }
}

/* @media(max-width: 1200px){
  .header .logo {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
  }
} */


/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {
  font-size: 20px; 
}

.nav .menu-main_nav-container > ul { 
  list-style: none; 
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  flex-wrap: wrap;
}


.nav a { 
  text-decoration: none;
}

/* .nav .menu-main_nav-container > ul > li { 
  position: relative; 
} */




.main-nav a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}


.main-nav .dot {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
}

.main-nav > li:nth-child(1):hover ~ .dot {
  -webkit-transform: translateX(102px);
  transform: translateX(102px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.main-nav > li:nth-child(2):hover ~ .dot {
  -webkit-transform: translateX(290px);
  transform: translateX(290px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.main-nav > li:nth-child(3):hover ~ .dot {
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.main-nav > li:nth-child(4):hover ~ .dot {
  -webkit-transform: translateX(660px);
  transform: translateX(660px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
} 

.main-nav > li:nth-child(5):hover ~ .dot {
  -webkit-transform: translateX(540px);
  transform: translateX(540px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.main-nav > li:nth-child(6):hover ~ .dot {
  -webkit-transform: translateX(670px);
  transform: translateX(670px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
 
} 


.nav .menu-main_nav-container > ul > li:hover .sub-menu { 
  opacity: 1; 
  visibility: visible;
}

.nav .menu-main_nav-container > ul > li > a { 
  display: inline-block;
  padding: 10px 30px; 
  position: relative;
  font-weight: 500;
  font-size: 14px;
}


@media(max-width: 850px){
  .nav .menu-main_nav-container > ul > li > a { 
    padding: 10px 20px; 
  }
  
}

@media(max-width: 1200px){
  .nav .menu-main_nav-container > ul {
    flex-direction: column;
  }

  .nav .menu-main_nav-container > ul  li {
    border-bottom: 1px solid #EFF0F5;
  }

  .nav .menu-main_nav-container > ul > li > a {
    padding: 20px 10px;
  }
}


.nav .menu-main_nav-container > ul > li > a > strong { 
  position: absolute; 
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0; 
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  -webkit-box-align: center; 
  align-items: center; 
  -webkit-box-pack: center; 
  justify-content: center; 
  opacity: 0; 
  visibility: hidden; }


.nav .menu-main_nav-container > ul > li > a > span { 
  -webkit-transition: color .3s; 
  transition: color .3s; 
}



.nav .menu-main_nav-container > ul > li > a > strong { 
  -webkit-transition: color .3s;
  transition: color .3s;
}

.nav .menu-main_nav-container > ul > li > a:hover { 
  color: #A6CE39;
}

.nav .menu-main_nav-container > ul > li.current > a { 
  color: #A6CE39;
}

.nav .menu-main_nav-container > ul > li.current-menu-item > a { 
  color: #A6CE39;
}


.nav .menu-main_nav-container > ul > li.current > a > span { 
  opacity: 0; 
  visibility: hidden;
}

.nav .menu-main_nav-container > ul > li.current > a > strong { 
  opacity: 1;
  visibility: visible; 
}

.nav .sub-menu { 
  position: absolute;
  top: 100%;
  right: 0;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  -webkit-box-align: center; 
  align-items: center; 
  -webkit-box-pack: center; 
  justify-content: center; 
  /* margin-top: 20px; */

}

.nav .sub-menu { 
  background: #fff;
  min-width:100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 50px;
}

.nav .sub-menu  > li { 
  width: 15%;
  text-align: center;
  padding: 25px 0px;
  position: relative;
}

.nav .sub-menu  > li:hover a {
  color: #A6CE39;
}

.nav .sub-menu  > li::after { 
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #B3B7BD;
  right: 0;
  top: 50%;
}

.nav .sub-menu  > li:last-of-type::after { 
  display: none;
}

.nav .sub-menu  > li:last-child:after {
  display: none;
}


/*  .nav .sub-menu  > li:last-child { 
  border-bottom: 0;
} */

.nav .sub-menu  > li > a { 
  display: inline-block;
  text-decoration: none;
  color: #021123;
  font-size: 14px;
  font-weight: 600;
}

.nav .menu-item-has-children {
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  -webkit-box-align: center; 
  align-items: center; 
}

.plus {
  position: relative;
  transition: 300ms;
}

/* Create the "+" shape by positioning the spans absolutely */
.plus:after {
  position: absolute;
  content: '';
  background: #A6CE39;
  height: 2px;
  width: 10px;
  border-radius: 5%;
  left: -15px;
}

.plus:before {
  position: absolute;
  content: '';
  background: #A6CE39;
  height: 2px;
  width: 10px;
  transform: rotate(90deg);
  border-radius: 5%;
  left: -15px;
  transition: 300ms;
}

@media(max-width: 1024px){
  .plus {
    display: none;
  }

  .nav .menu-main_nav-container > ul > li > a:hover { 
    color: #FFFFFF;
  }

  .nav .sub-menu  > li:hover a {
    color: #939BA7;
  }

  .nav .sub-menu  > li.current-menu-item a {
    color: #A6CE39;
  }

}

/* Morph the shape when the button is hovered over */
li:hover .plus::before {
  transform: rotate(0deg);
}



/* ------------------------------------------------------------ *\
	navigation
\* ------------------------------------------------------------ */

.navigation-inner { 
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  justify-content: flex-end;
}

@media(max-width: 850px){
  .navigation-inner {
    justify-content: right;
  }
}


@media(max-width: 1200px){
    .navigation { 
      display: block; 
      position: fixed; 
      top: 0; 
      right: -1250px; 
      width: 270px; 
      height: 100vh; 
      background: #0A1C34; 
      z-index: 99; 
      padding: 100px 0 50px; 
      box-shadow: -5px 0px 5px 1px rgba(0,0,0,0); 
      -webkit-transition: all .4s;
      transition: all .4s;
    }
    .navigation.active { 
      right: 0; 
      box-shadow: -5px 0px 5px 1px rgba(0,0,0,.2);
      width: 100%;
    }

    .navigation-inner { 
      display: block; 
      text-align: left; 
      height: 100%; 
      overflow: auto;
    }
    .navigation-inner .btn-login { 
      margin: 10px 20px;
    }

}

/* ------------------------------------------------------------ *\
	btn-burger
\* ------------------------------------------------------------ */

.btn-burger { 
  width: 32px; 
  height: 28px; 
  position: relative;  
  -webkit-transform: rotate(0deg); 
  transform: rotate(0deg); 
  -webkit-transition: .5s ease-in-out; 
  transition: .5s ease-in-out; 
  cursor: pointer; 
  display: none; 
  position: relative; 
  z-index: 100;
}

.btn-burger span {
  display: block;
  position: absolute; 
  height: 3px; 
  width: 100%; 
  background: #fff; 
  border-radius: 9px; 
  opacity: 1; 
  left: 0; 
  -webkit-transform: rotate(0deg); 
  transform: rotate(0deg); 
  -webkit-transition: .25s ease-in-out; 
  transition: .25s ease-in-out;
 }

.btn-burger span:nth-child(1) {
  top: 0px; 
}

.btn-burger span:nth-child(2) {
  top: 12px;
  width: 70%;
}


.btn-burger span:nth-child(3) {
  display: none;
}




.btn-burger.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg); 
  transform: rotate(135deg);
}

.btn-burger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.btn-burger.open span:nth-child(3) {
  top: 12px; 
  -webkit-transform: rotate(-135deg); 
  transform: rotate(-135deg);
  display: inline;
}

.btn-burger.open { 
  position: fixed; 
  right: 100px;
}

@media(max-width: 1200px){
  .btn-burger { 
    display: inline-block;
  }

  .btn-burger span:nth-child(1) {
    top: 33%; 
  }
  
  .btn-burger span:nth-child(2) {
    top: 77%;
    width: 70%;
  }
}

@media(max-width: 1170px){
  .btn-burger.open { 
    position: fixed; 
    right: 90px;
  }
}

@media(max-width: 1100px){
  .btn-burger.open { 
    position: fixed; 
    right: 50px;
  }
}

@media(max-width: 766px){
  .btn-burger.open { 
    position: fixed; 
    right: 20px;
  }
}



/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */


@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	20% {
		-webkit-transform: translateY(-5px);
		-ms-transform:     translateY(-5px);
		transform:         translateY(-5px)
	}
	40% {
		-webkit-transform: translateY(0px);
		-ms-transform:     translateY(0px);
		transform:         translateY(0px)
	}

  60% {
		-webkit-transform: translateY(-5px);
		-ms-transform:     translateY(-5px);
		transform:         translateY(-5px)
	}
	80% {
		-webkit-transform: translateY(0px);
		-ms-transform:     translateY(0px);
		transform:         translateY(0px)
	}


}

.secondary-btn {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 30px;
  font-weight: 700;
  max-width: 240px;
  width:100%;
  text-align: center;
  transition: 0.3s;
  font-size:13px;
  margin: 0 auto;
}

.secondary-btn:hover {
  background-color: #021123;
  color: #efefef;

}



.secondary-btn-white {
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-weight: 700;
  width: 240px;
  text-align: center;
  color: #FFF;
  transition: .3s;
  font-size:13px;
  border-radius: 35px;
}


.secondary-btn-white:hover {
  background-color: #efefef;
  color: #021123;
}





.primary-btn {
  padding: 16px;
  border: 1px solid #A6CE39;
  border-radius: 25px;
  font-weight: 700;
  background-color: #A6CE39;
  max-width: 240px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  font-size: 13px;
  margin: 0 auto;
}




/* ------------------------------------------------------------ *\
	section-product-header
\* ------------------------------------------------------------ */
.section-product-header {
  padding: 122px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.privacy-policy .section-product-header {
  padding: 122px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}


.section-product-header .section-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

.section-product-header .section-main {
  width: 50%;
}

/* .section-product-header .section-aside{
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
  } */

.section-product-header h1 {
  color: #eff0f5;
  font-size: 64px;
  font-weight: 900;
}

.section-product-header .section-aside {
  width: 60%;
  position: relative;
  height: auto;
}

.section-product-header .section-aside img {
  width: 100%;
  position: absolute;
  bottom: -130%;
  
}

.section-product-header .section-aside .woman {
  max-width: 1012px;
  bottom: -143%;
  width: 120%;
  left:-10%;
}

.section-product-header .section-aside .woman-background {
  bottom: -10%;
  left: 24%;
  width: auto;
}

.section-product-header .section-aside .petal {
  width: auto;
  animation: float 2s ease-in-out infinite;

}

@keyframes float {
  0% {
    transform: translatey(5px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(5px);
  }
}
.section-product-header .section-aside .petal-one {
  right: 22%;
  bottom: -20%;
}

.section-product-header .section-aside .petal-two {
  top: -11%;
  right: 12%;
}

.section-product-header .section-aside .petal-three {
  top: 0;
  left: 21%;
}

.section-product-header .section-aside .petal-four {
  top: 78%;
  left: 29%;
}



.privacy-policy  .section-product-header .section-aside img {
  width: 140%;
  height: unset;
  max-width: 960px;
  bottom: -161%;
  left: -34%;
}

@media (max-width: 1440px) {
  .section-product-header .section-aside .woman {
    bottom: -138%;
  }
}

@media (max-width: 1300px) {
  .section-product-header .section-aside .woman {
    bottom: -134%;
    left: -8%;
  }
}

@media (max-width: 1200px ) {
  .section-product-header {
    padding: 122px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  .section-product-header .section-aside .woman-background {
    bottom: -19%;
    left: 23%;
    width: 78%;
  }

  .section-product-header .section-aside .woman {
    bottom: -181%;
    left: -20%;
    width: 144%;
  }

  .section-product-header h1 {
    color: #eff0f5;
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
  }

  .privacy-policy .section-product-header {
    padding: 120px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .privacy-policy .section-product-header .section-aside img {
    bottom: -180%;
  }

}

@media (max-width: 1044px ) {
  .section-product-header .section-aside .woman {
    bottom: -177%;
  }
}

@media (max-width: 1024px ) {

  .section-product-header .section-aside .woman {
    bottom: -185%;
    width: 163%;
    left: -23%;
  }

  .section-product-header .section-aside .woman-background {
    bottom: -19%;
    left: 27%;
    width: 81%;
  }

  .section-product-header .section-aside .petal-one {
    right: 5%;
    bottom: -37%;
  }

  .section-product-header .section-aside .petal-two {
    top: -11%;
    right: -3%;
  }

  .section-product-header .section-aside .petal-three {
    top: 0;
    left: 25%;
  }

  .section-product-header .section-aside .petal-four {
    top: 80%;
    left: 31%;
  }

  .privacy-policy .section-product-header .section-aside img {
    bottom: -174%;
    left: -60%;
    width: 160%;
  }

}

@media (max-width: 1018px ) {
  .section-product-header .section-aside .woman {
    bottom: -184%;
    width: 160%;
    left: -33%;
  }

  .section-product-header .section-aside .woman-background {
    bottom: -19%;
    left: 14%;
    width: 84%;
  }

  .section-product-header .section-aside .petal-one {
    right: 5%;
    bottom: -16%;
  }

  .section-product-header .section-aside .petal-two {
    top: -29%;
    right: 8%;
  }

  .section-product-header .section-aside .petal-three {
    top: -9%;
    left: 11%;
  }

  .section-product-header .section-aside .petal-four {
    top: 80%;
    left: 20%;
  }
}

@media (max-width: 980px ) {
  .section-product-header .section-aside .woman {
    bottom: -128%;
    width: 191%;
    left: -47%;
  }

  .section-product-header .section-aside .woman-background {
    bottom: -19%;
    left: 8%;
    width: 100%;
  }

  .section-product-header .section-aside .petal-one {
    right: 5%;
    bottom: -28%;
  }

  .section-product-header .section-aside .petal-two {
    top: -40%;
    right: 3%;
  }

  .section-product-header .section-aside .petal-three {
    top: 22%;
    left: 7%;
  }
}

@media (max-width: 940px ) {
  .section-product-header .section-aside .woman {
    width: 191%;
    bottom: -124%;
  }
}

@media (max-width: 900px ) {
  .privacy-policy .section-product-header .section-aside img {
    width: 180%;
  }
}

@media (max-width: 850px ) {
  .section-product-header .section-aside .woman {
    width: 210%;
    bottom: -127%;
    left: -57%;
  }

  .section-product-header .section-aside .woman-background {
    bottom: -15%;
    left: 7%;
    width: 100%;
  }
}


@media (max-width: 842px ) {
  .section-product-header {
    padding: 125px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

@media (max-width: 842px ) {
  .privacy-policy .section-product-header {
    padding: 130px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

}


@media (max-width: 842px ) {
.page-id-144 .section-product-header {
  padding: 100px 0;
  }
}


@media (max-width: 820px ) {
  .section-product-header {
    padding: 110px 0;
  }

  .section-product-header .section-aside .woman {
    bottom: -117%;
  }

  .privacy-policy .section-product-header .section-aside img {
    width: 140%;
    bottom: -93%;
    left: -40%;
  }

  .privacy-policy .section-product-header {
    padding: 0;  
  }
}

@media (max-width: 768px ) {
  .section-product-header {
    padding: 85px 0;
  }

  .section-product-header .section-aside .woman {
    width: 206%;
    bottom: -97%;
    left: -54%;
  }

  .section-product-header .section-aside .woman-background {
    bottom: 0;
  }

  .section-product-header .section-aside .petal-one {
    right: 5%;
    bottom: -18%;
  }

  .section-product-header .section-aside .petal-two {
    top: 14%;
    right: -3%;
  }

  .section-product-header .section-aside .petal-four {
    top: 72%;
    left: 15%;
  }

  .section-product-header h1 {
    width: 100%;
  }
}

@media (max-width: 766px ) {
  .section-product-header .section-aside .woman {
    width: 198%;
    bottom: -99%;
    left: -55%;
  }

  .section-product-header .section-aside .woman-background {
    left: 3%;
    width: 100%;
  }

  .section-product-header .section-aside .petal-one {
    right: 7%;
    bottom: -9%;
  }

  .section-product-header .section-aside .petal-two {
    top: 14%;
    right: 6%;
  }

  .section-product-header .section-aside .petal-three {
    top: 12%;
    left: 3%;
  }

  .section-product-header .section-aside .petal-four {
    top: 68%;
    left: 12%;
  }
}

@media (max-width: 740px ) {
  .section-product-header .section-aside .woman {
    width: 198%;
    bottom: -97%;
  }
}


@media (max-width: 698px ) {
  .section-product-header .section-aside .woman {
    bottom: -71%;
  }
}

@media (max-width: 676px ) {

  .section-product-header h1 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    position: relative;
    top: 70px;
  }

  .section-product-header {
    padding-bottom: 0;
  }

  .section-product-header .section-content {
    flex-direction: column;
  }

  .section-product-header .section-main {
    width: 100%;
  }

  .section-product-header .section-aside {
    width: 100%;
    text-align: center;
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: -webkit-box; 
    display: flex; 
    justify-content: center;
  }

  .section-product-header .section-aside .woman {
    position: relative;
    width: 200%;
    bottom: -100px;
    left: unset;
    height: 90%;
  }

  .section-product-header .section-aside .woman-background {
    left: 18%;
    width: 80%;
    bottom: 18%;
  }
  .section-product-header .section-aside .petal-one {
    right: 7%;
    bottom: 21%;
  }


  .section-product-header .section-aside .petal-two {
    top: 47%;
    right: 6%;
  }

  .section-product-header .section-aside .petal-three {
    top: 49%;
    left: 15%;
  }

  .section-product-header .section-aside .petal-four {
    top: 71%;
    left: 25%;
  }

  .privacy-policy .section-product-header .section-aside img {
    position: relative;
    bottom: -40px;
    left: -30px
  }
}

@media (max-width: 480px ) {
  .section-product-header .section-aside .woman {
    bottom: -97px;
    right: 15px;
  }

  .section-product-header .section-aside .woman-background {
    left: 4%;
    width: 100%;
    bottom: 16%;
  }

  .section-product-header .section-aside .petal {
    width: 4%;
  }

  .section-product-header .section-aside .petal-one {
    right: 11%;
    bottom: 12%;
  }

  .section-product-header .section-aside .petal-two {
    top: 53%;
    right: 2%;
  }

  .section-product-header .section-aside .petal-three {
    top: 58%;
    left: 1%;
  }

  .section-product-header .section-aside .petal-four {
    top: 73%;
    left: 12%;
  }
}


@media (max-width: 460px ) {
  .section-product-header .section-aside .woman {
    bottom: -90px;
  }
}

@media (max-width: 435px ) {
  .section-product-header .section-aside .woman {
    bottom: -87px;
  }
}

@media (max-width: 420px ) {
  .section-product-header .section-aside .woman {
    bottom: -84px;
  }
}

@media (max-width: 400px ) {
  .section-product-header .section-aside .woman {
    bottom: -80px;
  }
}

@media (max-width: 400px ) {
  .section-product-header .section-aside .woman {
    bottom: -77px;
  }
}


/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */



.footer {
  background-color: #021123;
  color: #EFF0F5;
  padding: 40px 0;
}

.footer a:hover {
  color: #eff0f541;
}

.footer .footer-inner {
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  flex-direction: column;
}


.footer .footer-inner .section-head {
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-inner .section-head .col-one {
  width: 35%;
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
}

.footer .footer-inner .section-head .col-three{
  width: 60%;
  
}

.footer .col-three ul {
  display: -moz-flex; 
  display: -ms-flex; 
  display: -o-flex; 
  display: -webkit-box; 
  display: flex; 
  justify-content: space-between;
}



.footer .footer-inner .logo {
  margin-bottom: 30px;
  display: inline-block;
}

.footer .logo img {
  width: 100%;
  max-width: 150px;
}

.footer .footer-inner .address {
  font-size: 12px;
  max-width: 270px;
  width: 100%;
}

.footer .footer-inner .address p {
  margin-bottom: 0;
}


.footer .pages {
  margin-right: 20px;
}

.footer .pages a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  padding: 0 20px;
  color: #A7ADB6;
}

.footer .pages a:last-child {
  border: 1px solid #EFF0F5;
  border-top: none;
  border-bottom: none;
}




.footer .col-one > a {
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
}

.footer .section-head p {
  font-weight: 400;
  font-size: 14px;
}



@media (max-width: 1300px) {
  .footer .footer-inner .section-head {
    flex-direction: column-reverse;
  }

  .footer .footer-inner .section-head .col-one {
    width: 100%;
  }

  .footer .footer-inner .section-head .col-three {
    width: 100%;
    margin-bottom: 30px;
  }


  .footer .footer-inner .address {
    max-width: 350px;
    width: 100%;
    text-align: right;
  }
  

}


@media (max-width: 820px) {
  .footer .col-three ul {
    flex-direction: column;
  }

  .footer .col-three ul li {
    padding: 20px 0 10px;
    border-bottom: 1px solid #EFF0F5;
  }

  .footer .col-three ul li:last-child {
    border-bottom: none;
  }
}






/* ------------------------------------------------------------ *\
	Policy page
\* ------------------------------------------------------------ */

.policy-page {
  background-color: #eff0f5;
}

.policy-page .section-head {
  background: url(../images/policy-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.policy-page .section-head .shell {
  width: 100%;
}

.policy-page .section-head h1 {
  margin-left: auto;
  font-weight: 800;
  font-size: 75px;
  color: #eff0f5;
}

.policy-page .section-body {
  padding: 100px 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}



.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
}



.grecaptcha-badge {
  visibility: hidden;
}





/* ------------------------------------------------------------ *\
	section-contact-form
\* ------------------------------------------------------------ */

.section-contact-form {
  padding: 100px 0;
  background-size: cover;
  background-color: #EFF0F5;
  background-position: 100% 600px;
  background-repeat: no-repeat;
}


.section-contact-form .contact-form-wrapper {
  grid-template-columns: repeat(2,50%);
  display: grid;
}

.section-contact-form .section-title {
  margin-bottom: 50px;
}

.section-contact-form .contact-form .form-group {
  margin-bottom: 30px;
  font-size: 16px;
}
.section-contact-form .form-group h2 {
  font-size: 20px;
}

.section-contact-form .contact-form .form-group input {
  background-color: #EFF0F5;
  height: 67px;
  border-color: #D9DCE2;
  padding: 0 20px;
  width: 100%;
}

.section-contact-form .contact-form .form-group {
  position: relative;
  max-width: 500px;
}

.section-contact-form .form-group .placeholder {
  position: absolute;
  top: -17%;
  left: 20px;
  background-color: #EFF0F5;
  color: #606A77;
}

.section-contact-form .wpcf7-list-item {
	margin: 0;
}



.section-contact-form .form-group .placeholder.tel {
  position: absolute;
  top: 35%;
  left: 20px;
  background-color: #EFF0F5;
  color: #606A77;
  padding-right: 10px;
  border-right: 1px solid #D9DCE2;
}

.section-contact-form .line {
  position: relative;
}

.section-contact-form .line::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #D9DCE2;
  bottom: -50px;
  left:0;
}

.section-contact-form .form-group.custom-input-file {
  color: #4B4B4B;
}

.section-contact-form .form-group.custom-input-file .wpcf7-submit {
  padding: 23px 16px;
  border: 1px solid #A6CE39;
  border-radius: 32px;
  font-weight: 700;
  background-color: #A6CE39;
  max-width: 240px;
  color: #2B3643;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  font-size: 13px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.section-contact-form .decline {
  padding: 23px 16px;
  border: 1px solid #A6CE39;
  border-radius: 32px;
  font-weight: 700;
  background-color: transparent;
  max-width: 240px;
  color: #2B3643;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  font-size: 13px;
   margin: 0 auto;
}

.section-contact-form .decline:hover {
  background-color: #A6CE39;
}


.section-contact-form .hr {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #D9DCE2;
  font-size: 13px;
}

.section-contact-form .gdpr-msg {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 15px;
}

.section-contact-form .gdpr-msg .bold {
  font-weight: 700;
}

.section-contact-form .second-block{
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
}

.section-contact-form .second-block p:nth-child(3) span.bold {
  margin-bottom: 15px;
  display: inline-block;
}

.section-contact-form .bold {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
}

.section-contact-form .bold a {
  text-decoration: underline;
}

.section-contact-form .form-checkbox {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 20px;
}

.section-contact-form .last {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 20px;
}

.section-contact-form .last a {
  text-decoration: underline;
}


.section-contact-form .required-hint {
  font-size: 15px;
  letter-spacing: normal;
  color: #858A91;
}


.section-contact-form .last-b {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 20px;
}

.section-contact-form .last-b > a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}


.section-contact-form .red {
  color: #FF0000;
}

.section-contact-form .submit-form-btn p {
  padding-top: 50px;
  margin-bottom: 20px;
  letter-spacing: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
}

.section-contact-form .alert-success {
  color: #A6CE39;
  font-size: 21px;
  font-weight: 800;
}


@media (max-width: 1200px) {
  .section-contact-form .contact-form-wrapper {
    grid-template-columns: repeat(1,100%);
  }

  .section-contact-form .section-title {
    text-align: center;
  }

  .section-contact-form .contact-form {
    margin: 0 auto;
  }

  .section-contact-form .submit-form-btn p {
    text-align: center;
  }


  .section-contact-form .required-hint {
    max-width: 240px;
    margin: 0 auto;
  }

  .section-contact-form .line::after {
    display: none;
  }

  .section-contact-form .form-group.custom-input-file {
    padding-top: 30px;
    position: relative;
  }


  /* .section-contact-form .form-group.custom-input-file::before {
    position:absolute;
    content: '';
    top:0;
    left:0;
    right:0;
    height: 1px;
    background-color: #D9DCE2;
  } */

  .section-contact-form .form-checkbox {
    /* max-width: 500px; */
    margin: 0 auto!important;
    padding: 20px 0;

  }

   .section-contact-form .form-group.custom-input-file .form-group > p{
    /* max-width: 500px; */
    margin: 0 auto!important;
    padding-bottom: 20px;
   }

   .section-contact-form .last {
    /* max-width: 500px; */
    margin: 0 auto!important;
    padding-bottom: 20px;
   }

   .section-contact-form .last-b {
    /* max-width: 500px; */
    margin: 0 auto!important;
    padding-bottom: 20px;
   }
}

@media (max-width: 1024px) {
  .section-contact-form .submit-form-btn p{
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .section-contact-form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 12px;
  }
  .section-contact-form .submit-form-btn p{
    flex-direction: column;
    row-gap: 10px;
  }
 }


/* ------------------------------------------------------------ *\
	section-privacy-policy
\* ------------------------------------------------------------ */


.section-privacy-policy {
  padding: 100px 0;
  color: #061326;
  font-size: 16px;
}

/* .section-privacy-policy h2 {
  text-align: center;
} */


.section-privacy-policy .section-title {
  margin-bottom: 20px;
  text-align: center;
} 

.section-privacy-policy .section-sub-title {
  margin-bottom: 20px;
  text-align: center;
} 


.section-privacy-policy .section-sub-title h2 {
  font-size: 15px;
}

.section-privacy-policy .section-content {
  padding: 50px 0;
} 

.section-privacy-policy div {
  max-width: 860px;
  margin: 0 auto;
}

.section-privacy-policy .headline, .row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.section-privacy-policy .headline:nth-child(2) .title p {
  font-weight: 400;
}

.section-privacy-policy .row {
  padding-bottom: 20px;
}

.section-privacy-policy .headline .title p {
  font-size: 16px;
  font-weight: 600;
}

.section-privacy-policy .headline > span:first-child {
  width: 5%;
}

.section-privacy-policy .headline > span:nth-child(2) {
  width: 95%;
}

.section-privacy-policy .row > span:first-child {
  width: 5%;
}

.section-privacy-policy .row > span:nth-child(2) {
  width: 95%;
}

.section-privacy-policy .number {
  font-weight: 600;
}

.section-privacy-policy .section-foot {
  padding-left: 10%;
}

@media (max-width: 767px ) {
  .section-privacy-policy .headline > span:nth-child(2) {
    width: 90%;
  }
  
  .section-privacy-policy .row > span:nth-child(2) {
    width: 90%;
  }
  
}


/* ------------------------------------------------------------ *\
	conditionals page
\* ------------------------------------------------------------ */


.page-id-614 .section-privacy-policy .section-sub-title h2 {
  font-weight: 700;
}

.page-id-614 .row .number p {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

.page-id-614 .section-product-header .section-aside img {
  width: 90%;
    position: absolute;
    bottom: -250%;
}


@media (max-width: 1200px) {
  .page-id-614 .section-product-header .section-aside img {
    width: 100%;
    position: absolute;
    bottom: -330%;
  }
}

@media (max-width: 1000px) {
  .page-id-614 .row .number p {
    padding-left: 0;
  }
}

@media (max-width: 1000px) {
  .page-id-614 .section-product-header .section-aside img {
    width: 100%;
    position: absolute;
    bottom: -300%;
  }
}

@media (max-width: 850px) {
  .page-id-614 .section-product-header .section-aside img {
    width: 100%;
    position: absolute;
    bottom: -230%;
  }
}

@media (max-width: 767px) {
  .page-id-614 .section-product-header .section-aside img {
    width: 100%;
    position: absolute;
    bottom: -220%;
  }
}

@media (max-width: 676px) {
  .page-id-614 .section-product-header {
    padding: 0;
  }

  .page-id-614 .section-product-header .section-aside img {
    position: relative;
    bottom: -50px;
  }
}

/* ------------------------------------------------------------ *\
	handover page
\* ------------------------------------------------------------ */

.page-id-631 .section-product-header .section-aside img {
    max-width: 950px;
    width: 140%;
    position: absolute;
    bottom: -110%;
    left: -20%;
}


@media (max-width: 1200px) {
  .page-id-631 .section-product-header .section-aside img {
    max-width: 950px;
    width: 140%;
    position: absolute;
    bottom: -140%;
    left: -20%;
}

}

@media (max-width: 1200px) {
  .page-id-631 .section-product-header .section-aside img {
    max-width: 950px;
    width: 140%;
    position: absolute;
    bottom: -135%;
    left: -20%;
}

}


@media (max-width: 820px) {
  .page-id-631 .section-product-header .section-aside img {
    max-width: 950px;
    width: 140%;
    position: absolute;
    bottom: -120%;
    left: -20%;
}
}


@media (max-width: 767px) {
  .page-id-631 .section-product-header .section-aside img {
    max-width: 950px;
    width: 140%;
    position: absolute;
    bottom: -100%;
    left: -20%;
}
}

@media (max-width: 676px) {
  .page-id-631 .section-product-header {
    padding: 0;
  }

  .page-id-631 .section-product-header .section-aside img {
    position: relative;
    bottom: -40px;
    left: 0%;
  }
}