@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url([object Module]);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url([object Module]); } }

.iti__flag.iti__np {
  background-color: transparent; }

@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes b{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}*{position:relative;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}button{outline:none}.slick-slide{outline:none!important}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}a{text-decoration:none}blockquote,q{quotes:none}blockquote:after,blockquote:before{content:"";content:none}q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.custom-scrollbar-ff,body,html{scrollbar-width:thin;scrollbar-color:#7fcfb3 #f8f8ff}#scroll-content{overflow-x:hidden;width:100%}body{font-family:GothamProRegular;font-style:normal;font-weight:400;font-size:15px;line-height:23px;width:100vw;height:100vh;overflow-y:auto;overflow-x:hidden}.splide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.splide__slide{-webkit-backface-visibility:initial;backface-visibility:initial}.splide__arrow,.splide__arrow:hover{background:rgba(0,0,0,0)!important}.splide__arrow:focus{box-shadow:none!important}h2{opacity:.75}h2,h3{font-family:OpenSans-Bold;font-size:28px;line-height:38.13px;text-transform:uppercase;color:#000}h3{opacity:.7}section{overflow:hidden}.btn,.popupVideoShow{cursor:pointer}.btn{background:#b0bf05;border:1px solid #b0bf05;box-sizing:border-box;box-shadow:0 10px 15px -10px #b0bf05;border-radius:22px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:7px 26px 9px;-webkit-transition:background .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;transition:background .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out}.btn span{font-size:16px;line-height:23px;text-align:center;color:#fff;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.btn:hover{background:#fff;box-shadow:none}.btn:hover span{color:#b0bf05}.btn_olive{background:#b0bf05;border:1px solid #b0bf05;box-shadow:0 10px 15px -10px #b0bf05}.btn_olive:hover span{color:#b0bf05}.btn_orange{background:#f4a74c;border:1px solid #f4a74c;box-shadow:0 10px 15px -10px #f4a74c}.btn_orange:hover span{color:#f4a74c}.btn_light-green{background:#7fcfb3;border:1px solid #7fcfb3;box-sizing:border-box;box-shadow:0 10px 15px -10px #7fcfb3;border-radius:22px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:7px 26px 9px;cursor:pointer;-webkit-transition:background .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;transition:background .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out}.btn_light-green span{font-size:16px;line-height:23px;text-align:center;color:#fff;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.btn_light-green:hover{background:#fff;box-shadow:none}.btn_light-green:hover span{color:#7fcfb3}.btn_empty{border:1px solid #b0bf05;box-sizing:border-box;border-radius:22px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:7px 32px 9px;cursor:pointer;-webkit-transition:background .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;transition:background .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out}.btn_empty span{font-size:16px;line-height:23px;text-align:center;color:#b0bf05;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.btn_empty:hover{background:#b0bf05;box-shadow:0 10px 15px -10px #b0bf05}.btn_empty:hover span{color:#fff}.post__tag{border:1px solid #aaa;box-sizing:border-box;border-radius:22px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px 25px 7px;cursor:pointer;-webkit-transition:background .3s ease-in-out,box-shadow .3s ease-in-out;transition:background .3s ease-in-out,box-shadow .3s ease-in-out}.post__tag span{font-family:OpenSans-Bold;font-size:11px;line-height:15px;text-align:center;color:#aaa;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.post__tag:hover{background:#aaa;box-shadow:0 10px 15px -10px #aaa}.post__tag:hover span{color:#fff}.post__tag:not(:last-child){margin-right:7px}.opacity-55{opacity:.55}.scrollable{cursor:-webkit-grab;cursor:grab;position:relative;z-index:10;overflow:auto;overflow-y:hidden}.scrollable::-webkit-scrollbar{height:0;display:none}.scrollable:active{cursor:-webkit-grabbing;cursor:grabbing}#index-video{min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}.show-text__close{display:none}.show-text__trigger{position:absolute;bottom:0;left:0;cursor:pointer;-webkit-text-decoration:dashed underline;text-decoration:dashed underline;text-decoration-thickness:1px;text-underline-position:under;color:#b0bf05;z-index:2}.show-text__trigger.active{color:rgba(0,0,0,.4)}.show-text__trigger.active .show-text__open{display:none}.show-text__trigger.active .show-text__close{display:block}.show-text__wrap.not-crowded:after{display:none}.social-link_hover{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.social-link_hover:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.overflow-hidden{overflow:hidden}.carousel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%}.qr-code_shadow canvas{-webkit-filter:drop-shadow(0 8.63717px 12.9558px rgba(0,0,0,.1));filter:drop-shadow(0 8.63717px 12.9558px rgba(0,0,0,.1));border-radius:6.81021px}.splide{visibility:visible}.splide__track{overflow-x:hidden}.splide__arrows{position:absolute;z-index:2;width:130px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;left:50%;bottom:10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.splide__arrow,.splide__arrows{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.splide__arrow{border:none;padding:0;font:inherit;color:inherit;background-color:rgba(0,0,0,0);cursor:pointer}.splide__arrow:disabled{opacity:.3}.splide__arrow svg{fill:#9fad00}.splide__arrow--next{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*{box-sizing:inherit}:after,:before{box-sizing:inherit}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters .col,.no-gutters [class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;-webkit-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1,.col-auto{-webkit-box-flex:0}.col-1{-ms-flex:0 0 8.3333333333%;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-4,.col-5{-webkit-box-flex:0}.col-5{-ms-flex:0 0 41.6666666667%;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-6,.col-7{-webkit-box-flex:0}.col-7{-ms-flex:0 0 58.3333333333%;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-ms-flex:0 0 66.6666666667%;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-8,.col-9{-webkit-box-flex:0}.col-9{-ms-flex:0 0 75%;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.3333333333%;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-10,.col-11{-webkit-box-flex:0}.col-11{-ms-flex:0 0 91.6666666667%;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;-webkit-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;-webkit-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;-webkit-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;-webkit-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;-webkit-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;-webkit-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;-webkit-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;-webkit-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:-webkit-inline-flex!important;display:inline-flex!important}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;-webkit-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;-webkit-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;-webkit-align-items:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;-webkit-align-content:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-webkit-align-self:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-webkit-align-self:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-webkit-align-self:stretch!important;align-self:stretch!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.spinner_background{width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:100000}.spinner__svg,.spinner_background{position:absolute;left:50%;top:50%}.spinner__svg{-webkit-animation:a 2s linear infinite;animation:a 2s linear infinite;z-index:2;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner__svg__path{stroke:#93bfec;stroke-linecap:round;-webkit-animation:b 1.5s ease-in-out infinite;animation:b 1.5s ease-in-out infinite}.spinner__active{width:auto;height:100%}.spinner__active .spinner__svg{left:0;top:0;margin:0 0 0 -10px;width:auto;height:100%}.container__disabled{overflow:hidden;pointer-events:none;position:relative}.container__disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;cursor:default;background-color:hsla(0,0%,86.3%,.4);z-index:100}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes b{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.ImgIsBackground{position:absolute;top:0;min-width:100%;min-height:100%;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}#wpadminbar,.mo-login,.paypalbuttonimage{display:none}#wpadminbar{position:fixed!important}.Hide_Admin_Panel{position:fixed;width:20px;height:24px;background-color:#23282d;top:26px;cursor:pointer;border-radius:0 0 10px 0;z-index:9999998}.Hide_Admin_Panel,.Hide_Admin_Panel_Hidden{-webkit-transition:.3s linear;transition:.3s linear}.Hide_Admin_Panel_Hidden{top:-6px}.Editable{background-color:green;border-radius:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0}.Editable,.Img_Editable{display:block;position:absolute;width:20px;height:20px;opacity:.5;z-index:100;top:50%}.Img_Editable{background-color:#00f;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%}.navbar__burger .dropdown_language__panel{background-color:#67b298}.navbar__burger .dropdown_language{margin-left:0}.dropdown_language{position:relative;display:inline-block;margin-left:15px}.dropdown_language__panel{visibility:hidden;opacity:0;position:absolute;background-color:hsla(0,0%,100%,.7);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;-webkit-transition:opacity .45s ease-in-out;transition:opacity .45s ease-in-out}.dropdown_language__item{padding:8px;text-decoration:none;display:block}.dropdown_language:hover .dropdown_language__panel{visibility:visible;opacity:1}.grecaptcha-badge{right:-100%!important}.wpml-ls-statics-footer{display:none!important}.price{font-size:25px;line-height:34px}.price__col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:left}.price__col,.price__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.price__wrap{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:15px 14px;border:1px solid #fff;box-sizing:border-box;font-family:GothamProRegular;font-size:18px;line-height:25px;color:#fff;border-radius:22px;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.price__wrap .btn{display:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-family:GothamProRegular;margin-left:12px}.price__wrap-orange{border:1px solid #f4a74c;background:#f4a74c}.price__wrap-orange .btn{background:#d67300;border:1px solid #d67300;box-shadow:0 12px 12px -5px #e98108}.price__wrap-orange .btn:hover{background:#fff;border:1px solid #fff}.price__wrap-orange .btn:hover span{color:#d67300}.price__wrap-green{border:1px solid #7fcfb3;background:#7fcfb3}.price__wrap-green .btn{background:#4daf8d;border:1px solid #4daf8d;box-shadow:0 12px 12px -5px #3ba07d}.price__wrap-green .btn:hover{background:#fff;border:1px solid #fff}.price__wrap-green .btn:hover span{color:#4daf8d}.fn-paypal-pay{display:none}.Btn_Scroll_Top{-webkit-tap-highlight-color:transparent;bottom:145px;width:54px;height:54px;position:fixed;z-index:1000;right:5px;border:1px solid #2b4b40;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden}.Btn_Scroll_Top,.Btn_Scroll_Top .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.Btn_Scroll_Top .wrapper{background-color:#2b4b40;width:46px;height:46px;border-radius:50%}.Btn_Scroll_Top,.Btn_Scroll_Top:hover,.Btn_Scroll_Top:hover svg,.Btn_Scroll_Top svg,.scroll-to-top_active{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.scroll-to-top_active{opacity:1;visibility:visible}.Btn_Scroll_Top{-webkit-transition:all .5s ease;transition:all .5s ease}.Btn_Scroll_Top:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.Btn_Scroll_Top:hover .wrapper{background-color:rgba(0,0,0,0)}.Btn_Scroll_Top:hover .wrapper svg path{stroke:#2b4b40}.Btn_Scroll_Top svg{width:16px;height:8px}.Btn_Scroll_Top svg path{stroke:#fff}.Button_Close{width:17px;height:17px;right:11px;top:8px;position:absolute;background-repeat:no-repeat;background-size:contain;cursor:pointer;z-index:1000005}.Button_Close svg{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.Button_Close:hover svg{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);fill:#b0bf05}.Hider{position:fixed;width:101%;height:101%;left:50%;top:50%;z-index:-2;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.85);-webkit-transition:opacity .45s ease-in-out,-webkit-transform .45s ease-in-out;transition:opacity .45s ease-in-out,-webkit-transform .45s ease-in-out;transition:transform .45s ease-in-out,opacity .45s ease-in-out;transition:transform .45s ease-in-out,opacity .45s ease-in-out,-webkit-transform .45s ease-in-out}.Hider,.Hider.active{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Hider.active{z-index:999990;opacity:1;visibility:visible}.Hider .Confirmation{z-index:1000014}.Popup{position:fixed;box-sizing:border-box;z-index:1000010;max-height:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;-webkit-transform:translate(calc(-50% + .5px),calc(-50% + .5px));-ms-transform:translate(calc(-50% + .5px),calc(-50% + .5px));transform:translate(calc(-50% + .5px),calc(-50% + .5px));top:50%;left:50%;visibility:hidden;border-radius:0;opacity:0;padding:0 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Popup_Header{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.Popup_content,.Popup_Header{overflow:visible;border-radius:20px}.Popup_content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:0;position:relative}.Popup.Visible{opacity:1;visibility:visible;-webkit-transition:visibility .45s ease-in-out,opacity .45s ease-in-out;transition:visibility .45s ease-in-out,opacity .45s ease-in-out}.Popup.Active{display:block}.Popup.Notification_After_Registration .Popup_content,.Popup.Notification_Error .Popup_content,.Popup.Notification_Success .Popup_content{overflow:hidden;padding:33px 13px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;max-width:300px}.Popup.Notification_After_Registration .Popup_content h3,.Popup.Notification_Error .Popup_content h3,.Popup.Notification_Success .Popup_content h3{white-space:nowrap;color:#e6d4c4;margin-bottom:23px}.Popup.Notification_After_Registration .Popup_icon,.Popup.Notification_Error .Popup_icon,.Popup.Notification_Success .Popup_icon{margin-bottom:21px}.Popup.Notification_After_Registration .Popup_Text,.Popup.Notification_Error .Popup_Text,.Popup.Notification_Success .Popup_Text{max-width:505px;font-style:normal;font-weight:400;font-size:16px;line-height:22px;text-align:center;color:#6a6a6a}.Popup.Notification_After_Registration .Popup_Text .title,.Popup.Notification_Error .Popup_Text .title,.Popup.Notification_Success .Popup_Text .title{font-style:normal;font-size:22px;line-height:23px;margin-bottom:13px;color:#454545}.Popup.Notification_After_Registration .Popup_Text .title span,.Popup.Notification_Error .Popup_Text .title span,.Popup.Notification_Success .Popup_Text .title span{width:100%}.Popup.Notification_After_Registration .Popup_Text p,.Popup.Notification_Error .Popup_Text p,.Popup.Notification_Success .Popup_Text p{font-size:16px;line-height:23px}.Popup.Video{border-radius:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,0);color:#fff;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;min-width:300px;height:50vh;width:calc(100vw - 20px);top:50%;overflow:initial}.Popup.Video .Popup_content{padding:0;background-color:#fff;border:2px solid #67b298;overflow:initial}.Popup.Video .video_container{width:100%;height:100%;border-radius:20px;overflow:hidden}.Popup.Video .video_container iframe,.Popup.Video .video_container video{width:100%;height:100%;position:relative;z-index:2}.Popup.Video .video_container .video_loader{position:absolute;left:50%;width:100px;height:100px;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Popup.Video .video_container .video_loader svg{width:100%;height:100%;stroke:#67b298}.Popup.Video .Button_Close{top:-15px;right:-15px;background:#fff;border-radius:50%;height:30px;width:30px;border:2px solid #67b298}.Popup.Video .Button_Close svg{width:100%;height:100%}.Popup.Video .Button_Close svg path{stroke:#67b298}.Buy{overflow:visible}.Buy .Popup_Header{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.Buy .Popup_content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.Buy__form{position:relative;z-index:2;width:100%;max-width:359px;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 34px 33px}.Buy__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Buy__form-title{font-family:GothamProBlack;font-style:normal;font-size:22px;line-height:23px;text-align:center;color:#454545;opacity:.9;margin-bottom:.9em}.Buy__form-subtitle{font-size:13px;line-height:23px;color:#000;opacity:.55;text-align:center}.Buy__form-checkboxes{max-width:150px;margin:auto;margin-bottom:7px!important}.Buy__form-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:24px}.Buy__form-btn .btn_buy{width:231px}.Buy__form-btn-reg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:19px auto auto;font-size:16px;line-height:23px;text-align:center;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.Buy__form-btn-reg:hover{opacity:.7}.Buy__form-newsletter{font-size:13px!important;line-height:18px!important;opacity:.75;text-align:left!important}.Buy__form-newsletter span{opacity:1!important}.btn_buy{padding-left:20px;padding-right:20px}.Club_4p{overflow:visible}.Club_4p .Popup_content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.Club_4p .Popup_Text{margin-bottom:15px}.Club_4p .Popup_Text .title{text-align:center}.Club_4p__fruit-img{position:absolute;right:-116px;top:-87px;pointer-events:none}.Club_4p__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:310px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.Club_4p__img img{height:100%;width:100%}.Club_4p__form{position:relative;z-index:2;max-width:337px;min-width:290px;width:100%;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 24px 33px}.Club_4p__form-reset-btn{font-family:GothamProRegular;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:17px auto 0;cursor:pointer}.Club_4p__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Club_4p__form-title{font-family:GothamProBlack;font-size:22px;line-height:23px;text-align:center;color:rgba(69,69,69,.9);margin-bottom:.9em}.Club_4p__form-subtitle{font-size:13px;line-height:23px;color:#000;opacity:.55;text-align:center}.Club_4p__form-checkboxes{max-width:150px;margin:auto;margin-bottom:7px!important}.Club_4p__form-btn{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:29px}.Club_4p__form-btn,.Club_4p__form-btn-reg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.Club_4p__form-btn-reg{margin:19px auto auto;font-size:16px;line-height:23px;text-align:center;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.Club_4p__form-btn-reg:hover{opacity:.7}.Registration{overflow:visible}.Registration__fruit-img{position:absolute;right:-191px;top:-197px;pointer-events:none}.Registration__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:398px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:22px;border-radius:20px}.Registration__form{position:relative;z-index:2;max-width:374px;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:35px 20px 45px}.Registration__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Registration__form-title{font-family:OpenSans-Bold;font-size:22px;line-height:28px;text-align:center;text-transform:uppercase;color:#000;opacity:.7;margin-bottom:.2em}.Registration__form-subtitle{font-size:14px;line-height:23px;text-align:center;color:#000;opacity:.55;margin-bottom:1.5em}.Registration__form-checkboxes{padding:0 30px}.Registration__form-btn{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:45px}.Login{overflow:visible}.Login .Popup_content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.Login__tab-wrapper{margin-bottom:20px}.Login__tab{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative}.Login__tab:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;border-bottom:1px dashed #b0bf05}.Login__tab_item{cursor:pointer;font-family:GothamProBlack;font-size:17px;line-height:24px;text-align:center;position:relative;color:rgba(69,69,69,.9)}.Login__tab_item-active{color:#b0bf05}.Login__tab_item-active:after{content:"";position:absolute;bottom:-4px;left:50%;-webkit-transform:translate(-50%,50%) rotate(45deg);-ms-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg);width:16px;height:16px;z-index:1;background-color:#fff;border-bottom:1px dashed #b0bf05;border-right:1px dashed #b0bf05}.Login__fruit-img{position:absolute;right:-244px;top:-184px;pointer-events:none}.Login__pear-img{width:500.89px;height:550.92px}.Login__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.Login__img img{height:100%;width:100%}.Login__auth-block{border:1px solid #f1f1f1;box-sizing:border-box;border-radius:22px;min-height:55px;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.Login__auth-block,.Login__auth-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.Login__auth-icon{cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.Login__auth-icon:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.Login__auth-icon:not(:last-child){margin-right:35px}.Login__or{text-align:center;margin-top:9px;margin-bottom:8px;font-size:13px;line-height:23px;color:#000;opacity:.55}.Login__form{position:relative;z-index:2;max-width:337px;min-width:290px;width:100%;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 24px 33px}.Login__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Login__form-subtitle{font-size:13px;line-height:23px;color:#000;opacity:.55;text-align:center}.Login__form-checkboxes{max-width:150px;margin:auto;margin-bottom:7px!important}.Login__form-btn{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:17px}.Login__form-btn,.Login__form-btn-reg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.Login__form-btn-reg{margin:19px auto auto;font-size:16px;line-height:23px;text-align:center;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.Login__form-btn-reg:hover{opacity:.7}.Login__form-newsletter{font-size:13px!important;line-height:18px!important;opacity:.75;text-align:left!important}.Login__form-newsletter span{opacity:1!important}.Login textarea{height:75px;resize:none}.Login .label__textarea{top:38px;width:87%;white-space:normal}.Auth{overflow:visible}.Auth .Popup_content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.Auth__tab-wrapper{margin-bottom:20px}.Auth__tab{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative}.Auth__tab:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;border-bottom:1px dashed #b0bf05}.Auth__tab_item{cursor:pointer;font-family:GothamProBlack;font-size:18px;line-height:24px;text-align:center;position:relative;color:rgba(69,69,69,.9)}.Auth__tab_item-active{color:#b0bf05}.Auth__tab_item-active:after{content:"";position:absolute;bottom:-4px;left:50%;-webkit-transform:translate(-50%,50%) rotate(45deg);-ms-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg);width:16px;height:16px;z-index:1;background-color:#fff;border-bottom:1px dashed #b0bf05;border-right:1px dashed #b0bf05}.Auth__fruit-img{position:absolute;right:-116px;top:-87px;pointer-events:none}.Auth__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:236px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.Auth__img img{height:100%;width:100%}.Auth__auth-block{border:1px solid #f1f1f1;box-sizing:border-box;border-radius:22px;min-height:80px;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.Auth__auth-block,.Auth__auth-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.Auth__auth-icon{cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.Auth__auth-icon:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.Auth__auth-icon:not(:last-child){margin-right:35px}.Auth__or{text-align:center;margin-top:9px;margin-bottom:8px;font-size:13px;line-height:23px;color:#000;opacity:.55}.Auth__form{position:relative;z-index:2;max-width:337px;min-width:290px;width:100%;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 24px 33px}.Auth__form-reset-btn{font-family:GothamProRegular;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:17px auto 0;cursor:pointer}.Auth__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Auth__form-title{font-family:GothamProBlack;font-size:22px;line-height:23px;text-align:center;color:rgba(69,69,69,.9);margin-bottom:.9em}.Auth__form-subtitle{font-size:13px;line-height:23px;color:#000;opacity:.55;text-align:center}.Auth__form-checkboxes{max-width:150px;margin:auto;margin-bottom:7px!important}.Auth__form-btn{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:29px}.Auth__form-btn,.Auth__form-btn-reg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.Auth__form-btn-reg{margin:19px auto auto;font-size:16px;line-height:23px;text-align:center;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.Auth__form-btn-reg:hover{opacity:.7}.Auth__form-newsletter{font-size:13px!important;line-height:18px!important;opacity:.75;text-align:left!important}.Auth__form-newsletter span{opacity:1!important}.Reset_Password{overflow:visible}.Reset_Password .Popup_content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.Reset_Password__fruit-img{position:absolute;right:-116px;top:-87px;pointer-events:none}.Reset_Password__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:220px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.Reset_Password__img img{height:100%;width:100%}.Reset_Password__form{position:relative;z-index:2;max-width:337px;min-width:290px;width:100%;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:67px 43px}.Reset_Password__form-reset-btn{font-family:GothamProRegular;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:17px auto 0;cursor:pointer}.Reset_Password__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Reset_Password__form-title{font-family:GothamProBlack;font-size:22px;line-height:23px;text-align:center;color:rgba(69,69,69,.9);margin-bottom:8px}.Reset_Password__form-body{font-size:14px;line-height:23px;color:rgba(0,0,0,.55);text-align:center;margin-bottom:22px}.Reset_Password__form-btn .btn{margin-left:auto;margin-right:auto;width:231px}.Enroll{overflow:visible}.Enroll__fruit-img{position:absolute;right:-116px;top:-87px;pointer-events:none}.Enroll__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:398px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.Enroll__img img{height:100%;width:100%}.Enroll__form{position:relative;z-index:2;max-width:374px;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 34px 33px}.Enroll__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Enroll__form-title{font-family:GothamProBlack;font-size:22px;line-height:23px;text-align:center;color:#454545;opacity:.9;margin-bottom:.5em}.Enroll__form-subtitle{background:#fcfcfc;border:1px solid #f1f1f1;box-sizing:border-box;border-radius:13px;padding:6px 15px;font-size:13px;line-height:23px;color:#000;opacity:.55;min-height:95px}.Enroll__form-checkboxes{max-width:150px;margin:auto;margin-bottom:7px!important}.Enroll__form-btn{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:11px}.Enroll__form-newsletter{font-size:13px!important;line-height:18px!important;opacity:.75;text-align:left!important}.Enroll__form-newsletter span{opacity:1!important}.btn_enroll{padding-left:70px;padding-right:70px}.RequestCallProgram{overflow:visible}.RequestCallProgram__fruit-img{position:absolute;right:-116px;top:-87px;pointer-events:none}.RequestCallProgram__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:398px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.RequestCallProgram__img img{height:100%;width:100%}.RequestCallProgram__auth-block{border:1px solid #f1f1f1;box-sizing:border-box;border-radius:22px;min-height:80px;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.RequestCallProgram__auth-block,.RequestCallProgram__auth-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.RequestCallProgram__auth-icon{cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.RequestCallProgram__auth-icon:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.RequestCallProgram__auth-icon:not(:last-child){margin-right:35px}.RequestCallProgram__or{text-align:center;margin-top:9px;margin-bottom:8px;font-size:13px;line-height:23px;color:#000;opacity:.55}.RequestCallProgram__form{position:relative;z-index:2;max-width:374px;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 34px 33px}.RequestCallProgram__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.RequestCallProgram__form-title{font-family:GothamProBlack;font-size:22px;line-height:23px;text-align:center;color:#454545;opacity:.9;margin-bottom:5px}.RequestCallProgram__form-subtitle{font-size:13px;line-height:23px;color:#b0bf05;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.RequestCallProgram__form-checkboxes{max-width:150px;margin:auto;margin-bottom:7px!important}.RequestCallProgram__form-btn{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:29px}.RequestCallProgram__form-btn,.RequestCallProgram__form-btn-reg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.RequestCallProgram__form-btn-reg{margin:19px auto auto;font-size:16px;line-height:23px;text-align:center;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.RequestCallProgram__form-btn-reg:hover{opacity:.7}.RequestCallProgram__form-newsletter{font-size:13px!important;line-height:18px!important;opacity:.75;text-align:left!important}.RequestCallProgram__form-newsletter span{opacity:1!important}.RequestCallProgram__form form .btn{margin-left:auto;margin-right:auto;color:#fff}.RequestCallProgram__form form .btn:hover{color:#b0bf05}.btn_login{padding-left:20px;padding-right:20px}.radio-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.radio-button{margin:0}.radio-text{font-size:14px;line-height:23px;color:#000;opacity:.75;margin-left:14px}.radio-container input[type=radio]{position:relative}.radio-container label{display:inline-block;cursor:pointer;position:relative;margin-right:0;line-height:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-container label:before{content:"";display:inline-block;width:13px;height:13px;position:absolute;left:-29px;bottom:3px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.3' width='13' height='13' rx='6.5' fill='%23AEAEAE'/%3E%3Crect x='3' y='3' width='7' height='7' rx='3.5' fill='%23AEAEAE'/%3E%3C/svg%3E")}.radio-container input[type=radio]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.3' width='13' height='13' rx='6.5' fill='%23B0BF05'/%3E%3Crect x='3' y='3' width='7' height='7' rx='3.5' fill='%23B0BF05'/%3E%3C/svg%3E")}.Contact_Us{overflow:visible}.Contact_Us .Popup_content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.Contact_Us .Popup_Text{margin-bottom:15px}.Contact_Us .Popup_Text .title{text-align:center}.Contact_Us__fruit-img{position:absolute;right:-116px;top:-87px;pointer-events:none}.Contact_Us__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:310px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.Contact_Us__img img{height:100%;width:100%}.Contact_Us__form{position:relative;z-index:2;max-width:337px;min-width:290px;width:100%;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 24px 33px}.Contact_Us__form-reset-btn{font-family:GothamProRegular;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:17px auto 0;cursor:pointer}.Contact_Us__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Contact_Us__form-title{font-family:GothamProBlack;font-size:22px;line-height:23px;text-align:center;color:rgba(69,69,69,.9);margin-bottom:.9em}.Contact_Us__form-subtitle{font-size:13px;line-height:23px;color:#000;opacity:.55;text-align:center}.Contact_Us__form-checkboxes{max-width:150px;margin:auto;margin-bottom:7px!important}.Contact_Us__form-btn{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:29px}.Contact_Us__form-btn,.Contact_Us__form-btn-reg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.Contact_Us__form-btn-reg{margin:19px auto auto;font-size:16px;line-height:23px;text-align:center;color:#b0bf05;border-bottom:1px dashed #b0bf05;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.Contact_Us__form-btn-reg:hover{opacity:.7}.ProductModal{overflow:visible}.ProductModal .Popup_content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.ProductModal .pre-orders__form{margin-top:15px}.ProductModal .pre-orders-btn{margin-top:20px}.ProductModal .pre-orders-btn .btn{margin:auto}.ProductModal .Popup_Text{margin-bottom:15px}.ProductModal .Popup_Text .title{text-align:center}.ProductModal__fruit-img{position:absolute;right:-116px;top:-87px;pointer-events:none}.ProductModal__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:226.6px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.ProductModal__img img{height:100%;width:100%}.ProductModal__content{max-width:337px;min-width:290px;width:100%;background:#fff;border-radius:20px;padding:31px 24px 33px}.Popup_Header,.ProductModal__content{position:relative;z-index:2;box-shadow:0 15px 35px -14px rgba(0,0,0,.22)}.Popup_Header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.appointmentSuspended{overflow:visible}.appointmentSuspended .Popup_content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.appointmentSuspended .Popup_Text{margin-bottom:15px}.appointmentSuspended .Popup_Text .title{text-align:center}.appointmentSuspended__fruit-img{position:absolute;right:-116px;top:-87px;pointer-events:none}.appointmentSuspended__img{position:absolute;background-color:#7fcfb3;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:226.6px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:20px}.appointmentSuspended__img img{height:100%;width:100%}.appointmentSuspended__content{position:relative;z-index:2;max-width:337px;min-width:290px;width:100%;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 24px 33px}.Popup.More_info_pride{width:100%;max-width:500px}.Popup.More_info_pride .Popup_content{overflow:hidden;padding:33px 13px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;max-width:500px}.Popup.More_info_pride .Popup_content h3{white-space:nowrap;color:#e6d4c4;margin-bottom:23px}.Popup.More_info_pride .Popup_content .Popup_icon{margin-bottom:21px}.Popup.More_info_pride .Popup_content .Popup_Text{max-width:505px;font-style:normal;font-weight:400;font-size:16px;line-height:22px;text-align:center;color:#6a6a6a}.Popup.More_info_pride .Popup_content .Popup_Text .title{font-style:normal;font-size:22px;line-height:23px;margin-bottom:13px;color:#454545}.Popup.More_info_pride .Popup_content .Popup_Text .title span{width:100%}.Popup.More_info_pride .Popup_content .Popup_Text p{font-size:16px;line-height:23px;margin-bottom:10px}.Popup.More_info_pride .Popup_content .Popup_Text p:last-child{margin-bottom:0}.Popup.Rotate_In_Left{-webkit-perspective:100vw;perspective:100vw}.Popup.Rotate_In_Left .Popup_content{-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:translateZ(100px) rotateY(90deg);transform:translateZ(100px) rotateY(90deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;opacity:0;-webkit-transition:opacity .65s ease-in-out,-webkit-transform .65s ease-in-out;transition:opacity .65s ease-in-out,-webkit-transform .65s ease-in-out;transition:opacity .65s ease-in-out,transform .65s ease-in-out;transition:opacity .65s ease-in-out,transform .65s ease-in-out,-webkit-transform .65s ease-in-out}.Popup.Rotate_In_Left.Visible .Popup_content{opacity:1;-webkit-transform:translateZ(0) rotateY(0deg);transform:translateZ(0) rotateY(0deg)}.Popup.Fade_in_Scale .Popup_content{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:opacity .1s ease-in-out,-webkit-transform .65s ease-in-out;transition:opacity .1s ease-in-out,-webkit-transform .65s ease-in-out;transition:opacity .1s ease-in-out,transform .65s ease-in-out;transition:opacity .1s ease-in-out,transform .65s ease-in-out,-webkit-transform .65s ease-in-out}.Popup.Fade_in_Scale.Visible .Popup_content{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.Popup.Sign{-webkit-perspective:100vw;perspective:100vw}.Popup.Sign .Popup_content{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;opacity:0;-webkit-transform:rotateX(-60deg);transform:rotateX(-60deg);-webkit-transition:opacity .65s ease-in-out,-webkit-transform .65s ease-in-out;transition:opacity .65s ease-in-out,-webkit-transform .65s ease-in-out;transition:opacity .65s ease-in-out,transform .65s ease-in-out;transition:opacity .65s ease-in-out,transform .65s ease-in-out,-webkit-transform .65s ease-in-out}.Popup.Sign.Visible .Popup_content{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.form-group-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.form-group{position:relative}.form-group .wpcf7-not-valid-tip{position:absolute;top:50%;left:2px;border-radius:10px;width:calc(100% - 4px);padding-left:15px;background-color:#fdf1f1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;visibility:hidden;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;font-size:13px;line-height:23px;color:#c74c4d;z-index:2;pointer-events:none}.form-group .wpcf7-not-valid-tip-active{opacity:0!important;visibility:hidden!important}.form-group .wpcf7-not-valid-tip-visible{opacity:1;visibility:visible}.form-group .input_error{position:absolute;top:50%;left:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;visibility:hidden;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;font-size:13px;line-height:23px;color:#c74c4d;z-index:2;pointer-events:none}.form-group .input_error-active{opacity:0!important;visibility:hidden!important}.form-group.error input{border:1px solid #c74c4d;background:#fce5e5}.form-group.error input:not(:focus){color:rgba(0,0,0,0)}.form-group.error .label{opacity:0;visibility:hidden;pointer-events:none}.form-group.error .input_error{opacity:1;visibility:visible}.form-group.success .input_error{opacity:0;visibility:visible}.input.wpcf7-not-valid{border:1px solid #c74c4d;background:#fce5e5}.input.wpcf7-not-valid:not(:focus)+.wpcf7-not-valid-tip{opacity:1;visibility:visible}.input.wpcf7-not-valid:not(:focus){color:rgba(0,0,0,0)}.input.shake::-webkit-input-placeholder{opacity:0}.input.shake::-moz-placeholder{opacity:0}.input.shake:-ms-input-placeholder{opacity:0}.input.shake::-ms-input-placeholder{opacity:0}.input.shake::placeholder{opacity:0}.input-container{position:relative}.input-container:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:calc(100% + 2px);height:calc(100% + 3px);border-radius:13px;-webkit-transform:translate(-1px,-1px);-ms-transform:translate(-1px,-1px);transform:translate(-1px,-1px);opacity:0}.input-container.date:after{content:"";position:absolute;height:17px;width:17px;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;margin-right:-5px;background-position:50%;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.336 11.688a.664.664 0 00.664-.665V3.984a2.66 2.66 0 00-2.656-2.656h-.864V.664a.664.664 0 10-1.328 0v.664H9.131V.664a.664.664 0 10-1.328 0v.664H4.814V.664a.664.664 0 10-1.328 0v.664h-.83A2.66 2.66 0 000 3.984v10.36A2.66 2.66 0 002.656 17h11.688A2.66 2.66 0 0017 14.344a.664.664 0 10-1.328 0 1.33 1.33 0 01-1.328 1.328H2.656a1.33 1.33 0 01-1.328-1.328V3.984a1.33 1.33 0 011.328-1.328h.83v.664a.664.664 0 101.328 0v-.664h2.989v.664a.664.664 0 101.328 0v-.664h3.021v.664a.664.664 0 101.329 0v-.664h.863a1.33 1.33 0 011.328 1.328v7.04c0 .366.297.664.664.664z' fill='%23ACACAC'/%3E%3Cpath d='M4.15 7.637a.664.664 0 100-1.328.664.664 0 000 1.328zM9.928 7.637a.664.664 0 100-1.328.664.664 0 000 1.328zM12.816 7.637a.664.664 0 100-1.328.664.664 0 000 1.328zM4.15 10.525a.664.664 0 100-1.328.664.664 0 000 1.328zM4.15 13.414a.664.664 0 100-1.328.664.664 0 000 1.328zM7.04 7.637a.664.664 0 100-1.328.664.664 0 000 1.328zM7.04 10.525a.664.664 0 100-1.328.664.664 0 000 1.328zM7.04 13.414a.664.664 0 100-1.328.664.664 0 000 1.328zM9.928 10.525a.664.664 0 100-1.328.664.664 0 000 1.328zM12.816 10.525a.664.664 0 100-1.328.664.664 0 000 1.328zM9.928 13.414a.664.664 0 100-1.328.664.664 0 000 1.328z' fill='%23ACACAC'/%3E%3C/svg%3E")}.input-container.input-container-border:before{opacity:1;background:rgba(0,0,0,0)}.input{width:100%;height:36px;padding:6px 15px 7px;background-color:rgba(0,0,0,0);border:1px solid #d3d3d3;box-sizing:border-box;border-radius:22px;color:#000;opacity:.55;font-size:14px;line-height:23px;outline:none;position:relative;z-index:2;-webkit-transition:.3s ease-in-out,color .1s ease-in-out;transition:.3s ease-in-out,color .1s ease-in-out}.input:focus+.label{opacity:0;visibility:hidden}.input.date-input::-webkit-calendar-picker-indicator{cursor:pointer;margin-right:-5px;background-position:50%;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.336 11.688a.664.664 0 00.664-.665V3.984a2.66 2.66 0 00-2.656-2.656h-.864V.664a.664.664 0 10-1.328 0v.664H9.131V.664a.664.664 0 10-1.328 0v.664H4.814V.664a.664.664 0 10-1.328 0v.664h-.83A2.66 2.66 0 000 3.984v10.36A2.66 2.66 0 002.656 17h11.688A2.66 2.66 0 0017 14.344a.664.664 0 10-1.328 0 1.33 1.33 0 01-1.328 1.328H2.656a1.33 1.33 0 01-1.328-1.328V3.984a1.33 1.33 0 011.328-1.328h.83v.664a.664.664 0 101.328 0v-.664h2.989v.664a.664.664 0 101.328 0v-.664h3.021v.664a.664.664 0 101.329 0v-.664h.863a1.33 1.33 0 011.328 1.328v7.04c0 .366.297.664.664.664z' fill='%23ACACAC'/%3E%3Cpath d='M4.15 7.637a.664.664 0 100-1.328.664.664 0 000 1.328zM9.928 7.637a.664.664 0 100-1.328.664.664 0 000 1.328zM12.816 7.637a.664.664 0 100-1.328.664.664 0 000 1.328zM4.15 10.525a.664.664 0 100-1.328.664.664 0 000 1.328zM4.15 13.414a.664.664 0 100-1.328.664.664 0 000 1.328zM7.04 7.637a.664.664 0 100-1.328.664.664 0 000 1.328zM7.04 10.525a.664.664 0 100-1.328.664.664 0 000 1.328zM7.04 13.414a.664.664 0 100-1.328.664.664 0 000 1.328zM9.928 10.525a.664.664 0 100-1.328.664.664 0 000 1.328zM12.816 10.525a.664.664 0 100-1.328.664.664 0 000 1.328zM9.928 13.414a.664.664 0 100-1.328.664.664 0 000 1.328z' fill='%23ACACAC'/%3E%3C/svg%3E")}.label_phone{left:50px!important}input[name=phone]{text-align:left!important}.iti--allow-dropdown~.label{left:90px}.form-group-phone .input_error,.form-group-phone .wpcf7-not-valid-tip{left:90px;width:calc(100% - 94px)!important;line-height:15px!important}.label{position:absolute;font-style:normal;font-weight:400;font-size:14px;line-height:23px;color:#000;opacity:.55;top:50%;left:15px;z-index:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;white-space:nowrap;pointer-events:none}.label_active{opacity:0}.label-phone{left:90px!important}.input_password_wrap{left:calc(100% - 27px)}.input_password_wrap,.input_password_wrap .input_password{position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.input_password_wrap .input_password{left:50%;width:19px;height:16px;opacity:0;z-index:-1;cursor:pointer}.input_password_wrap .input_password svg{width:100%;height:100%}.input_password_wrap .input_password.active{opacity:1;z-index:1}.input_status{position:absolute;top:0;right:0;-webkit-transform:translate(-125%,125%);-ms-transform:translate(-125%,125%);transform:translate(-125%,125%);width:13px;height:13px}.input_status svg{width:100%;height:100%}.input_status .input_status_error,.input_status .input_status_success{opacity:0;visibility:hidden;position:absolute;width:100%;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.select-wrapper{position:relative;height:100%;max-height:36px;width:100%;z-index:3;overflow:visible;border:2px solid #f1f1f1;border-radius:22px;text-transform:uppercase;-webkit-transition:max-height .4s ease-in-out;transition:max-height .4s ease-in-out}.select-wrapper.active{max-height:250px}.select-value{margin-bottom:10px;margin-top:6px;padding:0 15px;position:relative;cursor:pointer;font-family:GothamProRegular;font-size:14px;line-height:19px;color:#b0bf05}.select-value .select-icon{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%) rotate(0deg);-ms-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg);width:12px;height:12px;cursor:pointer;-webkit-transition:.45s ease-in-out;transition:.45s ease-in-out}.select-value .select-icon svg{position:absolute;width:100%;height:100%}.select-value.active .select-icon{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.select-list{background-color:#fff;border-radius:9px;overflow:hidden;overflow-y:auto;padding:0 15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.select-list-item{font-family:GothamProRegular;font-size:14px;line-height:19px;color:#a7a7a7;padding:11px 0;background-color:rgba(0,0,0,0);border-radius:5px;position:relative;cursor:pointer}.select-list-item .select-icon{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:9px;height:4px;opacity:0;-webkit-transition:opacity .45s ease-in-out;transition:opacity .45s ease-in-out}.select-list-item .select-icon svg{position:absolute;width:100%;height:100%}.select-list-item.active{display:none;color:#b0bf05}.select-list-item.active .select-icon{opacity:1}.select-list-item.active:hover{color:#b0bf05;background-color:#fff}.select-list-item:hover{color:#b0bf05}.textarea{width:100%;height:90px;padding:15px 20px;border-radius:22px;border:1px solid #d3d3d3;color:#000;outline:none;resize:none}.label_textarea,.textarea{font-size:14px;line-height:23px;font-weight:400}.label_textarea{position:absolute;font-style:normal;color:rgba(0,0,0,.55);top:15px;left:20px;opacity:1;z-index:1;-webkit-transition:opacity .45s ease-in-out;transition:opacity .45s ease-in-out}.label_textarea_active{opacity:0}.checkbox-container .wpcf7-not-valid-tip{top:auto;bottom:-30px;background:initial}.input_checkbox-error{top:auto!important;bottom:-20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;left:19px!important}.checkbox{position:absolute;top:0;left:0;background-color:#e8e7e7;width:15px;height:15px;border-radius:3px;-webkit-transform:translateY(25%);-ms-transform:translateY(25%);transform:translateY(25%);-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.checkbox:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:8px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.879 1.136a.402.402 0 00-.586 0l-3.66 3.827-1.926-2.015a.402.402 0 00-.586 0 .448.448 0 000 .613l2.22 2.321a.404.404 0 00.585 0L7.88 1.75a.448.448 0 000-.613z' fill='%23fff' stroke='%23fff'/%3E%3C/svg%3E")}.checkbox.active{background-color:#b0bf05}.checkbox.active:before{opacity:1}.checkbox-container{cursor:pointer}.checkbox-text{padding-left:25px;font-weight:400;font-style:normal;font-size:14px;line-height:23px;text-align:left;color:rgba(0,0,0,.55);display:block}.checkbox-text span{margin-left:8px}.checkbox-text a{color:inherit;font-weight:inherit;font-size:inherit;text-decoration:underline}.checkbox-mark{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:8px;height:6px}.checkbox-mark svg{position:absolute;width:100%;height:100%;opacity:0;-webkit-transition:opacity .45s ease-in-out;transition:opacity .45s ease-in-out}.general-error{position:absolute;right:0;left:0;bottom:-6px;font-size:11px;color:red;opacity:0;visibility:hidden}.general-error,.general-error.active{will-change:opacity;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.general-error.active{opacity:1;visibility:visible}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#000!important;-webkit-box-shadow:0 0 0 1000px rgba(0,0,0,0) inset!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;background:rgba(0,0,0,0)!important}.iti-mobile .iti--container{top:0;bottom:0;left:0;right:0;position:fixed}.iti--container{z-index:9999999999}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,0);border-radius:22px}.iti__country-list{background-color:#fff!important;border:1px solid #fff!important;min-width:320px;width:320px;padding:5px 0 5px 5px;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);z-index:100}.iti__divider{border-bottom:1px solid #212244}.iti__country{white-space:break-spaces}.iti{width:100%}.iti__flag{background-image:url(/wp-content/themes/Default/assets/img/flags/flags.png)}form .row{margin-bottom:23px}.radio__text{font-weight:400;font-style:normal;font-size:14px;line-height:23px;text-align:left;color:rgba(0,0,0,.55)}.navbar{position:fixed;top:0;left:0;height:64px;width:100vw;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;z-index:99999;opacity:0;visibility:hidden;background-color:#67b298}.navbar__active,.navbar__visible{opacity:1;visibility:visible}.navbar__active{background:rgba(0,0,0,0)}.navbar__container,.navbar__left-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar__container{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:15px;padding-bottom:16px}.navbar__logo-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar__burger,.navbar__logo,.navbar__logo-description,.navbar__logo-wrapper,.navbar__toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.navbar__logo{margin-right:8px}.navbar__burger{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:15px;line-height:23px;color:#fff;text-transform:uppercase}.navbar__account-btn{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 20px}.navbar__account-btn:hover .navbar__account-control-panel{opacity:1;visibility:visible}.navbar__account-btn svg{cursor:pointer}.navbar__account-control-panel{opacity:0;visibility:hidden;position:absolute;bottom:-4px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);right:-5px;padding:18px 14px;min-width:185px;z-index:15;background:#fff;box-shadow:0 17px 25px rgba(0,0,0,.05);border-radius:12px;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.navbar__account-control-panel_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:GothamProRegular;font-size:14px;line-height:19px;text-transform:uppercase;color:#a7a7a7;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.navbar__account-control-panel_item:hover{color:#b0bf05}.navbar__account-control-panel_item:hover .navbar__account-control-panel_item-icon path{fill:#b0bf05}.navbar__account-control-panel_item-icon{width:20px;margin-right:12px}.navbar__account-control-panel_item-icon path{-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.navbar__account-control-panel_item-current{color:#b0bf05}.navbar__account-control-panel_item-current .navbar__account-control-panel_item-icon path{fill:#b0bf05}.navbar__account-control-panel_item:not(:last-child){margin-bottom:17px}.navbar__mute{width:19px;height:19px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='120' height='120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M94.263 4.305c0-1.628-.943-3.17-2.4-3.857-1.542-.77-3.256-.514-4.541.515L49.355 31.215 94.263 76.12V4.305zM118.722 112.682L7.312 1.272a4.288 4.288 0 00-6.059 0 4.288 4.288 0 000 6.059L28.215 34.3h-2.511c-2.657 0-4.971 1.2-6.514 3.085a8.351 8.351 0 00-2.056 5.485v34.28c0 4.713 3.856 8.57 8.57 8.57h19.882l41.736 33.337c.771.6 1.714.943 2.656.943.6 0 1.286-.172 1.886-.429 1.457-.685 2.4-2.228 2.4-3.856V100.35l18.391 18.391c.84.84 1.937 1.26 3.033 1.26 1.097 0 2.194-.42 3.034-1.252a4.298 4.298 0 000-6.067z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-size:contain;background-repeat:no-repeat;cursor:pointer}.navbar__mute-disabled{display:none}.navbar__mute-active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='129' height='120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M74.579.425a4.259 4.259 0 00-4.526.514L28.439 34.29H8.556C3.84 34.29 0 38.138 0 42.86v34.285c0 4.73 3.841 8.57 8.556 8.57h19.883l41.605 33.351a4.316 4.316 0 002.678.934A4.295 4.295 0 0077 115.714V4.291A4.3 4.3 0 0074.579.425zM99.338 29.232a4.342 4.342 0 00-6.094.034 4.273 4.273 0 00.034 6.061c6.516 6.387 10.102 14.974 10.102 24.177s-3.585 17.79-10.102 24.176a4.263 4.263 0 00-.035 6.053A4.31 4.31 0 0096.303 91a4.31 4.31 0 003.035-1.241C107.509 81.77 112 71.019 112 59.504s-4.491-22.268-12.662-30.272z' fill='%23fff'/%3E%3Cpath d='M111.322 17.24a4.316 4.316 0 00-6.082.026 4.27 4.27 0 00.026 6.043c9.767 9.632 15.144 22.487 15.144 36.196 0 13.71-5.377 26.555-15.144 36.187a4.28 4.28 0 00-.026 6.052 4.336 4.336 0 003.05 1.256 4.31 4.31 0 003.032-1.239C122.729 90.521 129 75.513 129 59.505c0-16.009-6.271-31.017-17.678-42.265z' fill='%23fff'/%3E%3C/svg%3E")}.navbar__toggle{cursor:pointer}.navbar__toggle svg{-webkit-transition:.3s cubic-bezier(.6,.25,.4,.75);transition:.3s cubic-bezier(.6,.25,.4,.75)}.navbar__toggle-text{margin-right:15px}.navbar__toggle-active svg{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.menu{background-color:#67b298;position:fixed;top:0;left:0;width:100vw;height:0;-webkit-transition:height .8s cubic-bezier(.4,0,.2,1);transition:height .8s cubic-bezier(.4,0,.2,1);z-index:99998;overflow:hidden}.menu__container{position:relative;z-index:10;padding-bottom:30px}.menu__active{height:100vh;height:calc(var(--vh, 1vh)*100)}.menu__scroller{height:calc(100% - 64px);margin-top:64px}.menu__content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu__content-wrapper,.menu__social-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu__social-links{margin-bottom:13px}.menu__social-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:100%;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.menu__social-link:hover{background:rgba(213,255,206,.4)}.menu__social-link:not(:last-child){margin-right:14.3px}.menu__row{padding-top:5px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu__accordions,.menu__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu__accordions{margin-bottom:16px;width:100%}.menu__col{margin-right:15px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.menu__col-physiology{width:205px;margin-right:15px}.menu__col-psychology{width:208px;margin-right:13px}.menu__col-corporate{width:232px;margin-right:13px}.menu__col-last{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:0}.menu__col-head{font-size:16px;line-height:18px;color:rgba(240,255,148,.5);padding-bottom:6px;margin-bottom:21px;border-bottom:1px dashed #fff;position:relative}.menu__col-head:before{content:"";position:absolute;left:18px;bottom:-8px;width:15px;height:8px;background-size:contain;background-repeat:no-repeat;background-color:#67b298;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-dasharray='1.8 1.8' d='M.354.646l8 8M15.646.646l-8 8'/%3E%3C/svg%3E")}.menu__col-head-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0}.menu__col-head-soft{border-bottom:1px dashed hsla(0,0%,100%,.2);height:25px;width:100%}.menu__col-head-soft:before{display:none}.menu__col-links-visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:245px}.menu__col-link{display:block}.menu__col-link_last-col{max-width:130px}@Media (min-width:1200px){.menu__col-link_last-col{max-width:175px}}.menu__col-link:not(:last-child){margin-bottom:15px}.menu__col-link-tagline{font-size:14px;line-height:15px;color:hsla(0,0%,100%,.6)}.menu__col-link-title{font-family:GothamProRegular;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.menu__col-link-title:hover{color:#d5ffce}.menu__btn-account{position:absolute;right:0;top:-10px;border-color:#fff;padding:4px 17px 5px}.menu__btn-account span{font-size:13px;line-height:14px;color:#fff}.menu__links-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:13px}.menu__link{display:block;font-family:GothamProRegular;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff;cursor:pointer;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;margin-bottom:13px}.menu__link:hover{opacity:.8}.menu__row-soon{margin-top:10px}.menu__row-soon-head{padding-bottom:6px;margin-bottom:15px}.menu__row-soon-title{font-family:GothamProBlack;font-size:16px;line-height:18px;color:#fff;text-transform:uppercase}.menu__soon{position:relative;padding-left:25px;margin-left:15px;width:100%;margin-bottom:25px}.menu__soon:last-child{margin-bottom:0}.menu__soon-play{width:79.6px;border-radius:50%;cursor:pointer;box-shadow:0 9.85715px 18.0714px rgba(0,0,0,.35)}.menu__soon-tagline{font-family:GothamProBlack;font-size:14.7857px;line-height:23px;color:#fff}.menu__soon-title{font-size:28.0574px;line-height:41px}.menu__soon-date,.menu__soon-title{font-family:GothamProBlack;color:#fff}.menu__soon-date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14.7857px;line-height:22px}.menu__soon-date svg{margin-right:9px}.menu__soon-content{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.menu__soon-img{position:relative;padding-bottom:64.93947%}.menu__soon-img-wrap{width:100%;max-width:291.61px;overflow:hidden;box-shadow:0 9.85715px 18.0714px -8.21429px rgba(10,34,25,.55);border-radius:17.2038px}.menu__soon-img-item{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:0;width:auto;min-width:100%;height:100%}.accordion-header__icon{-webkit-transition:-webkit-transform .3s ease-in-out!important;transition:-webkit-transform .3s ease-in-out!important;transition:transform .3s ease-in-out!important;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out!important}.accordion-header__icon--active{-webkit-transform:translateY(-50%) rotate(180deg)!important;-ms-transform:translateY(-50%) rotate(180deg)!important;transform:translateY(-50%) rotate(180deg)!important}.transparent-top{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-animation-duration:10s;animation-duration:10s}.left-green{left:0;-webkit-animation-duration:9s;animation-duration:9s}.left-green,.transparent{position:absolute;bottom:0}.transparent{left:10%;z-index:2;-webkit-animation-duration:7s;animation-duration:7s}.center-green{position:absolute;right:-30%;bottom:0;-webkit-animation-duration:14s;animation-duration:14s}.right-green{position:absolute;right:-300px;bottom:0;-webkit-animation-duration:12s;animation-duration:12s}.bot-opacity-0{opacity:0}.ts-animate{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes c{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(2.5rem);transform:translateY(2.5rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes c{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(2.5rem);transform:translateY(2.5rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.bounce1{-webkit-animation-name:c;animation-name:c;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes d{0%{-webkit-transform:translate(-50%);transform:translate(-50%)}50%{-webkit-transform:translate(-50%,-1.5rem);transform:translate(-50%,-1.5rem)}to{-webkit-transform:translate(-50%);transform:translate(-50%)}}@keyframes d{0%{-webkit-transform:translate(-50%);transform:translate(-50%)}50%{-webkit-transform:translate(-50%,-1.5rem);transform:translate(-50%,-1.5rem)}to{-webkit-transform:translate(-50%);transform:translate(-50%)}}.ts-bounce-top{-webkit-animation-name:d;animation-name:d;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes e{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes e{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}.ts-scale{-webkit-animation-name:e;animation-name:e;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes f{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes f{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.rotation{-webkit-animation-name:f;animation-name:f;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes g{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes g{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(8px);transform:translateY(8px)}}.down{-webkit-animation-name:g;animation-name:g;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes h{0%,to{box-shadow:none}40%,60%{box-shadow:0 10px 15px -10px rgba(176,191,5,.35)}}@keyframes h{0%,to{box-shadow:none}40%,60%{box-shadow:0 10px 15px -10px rgba(176,191,5,.35)}}.flashing{-webkit-animation-name:h;animation-name:h;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes i{0%,to{box-shadow:none}40%,60%{box-shadow:0 10px 15px -10px hsla(0,0%,100%,.5)}}@keyframes i{0%,to{box-shadow:none}40%,60%{box-shadow:0 10px 15px -10px hsla(0,0%,100%,.5)}}.flashing-white{-webkit-animation-name:i;animation-name:i;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes j{0%,to{fill:#fff}50%,70%{fill:#00bce5}}@keyframes j{0%,to{fill:#fff}50%,70%{fill:#00bce5}}.fill-blue{-webkit-animation-name:j;animation-name:j;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.gsap-opacity-0{opacity:0}.gsap-opacity-1{opacity:1}.gsap-opacity-0_after:after{opacity:0}.gsap-y-100px{opacity:0;-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);transform:translateY(-100px)}.gsap-y-100{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.gsap-x-100{opacity:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.gsap-x-50px{opacity:0;-webkit-transform:translateX(-50px);-ms-transform:translateX(-50px);transform:translateX(-50px)}.gsap-y-plus100{opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.gsap-y-plus100-x-50{opacity:0;-webkit-transform:translate(-50%,100%);-ms-transform:translate(-50%,100%);transform:translate(-50%,100%)}.gsap-y-100-x-50{opacity:0;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.gsap-y-plus100px{opacity:0;-webkit-transform:translateY(100px);-ms-transform:translateY(100px);transform:translateY(100px)}.gsap-x-plus100{opacity:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.gsap-scale-0{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.gsap-scale-05{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}@-webkit-keyframes k{0%,to{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1)}50%{-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1);-moz-transform:translateY(-50%) scale(1.1)}}@keyframes k{0%,to{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1)}50%{-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1);-moz-transform:translateY(-50%) scale(1.1)}}@-webkit-keyframes l{0%,to{-webkit-transform:scale(1);transform:scale(1);-moz-transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.1)}}@keyframes l{0%,to{-webkit-transform:scale(1);transform:scale(1);-moz-transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.1)}}@-webkit-keyframes m{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:translateY(-20px) rotate(1deg);transform:translateY(-20px) rotate(1deg)}}@keyframes m{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:translateY(-20px) rotate(1deg);transform:translateY(-20px) rotate(1deg)}}@-webkit-keyframes n{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:translateY(10px) rotate(2deg);transform:translateY(10px) rotate(2deg)}}@keyframes n{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:translateY(10px) rotate(2deg);transform:translateY(10px) rotate(2deg)}}@-webkit-keyframes o{0%,to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}50%{-webkit-transform:translateY(calc(-50% - 10px)) rotate(-1deg);transform:translateY(calc(-50% - 10px)) rotate(-1deg)}}@keyframes o{0%,to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}50%{-webkit-transform:translateY(calc(-50% - 10px)) rotate(-1deg);transform:translateY(calc(-50% - 10px)) rotate(-1deg)}}@-webkit-keyframes p{0%,to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}50%{-webkit-transform:translateX(calc(-50% - 10px));transform:translateX(calc(-50% - 10px))}}@keyframes p{0%,to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}50%{-webkit-transform:translateX(calc(-50% - 10px));transform:translateX(calc(-50% - 10px))}}.pulse-center{-webkit-animation-name:k;animation-name:k;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.pulse,.pulse-center{-webkit-animation-duration:3.5s;animation-duration:3.5s}.pulse{-webkit-animation-name:l;animation-name:l;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.levitation1{-webkit-animation-name:m;animation-name:m;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.levitation1,.levitation2{-webkit-animation-duration:10s;animation-duration:10s}.levitation2{-webkit-animation-name:o;animation-name:o;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.levitation3{-webkit-animation-name:n;animation-name:n;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.levitation3,.levitation4{-webkit-animation-duration:10s;animation-duration:10s}.levitation4{-webkit-animation-name:p;animation-name:p;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.footer{position:relative;background:#67b298;overflow:hidden;z-index:20}.footer__circle{position:absolute;bottom:-226px;right:-330px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@Media (min-width:1200px){.footer__circle{bottom:-211px;right:-97px}}.footer__container{position:relative;padding-top:31.5px;padding-bottom:15px}.footer__head{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer__head,.footer__head-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer__head,.footer__head-wrap,.footer__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.footer__logo{margin-right:38px}.footer__logo-icon{width:290px;height:31.38px}.footer__social-link,.footer__social-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.footer__social-link{border-radius:100%;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.footer__social-link:hover{background-color:rgba(213,255,206,.4)}.footer__social-link:not(:last-child){margin-right:10.52px}.footer__register{margin-right:32px}.footer__auth,.footer__register{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:15px;line-height:23px;text-transform:uppercase;color:#fff;cursor:pointer}.footer__auth,.footer__login-wrap,.footer__register{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.footer__login-icon{margin-right:7px}.footer__row{padding-top:20px;padding-bottom:19px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px dashed #fff}.footer__accordions,.footer__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer__accordions{margin-bottom:16px;width:100%}.footer__col{margin-right:15px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.footer__col-physiology{width:205px;margin-right:15px}.footer__col-psychology{width:208px;margin-right:13px}.footer__col-corporate{width:232px;margin-right:13px}.footer__col-last{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:0}.footer__col-head{font-size:16px;line-height:18px;color:#fff;padding-bottom:6px;margin-bottom:21px;border-bottom:1px dashed #fff;position:relative}.footer__col-head:before{content:"";position:absolute;left:18px;bottom:-8px;width:15px;height:8px;background-size:contain;background-repeat:no-repeat;background-color:#67b298;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-dasharray='1.8 1.8' d='M.354.646l8 8M15.646.646l-8 8'/%3E%3C/svg%3E")}.footer__col-head-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0}.footer__col-head-soft{border-bottom:1px dashed hsla(0,0%,100%,.2);height:25px;width:100%}.footer__col-head-soft:before{display:none}.footer__col-links-visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:245px}.footer__col-link{display:block;color:#fff}.footer__col-link_last-col{max-width:130px}@Media (min-width:1200px){.footer__col-link_last-col{max-width:175px}}.footer__col-link:not(:last-child){margin-bottom:15px}.footer__col-link-tagline{font-size:14px;line-height:15px;color:hsla(0,0%,100%,.6)}.footer__col-link-title{font-family:GothamProRegular;font-size:16px;line-height:22px;text-transform:uppercase;color:#fff;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.footer__col-link-title:hover{color:hsla(0,0%,100%,.7)}.footer__copyright{font-size:13px;line-height:23px;color:hsla(0,0%,90.2%,.55);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center}.footer__subscribe-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:20px}.footer__subscribe-form-title{font-family:GothamProBlack;font-size:16px;line-height:22px;color:#fff;margin-bottom:13px}.footer__subscribe-form-label{color:#fff}.footer__subscribe-form-input{border:1px solid #fff;opacity:1;color:hsla(0,0%,100%,.55)}.footer__subscribe-form-input:-webkit-autofill,.footer__subscribe-form-input:-webkit-autofill:focus,.footer__subscribe-form-input:-webkit-autofill:hover{-webkit-text-fill-color:hsla(0,0%,100%,.55)!important}.footer__subscribe-form-input.shake{color:rgba(0,0,0,.55)}.footer__subscribe-form-input.shake:-webkit-autofill,.footer__subscribe-form-input.shake:-webkit-autofill:focus,.footer__subscribe-form-input.shake:-webkit-autofill:hover{-webkit-text-fill-color:rgba(0,0,0,.55)!important}.footer__subscribe-form-btn{box-shadow:none}.reviews{background-position-x:30%;background-size:cover;background-repeat:no-repeat;margin-top:-50px}.reviews__btn_empty{margin:auto auto 40px;position:relative}.reviews__carousel{padding-bottom:60px;z-index:2;max-width:730px;margin:auto}.reviews__figure{position:absolute;top:-90px;left:-30px}.reviews__container{position:relative;z-index:4;padding-top:40px;padding-bottom:50px}.reviews__bg-page{position:absolute;top:170px;left:0;-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%);z-index:-1}.reviews__heading{margin-bottom:.8em}.reviews__heading a{color:inherit}.reviews__carousel-cell{width:350px;min-height:422px;margin-bottom:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:max-height .5s cubic-bezier(0,1,0,1);transition:max-height .5s cubic-bezier(0,1,0,1)}.reviews__carousel-cell:not(:last-child){margin-right:29px}.reviews__carousel-cell.active{max-height:1000vh;-webkit-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}.reviews__quote-icon{opacity:.15;position:absolute;left:17px;top:17px}.reviews__cell-head{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:13px}.reviews__cell-head,.reviews__cell-wrapper_left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.reviews__cell-wrapper_left{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.reviews__cell-photo{height:64px;width:64px;min-width:64px;min-height:64px;border:2px solid;border-radius:50%;margin-right:13px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden}.reviews__cell-photo img{height:58px;width:58px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.reviews__cell-photo-olive{border-color:#b0bf05}.reviews__cell-photo-green{border-color:#7fcfb3}.reviews__cell-photo-orange{border-color:#f4a74c}.reviews__cell-category{font-family:GothamProRegular;font-size:14px;line-height:19px;text-transform:uppercase;color:#a1aa35;margin-bottom:1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.reviews__cell-category:before{content:"";position:absolute;right:-34px;width:30px;height:1px;top:calc(50% - 1px);background:#a1aa35}.reviews__cell-category-olive{color:#a1aa35}.reviews__cell-category-olive:before{content:"";position:absolute;right:-34px;width:30px;height:1px;top:calc(50% - 1px);background:#a1aa35}.reviews__cell-category-green{color:#7fcfb3}.reviews__cell-category-green:before{content:"";position:absolute;right:-34px;width:30px;height:1px;top:calc(50% - 1px);background:#7fcfb3}.reviews__cell-category-orange{color:#f4a74c}.reviews__cell-category-orange:before{content:"";position:absolute;right:-34px;width:30px;height:1px;top:calc(50% - 1px);background:#f4a74c}.reviews__cell-name{font-family:GothamProBlack;font-size:16px;line-height:23px;color:#000;opacity:.75}.reviews__cell-occupation{font-size:16px;line-height:23px;color:#6a6a6a}.reviews__cell-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.reviews__cell-links svg{overflow:visible}.reviews__cell-trigger{display:none;position:absolute;bottom:15px;left:26px;-webkit-text-decoration:dashed underline;text-decoration:dashed underline;text-decoration-thickness:1px;text-underline-position:under;color:#b0bf05;z-index:2;cursor:pointer}.reviews__cell-trigger-close{display:none}.reviews__cell-trigger.active{color:rgba(0,0,0,.4)}.reviews__cell-trigger.active .reviews__cell-trigger-open{display:none}.reviews__cell-trigger.active .reviews__cell-trigger-close{display:block}.reviews__cell-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.reviews__cell-text_wrapper{min-height:345px;max-height:345px;padding:22px 10px 35px 26px;background:#fff;border:2px solid;box-sizing:border-box;box-shadow:0 12px 25px -10px rgba(0,0,0,.25);border-radius:28px;position:relative;overflow:hidden;-webkit-transition:max-height .5s cubic-bezier(0,1,0,1);transition:max-height .5s cubic-bezier(0,1,0,1)}.reviews__cell-text_wrapper_disabled:after{display:none}.reviews__cell-text_wrapper.active,.reviews__cell-text_wrapper.active .reviews__cell-text{max-height:1000vh;-webkit-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}.reviews__cell-text_wrapper.active:after{display:none}.reviews__cell-text_wrapper-olive{border-color:#b0bf05}.reviews__cell-text_wrapper-olive .reviews__cell-trigger{color:#b0bf05}.reviews__cell-text_wrapper-olive .reviews__cell-trigger.active{color:rgba(0,0,0,.4)}.reviews__cell-text_wrapper-olive .reviews__quote-icon{fill:#b0bf05}.reviews__cell-text_wrapper-green{border-color:#7fcfb3}.reviews__cell-text_wrapper-green .reviews__cell-trigger{color:#7fcfb3}.reviews__cell-text_wrapper-green .reviews__cell-trigger.active{color:rgba(0,0,0,.4)}.reviews__cell-text_wrapper-green .reviews__quote-icon{fill:#7fcfb3}.reviews__cell-text_wrapper-orange{border-color:#f4a74c}.reviews__cell-text_wrapper-orange .reviews__cell-trigger{color:#f4a74c}.reviews__cell-text_wrapper-orange .reviews__cell-trigger.active{color:rgba(0,0,0,.4)}.reviews__cell-text_wrapper-orange .reviews__quote-icon{fill:#f4a74c}.reviews__cell-text_wrapper:after{content:"";position:absolute;left:19px;bottom:30px;width:390px;height:51px;background:-webkit-linear-gradient(bottom,hsla(0,0%,100%,.99) 21.02%,hsla(0,0%,100%,0) 108.75%);background:linear-gradient(0deg,hsla(0,0%,100%,.99) 21.02%,hsla(0,0%,100%,0) 108.75%)}.reviews__cell-text{font-size:16px;line-height:23px;color:#6a6a6a;overflow:hidden;max-height:280px;padding-bottom:20px;-ms-touch-action:pan-y;touch-action:pan-y;padding-right:10px;-webkit-transition:max-height .5s cubic-bezier(0,1,0,1);transition:max-height .5s cubic-bezier(0,1,0,1)}.reviews__cell-text-olive::-webkit-scrollbar-thumb{background-color:#b0bf05}.reviews__cell-text-green::-webkit-scrollbar-thumb{background-color:#7fcfb3}.reviews__cell-text-orange::-webkit-scrollbar-thumb{background-color:#f4a74c}.carousel{padding-bottom:60px}.reviews__videos{padding-bottom:60px!important;max-width:730px;margin:auto}.reviews__videos-cell{width:100%;max-width:350px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:30px}.reviews__videos-cell:last-child{margin-right:0}.video-block{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding-top:63.14286%;margin-bottom:18px;box-shadow:0 12px 22px -10px rgba(0,0,0,.55);border-radius:30px;overflow:hidden;cursor:pointer}.video-block img{position:absolute;height:100%;width:112%;right:0;top:0;-o-object-fit:cover;object-fit:cover}.video-block__figure{position:absolute;bottom:0;left:0;z-index:1}.video-block__description{font-size:16px;color:#6a6a6a;padding-left:10px}.video-block__text{max-width:172px}.video-block__content,.video-block__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.video-block__content{position:absolute;left:15px;top:15px;z-index:2}.video-block__play{margin-bottom:15px}.video-block__title{font-family:GothamProBlack;font-size:21px;line-height:23px;color:#fff;max-width:123px}.video-block__subtitle{font-size:16px;line-height:21px;margin-top:8px;color:#fff}.reviews{position:relative}.reviews-main-page{margin-top:-15px}.reviews .btn-pp{margin:20px auto auto}.reviews__ellipse{position:absolute;right:-530px;top:0}.reviews__bg{position:absolute;left:25px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:0;z-index:-1;pointer-events:none}.reviews__left-img{position:absolute;left:-390px;bottom:0}.reviews__right-img{position:absolute;right:-300px;bottom:-120px}.page__breadcrumbs{font-family:GothamProRegular;font-size:10px;text-transform:uppercase;color:#a7a7a7}.page__breadcrumbs-home{color:#a7a7a7;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.page__breadcrumbs-home:hover{color:#b0bf05}.page__breadcrumbs-current{color:hsla(0,0%,65.5%,.6)}.page__header{position:relative;background:#f9f9f9;padding-top:64px;z-index:13}.page__container{position:relative;z-index:10;min-height:75px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.page__bubbles{position:absolute;bottom:0;right:0}.page__element-one{position:absolute;left:-450px;bottom:0;z-index:-1}.page__element-two{position:absolute;right:-400px;bottom:0;z-index:-1}.page__element-three{position:absolute;bottom:0;right:40px;z-index:-1}.page__element-four{position:absolute;bottom:0;right:-120px;z-index:-1}.page__title{position:relative;font-family:OpenSans-Bold;font-size:29px;text-transform:uppercase;color:#000;line-height:39px;opacity:.7}.psychology.page__element-one{position:absolute;left:-350px;bottom:0;z-index:-1}.psychology.page__element-two{position:absolute;right:-180px;bottom:0;z-index:-1}.psychology.page__element-three{position:absolute;bottom:0;right:-60px;z-index:-1}.psychology.page__element-four{position:absolute;bottom:0;right:330px;z-index:-1}.physiology.page__element-one{position:absolute;left:-350px;bottom:0;z-index:-1}.physiology.page__element-four{right:-180px}.profile.page__element-two{right:-250px}.profile.page__element-three{right:110px}.profile.page__element-four{right:-270px}.steps{position:relative;padding:100px 0 30px;margin-top:-88px}.steps__bg{position:absolute;top:-187px;left:53%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:0;pointer-events:none}.steps__container{position:relative}.steps-detox{margin-top:-15px;overflow:visible}.steps-detox__bg{z-index:10}.steps-detox__container{z-index:11}.steps__title{font-family:OpenSans-Bold;font-size:25px;line-height:34px;text-transform:uppercase;color:#000;opacity:.75;text-align:center;margin-bottom:1.1em}.steps__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.steps__wrap::-webkit-scrollbar{height:6px}.steps__wrap::-webkit-scrollbar-thumb{background:#b0bf05}.step{width:145px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.step:first-child{padding-left:0}.step:last-child{padding-right:0}.step:not(:last-child) .step__icon:before{content:" ";position:absolute;left:20px;z-index:-1;top:23px;width:137px;height:18px;background-position:50%;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='139' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.912 17.348c52.306-41.336 84.605 14.358 136.912 0' stroke='silver' stroke-width='1.811' stroke-dasharray='1.81 1.81'/%3E%3C/svg%3E")}.step__icon{position:relative;margin-bottom:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.step__text{font-size:15px;line-height:23px;text-align:center;color:#6a6a6a}.qr__container{position:relative;padding-top:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.qr__nuts{left:-300px;top:65px}.qr__almond,.qr__nuts{position:absolute;z-index:12;pointer-events:none}.qr__almond{width:407px;height:756px;bottom:-431px;right:-390px}.qr__or{position:absolute;font-family:GothamProBlack;font-size:27px;line-height:37px;text-align:center;color:rgba(67,172,135,.7);text-transform:uppercase;left:50%;top:-57px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qr__left-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.qr__left-text{position:relative;font-family:GothamProBlack;font-size:16px;line-height:22px;color:rgba(0,0,0,.7);margin:11px 0 auto auto;max-width:204px;text-align:right}.qr__left-arrow{position:absolute;right:25px;top:-70px}.qr__calendar{width:98px;height:98px}.qr__phone{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#fff}.qr__phone,.qr__phone-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.qr__phone-content{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.qr__phone-logo{margin-bottom:23px}.qr__phone-success{position:absolute;right:-20px;bottom:140px}.qr__cursor{position:absolute;right:-10px;bottom:-30px;pointer-events:none}.qr__right-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:285px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:68px}.qr__right-wrap .btn{position:relative;width:174px}.qr__right-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:19px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.qr__right-text{margin-top:11px;margin-bottom:5px;font-family:GothamProBlack;font-size:16px;line-height:22px;text-align:right;color:rgba(0,0,0,.7);max-width:137px}.qr__right-text span{color:#7fcfb3}.price-and-payments{background-size:auto;background-repeat:no-repeat;background-position-x:center;position:relative;padding:100px 0 160px;margin-top:-115px;overflow:visible}.price-and-payments__bg{position:absolute;z-index:1;left:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-70px}.price-and-payments__figure-2k_left{position:absolute;z-index:3;left:-2611px;bottom:-370px}.price-and-payments__figure-2k_right{position:absolute;z-index:3;right:-2560px;bottom:232px;-webkit-transform:rotate(337deg) scale(-1);-ms-transform:rotate(337deg) scale(-1);transform:rotate(337deg) scale(-1)}.price-and-payments__figure{position:absolute;z-index:-1;left:-1750px;top:-95px}.price-and-payments__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.price-and-payments__kiwi{position:absolute;top:-90px;left:-270px;z-index:2}.price-and-payments__berries{position:absolute;bottom:0;left:30%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.price-and-payments__title{font-size:23px;line-height:31px;text-transform:uppercase;margin-bottom:16px;z-index:2;position:relative}.price-and-payments__item,.price-and-payments__title{font-family:OpenSans-Bold;text-align:center;color:#fff}.price-and-payments__item{background:#838e04;border:2.17273px solid #fff;box-sizing:border-box;border-radius:23.9px;padding:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:18px;font-size:20px;line-height:27px;min-height:79px;min-width:240px}.price-and-payments__item-number{font-size:29px;line-height:39px}.price-and-payments__btn{background:#3c7e67;border:1px solid #3c7e67;box-shadow:0 12px 22px -10px rgba(0,0,0,.35)}.price-and-payments__btn:hover{background:#fff;border:1px solid #fff}.price-and-payments__btn:hover span{color:#3c7e67}.price-and-payments__transfer-info{font-family:GothamProRegular;font-size:15px;line-height:20px;color:#fff;max-width:275px;margin:10px 0}.price-and-payments__transfer-info a{color:#fff;text-decoration:underline}.price-and-payments__transfer-info a:hover{text-decoration:none}.price-and-payments__qr-code{margin-top:11px}.price-and-payments__circle{background:#9dab00;border-radius:100%;border:20px solid #fff;box-sizing:border-box;box-shadow:0 10px 25px -5px rgba(0,0,0,.25);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.price-and-payments__circle-icon{margin-bottom:10px}.price-and-payments__circle-text{font-family:OpenSans-Bold;color:#fff;font-size:12.2693px;line-height:17px;max-width:94%}.price-and-payments__circle-text b,.price-and-payments__circle-text strong{font-size:20.8067px;line-height:28px}.price-and-payments__circle-one{width:250px;height:250px;position:absolute;z-index:2;top:-210px;left:50%}.price-and-payments__circle-two{width:600px;height:600px;position:relative;z-index:3}.price-and-payments__circle-two-text{max-width:360px;font-size:15px;line-height:20px;margin-bottom:10px}.price-and-payments__circle-three{width:253px;height:253px;position:absolute;z-index:2;bottom:-210px;left:50%}.price-and-payments__circle-three .price-and-payments__circle-text b,.price-and-payments__circle-three .price-and-payments__circle-text strong{font-size:16.97px;line-height:23.11px}.price-and-payments-detox{background-position-x:-1558px;background-position-y:-542px}.price-and-payments-detox__circle,.price-and-payments-detox__item{background:#3c7e67}.author{position:relative;margin-top:-65px;z-index:12;overflow:visible}.author__bg{position:absolute;z-index:-1;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:37%;top:-7px;pointer-events:none}.author__container{padding-top:90px}.author__img{height:353px;width:271px;z-index:2}.author__img-wrap{position:relative}.author__img-col,.author__img-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.author__img-col{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.author__title{font-family:OpenSans-Bold;font-size:23px;line-height:31px;text-transform:uppercase;color:#000;margin-bottom:8px;opacity:.75;text-align:center}.author__text{font-size:16px;line-height:23px;color:#6a6a6a;margin-bottom:16px}.author__text p:not(:last-child){margin-bottom:1.2em}.author__circle{position:absolute;bottom:-90px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:350px;height:350px}.author__links{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.author__link,.author__links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.author__link{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.author__link img{-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.author__link-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.author__link-wrap:first-child{margin-right:4px}.author__link:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.author__link:hover .author__link-text{color:#67b298}.author__link-text{margin-left:11px;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.author__link-text,.author__qr-text{font-size:16px;line-height:23px;color:#6a6a6a}.author__qr-text{margin-left:14px;max-width:340px}.author__qr-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.countdown{overflow:visible;position:relative;padding-bottom:30px;margin-top:-15px;padding-top:50px;z-index:13}.countdown__bg{position:absolute;z-index:-1;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:40%;top:-102px;pointer-events:none}.countdown__watermelon-img{position:absolute;top:-324px;right:-296px;pointer-events:none}.countdown__container{position:relative}.countdown__title{font-family:OpenSans-Bold;font-size:23px;line-height:31px;text-transform:uppercase;color:#fff;margin-bottom:16px;text-align:center}.countdown__item,.countdown__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.countdown__item{margin-bottom:6px;width:81px;height:81px;background:#7fcfb3;box-shadow:0 12px 25px -10px rgba(0,0,0,.25);border-radius:25px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:OpenSans-Bold;font-size:40px;line-height:54px;text-align:center;color:#fff}.countdown__item-hours{margin:0 16px 6px}.countdown__item-desc{font-family:OpenSans-Bold;font-size:18px;line-height:25px;text-align:center;color:#fff}.countdown__item-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.countdown__timer{position:absolute;right:5%;bottom:85%;width:53px;height:64px}.countdown-detox__item{background:#fafffd;color:#67b298}.countdown-detox__btn{background:#3c7e67;border-color:#3c7e67;box-shadow:0 10px 15px -10px #3c7e67}.countdown-detox__btn:hover{background:#fff}.countdown-detox__btn:hover span{color:#3c7e67}.photo{overflow:visible;padding-top:60px}.photo__container{position:relative}.photo__circle{position:absolute;left:-700px;top:-222px;z-index:15}.photo__title{font-family:OpenSans-Bold;font-size:23px;line-height:31px;text-transform:uppercase;color:#000;margin-bottom:16px;text-align:center;opacity:.75}.photo-block{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;margin-bottom:18px;box-shadow:0 12px 22px -10px rgba(0,0,0,.55);border-radius:30px;overflow:hidden}.photo-block__description{font-size:16px;color:#6a6a6a;padding-left:10px}.photo__carousel{padding-bottom:85px;z-index:2}.photo__carousel-cell{max-width:350px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:30px}.photo__carousel-cell:last-child{margin-right:0}.photo__carousel-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.questions{overflow:visible;overflow-x:clip;padding:20px 0 30px}.questions__container{position:relative}.questions__circle{position:absolute;right:-420px;top:-29px;z-index:2}.questions__title{font-family:OpenSans-Bold;font-size:23px;line-height:31px;text-transform:uppercase;color:#000;margin-bottom:16px;text-align:center;opacity:.75;position:relative;z-index:2}.acc{margin-bottom:13px;border-radius:22px;border:1px solid #b0bf05;box-shadow:0 12px 25px -10px rgba(0,0,0,.25);overflow:hidden}.acc .acc-icon{fill:#b0bf05}.acc__green{border:1px solid #7fcfb3}.acc__green .acc-icon{fill:#7fcfb3}.acc__orange{border:1px solid #f4a74c}.acc__orange .acc-icon{fill:#f4a74c}.acc-header{background:#fff;box-sizing:border-box;padding:7px 24px 7px 20px;font-family:OpenSans-Bold;font-size:15px;line-height:20px;color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;position:relative;z-index:2;-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.acc-header.active{box-shadow:none}.acc-header.active .acc-icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.acc-title{opacity:.7}.acc-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:15px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.acc-wrap{position:relative;z-index:3;max-width:920px;margin:auto}.acc-body{background:#fff;padding:0 24px 7px 20px;font-family:GothamProRegular;font-size:14px;line-height:19px;color:#000;display:none}.acc-body a{color:#b0bf05}.acc-body a:hover{text-decoration:underline}.more{overflow:visible;overflow-x:clip}.more__bg{position:absolute;left:50%;-webkit-transform:translateX(-65%);-ms-transform:translateX(-65%);transform:translateX(-65%);top:0;z-index:-1}.more__figure1{position:absolute;left:0;top:-130px;z-index:0;-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}.more__figure2{position:absolute;z-index:1;left:0;top:-40px;-webkit-transform:translateX(-78%);-ms-transform:translateX(-78%);transform:translateX(-78%)}.more__container{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:110px;padding-bottom:120px}.more__container,.more__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.more__content{max-width:340px;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.more__arrow{position:absolute;bottom:-80px;right:20px}.more__title{font-family:OpenSans-Bold;font-size:25px;line-height:35px;text-transform:uppercase;color:#fff;margin-bottom:4px}.more__text{font-size:15px;line-height:23px;color:#fff;max-width:417px}.more__form{padding:25px 33px 27px 34px}.more__form-title{font-family:GothamProBlack;color:rgba(69,69,69,.9);max-width:185px;margin:auto auto 10px}.more__form-subtitle{padding:6px 13px;color:rgba(0,0,0,.55);min-height:67px}.more__form-radio{max-width:115px;margin:auto;margin-bottom:7px!important}.more__form-radio-col{padding:0}.more__form-radio .radio-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.more__form-radio .radio-button{margin:0}.more__form-radio .radio-text{font-size:14px;line-height:23px;color:rgba(0,0,0,.75);opacity:1;margin-left:0}.more__form-checkbox-text{font-size:13px!important;line-height:18px!important;color:rgba(0,0,0,.75);text-align:left!important}.checkbox-container input[type=checkbox]{display:none}.checkbox-container input[type=checkbox]:checked+.wpcf7-list-item-label:after{background:#b0bf05}.checkbox-container .wpcf7-list-item-label{position:relative;padding-left:25px;font-weight:400;font-style:normal;font-size:14px;line-height:23px;color:rgba(0,0,0,.55);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.checkbox-container .wpcf7-list-item-label:before{content:"";position:absolute;top:5px;left:0;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);background-color:#b0bf05;width:10px;height:10px;border-radius:2px;-webkit-filter:grayscale(1);filter:grayscale(1)}.checkbox-container .wpcf7-list-item-label:after{content:"";position:absolute;top:5px;left:0;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);border-radius:3px;background:#aeaeae;opacity:.3;width:19px;height:19px}.radio-container{margin-bottom:10px}.radio-container input[type=radio]{position:absolute;z-index:2;margin-bottom:2px;cursor:pointer;opacity:0;width:100%}.radio-container label:before{content:none}.radio-container label span{display:inline-block;cursor:pointer;position:relative;margin-left:21px;line-height:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-container label span:before{content:"";display:inline-block;width:13px;height:13px;position:absolute;left:-22px;bottom:3px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.3' width='13' height='13' rx='6.5' fill='%23AEAEAE'/%3E%3Crect x='3' y='3' width='7' height='7' rx='3.5' fill='%23AEAEAE'/%3E%3C/svg%3E")}.radio-container input[type=radio]:checked+label span:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.3' width='13' height='13' rx='6.5' fill='%23B0BF05'/%3E%3Crect x='3' y='3' width='7' height='7' rx='3.5' fill='%23B0BF05'/%3E%3C/svg%3E")}#parralax-wrap{overflow:hidden;position:relative;z-index:20;background:#fff}.page__breadcrumbs{position:absolute;top:15px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}.top-screen{position:relative;margin-top:64px;min-height:545px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;overflow:visible}.top-screen__bg{width:100%;height:100%;z-index:-1}.top-screen__bg,.top-screen__bg-img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.top-screen__bg-img{width:inherit;height:inherit;-o-object-fit:cover;object-fit:cover;-o-object-position:50%;object-position:50%}.top-screen__container{position:relative;min-height:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:140px}.top-screen__figure{position:absolute;right:-1625px;top:-60px}.top-screen__head{margin-bottom:31px}.top-screen__head,.top-screen__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top-screen__title{font-family:OpenSans-Bold;font-size:35px;line-height:48px;text-transform:uppercase;color:#fff;margin-bottom:8px}.top-screen__description{font-size:16px;line-height:25px;color:#d9d9d9;max-width:634px}.methodology{position:relative;overflow:visible;z-index:2;margin-top:-145px}.methodology:before{content:"";position:absolute;height:50%;width:100%;background:#7fcfb3;bottom:0;left:0;z-index:-1}.methodology__container{position:relative;padding-top:17px;padding-bottom:80px}.methodology__ellipse{position:absolute;right:-1020px;top:-95px}.methodology__bg{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-50px;z-index:-1;pointer-events:none}.methodology__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.methodology__col-text{width:100%;font-weight:500;margin-top:-45px}.methodology__title{font-family:OpenSans-Bold;font-size:22px;line-height:30px;text-transform:uppercase;color:#fff;margin-bottom:17px}.methodology__text{font-size:19px;line-height:30px;color:#fff}.methodology__img{width:372px;height:448.23px}.list li{position:relative;padding-left:35px;font-size:16px;line-height:23px;color:#6a6a6a}.list li p{margin-top:20px}.list li:not(:last-child){margin-bottom:20px}.list li:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.778 4.222A10.928 10.928 0 0012 1C9.062 1 6.3 2.144 4.222 4.222A10.928 10.928 0 001 12c0 2.938 1.144 5.7 3.222 7.778A10.928 10.928 0 0012 23c2.938 0 5.7-1.144 7.778-3.222A10.928 10.928 0 0023 12c0-2.938-1.144-5.7-3.222-7.778zM12 21.71c-5.355 0-9.71-4.356-9.71-9.711S6.644 2.29 12 2.29s9.71 4.355 9.71 9.71-4.355 9.71-9.71 9.71z' fill='%237FCFB3'/%3E%3Cpath d='M17.255 8.47a.645.645 0 00-.911 0l-5.692 5.692-2.996-2.996a.645.645 0 10-.911.912l3.452 3.451a.643.643 0 00.91 0l6.148-6.147a.645.645 0 000-.912z' fill='%237FCFB3'/%3E%3Cpath d='M19.778 4.222A10.928 10.928 0 0012 1C9.062 1 6.3 2.144 4.222 4.222A10.928 10.928 0 001 12c0 2.938 1.144 5.7 3.222 7.778A10.928 10.928 0 0012 23c2.938 0 5.7-1.144 7.778-3.222A10.928 10.928 0 0023 12c0-2.938-1.144-5.7-3.222-7.778zM12 21.71c-5.355 0-9.71-4.356-9.71-9.711S6.644 2.29 12 2.29s9.71 4.355 9.71 9.71-4.355 9.71-9.71 9.71z' stroke='%237FCFB3'/%3E%3Cpath d='M17.255 8.47a.645.645 0 00-.911 0l-5.692 5.692-2.996-2.996a.645.645 0 10-.911.912l3.452 3.451a.643.643 0 00.91 0l6.148-6.147a.645.645 0 000-.912z' stroke='%237FCFB3'/%3E%3C/svg%3E");background-size:cover;width:22px;height:22px;position:absolute;left:0;top:0}.list-gray li{font-size:18px;line-height:23px}.list-gray li p{margin-top:20px}@Media (min-width:768px){.list-gray li p{margin-bottom:30px}}.list-gray li:not(:last-child){margin-bottom:20px}@Media (min-width:768px){.list-gray li:not(:last-child){margin-bottom:30px}}.list-gray li:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.778 4.222A10.928 10.928 0 0012 1C9.062 1 6.3 2.144 4.222 4.222A10.928 10.928 0 001 12c0 2.938 1.144 5.7 3.222 7.778A10.928 10.928 0 0012 23c2.938 0 5.7-1.144 7.778-3.222A10.928 10.928 0 0023 12c0-2.938-1.144-5.7-3.222-7.778zM12 21.712c-5.355 0-9.71-4.357-9.71-9.712 0-5.354 4.355-9.71 9.71-9.71s9.71 4.356 9.71 9.71c0 5.355-4.355 9.711-9.71 9.711z' fill='%23EBEBEB'/%3E%3Cpath d='M17.255 8.47a.645.645 0 00-.911 0l-5.692 5.692-2.996-2.996a.645.645 0 10-.911.912l3.452 3.452a.642.642 0 00.91 0l6.148-6.148a.645.645 0 000-.911z' fill='%23EBEBEB'/%3E%3Cpath d='M19.778 4.222A10.928 10.928 0 0012 1C9.062 1 6.3 2.144 4.222 4.222A10.928 10.928 0 001 12c0 2.938 1.144 5.7 3.222 7.778A10.928 10.928 0 0012 23c2.938 0 5.7-1.144 7.778-3.222A10.928 10.928 0 0023 12c0-2.938-1.144-5.7-3.222-7.778zM12 21.712c-5.355 0-9.71-4.357-9.71-9.712 0-5.354 4.355-9.71 9.71-9.71s9.71 4.356 9.71 9.71c0 5.355-4.355 9.711-9.71 9.711z' stroke='%23EBEBEB'/%3E%3Cpath d='M17.255 8.47a.645.645 0 00-.911 0l-5.692 5.692-2.996-2.996a.645.645 0 10-.911.912l3.452 3.452a.642.642 0 00.91 0l6.148-6.148a.645.645 0 000-.911z' stroke='%23EBEBEB'/%3E%3C/svg%3E");background-size:cover;width:22px;height:22px;position:absolute;left:0;top:0}.page-title{font-family:OpenSans-Bold;font-size:22px;line-height:30px;text-transform:uppercase;color:rgba(0,0,0,.7);margin-bottom:1.2em}.focus{overflow:visible;margin-top:10px;z-index:3;position:relative}.focus:before{content:"";position:absolute;bottom:35px;left:0;height:75%;width:100%;z-index:-1;background:#fff}.focus__container{padding-bottom:50px;position:relative}.focus__figure1{position:absolute;right:-1586px;top:-700px;z-index:-1}.focus__figure2{right:-1266px;top:73px}.focus__bg,.focus__figure2{position:absolute;z-index:-1}.focus__bg{top:-225px;left:85%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}.focus__title{margin-bottom:29px}.problems{position:relative;overflow:visible}.problems__bg{position:absolute;pointer-events:none;top:-32px;left:55%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}.problems__title{font-family:GothamProRegular;font-weight:700;font-size:18px;line-height:28px;color:#6a6a6a;margin-bottom:20px}.problems__title b,.problems__title strong{font-family:GothamProBlack}.problems__container{position:relative}.problems__ellipse{position:absolute;left:-746px;top:50px;z-index:3}.problems__figure1{position:absolute;z-index:-1;right:-1578px;bottom:-248px}.problems__figure2{position:absolute;right:-920px;top:305px;z-index:-1}@Media (min-width:1200px){.problems__figure2{right:-864px}}.problems__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@Media (max-width:767px){.problems__row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.problems__col-content{padding-top:60px}.problems__img{width:241px;height:287px}@Media (min-width:576px){.problems__img{width:475px;height:566px}}.problems__list{max-width:382px}.difference{position:relative;overflow:visible;margin-top:45px}.difference__container{position:relative;z-index:4}.difference__ellipse{position:absolute;bottom:-338px;right:-574px;z-index:5}@Media (min-width:1200px){.difference__ellipse{bottom:-250px;right:-480px}}.difference__bg{position:absolute;left:13%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-257px;z-index:-1;pointer-events:none;z-index:2}.difference__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.difference__img-wrap{position:relative;z-index:3}.difference__img-rear{position:absolute;left:-50px;bottom:125px}.difference__img-front{position:relative;z-index:2}.difference__col-img{margin-left:-88px;margin-top:-218px}.difference__col-text{max-width:570px;font-weight:500;font-size:18px;line-height:30px;color:#fff;margin-top:-26px;padding-left:10px}.details{overflow:visible;position:relative;margin-top:45px;z-index:3}.details__title{z-index:6;position:relative}.details__bg{position:absolute;left:650px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-157px;pointer-events:none;z-index:3}@Media (min-width:768px){.details__bg{left:50%}}.details__container{position:relative;padding-bottom:50px}.details__figure1{position:absolute;right:-2045px;top:-175px;z-index:-1}.details__figure2{position:absolute;right:-2175px;top:257px;z-index:-1}.details__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;z-index:6;position:relative}.details__col-content{max-width:74%;margin-right:20px;position:relative}@Media (min-width:768px){.details__col-content{width:545px;max-width:none}}.details__col-img{position:relative}.details__price{margin-top:30px}.details__img-wrap{position:absolute;left:-19px;top:-5px;pointer-events:none}.details__img-rear-leaf{position:absolute}@Media (max-width:767px){.details__img-rear-leaf{width:59px;height:40.8px;top:-7px;right:-10px}}.details__img-front-leaf{position:absolute;top:47px}@Media (max-width:767px){.details__img-front-leaf{width:88px;height:70.81px;top:21px;right:-34px}}.more__form{position:relative;z-index:2;max-width:359px;background:#fff;box-shadow:0 15px 35px -14px rgba(0,0,0,.22);border-radius:20px;padding:31px 15px 33px}.more__form-img{position:absolute;width:480px;height:471px;right:-310px;top:-390px;z-index:1}.more__form-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}.more__form-title{font-size:22px;line-height:23px;text-align:center;color:#000;opacity:.9;margin-bottom:1.05em}.more__form-subtitle{background:#fcfcfc;border:1px solid #f1f1f1;box-sizing:border-box;border-radius:13px;padding:6px 15px;font-size:13px;line-height:23px;color:#000;opacity:.55;min-height:95px}.more__form-checkboxes{max-width:150px;margin:auto;margin-bottom:7px!important}.more__form-btn{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:11px}.more__form-newsletter{font-size:13px!important;line-height:18px!important;opacity:.75;text-align:left!important}.more__form-newsletter span{opacity:1!important}.more__form .btn{font-size:16px;line-height:23px;text-align:center;margin-left:auto;margin-right:auto;background:#67b298;border-color:#67b298;box-shadow:0 10px 15px -10px #67b298;color:#fff}.more__form .btn:hover{background:#fff;color:#67b298}.price-and-payments__figure{z-index:0}.wpcf7 .radio-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wpcf7 .radio-button{margin:0}.wpcf7 .radio-text{font-size:14px;line-height:23px;color:#000;opacity:.75;margin-left:14px}.wpcf7-submit{margin-top:25px}.wpcf7-spinner{display:block!important;margin:5px auto 0!important;position:absolute!important;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.wpcf7-response-output{display:none!important}.form-group-contact-type textarea{height:95px;resize:none}.form-group-contact-type label{top:30px;width:87%;white-space:normal}.form-group.type-checkbox .wpcf7-list-item-label{margin-left:0}.form-group.type-checkbox .wpcf7-list-item-label:last-child{margin-left:15px}.form-group.type-checkbox .wpcf7-list-item{margin:0 10px 0 0}.form-group.type-checkbox .wpcf7-list-item:last-child{margin-right:0}.form-group.type-checkbox p{cursor:default;padding-left:25px;font-weight:400;font-style:normal;font-size:14px;line-height:23px;color:rgba(0,0,0,.55);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wpcf7 .checkbox-container input[type=checkbox]{display:none}.wpcf7 .checkbox-container input[type=checkbox]:checked+.wpcf7-list-item-label:after{background:#b0bf05}.wpcf7 .checkbox-container .wpcf7-list-item-label{position:relative;padding-left:25px;font-weight:400;font-style:normal;font-size:14px;line-height:23px;color:rgba(0,0,0,.55);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wpcf7 .checkbox-container .wpcf7-list-item-label:before{content:"";position:absolute;top:0;left:0;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);background-color:#b0bf05;width:10px;height:10px;border-radius:2px;-webkit-filter:grayscale(1);filter:grayscale(1)}.wpcf7 .checkbox-container .wpcf7-list-item-label:after{content:"";position:absolute;top:0;left:0;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);border-radius:3px;background:#aeaeae;opacity:.3;width:19px;height:19px}.wpcf7 .radio-container{margin-bottom:10px}.wpcf7 .radio-container .wpcf7-radio{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wpcf7 .radio-container input[type=radio]{position:relative;z-index:2;margin-bottom:2px;cursor:pointer;opacity:0}.wpcf7 .radio-container label:before{content:none}.wpcf7 .radio-container label span{display:inline-block;cursor:pointer;position:relative;margin-right:0;line-height:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wpcf7 .radio-container label span:before{content:"";display:inline-block;width:13px;height:13px;position:absolute;left:-30px;bottom:3px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.3' width='13' height='13' rx='6.5' fill='%23AEAEAE'/%3E%3Crect x='3' y='3' width='7' height='7' rx='3.5' fill='%23AEAEAE'/%3E%3C/svg%3E")}.wpcf7 .radio-container input[type=radio]:checked+span:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.3' width='13' height='13' rx='6.5' fill='%23B0BF05'/%3E%3Crect x='3' y='3' width='7' height='7' rx='3.5' fill='%23B0BF05'/%3E%3C/svg%3E")}.wpcf7 .radio-container input[type=radio]:checked+span:after{background-color:#b0bf05}.wpcf7 .checkbox-container .wpcf7-list-item-label{color:rgba(0,0,0,.75);font-size:13px;line-height:18px}@media (min-width:320px) and (max-width:370px){.dropdown_language{margin-left:10px}}@media (min-width:320px) and (max-width:400px){.Login{overflow:auto}}@media (min-width:361px){.video-block__play{margin-bottom:28px}}@media (min-width:481px){.Popup{min-width:414px}.Registration__form-title{font-size:29px;line-height:36px}.input{font-size:15px}form .row{margin-bottom:28px}}@media (min-width:500px){.countdown{margin-top:35px;padding-top:0}.photo{padding-top:90px}}@media (min-width:500px) and (max-width:767px){.countdown__timer{right:-40px;bottom:-65px;width:120px;height:144px}}@media (min-width:560px){.iti__country-list{border-top-left-radius:25px;border-bottom-left-radius:25px}}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;-webkit-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;-webkit-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;-webkit-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;-webkit-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;-webkit-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;-webkit-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;-webkit-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;-webkit-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;-webkit-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:-webkit-inline-flex!important;display:inline-flex!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;-webkit-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;-webkit-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;-webkit-align-items:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;-webkit-align-content:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-webkit-align-self:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-webkit-align-self:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-webkit-align-self:stretch!important;align-self:stretch!important}.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.price__wrap{padding:15px 26px}.gsap-x-sm-100{opacity:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.footer__logo-icon{width:305px;height:33px}.reviews__cell-text_wrapper{width:350px}.author__circle{left:41%;bottom:-165px;width:500px;height:500px}.price__wrap{padding:15px 19px}.top-screen__btn-text-mob{display:none}}@media (min-width:768px){h2,h3{font-size:32px;line-height:43.58px}.show-text__trigger{display:none}.container,.container-md,.container-sm{max-width:720px}.col-md{-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;-webkit-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;-webkit-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;-webkit-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;-webkit-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;-webkit-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;-webkit-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;-webkit-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;-webkit-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;-webkit-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:-webkit-inline-flex!important;display:inline-flex!important}.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;-webkit-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;-webkit-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;-webkit-align-items:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;-webkit-align-content:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-webkit-align-self:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-webkit-align-self:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-webkit-align-self:stretch!important;align-self:stretch!important}.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.price__btn-text-mob{display:none}.Btn_Scroll_Top{bottom:50px}.Popup_Header{width:718px}.Popup{height:auto;width:auto}.Popup.Video{height:50%;width:52%}.Club_4p__form{width:337px}.Club_4p .Popup_Header{width:620px}.Login__tab{padding:0 9px}.Login__tab_item{font-size:18px}.Login__form{width:337px}.Login .Popup_Header{width:620px}.Auth__tab{padding:0 9px}.Auth__tab_item{font-size:18px}.Auth__form{width:337px}.Auth .Popup_Header{width:550px}.Reset_Password__form{width:337px}.Reset_Password .Popup_Header{width:535px}.Contact_Us__form{width:337px}.Contact_Us .Popup_Header{width:620px}.ProductModal__content{width:337px;min-height:400px}.ProductModal .Popup_Header{width:510px}.appointmentSuspended__content{width:337px;min-height:400px}.appointmentSuspended .Popup_Header{width:510px}.menu__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:initial;-webkit-justify-content:initial;-ms-flex-pack:initial;justify-content:normal}.menu__accordions{margin-right:30px;margin-bottom:0;width:275px}.menu__col-links-visible{max-height:154px}.menu__row-soon{margin-top:25px}.menu__row-soon-title{font-size:18px}.menu__soon{max-width:291px}.gsap-md-y-100{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.gsap-md-y-plus100{opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.gsap-md-scale-05{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.footer__container{padding-top:43px}.footer__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:initial;-webkit-justify-content:initial;-ms-flex-pack:initial;justify-content:normal;padding-bottom:43px;border-bottom:none}.footer__accordions{margin-right:30px;margin-bottom:0;width:275px}.footer__col-links-visible{max-height:154px}.footer__subscribe-form-title{font-size:15px;line-height:20px;margin-right:10px;margin-bottom:0}.footer__subscribe-form-input{width:263px;height:30px;padding-top:0;padding-bottom:0;padding-right:25px}.footer__subscribe-form-btn{margin-left:-22px;padding:0;width:140px;height:30px;z-index:2;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.reviews__figure{top:-100px;right:-430px;left:auto}.reviews__videos{padding-bottom:80px!important}.steps__title{font-size:35px;line-height:48px}.step{width:20%}.step__icon{margin-bottom:28px}.step__text{font-size:16px}.qr__container{padding-top:150px}.qr__nuts-mob{display:none}.qr__or{left:-10px;top:28%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qr__left-text{margin:70px 0 0 32px;text-align:left}.qr__left-arrow{left:-20px;right:auto}.qr__phone-content{position:absolute;top:66px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qr__right-wrap{position:absolute;right:0;bottom:80px;margin-top:0}.qr__right-info,.qr__right-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.qr__right-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.qr__right-text{max-width:371px}.price-and-payments__bg{left:30%;top:-100px}.price-and-payments__berries{left:48%;bottom:25px}.price-and-payments__title{font-size:35px;line-height:48px}.price-and-payments__item{margin-bottom:15px;min-height:92px}.price-and-payments__transfer-info{max-width:355px;margin:9px 0 26px;font-size:14px;line-height:19px}.price-and-payments__circle-one{left:-120px;top:-10px}.price-and-payments__circle-two-text{font-size:16px;line-height:22px}.price-and-payments__circle-three{bottom:-30px;right:-80px;left:auto}.author{margin-top:-140px}.author__img{height:451px;width:347px}.author__img-wrap{margin-right:-45px;margin-bottom:-30px}.author__title{font-size:35px;line-height:48px;text-align:left}.countdown{padding-bottom:50px;margin-top:70px}.countdown__title{font-size:35px;line-height:48px;margin-bottom:25px}.countdown__wrapper{margin-bottom:34px}.countdown__item{width:107px;height:107px;margin-bottom:9px;font-size:40px;line-height:54px}.countdown__item-hours{margin:0 21px 9px}.countdown__timer{right:-70px;bottom:0}.photo{padding:0}.photo__title{font-size:35px;line-height:48px;margin-bottom:18px}.photo__carousel-cell{width:350px;height:230px}.questions__title{font-size:35px;line-height:48px;margin-bottom:20px}.acc-header{font-size:18px;line-height:25px;padding:19px 23px 19px 28px}.acc-body{font-size:16px;line-height:23px;padding:0 23px 19px 28px}.more__title{margin-top:35px;margin-bottom:14px}.more__text{font-size:16px}.checkbox-container .wpcf7-list-item-label{padding-left:19px}.checkbox-container .wpcf7-list-item-label:before{width:7px;height:7px}.checkbox-container .wpcf7-list-item-label:after{width:13px;height:13px}.top-screen__description{font-size:23px}.methodology{margin-top:-125px}.methodology__container{padding-top:35px;padding-bottom:65px}.methodology__bg{top:-70px}.methodology__col-img{margin-left:-94px}.methodology__col-text{margin-left:-32px;padding-top:115px;margin-top:0}.methodology__img{width:443px;height:534px}.focus{margin-top:35px}.focus__bg{top:-250px}.problems__title{line-height:220%}.problems__figure1{right:-1380px;top:185px;bottom:auto}.problems__col-img{padding-top:95px;margin-right:-156px}.difference__bg{left:54%}.difference__col-text{font-size:20px;margin-left:-52px;margin-top:-9px;line-height:148%;padding-left:0}.details{margin-top:-24px;z-index:auto}.details__img-wrap{left:-38px;top:-72px}.more__form{padding:31px 28px 33px}.more__form-img{left:-240px;top:-170px;right:auto}.form-group.type-checkbox p,.wpcf7 .checkbox-container .wpcf7-list-item-label{padding-left:19px}.wpcf7 .checkbox-container .wpcf7-list-item-label:before{width:7px;height:7px}.wpcf7 .checkbox-container .wpcf7-list-item-label:after{width:13px;height:13px}}@media (max-width:1199px) and (min-width:768px){.reviews-main-page{margin-top:-12px}.problems__col-content{position:absolute}}@media (min-width:768px) and (max-width:990px){.author__links{margin-bottom:10px}}@media (max-width:991px) and (min-width:768px){.countdown__timer{width:120px;height:144px}.problems__col-content{left:-5px;width:70%}.details__img-cherry{width:351px;height:354.23px}.details__img-rear-leaf{width:190px;height:131.41px;top:-33px;right:-32px}.details__img-front-leaf{width:280px;height:225.31px;right:-125px}}@media screen and (min-width:992px){::-webkit-scrollbar-track{border-width:0;background-color:#f3f3f3;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#7fcfb3;border-radius:10px}::-webkit-scrollbar{width:7px}.Button_Close{width:17px;height:17px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.45s ease-in-out;transition:.45s ease-in-out;cursor:pointer}.Button_Close:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.Button_Close:hover path{fill:#b0bf05}}@media (min-width:992px){h2{font-size:38px;line-height:52px}h3{font-size:29px;line-height:39.49px}.container,.container-lg,.container-md,.container-sm{max-width:960px}.col-lg{-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;-webkit-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;-webkit-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;-webkit-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;-webkit-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;-webkit-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;-webkit-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;-webkit-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;-webkit-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;-webkit-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:-webkit-inline-flex!important;display:inline-flex!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;-webkit-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;-webkit-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;-webkit-align-items:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;-webkit-align-content:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-webkit-align-self:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-webkit-align-self:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-webkit-align-self:stretch!important;align-self:stretch!important}.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.iti__country-list{margin-top:5px}.menu__social-links{margin-left:15px;margin-bottom:0}.menu__social-link:not(:last-child){margin-right:10.52px}.menu__accordions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-right:0;width:auto}.menu__col-head-icon{display:none}.menu__col-links-visible{max-height:244px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.menu__col-link_last-col{max-width:162px}.menu__link{min-width:88px}.menu__link:not(:last-child){margin-right:36px}.transparent-top{top:-20px}.footer,footer.footer{position:fixed;bottom:0;width:100vw}.footer{z-index:11}.footer__circle{bottom:-234px;right:-200px}.footer__row{padding-top:34px;padding-bottom:20px}.footer__accordions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-right:0;width:auto}.footer__col-head-icon{display:none}.footer__col-links-visible{max-height:244px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer__col-link_last-col{max-width:162px}.reviews__figure{top:-110px;right:-282px;left:auto}.reviews__cell-text_wrapper{padding:22px 26px 40px}.step{padding:0 15px}.step:not(:last-child) .step__icon:before{width:244px;left:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='246' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 16.568c93.218-41.335 150.782 14.36 244 0' stroke='silver' stroke-width='1.811' stroke-dasharray='1.81 1.81'/%3E%3C/svg%3E")}.qr__nuts{left:-360px;top:30px}.qr__or{left:-60px}.qr__left-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.qr__left-text{margin-left:42px;margin-top:0}.qr__right-wrap{margin-top:70px;position:relative;max-width:none;right:auto;bottom:auto}.qr__right-info,.qr__right-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.qr__right-text{margin-top:24px;margin-bottom:11px;text-align:center}.price-and-payments{margin-top:-185px}.price-and-payments__title{font-size:38px;line-height:52px}.price-and-payments__circle-text{font-size:16px;line-height:22px}.price-and-payments__circle-text b,.price-and-payments__circle-text strong{font-size:27px;line-height:37px}.price-and-payments__circle-one{width:325px;height:325px;left:-210px;top:0}.price-and-payments__circle-three{width:328px;height:328px;bottom:30px;right:-230px}.price-and-payments__circle-three .price-and-payments__circle-text b,.price-and-payments__circle-three .price-and-payments__circle-text strong{font-size:22px;line-height:30px}.price-and-payments-detox{margin-top:-195px}.author__img{height:503.72px;width:387px}.author__title{font-size:38px;line-height:52px}.author__link-wrap:first-child{margin-right:27px}.countdown__bg{left:50%;top:-110px}.countdown__title{font-size:38px;line-height:52px}.countdown__timer{bottom:-30px;width:168px;height:202px}.photo__title,.questions__title{font-size:38px;line-height:52px}.more__content{max-width:453px}.more__arrow{bottom:-50px;right:-80px}.more__title{font-size:38px;line-height:52px}.top-screen__figure{right:-1500px}.methodology__container{padding-top:17px;padding-bottom:0}.methodology__col-img{margin-left:-53px}.methodology__col-text{padding-top:156px;margin-left:-35px}.methodology__img{width:486px;height:585.59px}.focus{margin-top:-20px}.problems__bg{top:-20px}.problems__figure1{right:-1260px}.problems__col-img{margin-right:-36px;padding-top:79px}.difference__col-img{margin-left:-43px}.difference__col-text{margin-left:-31px;margin-top:11px}.details__figure1{right:-1835px;top:-175px}.details__img-wrap{left:8px;top:-74px}.details__img-rear-leaf{top:-43px;right:-64px}.details__img-front-leaf{right:-167px}}@media (max-width:1199px) and (min-width:992px){.problems__col-content{left:20px;width:60%}.details__img-cherry{width:400px;height:403.69px}}@media (min-width:996px){.Btn_Scroll_Top{right:30px}}@media (min-width:1200px){.splide__arrows{left:-60px;top:37%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:calc(100% + 120px);bottom:auto;z-index:-1}.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}.col-xl{-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;-webkit-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;-webkit-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;-webkit-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;-webkit-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;-webkit-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;-webkit-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;-webkit-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;-webkit-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;-webkit-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:-webkit-inline-flex!important;display:inline-flex!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;-webkit-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;-webkit-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;-webkit-align-items:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;-webkit-align-content:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-webkit-align-self:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-webkit-align-self:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-webkit-align-self:stretch!important;align-self:stretch!important}.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.navbar__account-control-panel{left:0;right:auto}.menu__col-physiology{margin-right:35px}.menu__col-psychology{margin-right:34px}.menu__col-corporate{margin-right:28px}.center-green{right:-100px}.footer__col-physiology{margin-right:35px}.footer__col-psychology{margin-right:34px}.footer__col-corporate{margin-right:28px}.reviews__carousel{max-width:none;padding-bottom:36px}.reviews__carousel .splide__arrows{top:50%}.reviews__videos{max-width:none;padding-bottom:40px!important}.qr__or{left:-120px}.qr__right-wrap{margin-right:50px}.price-and-payments__circle-one{left:-290px}.price-and-payments__circle-three{right:-280px}.author__img-wrap{margin-right:0;margin-bottom:0}.author__text{margin-bottom:20px}.author__qr-text{margin-left:0;margin-bottom:18px}.author__qr-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:60px;-webkit-box-pack:initial;-webkit-justify-content:initial;-ms-flex-pack:initial;justify-content:normal;-webkit-box-align:initial;-webkit-align-items:initial;-ms-flex-align:initial;align-items:normal}.author__qr-wrap-tab{display:none}.countdown{margin-top:35px}.countdown__timer{right:120px}.photo__carousel{padding-bottom:60px}.questions{padding:0 0 30px}.questions__circle{right:-365px}.more__arrow{right:-160px}.top-screen__figure{right:-1430px}.top-screen__title{font-size:46px;line-height:63px}.methodology{margin-top:-139px}.methodology__container{padding-top:0}.methodology__bg{top:-55px}.methodology__col-img{margin-left:-123px}.methodology__col-text{padding-top:195px}.methodology__img{width:683.6px;height:823.69px}.focus{margin-top:-190px}.focus__bg{left:62%}.focus__col_55{-webkit-box-flex:0;-webkit-flex:0 0 55%;-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.focus__col_45{-webkit-box-flex:0;-webkit-flex:0 0 45%;-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.problems__figure1{right:-1170px;top:200px}.problems__col-img{margin-right:-91px;padding-top:0}.problems__img{width:592px;height:706px}.problems__list{max-width:522px}.difference{margin-top:0}.difference__bg{left:52%}.difference__col-img{margin-left:-184px;margin-top:-345px}.difference__col-text{font-size:25px;margin-left:-40px;margin-top:-23px;max-width:598px}.details{margin-top:-97px}.details__bg{top:-170px}.details__price{position:absolute;right:-457px;bottom:0}.details__img-wrap{top:-114px}.details__img-rear-leaf{top:-35px;right:-55px}.details__img-front-leaf{top:61px}.more__figure1{left:-162px;top:-293px}.more__form{padding:31px 34px 33px}.more__form-wrapper{margin-right:90px}}@media (min-width:1600px){.center-green{right:10%}.right-green{right:0}}@media (min-width:1920px){.Btn_Scroll_Top{right:65px}}@media (min-width:1960px){.container-xl{max-width:1364px}}@media (min-width:2000px){.questions__circle{top:-50px;right:-600px}}@media (max-width:782px){.Hide_Admin_Panel{top:40px}.Hide_Admin_Panel,.Hide_Admin_Panel_Hidden{-webkit-transition:.3s linear;transition:.3s linear}.Hide_Admin_Panel_Hidden{top:-6px}}@media (max-width:575px){.mob-d-none{display:none}.reviews__carousel-cell{width:calc(100vw - 30px);max-width:350px}.page__breadcrumbs,.page__title{text-align:center}.page__title{font-size:22px;line-height:29px}.top-screen__btn-text-desc{display:none}.details__price{width:279px}}@media (max-width:767px){.show-text__wrap{-webkit-transition:max-height .5s cubic-bezier(0,1,0,1);transition:max-height .5s cubic-bezier(0,1,0,1);overflow:hidden}.show-text__wrap:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:30px;background:-webkit-linear-gradient(bottom,hsla(0,0%,100%,.91) 68.75%,hsla(0,0%,100%,0) 108.75%);background:linear-gradient(0deg,hsla(0,0%,100%,.91) 68.75%,hsla(0,0%,100%,0) 108.75%);z-index:20;pointer-events:none}.show-text__wrap.active{-webkit-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out;max-height:10000px}.show-text__wrap.active:after{display:none}.show-text__col{position:relative;padding-bottom:40px}.price__btn-text-desc{display:none}.Buy__form{padding-left:15px;padding-right:15px}.Club_4p__img{display:none}.Club_4p__form{padding-left:15px;padding-right:15px}.Registration__img{display:none}.Registration__form{padding-left:15px;padding-right:15px}.Registration__form-btn{margin-top:29px}.Login__img{display:none}.Login__form{padding-left:15px;padding-right:15px}.Auth__img{display:none}.Auth__form{padding-left:15px;padding-right:15px}.Reset_Password__img{display:none}.Reset_Password__form{padding-left:15px;padding-right:15px}.Enroll__img{display:none}.Enroll__form{padding-left:15px;padding-right:15px}.RequestCallProgram__img{display:none}.RequestCallProgram__form{padding-left:15px;padding-right:15px}.Contact_Us__img{display:none}.Contact_Us__form{padding-left:15px;padding-right:15px}.ProductModal__img{display:none}.ProductModal__content{padding-left:15px;padding-right:15px}.appointmentSuspended__img{display:none}.appointmentSuspended__content{padding-left:15px;padding-right:15px}.input-container.date:after{display:none}.navbar__logo-description{display:none}.menu__row{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;margin-top:15px}.footer__circle,.menu__col-head-soft{display:none}.footer__social-links{margin-top:17px}.footer__col-head-soft,.footer__login-wrap{display:none}.footer__subscribe-form{padding-top:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.footer__subscribe-form-group{margin-bottom:22px;max-width:290px;width:100%}.reviews__left-img{width:293.47px;height:352.27px;left:-120px;bottom:200px}.page__bubbles{display:none}.steps__wrap{overflow:auto;padding-bottom:28px}.qr__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.qr__nuts{width:280px;height:250px;left:-185px;top:140px}.qr__nuts-desc{display:none}.qr__left-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:290px;width:100%;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.qr__phone-img,.qr__phone-logo,.qr__phone-success{display:none}.qr__calendar{width:113px;height:113px;margin-left:12px}.price-and-payments{padding:70px 0 30px;background-position-x:22%;margin-top:0}.price-and-payments:before{content:"";position:absolute;bottom:0;left:0;height:30%;width:100%;background:#9dab00;z-index:-1}.price-and-payments__berries{width:1200px;height:240px}.price-and-payments__btn{max-width:267px}.price-and-payments__btn span{font-size:13.5121px;line-height:18px}.price-and-payments__qr-code{width:127px;height:127px}.price-and-payments__circle-two{margin-top:195px;margin-bottom:200px}.price-and-payments__circle-two-text{max-width:275px}.price-and-payments-detox{background-position-x:-1558px}.price-and-payments-detox:before{background:rgba(106,194,163,.8);height:60%}.author:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:#fcfbfb;z-index:-1}.author__img-col{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.author__links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.author__qr-wrap-tab{display:none}.countdown__title{width:270px;margin-right:auto;margin-left:auto}.countdown__btn{display:none}.photo__carousel-cell{width:274px;height:185px}.questions__circle{display:none}.more__container{padding-top:30px;padding-bottom:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:initial;-webkit-justify-content:initial;-ms-flex-pack:initial;justify-content:normal;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.more__content{margin-bottom:18px}.more__arrow,.top-screen__figure{display:none}.methodology__row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.methodology__col{width:100%}.methodology__img-wrap{margin-left:-22px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.list li{margin-bottom:20px;max-width:none!important}.list-gray li{font-size:15px;line-height:21px}.problems__col{width:100%}.problems__col-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}.difference__container{padding-bottom:35px}.difference__col-img{display:none}.details__container{background:#fff}.details__figure1{display:none}.details__list li{padding-left:21px}.details__list li:before{width:16px;height:16px;top:3px}.details__img-cherry{width:125px;height:126.14px}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/wp-content/themes/Default/assets/img/flags/flags@2x.png)}}@media (max-width:991px){.Popup.Notification_After_Registration .Popup_content h3,.Popup.Notification_Error .Popup_content h3,.Popup.Notification_Success .Popup_content h3{margin-bottom:10px}.Popup.Notification_After_Registration .Popup_Text .title,.Popup.Notification_Error .Popup_Text .title,.Popup.Notification_Success .Popup_Text .title{font-size:16px;line-height:24px;margin-bottom:10px}.Popup.Notification_After_Registration .Popup_Text p,.Popup.Notification_Error .Popup_Text p,.Popup.Notification_Success .Popup_Text p{font-size:13px}.Popup.More_info_pride .Popup_content h3{margin-bottom:10px}.Popup.More_info_pride .Popup_content .Popup_Text .title{font-size:16px;line-height:24px;margin-bottom:10px}.Popup.More_info_pride .Popup_content .Popup_Text p{font-size:13px}.menu__col{margin-right:0!important}.menu__col:not(.menu__col-last){width:100%;margin-bottom:22px}.menu__col-head:not(.menu__col-head-soft){margin-bottom:0}.menu__col-head:before{display:none}.menu__col-links:not(.menu__col-links-visible){padding-top:21px;display:none}.left-green{bottom:-180px}.transparent{display:none}.center-green{right:-1000px;bottom:-150px}.footer__col{margin-right:0!important}.footer__col:not(.footer__col-last){width:100%;margin-bottom:22px}.footer__col-head:not(.footer__col-head-soft){margin-bottom:0}.footer__col-head:before{display:none}.footer__col-links:not(.footer__col-links-visible){padding-top:21px;display:none}.reviews__bg-page{bottom:-180px}.reviews__cell-text{padding-right:16px}.reviews__right-img{display:none!important}.qr__cursor{display:none}.price-and-payments__circle-icon{width:72px;height:72px}.list li{max-width:382px}.details__figure2,.difference__ellipse,.problems__figure2{display:none}.details__list li{max-width:none}}@media (orientation:landscape){.Popup.Video{height:50%}}@media (max-width:480px){.appointmentSuspended__fruit-img,.Auth__fruit-img,.Club_4p__fruit-img,.Contact_Us__fruit-img,.Enroll__fruit-img,.Login__fruit-img,.ProductModal__fruit-img,.Registration__fruit-img,.RequestCallProgram__fruit-img,.Reset_Password__fruit-img{display:none}}@media (max-width:1000px){.navbar__toggle-text{display:none}}@media (max-width:380px){.menu__soon-play{width:64.15px}}@media (max-width:1199px){.reviews__ellipse,.right-green{display:none}.author__qr-code{width:122px;height:122px}.author__qr-wrap-desc,.methodology__ellipse{display:none}.problems__row{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.difference__img-rear{width:250px;height:253.44px;left:-34px;bottom:89px}.difference__img-front{width:400px;height:471.59px}}@media (max-width:1200px){.reviews{background-size:cover}.countdown__watermelon-img,.photo__circle,.qr__almond{display:none}}@media (max-width:2000px){.price-and-payments__figure-2k_left,.price-and-payments__figure-2k_right{display:none}}@media (max-width:499px){.countdown__bg{left:90%;top:-54px}}
