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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}

a:focus {
  outline: none;
}

b, strong {
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/Manrope/Manrope-Light.woff2") format("woff2"), url("../../fonts/Manrope/Manrope-Light.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("../../fonts/Manrope/Manrope-Regular.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/Manrope/Manrope-Medium.woff2") format("woff2"), url("../../fonts/Manrope/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/Manrope/Manrope-SemiBold.woff2") format("woff2"), url("../../fonts/Manrope/Manrope-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/Manrope/Manrope-Bold.woff2") format("woff2"), url("../../fonts/Manrope/Manrope-Bold.woff") format("woff");
}
html,
body {
  width: 100%;
  height: 100%;
  scrollbar-color: #E6007E white;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 4px;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  border-radius: 0;
  display: block;
  background-color: white;
}

html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  border-radius: 0;
  display: block;
  background-color: #E6007E;
}

body {
  overflow-x: hidden;
  font-family: "Manrope";
  font-weight: normal;
}
body[data-hidden=":hidden"] {
  overflow-y: hidden;
}
body.ready .main-grid-wrapper {
  opacity: 1 !important;
}
.wrapper-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.main-grid-wrapper {
  display: grid;
  min-height: 100%;
  margin: 0 auto;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 100%;
  position: relative;
}

.content-wg {
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 1;
}
.popup {
  background-color: rgba(45, 32, 39, 0.6);
  background-repeat: repeat;
  background-size: contain;
  background-position: top center;
  background-image: none;
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999999;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.popup.active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  visibility: visible;
}
.popup__close {
  z-index: 1000;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.06066 0.93934C2.47487 0.353553 1.52513 0.353553 0.93934 0.93934C0.353553 1.52513 0.353553 2.47487 0.93934 3.06066L9.37868 11.5L0.939341 19.9393C0.353554 20.5251 0.353554 21.4749 0.939341 22.0607C1.52513 22.6464 2.47487 22.6464 3.06066 22.0607L11.5 13.6213L19.9393 22.0607C20.5251 22.6464 21.4749 22.6464 22.0607 22.0607C22.6464 21.4749 22.6464 20.5251 22.0607 19.9393L13.6213 11.5L22.0607 3.06066C22.6464 2.47487 22.6464 1.52513 22.0607 0.93934C21.4749 0.353553 20.5251 0.353553 19.9393 0.93934L11.5 9.37868L3.06066 0.93934Z' fill='%23ABABAB'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  display: block;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.popup__close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup__block {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -49%);
  transform: translate(-50%, -49%);
  width: 620px;
  background-color: #ffffff;
  padding: 78px 78px 15px 78px;
  border-radius: 25px;
  overflow: hidden;
}
.popup__block .afterSending {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.popup__block .afterSending a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  border-radius: 60px;
  border: 1px solid #E6007E;
  display: inline-block;
  vertical-align: top;
  padding: 24px 54px;
  margin-top: 27px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.popup__block .afterSending a:hover {
  background-color: transparent;
  color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
}
.popup__block .afterSending.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
}
.popup__block--form {
  padding: 78px 54px 65px 54px;
}
.popup__block-header {
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.28;
  text-align: center;
  color: #000000;
}
.popup__block p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-top: 20px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.popup__block .content {
  margin-top: 47px;
}
.popup__block .content .btns a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.popup__block .content .btns a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.popup__block .content .btns a img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.popup__block .content form {
  width: 100%;
  max-width: 100%;
}
.popup__block .content form .row {
  width: 100%;
  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;
}
.popup__block .content form .row .form-group {
  max-width: 242px;
}
.popup__block .content form .form-group {
  width: 100%;
  margin-bottom: 25px;
}
.popup__block .content form .form-group input,
.popup__block .content form .form-group textarea,
.popup__block .content form .form-group select,
.popup__block .content form .form-group option,
.popup__block .content form .form-group .select2-container--default .select2-selection--single,
.popup__block .content form .form-group .select2-container--default .select2-results__option--disabled {
  width: 100%;
  border: 1px solid #D1D1D1;
  border-radius: 15px;
  background-color: transparent !important;
  padding-left: 19px;
  padding-right: 10px;
  height: 48px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.popup__block .content form .form-group input.wpcf7-not-valid,
.popup__block .content form .form-group textarea.wpcf7-not-valid,
.popup__block .content form .form-group select.wpcf7-not-valid,
.popup__block .content form .form-group option.wpcf7-not-valid,
.popup__block .content form .form-group .select2-container--default .select2-selection--single.wpcf7-not-valid,
.popup__block .content form .form-group .select2-container--default .select2-results__option--disabled.wpcf7-not-valid {
  border-color: red;
}
.popup__block .content form .form-group input::-webkit-input-placeholder,
.popup__block .content form .form-group textarea::-webkit-input-placeholder,
.popup__block .content form .form-group select::-webkit-input-placeholder,
.popup__block .content form .form-group option::-webkit-input-placeholder,
.popup__block .content form .form-group .select2-container--default .select2-selection--single::-webkit-input-placeholder,
.popup__block .content form .form-group .select2-container--default .select2-results__option--disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-family: "Manrope";
}
.popup__block .content form .form-group input:-moz-placeholder,
.popup__block .content form .form-group textarea:-moz-placeholder,
.popup__block .content form .form-group select:-moz-placeholder,
.popup__block .content form .form-group option:-moz-placeholder,
.popup__block .content form .form-group .select2-container--default .select2-selection--single:-moz-placeholder,
.popup__block .content form .form-group .select2-container--default .select2-results__option--disabled:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-family: "Manrope";
}
.popup__block .content form .form-group input::-moz-placeholder,
.popup__block .content form .form-group textarea::-moz-placeholder,
.popup__block .content form .form-group select::-moz-placeholder,
.popup__block .content form .form-group option::-moz-placeholder,
.popup__block .content form .form-group .select2-container--default .select2-selection--single::-moz-placeholder,
.popup__block .content form .form-group .select2-container--default .select2-results__option--disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-family: "Manrope";
}
.popup__block .content form .form-group input:-ms-input-placeholder,
.popup__block .content form .form-group textarea:-ms-input-placeholder,
.popup__block .content form .form-group select:-ms-input-placeholder,
.popup__block .content form .form-group option:-ms-input-placeholder,
.popup__block .content form .form-group .select2-container--default .select2-selection--single:-ms-input-placeholder,
.popup__block .content form .form-group .select2-container--default .select2-results__option--disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-family: "Manrope";
}
.popup__block .content form .form-group .wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: 400;
  font-size: 11px;
  text-align: left;
  padding-left: 20px;
  margin-top: 3px;
}
.popup__block .content form .form-group textarea {
  min-height: 125px;
  max-height: 125px;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  padding-top: 11px;
  resize: none;
}
.popup__block .content form button,
.popup__block .content form input[type=submit] {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  border-radius: 60px;
  border: 1px solid #E6007E;
  display: inline-block;
  vertical-align: top;
  padding: 24px 54px;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.popup__block .content form button:hover,
.popup__block .content form input[type=submit]:hover {
  background-color: transparent;
  color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
}
.popup__block .content form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup__block .content form .wpcf7-response-output {
  border-radius: 16px;
  font-size: 15px;
  padding: 8px 4px;
  display: none !important;
}

.center {
  text-align: center;
}

/*End preloader*/
.ie .main-grid-wrapper {
  opacity: 0;
}
.ie .ie-detect {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
  background-color: #FDF4F3;
  color: black;
  padding: 15%;
}
.ie .ie-detect p {
  font-size: 20px;
  line-height: 1.18;
  margin-bottom: 12px;
}
.ie .ie-detect b {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 25px;
  display: block;
}

img {
  color: transparent;
}

@media screen and (max-width: 1279px) {
  .content-wg {
    padding-top: 64px;
  }
  .wrapper-main {
    width: 100%;
    max-width: calc(100% - 28px);
  }
}
@media screen and (max-width: 767px) {
  .popup {
    max-width: 100vw;
  }
  .popup__close {
    width: 22px;
    height: 22px;
  }
  .popup .afterSending {
    padding: 10px 15px;
  }
  .popup .afterSending a {
    min-width: 244px;
    margin-top: 19px;
  }
  .popup__block {
    width: calc(100% - 20px);
    padding: 70px 26px 40px 26px;
    border-radius: 25px;
  }
  .popup__block--form {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: 30px auto 10px;
    padding-bottom: 60px;
  }
  .popup__block-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .popup__block p {
    font-size: 14px;
    line-height: 22px;
  }
  .popup__block .content {
    margin-top: 21px;
  }
  .popup__block .content .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .popup__block .content .btns a {
    max-width: 120px;
  }
  .popup__block .content .btns a img {
    max-width: 100%;
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
  }
  .popup__block .content form .row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .popup__block .content form .row .form-group {
    max-width: 100%;
  }
  .popup__block .content form .form-group {
    margin-bottom: 11px;
  }
  .popup__block .content form .form-group input,
.popup__block .content form .form-group textarea,
.popup__block .content form .form-group select,
.popup__block .content form .form-group option,
.popup__block .content form .form-group .select2-container--default .select2-selection--single,
.popup__block .content form .form-group .select2-container--default .select2-results__option--disabled {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .popup__block .content form .form-group select:focus,
.popup__block .content form .form-group textarea:focus,
.popup__block .content form .form-group input:focus,
.popup__block .content form .form-group input,
.popup__block .content form .form-group textarea,
.popup__block .content form .form-group select {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .popup__block .content form button,
.popup__block .content form input[type=submit] {
    min-width: 244px;
    margin-top: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 68px;
    -webkit-appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .popup__block .content form .wpcf7-response-output {
    border-radius: 20px;
    font-size: 13px;
    padding: 6px 2px;
  }
}
.ready .header-wg > .wrapper-main {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ready .header-wg:after {
  max-width: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.header-wg {
  will-change: transform;
  position: fixed;
  z-index: 3;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: transparent;
  width: 100%;
  max-width: 2560px;
  font-size: 0;
  height: 100px;
  max-height: 100px;
  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;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header-wg > .wrapper-main {
  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;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
.header-wg > .wrapper-main > nav {
  height: 100%;
}
.header-wg > .wrapper-main > nav ul {
  height: 100%;
}
.header-wg > .wrapper-main > nav ul li {
  vertical-align: top;
  position: relative;
  margin-right: 33px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wg > .wrapper-main > nav ul li:last-child {
  margin-right: 0;
}
.header-wg > .wrapper-main > nav ul li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  opacity: 0.7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header-wg > .wrapper-main > nav ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #E6017E;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header-wg > .wrapper-main > nav ul li a:hover {
  color: #E6007E;
}
.header-wg > .wrapper-main > nav ul li a:hover:after {
  width: 100%;
}
.header-wg > .wrapper-main .hamburger {
  z-index: 101;
  position: absolute;
  width: 30px;
  height: 22px;
  right: 10px;
  cursor: pointer;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.header-wg > .wrapper-main .hamburger__line {
  will-change: transform;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #645B60;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-wg > .wrapper-main .hamburger__line:nth-child(1) {
  top: 1px;
}
.header-wg > .wrapper-main .hamburger__line:nth-child(2) {
  top: 10px;
  max-width: 23px;
}
.header-wg > .wrapper-main .hamburger__line:nth-child(3) {
  top: 19px;
}
.header-wg.anima {
  background-color: white;
  max-height: 70px;
}
.header-wg.anima .to-cart {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-wg:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#DBB5CA), to(#FBEBF4));
  background: linear-gradient(90deg, #DBB5CA 0%, #FBEBF4 100%);
  position: absolute;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.header-wg.open .hamburger .hamburger__line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-3px, -3px);
  transform: rotate(-45deg) translate(-3px, -3px);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.header-wg.open .hamburger .hamburger__line:nth-child(2) {
  opacity: 0;
  width: 0;
}
.header-wg.open .hamburger .hamburger__line:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}
.header-wg .to-cart {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #F3DCE9;
  border-radius: 60px;
  padding: 23px 33px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header-wg .to-cart:hover {
  background-color: #E6007E;
}
.header-wg .to-cart:hover span {
  color: white;
}
.header-wg .to-cart:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header-wg .to-cart img {
  margin-right: 12px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header-wg .to-cart span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #E6007E;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media screen and (max-width: 1279px) {
  .header-wg {
    height: 64px;
    max-height: 64px;
  }
  .header-wg > .wrapper-main > nav {
    display: none;
  }
  .header-wg > .wrapper-main .hamburger {
    display: block !important;
  }
  .header-wg.anima {
    max-height: 64px;
  }
  .header-wg.open {
    background-color: white;
  }
  .header-wg .to-cart {
    display: none;
  }
  .header-wg .header-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    min-height: calc(100vh - 64px);
    height: calc(100vh - 64px);
    overflow: hidden;
    overflow-y: hidden;
    background-color: white;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 100;
    visibility: visible;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .header-wg .header-popup.open {
    overflow-y: auto !important;
    opacity: 1 !important;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .header-wg .header-popup .to-cart {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-top: 37px;
    min-width: 296px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header-wg .header-popup nav {
    width: 100%;
    margin-top: 70px;
  }
  .header-wg .header-popup nav ul li {
    display: block;
    text-align: center;
  }
  .header-wg .header-popup nav ul li a {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    opacity: 0.7;
    padding: 13px 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
  .header-wg .header-popup .bot {
    margin-top: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wg .header-popup .bot a {
    margin-bottom: 8px;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #7C7C7C;
    text-decoration: none;
  }
}
.footer-wg {
  font-size: 0;
  min-height: 764px;
  background-color: transparent;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../../images/main-page/footer-bg.jpg");
  padding-top: 20%;
}
.footer-wg .for-mob .head {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.7;
  display: block;
  margin-bottom: 24px;
}
.footer-wg .for-mob a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer-wg .for-mob a:hover {
  border-color: white;
}
.footer-wg .footer-top {
  padding-left: 332px;
}
.footer-wg .footer-top .menu {
  display: inline-block;
  vertical-align: top;
  max-width: 324px;
}
.footer-wg .footer-top .menu nav ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 9px;
}
.footer-wg .footer-top .menu nav ul li a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer-wg .footer-top .menu nav ul li a:hover {
  border-color: white;
}
.footer-wg .footer-top .social {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 442px);
  padding-left: 182px;
}
.footer-wg .footer-top .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  border: 1px solid white;
  margin-right: 9px;
}
.footer-wg .footer-top .social a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.footer-wg .footer-top .social a img {
  will-change: transform;
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-wg .footer-top .head {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.7;
  display: block;
  margin-bottom: 24px;
}
.footer-wg .footer-middle {
  padding-top: 89px;
  padding-bottom: 43px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wg .footer-middle p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #FFFFFF;
  opacity: 0.75;
}
.footer-wg .footer-bottom {
  padding-top: 41px;
  padding-bottom: 41px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wg .footer-bottom .row {
  display: inline-block;
  vertical-align: top;
  margin-right: 140px;
}
.footer-wg .footer-bottom .row:last-child {
  margin-right: 0;
}
.footer-wg .footer-bottom .row .head {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.4;
}
.footer-wg .footer-bottom .row p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 3px;
}
.footer-wg .copyright {
  padding-top: 41px;
  padding-bottom: 41px;
  text-align: right;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer-wg .copyright p {
  margin-bottom: 9px;
}
.footer-wg .copyright p a {
  color: white;
}
.footer-wg .slogan {
  height: 120px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  background-image: url("../../images/main-page/slogan.svg");
}

@media screen and (max-width: 1279px) {
  .footer-wg {
    background-size: 137% 100%;
    padding-top: 20%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1240px) {
  .footer-wg {
    padding-top: 28%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1180px) {
  .footer-wg {
    padding-top: 29%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .footer-wg {
    padding-top: 27%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 900px) {
  .footer-wg {
    padding-top: 40%;
  }
}
@media screen and (max-width: 1279px) {
  .footer-wg .for-mob {
    display: block !important;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-wg .for-mob a {
    margin-bottom: 8px;
    display: inline-block;
  }
}
@media screen and (max-width: 1279px) {
  .footer-wg .footer-top {
    padding-left: 0;
  }
  .footer-wg .footer-top .menu {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .footer-wg .footer-top .menu nav ul li {
    width: 100%;
  }
  .footer-wg .footer-top .social {
    display: block;
    max-width: 100%;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .footer-wg .footer-middle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-wg .footer-middle p {
    text-align: center;
  }
}
@media screen and (max-width: 1279px) {
  .footer-wg .footer-bottom .row {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-wg .footer-bottom .row:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .footer-wg .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1279px) {
  .footer-wg .slogan {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wg {
    background-image: url("../../images/main-page/footer-bg-mob.jpg");
    background-size: 100% 100%;
    min-height: unset;
    padding-top: 98px;
    background-position: top -41px center;
  }
  .footer-wg .footer-top .social {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 19px;
    margin-top: 19px;
  }
  .footer-wg .footer-middle {
    padding-top: 49px;
    padding-bottom: 32px;
  }
  .footer-wg .footer-bottom {
    padding-top: 22px;
    padding-bottom: 34px;
  }
  .footer-wg .footer-bottom .row {
    margin-bottom: 29px;
  }
  .footer-wg .copyright {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 31px;
  }
  .footer-wg .copyright p {
    display: block !important;
  }
  .footer-wg .slogan {
    background-size: 96% 96%;
    background-position: center;
    height: 125px;
    background-image: url("../../images/main-page/slogan-mob.svg");
  }
}
html[lang] {
  margin-top: 0 !important;
}

.main-grid-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(72.16deg, #F5CEE3 0%, rgba(245, 206, 227, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.content-wg {
  padding-top: 100px;
}

.ready .section-start .text .heading span i {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ready .section-start .text p {
  opacity: 0.5;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.ready .section-start .text .btns a:nth-child(1) {
  -webkit-animation: btnsFadeIn 0.65s ease-in 1 normal forwards;
  animation: btnsFadeIn 0.65s ease-in 1 normal forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ready .section-start .text .btns a:nth-child(2) {
  -webkit-animation: btnsFadeIn 0.65s ease-in 1 normal forwards;
  animation: btnsFadeIn 0.65s ease-in 1 normal forwards;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.ready .section-start .photo .pack,
.ready .section-start .photo .tea,
.ready .section-start .photo .line1,
.ready .section-start .photo .line2, .ready .section-start .photo:before, .ready .section-start .photo:after {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ready .section-benefits.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.section-start {
  font-size: 0;
  padding-top: 69px;
}
.section-start .text {
  display: inline-block;
  vertical-align: top;
  width: 688px;
}
.section-start .text .heading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
  color: #000000;
}
.section-start .text .heading span {
  display: block;
  overflow: hidden;
}
.section-start .text .heading span i {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.95s ease;
  transition: all 0.95s ease;
}
.section-start .text .heading span b {
  color: #E6007E;
  font-weight: 600;
}
.section-start .text p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
  opacity: 0;
  max-width: 486px;
  margin-top: 26px;
  -webkit-transform: translate(10%, 0);
  transform: translate(10%, 0);
  -webkit-transition: all 0.65s linear;
  transition: all 0.65s linear;
}
.section-start .text .btns {
  margin-top: 57px;
}
.section-start .text .btns a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #E6007E;
  border-radius: 60px;
  text-decoration: none;
  padding: 25px 55px;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-start .text .btns a:nth-child(1) {
  border: 1px solid #E6007E;
  color: #FFFFFF;
  background-color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
}
.section-start .text .btns a:nth-child(1):hover {
  background-color: transparent;
  color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
}
.section-start .text .btns a:nth-child(2) {
  border-color: #E6007E;
  color: #E6007E;
}
.section-start .text .btns a:nth-child(2):hover {
  color: white;
  background-color: #E6007E;
}
.section-start .photo {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 688px);
  padding-left: 19px;
  margin-top: 50px;
  position: relative;
}
.section-start .photo .pack {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(15%, 0) scale(0.9);
  transform: translate(15%, 0) scale(0.9);
  -webkit-transition: all 0.85s ease;
  transition: all 0.85s ease;
}
.section-start .photo .tea {
  position: absolute;
  z-index: 2;
  left: 235px;
  bottom: -85px;
  opacity: 0;
  -webkit-transform: translate(-15%, 0) scale(0.95);
  transform: translate(-15%, 0) scale(0.95);
  -webkit-transition: all 0.85s ease;
  transition: all 0.85s ease;
}
.section-start .photo .line1 {
  position: absolute;
  top: -53px;
  right: -46px;
  opacity: 0;
  -webkit-transform: translate(15%, 0) scale(0.9);
  transform: translate(15%, 0) scale(0.9);
  -webkit-transition: all 0.85s ease;
  transition: all 0.85s ease;
}
.section-start .photo .line2 {
  position: absolute;
  bottom: -149px;
  left: 123px;
  opacity: 0;
  -webkit-transform: translate(15%, 0) scale(0.9);
  transform: translate(15%, 0) scale(0.9);
  -webkit-transition: all 0.85s ease;
  transition: all 0.85s ease;
}

.section-benefits {
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
.section-benefits .block {
  font-size: 0;
  border-radius: 70px;
  padding: 76px 72px;
  margin-top: 103px;
  display: block;
  border: 1px solid #EDB8D5;
  text-align: center;
}
.section-benefits .block .item {
  display: inline-block;
  vertical-align: top;
  width: 215px;
  margin-right: 80px;
  text-align: left;
}
.section-benefits .block .item:last-child {
  margin-right: 0;
}
.section-benefits .block .item .icon {
  width: 75px;
  height: 75px;
  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;
  background: linear-gradient(224.75deg, #FFFFFF 4.51%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: 12px;
}
.section-benefits .block .item .icon img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}
.section-benefits .block .item p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  color: #000000;
  margin-top: 21px;
}
.section-benefits .block .item span {
  display: block;
  margin-top: 10px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
  opacity: 0.5;
}

.section-why {
  margin-top: 68px;
}
.section-why .block {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("../../images/main-page/why/bg.png");
  padding: 0 0 0 98px;
  height: 603px;
}
.section-why .block .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  vertical-align: top;
  width: 447px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section-why .block .text .heading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.38;
  color: #FFFFFF;
}
.section-why .block .text p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 27px;
}
.section-why .block .text .btns {
  margin-top: 66px;
}
.section-why .block .text .btns a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 60px;
  text-decoration: none;
  padding: 25px 55px;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-why .block .text .btns a.colored {
  border: 1px solid #E6007E;
  color: #E6007E;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 25px 60px rgba(123, 0, 68, 0.3);
  box-shadow: 0px 25px 60px rgba(123, 0, 68, 0.3);
}
.section-why .block .text .btns a.colored:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: white;
  -webkit-box-shadow: 0px 25px 60px rgba(123, 0, 68, 0);
  box-shadow: 0px 25px 60px rgba(123, 0, 68, 0);
}
.section-why .block .text .btns a:hover {
  background-color: white;
  color: #E6007E;
}
.section-why .block .photo {
  width: 580px;
  height: 630px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 98px;
  bottom: 0;
}
.section-why .block .photo .line {
  position: absolute;
  left: -122px;
  top: 27px;
}
.section-why .block .photo .signs {
  position: absolute;
  left: 0;
  top: 27px;
  width: 100%;
  height: 100%;
}
.section-why .block .photo .signs div {
  background: #FFFFFF;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.section-why .block .photo .signs div:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section-why .block .photo .signs div:nth-child(odd) span {
  margin: 0 19px 0 5px;
}
.section-why .block .photo .signs div:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section-why .block .photo .signs div:nth-child(even) span {
  margin: 0 5px 0 16px;
}
.section-why .block .photo .signs div:nth-child(1) {
  top: 15px;
  right: 90px;
}
.section-why .block .photo .signs div:nth-child(2) {
  top: 145px;
  left: 40px;
}
.section-why .block .photo .signs div:nth-child(3) {
  top: 310px;
  right: 80px;
}
.section-why .block .photo .signs div:nth-child(4) {
  top: 483px;
  left: 114px;
}
.section-why .block .photo .signs div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin: 5px;
  border: 9px solid #F8E8F1;
  border-radius: 100%;
  background: #E6007E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-why .block .photo .signs div span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #E6007E;
  opacity: 0.8;
  display: inline-block;
  vertical-align: middle;
}

.section-action {
  margin-top: 96px;
}
.section-action .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-action .block .item {
  border: 1px solid #F38CB0;
  border-radius: 50px;
  width: 620px;
  padding: 69px;
}
.section-action .block .item.visible .photo img {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0%) scale(1);
  transform: translate(0, 0%) scale(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.section-action .block .item.visible .photo img.light {
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.section-action .block .item:nth-child(1) {
  border-color: #F38CB0;
}
.section-action .block .item:nth-child(1) .photo {
  background-image: url("../../images/main-page/action/bg1.png");
}
.section-action .block .item:nth-child(1) .title b {
  color: #E6007E;
}
.section-action .block .item:nth-child(2) {
  border-color: #019A9E;
}
.section-action .block .item:nth-child(2) .photo {
  background-image: url("../../images/main-page/action/bg2.png");
}
.section-action .block .item:nth-child(2) .title b {
  color: #009A9E;
}
.section-action .block .item .photo {
  width: 480px;
  height: 245px;
  overflow: hidden;
  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-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.section-action .block .item .photo img {
  -webkit-transform: scale(0.85) translate(0, 10%);
  transform: scale(0.85) translate(0, 10%);
  -webkit-transition: all 0.65s ease-in;
  transition: all 0.65s ease-in;
}
.section-action .block .item .photo img.light {
  -webkit-transform: translate(-50%, -10%) scale(0.8);
  transform: translate(-50%, -10%) scale(0.8);
  opacity: 0;
}
.section-action .block .item .photo .light {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section-action .block .item .title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.29;
  color: black;
  margin-top: 34px;
}
.section-action .block .item .title b {
  font-weight: 500;
}
.section-action .block .item p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
  opacity: 0.5;
  margin-top: 21px;
}

.section-compound {
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  background-image: url("../../images/main-page/compound/bg.png");
  padding-top: 302px;
  min-height: 1593px;
  max-width: 2560px;
  margin: 0px auto;
  position: relative;
}
.section-compound .heading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.38;
  text-align: center;
  color: #FFFFFF;
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.section-compound .preheading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.8;
  max-width: 440px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.section-compound .preheading.lazyClassAnimDown.visible {
  opacity: 0.8;
}
.section-compound .block {
  position: relative;
}
.section-compound .block:before {
  content: "";
  display: block;
  width: 951px;
  height: 899px;
  margin: 0px auto;
  -webkit-transform: translate(27px, -28px);
  transform: translate(27px, -28px);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-compound .block .row {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-compound .block .row:nth-child(1) {
  top: calc(50% - 363px);
  left: calc(50% + 63px);
}
.section-compound .block .row:nth-child(2) {
  top: calc(50% - 200px);
  left: calc(50% + 358px);
}
.section-compound .block .row:nth-child(3) {
  top: calc(50% - 11px);
  left: calc(50% + 505px);
}
.section-compound .block .row:nth-child(4) {
  top: calc(50% + 228px);
  left: calc(50% + 339px);
}
.section-compound .block .row:nth-child(5) {
  top: calc(50% + 347px);
  left: calc(50% + 35px);
}
.section-compound .block .row:nth-child(6) {
  top: calc(50% + 247px);
  left: calc(50% - 317px);
}
.section-compound .block .row:nth-child(7) {
  top: calc(50% + 74px);
  left: calc(50% - 511px);
}
.section-compound .block .row:nth-child(7) p {
  text-indent: 28px;
}
.section-compound .block .row:nth-child(8) {
  top: calc(50% - 139px);
  left: calc(50% - 442px);
}
.section-compound .block .row:nth-child(9) {
  top: calc(50% - 301px);
  left: calc(50% - 255px);
}
.section-compound .block .row:nth-child(9) p {
  text-indent: 28px;
}
.section-compound .block .row span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.12;
  color: #FFFFFF;
  display: block;
}
.section-compound .block .row p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.6;
  margin-top: 2px;
}

.for-gradient {
  position: relative;
}
.for-gradient:before {
  content: "";
  display: block;
  position: absolute;
  top: -374px;
  left: 0;
  width: 100%;
  height: calc(100% + 374px);
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background: linear-gradient(72.16deg, #F5CEE3 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.section-how {
  margin-top: 36px;
  margin-bottom: 196px;
}
.section-how .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-how .text {
  max-width: 440px;
  display: inline-block;
  vertical-align: top;
}
.section-how .text .heading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.33;
  color: #000000;
}
.section-how .text p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
  opacity: 0.5;
  margin-top: 27px;
}
.section-how .text .btns a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #E6007E;
  color: #FFFFFF;
  background-color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  border-radius: 60px;
  text-decoration: none;
  padding: 24px 54px;
  display: inline-block;
  vertical-align: top;
  margin-top: 58px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-how .text .btns a:hover {
  background-color: transparent;
  color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
}
.section-how .photo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 442px);
  margin-right: 55px;
  margin-top: 55px;
}
.section-how .photo .capsules {
  position: relative;
}
.section-how .photo .capsules:before {
  content: "";
  display: block;
  position: absolute;
  top: -236px;
  right: -87px;
  width: 462px;
  height: 381px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("../../images/main-page/compound/line-top.svg");
}
.section-how .photo .capsules:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -156px;
  left: -41px;
  width: 755px;
  height: 279px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("../../images/main-page/compound/line-bot.svg");
}
.section-how .photo .capsules img {
  position: relative;
  z-index: 1;
}
.section-how .photo .txt {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-how .photo .txt .row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-how .photo .txt .row:nth-child(1) {
  top: 31px;
  left: -112px;
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-how .photo .txt .row:nth-child(1) span:before {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  right: -134px;
  width: 111px;
  height: 197px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("../../images/main-page/compound/row-line1.png");
}
.section-how .photo .txt .row:nth-child(2) {
  top: -31px;
  right: -12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-how .photo .txt .row:nth-child(2) span {
  margin-right: 25px;
}
.section-how .photo .txt .row:nth-child(2) span:before {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  left: -167px;
  width: 148px;
  height: 100px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("../../images/main-page/compound/row-line2.png");
}
.section-how .photo .txt .row span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  line-height: 58px;
  text-align: right;
  color: #E6007E;
  margin-bottom: 25px;
  position: relative;
}
.section-how .photo .txt .row > div {
  max-width: 144px;
}
.section-how .photo .txt .row > div p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 9px;
}
.section-how .photo .txt .row > div em {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  text-align: right;
  color: #000000;
  opacity: 0.5;
}

.section-where {
  padding-bottom: 225px;
}
.section-where .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-where .text {
  max-width: calc(100% - 592px);
  display: inline-block;
  vertical-align: top;
  margin-left: 71px;
}
.section-where .text .heading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.33;
  color: #000000;
}
.section-where .text p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
  opacity: 0.5;
  margin-top: 27px;
}
.section-where .text .btns {
  font-size: 0;
}
.section-where .text .btns a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #E6007E;
  color: #FFFFFF;
  background-color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  border-radius: 60px;
  text-decoration: none;
  padding: 24px 54px;
  display: inline-block;
  vertical-align: top;
  margin-top: 66px;
  margin-right: 9px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-where .text .btns a:hover {
  background-color: transparent;
  color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
}
.section-where .text .btns a.reverse {
  background-color: transparent;
  color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
}
.section-where .text .btns a.reverse:hover {
  border: 1px solid #E6007E;
  color: #FFFFFF;
  background-color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0.3);
}
.section-where .photo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 592px;
  position: relative;
}
.section-where .photo img {
  position: relative;
  z-index: 1;
}
.section-where .photo:before {
  content: "";
  display: block;
  position: absolute;
  top: -192px;
  left: -81px;
  width: 468px;
  height: 265px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("../../images/main-page/where/line-top.svg");
}
.section-where .photo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -199px;
  left: -176px;
  width: 468px;
  height: 265px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("../../images/main-page/where/line-bottom.svg");
}

.section-faq {
  padding: 120px 0 0;
  background-color: white;
}
.section-faq .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-faq .text {
  width: 407px;
  display: inline-block;
  vertical-align: top;
}
.section-faq .text .heading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.38;
  color: #000000;
}
.section-faq .text p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
  opacity: 0.5;
  margin-top: 26px;
}
.section-faq .text a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #E6007E;
  border-radius: 60px;
  text-decoration: none;
  padding: 24px 54px;
  display: inline-block;
  vertical-align: top;
  margin-top: 66px;
  margin-right: 9px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: transparent;
  color: #E6007E;
  -webkit-box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
  box-shadow: 0px 25px 60px rgba(230, 0, 126, 0);
}
.section-faq .text a:hover {
  border-color: #E6007E;
  color: #FFFFFF;
  background-color: #E6007E;
  -webkit-box-shadow: 0px 15px 50px rgba(230, 0, 126, 0.3);
  box-shadow: 0px 15px 50px rgba(230, 0, 126, 0.3);
}
.section-faq .bwl_acc_container {
  display: inline-block;
  vertical-align: top;
  width: 750px;
}
.section-faq .bwl_acc_container > section {
  padding: 20px 20px;
  border-top: 1px solid #ECDFE6;
}
.section-faq .bwl_acc_container > section:last-child {
  border-bottom: 1px solid #ECDFE6;
}
.section-faq .bwl_acc_container > section .acc_title_bar.default-title-bar-active a span {
  background: #E6007E;
}
.section-faq .bwl_acc_container > section .acc_title_bar.default-title-bar-active a span:before, .section-faq .bwl_acc_container > section .acc_title_bar.default-title-bar-active a span:after {
  background: #F8ECF2;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section-faq .bwl_acc_container > section .acc_title_bar a {
  padding: 10px 0 10px 71px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: black;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-faq .bwl_acc_container > section .acc_title_bar a span {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #F8ECF2;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-faq .bwl_acc_container > section .acc_title_bar a span:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #E6007E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-faq .bwl_acc_container > section .acc_title_bar a span:after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #E6007E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-faq .bwl_acc_container > section .block {
  padding-top: 11px;
  padding-left: 71px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-faq .bwl_acc_container > section .block p, .section-faq .bwl_acc_container > section .block li {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 7px;
  opacity: 0.5;
}
.section-faq .bwl_acc_container > section .block p img, .section-faq .bwl_acc_container > section .block li img {
  margin-top: 15px;
  width: 500px;
  max-width: 100%;
}
.section-faq .bwl_acc_container > section .block ul, .section-faq .bwl_acc_container > section .block ol {
  margin-left: 20px;
}
.section-faq .bwl_acc_container > section .block li {
  list-style-type: none;
  padding-left: 4px;
  margin-left: 10px;
}
.section-faq .bwl_acc_container > section .block a {
  color: #8B3434;
}
.section-faq .bwl_acc_container > section .block a:hover {
  text-decoration: none;
}
.section-faq .bwl_acc_container > section .block h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.section-faq .bwl_acc_container > section .block img {
  max-width: 100%;
}

.lazyClassAnimDown {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: none;
  transition: none;
}

.lazyClassAnimFromLeft {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transition: none;
  transition: none;
}

.lazyClassAnimFromRight {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
  -webkit-transition: none;
  transition: none;
}

.lazyClassAnimDown.visible {
  -webkit-transition: opacity 0.65s, -webkit-transform 0.75s;
  transition: opacity 0.65s, -webkit-transform 0.75s;
  transition: transform 0.75s, opacity 0.65s;
  transition: transform 0.75s, opacity 0.65s, -webkit-transform 0.75s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.lazyClassAnimFromLeft.visible,
.lazyClassAnimFromRight.visible {
  -webkit-transition: opacity 0.65s, -webkit-transform 0.75s;
  transition: opacity 0.65s, -webkit-transform 0.75s;
  transition: transform 0.75s, opacity 0.65s;
  transition: transform 0.75s, opacity 0.65s, -webkit-transform 0.75s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@-webkit-keyframes btnsFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes btnsFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}