@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap);
@keyframes spin {
  from {
    transform: rotateZ(0); }
  to {
    transform: rotateZ(1turn); } }

.green-audio-player {
  width: 400px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #fff;
  box-sizing: border-box;
  outline: none; }
  .green-audio-player.player-accessible .play-pause-btn:hover,
  .green-audio-player.player-accessible .controls:hover,
  .green-audio-player.player-accessible .volume__button:hover,
  .green-audio-player.player-accessible .volume__controls:hover,
  .green-audio-player.player-accessible .download:hover {
    outline: dotted 1px #999; }
  .green-audio-player svg,
  .green-audio-player img {
    display: block; }
  .green-audio-player .holder {
    position: relative; }
    .green-audio-player .holder .loading .loading__spinner {
      position: absolute;
      left: -3px;
      bottom: 2px;
      width: 16px;
      height: 16px;
      border: 2px solid #b0b0b0;
      border-right-color: rgba(0, 0, 0, 0);
      border-radius: 50%;
      animation: spin 0.4s linear infinite; }
    .green-audio-player .holder .play-pause-btn {
      visibility: hidden;
      cursor: pointer;
      outline: none; }
      .green-audio-player .holder .play-pause-btn:focus {
        outline: none; }
  .green-audio-player .slider {
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative; }
    .green-audio-player .slider .gap-progress {
      background-color: #44bfa3;
      border-radius: inherit;
      position: absolute;
      pointer-events: none; }
      .green-audio-player .slider .gap-progress .pin {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        background-color: #44bfa3;
        position: absolute;
        pointer-events: all;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32); }
        .green-audio-player .slider .gap-progress .pin::after {
          content: "";
          display: block;
          background: rgba(0, 0, 0, 0);
          width: 200%;
          height: 200%;
          margin-left: -50%;
          margin-top: -50%;
          border-radius: 50%; }
  .green-audio-player .controls {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606e;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    outline: none; }
    .green-audio-player .controls .controls__slider {
      margin-left: 16px;
      margin-right: 16px;
      border-radius: 2px;
      height: 4px; }
      .green-audio-player .controls .controls__slider .controls__progress {
        width: 0;
        height: 100%; }
        .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
          right: -8px;
          top: -6px; }
    .green-audio-player .controls span {
      cursor: default; }
    .green-audio-player .controls:focus {
      outline: none; }
  .green-audio-player .volume {
    position: relative; }
    .green-audio-player .volume .volume__button {
      cursor: pointer;
      outline: none; }
      .green-audio-player .volume .volume__button:focus {
        outline: none; }
      .green-audio-player .volume .volume__button.open path {
        fill: #44bfa3; }
    .green-audio-player .volume .volume__controls {
      width: 30px;
      height: 135px;
      background-color: rgba(0, 0, 0, 0.62);
      border-radius: 7px;
      position: absolute;
      left: -3px;
      bottom: 52px;
      flex-direction: column;
      align-items: center;
      display: flex;
      z-index: 2;
      outline: none; }
      .green-audio-player .volume .volume__controls .volume__slider {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 6px;
        border-radius: 3px; }
        .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
          bottom: 0;
          height: 100%;
          width: 6px; }
          .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
            left: -5px;
            top: -8px; }
      .green-audio-player .volume .volume__controls:focus {
        outline: none; }
      .green-audio-player .volume .volume__controls.hidden {
        display: none; }
      .green-audio-player .volume .volume__controls.top {
        bottom: 52px;
        left: -3px; }
      .green-audio-player .volume .volume__controls.middle {
        bottom: -54px;
        left: 54px; }
      .green-audio-player .volume .volume__controls.bottom {
        bottom: -164px;
        left: -3px; }
  .green-audio-player .download {
    display: none;
    margin-left: 16px;
    cursor: pointer;
    outline: none; }
    .green-audio-player .download:focus {
      outline: none; }
  .green-audio-player:focus {
    outline: none; }

.message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:'';content:none}q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{font-family:"Roboto", sans-serif}.container-fluid{width:100%;margin:0 auto}.container{width:100%;max-width:119rem;margin:0 auto}.display-mobile{display:block}@media (min-width: 768px){.display-mobile{display:none !important}}.display-desktop{display:none}@media (min-width: 768px){.display-desktop{display:block !important}}.span-bold{font-weight:700}.span-upperecase{text-transform:uppercase}.italic-style{font-style:italic}*,*:before,*:after{box-sizing:border-box}html{font-family:"Roboto", sans-serif;font-size:62.5%;scroll-behavior:smooth}body{font-size:16px;color:#454549}header,section{padding:1.5rem;overflow:hidden}@media (min-width: 1230px){header,section{padding:1rem 0}}svg{font-family:"Roboto", sans-serif}img{display:block;width:100%;height:auto}h1{font-size:2.4rem;line-height:2.8rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;color:#000}@media (min-width: 768px){h1{font-size:3rem;line-height:3.2rem}}@media (min-width: 992px){h1{font-size:3.6rem;line-height:4.4rem}}h2{font-size:2.2rem;line-height:2.8rem;font-weight:700;color:#000}@media (min-width: 992px){h2{font-size:3.4rem;line-height:4.4rem}}h3{font-size:1.8rem;line-height:2.4rem;font-weight:400;margin-bottom:1.5rem}@media (min-width: 992px){h3{font-size:2rem;line-height:3.2rem}}p{font-size:1.6rem;line-height:2rem;font-weight:400}li{list-style:none}a{text-decoration:none;cursor:pointer}input,textarea{font-size:16px}@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #fff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color: #000}.swiper-button-lock{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #0f3c55}.swiper-container{margin-left:auto;margin-right:auto;max-width:200rem;width:100%;position:relative;overflow:hidden;list-style:none;padding:1rem;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:border-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size: 12px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;bottom:29px;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-weight:700;text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:0;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:0;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:0.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%;margin-top:1rem}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:12px;height:12px;display:inline-block;border-radius:2px;background:#fff;background:#5e5e63;opacity:0.9}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;width:12px;height:12px;background:#f67a0c}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:0.2s transform, 0.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:0.2s transform, 0.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:0.2s transform, 0.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff}.swiper-pagination-black{--swiper-pagination-color: #000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.delivery-wrap{background-color:#76c013}.delivery{display:flex;align-items:center;justify-content:space-evenly}@media (min-width: 768px){.delivery{justify-content:left}}.delivery .img-box{width:100%;max-width:5rem;margin-right:1rem}@media (min-width: 768px){.delivery .img-box{max-width:5.5rem;margin-right:2rem;margin-left:2rem}}.delivery .desc{color:#fff}.delivery .desc__p{font-size:1.4rem;line-height:1.7rem}@media (min-width: 768px){.delivery .desc__p{font-size:1.6rem;letter-spacing:1px}}.delivery .desc__p--small{font-size:1.2rem}.sticky{display:none}@media (min-width: 1600px){.sticky{display:block}}.sticky__content{display:flex;justify-content:center;align-items:center;position:fixed;z-index:3;top:770px;right:6rem;width:120px;height:120px;cursor:pointer;border-radius:50%;margin:10px;transform:scale(1);background:#fd7000;box-shadow:0 0 0 0 #fd7000;animation:pulse-orange 2s infinite}@media (min-width: 1900px){.sticky__content{right:12rem}}@keyframes pulse-orange{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(253,112,0,0.7)}70%{transform:scale(1);box-shadow:0 0 0 40px rgba(253,112,0,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(253,112,0,0)}}.sticky__content .icon{width:7rem;height:7rem}.section-header{background-color:#f9fcff}.section-header .img-box--mobile{width:16.5rem;margin:0 auto}.section-header .header-desktop{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem}.section-header .header-desktop .img-box{width:16.5rem}.section-header .header-desktop .header-nav{display:flex;justify-content:space-evenly;align-items:center;width:100%;font-weight:600}.section-header .header-desktop .header-nav__item{text-transform:uppercase;font-size:1.3rem}@media (min-width: 992px){.section-header .header-desktop .header-nav__item{font-size:1.6rem}}.section-header .header-desktop .header-nav__item a{color:#000;padding-bottom:0.3rem;transition:0.2s}.section-header .header-desktop .header-nav__item a:hover{border-bottom:3px solid #fd7000}.section-header .header-desktop .btn-blue{width:20rem;padding:1rem 2rem;font-size:1.4rem;line-height:1.9rem;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;background-color:#00b2f2;border-radius:5px;cursor:pointer;transition:0.2s}.section-header .header-desktop .btn-blue:hover{background-color:#fd7000;font-size:1.6rem}.section-1{background-color:#f9fcff;height:auto;padding-top:0;position:relative}@media (min-width: 992px){.section-1{background-image:url(images/e7e280e45b177bb4a28ead94d8270240.svg);padding-top:3.1rem;padding-bottom:3.6rem;overflow:visible}}@media (min-width: 1200px){.section-1{padding-top:3.3rem;padding-bottom:5rem}}.section-1__wrap{text-align:center}@media (min-width: 768px){.section-1__wrap{display:flex;justify-content:space-between}}.section-1__wrap .desc{position:relative}@media (min-width: 768px){.section-1__wrap .desc{width:100%}}@media (min-width: 992px){.section-1__wrap .desc{max-width:68rem}}.section-1__wrap .desc__title{margin-bottom:30rem}@media (min-width: 576px){.section-1__wrap .desc__title{margin-bottom:5rem}}@media (min-width: 768px){.section-1__wrap .desc__title{text-align:left;margin-bottom:37rem}.section-1__wrap .desc__title .subtitle{line-height:2.6rem}}@media (min-width: 992px){.section-1__wrap .desc__title{margin-bottom:6rem}}.section-1__wrap .desc .image{position:relative;z-index:0;bottom:0;right:0}@media (min-width: 576px){.section-1__wrap .desc .image{bottom:-23rem}}@media (min-width: 768px){.section-1__wrap .desc .image{bottom:1.2rem}}@media (min-width: 992px){.section-1__wrap .desc .image{bottom:-31.2rem}}.section-1__wrap .desc .image__woman{width:17.6rem;position:absolute;right:-6rem;bottom:2rem}@media (min-width: 768px){.section-1__wrap .desc .image__woman{width:24.4rem;bottom:0rem}}@media (min-width: 1200px){.section-1__wrap .desc .image__woman{width:38.4rem;right:-33rem}}.section-1__wrap .desc .image__product{width:18.8rem;position:absolute;bottom:-1rem;right:11rem}@media (min-width: 768px){.section-1__wrap .desc .image__product{width:22.4rem;bottom:-3rem;right:17rem}}@media (min-width: 992px){.section-1__wrap .desc .image__product{bottom:-7rem}}@media (min-width: 1200px){.section-1__wrap .desc .image__product{width:34.8rem;right:3rem;bottom:-10rem}}.section-1__wrap .desc__list{text-align:left;margin-bottom:2rem}@media (min-width: 576px){.section-1__wrap .desc__list{width:50%}}@media (min-width: 768px){.section-1__wrap .desc__list{width:80%}}@media (min-width: 992px){.section-1__wrap .desc__list{width:46%}}@media (min-width: 1200px){.section-1__wrap .desc__list{width:50%}}.section-1__wrap .desc__list-item{position:relative;padding:1rem 0 1rem 4rem;border-bottom:1px solid #dcdfe1}@media (min-width: 992px){.section-1__wrap .desc__list-item{font-size:1.8rem;padding:1.5rem 0 1.5rem 4rem}}.section-1__wrap .desc__list-item::before{position:absolute;content:url(images/51d8e0d04b2b6079a8853f6b05379d8f.svg);left:0;top:50%;transform:translateY(-50%)}.section-1__wrap .order{position:relative}@media (min-width: 576px){.section-1__wrap .order{width:40rem;margin:2rem auto 0}}@media (min-width: 768px){.section-1__wrap .order{width:100%;max-width:25rem;margin:0}}@media (min-width: 992px){.section-1__wrap .order{max-width:30rem}}.section-1__wrap .order__box{border:1px solid #d0d1d1;padding:1.5rem 0 4rem;margin-bottom:1rem}.section-1__wrap .order__box-title{color:#fd7000}.section-1__wrap .order__box-subtitle{font-weight:700;margin-bottom:1rem}.section-1__wrap .order__box .timer,.section-1__wrap .order__box .timer2{display:flex;flex-direction:row;align-items:center;justify-content:center}.section-1__wrap .order__box .timer span,.section-1__wrap .order__box .timer2 span{position:relative;display:flex;justify-content:center;align-items:center;margin:0 10px;width:52px;height:48px;background:#fff;font-size:27px;font-weight:700;border:1px solid #454549;border-radius:3px}.section-1__wrap .order__box .timer span::after,.section-1__wrap .order__box .timer2 span::after{position:absolute;content:"";font-size:13px;font-weight:400;bottom:-25px;left:50%;transform:translateX(-50%)}.section-1__wrap .order__box .timer span.hours::after,.section-1__wrap .order__box .timer2 span.hours::after{content:"godzin"}.section-1__wrap .order__box .timer span.minutes::after,.section-1__wrap .order__box .timer2 span.minutes::after{content:"minut"}.section-1__wrap .order__box .timer span.seconds::after,.section-1__wrap .order__box .timer2 span.seconds::after{content:"sekund"}.section-1__wrap .order__sale{padding:2.5rem 1.5rem;background-color:#454549;color:#fff}.section-1__wrap .order__sale-title{color:#fd7000;font-size:3rem;font-weight:700;line-height:4.2rem}.section-1__wrap .order__sale-price{margin-bottom:10px;font-weight:400}@media (min-width: 768px){.section-1__wrap .order__sale-price{margin-bottom:3rem}}@media (min-width: 992px){.section-1__wrap .order__sale-price{margin-bottom:1rem}}.section-1__wrap .order__sale-price .price-new,.section-1__wrap .order__sale-price .price-old{position:relative;z-index:1;font-weight:700}.section-1__wrap .order__sale-price .price-new{font-size:24px}.section-1__wrap .order__sale-price .price-old::after{position:absolute;z-index:2;content:"";left:0;bottom:9px;border-bottom:3px solid red;width:45px;transform:rotate(-15deg)}.section-2{margin:2rem auto 0;text-align:center}@media (min-width: 768px){.section-2{margin-bottom:3rem}}.section-2 .title{margin:0 auto 2rem;width:70%;color:#000}.section-2 .subtitle{line-height:2.4rem}.section-3{background:#f7f7f7}.section-3__wrap{display:flex;flex-direction:column;align-items:center;padding:2rem 0 0}@media (min-width: 576px){.section-3__wrap{flex-direction:row;justify-content:space-evenly}}@media (min-width: 768px){.section-3__wrap{padding:5rem 0 0}}@media (min-width: 992px){.section-3__wrap{justify-content:space-between}}.section-3__wrap .box{display:flex;flex-direction:column;justify-content:space-evenly}@media (min-width: 576px){.section-3__wrap .box .left-box,.section-3__wrap .box .right-box{width:50%;margin:2px}}.section-3__wrap .box__item,.section-3__wrap .box__item-border{display:flex;align-items:center;width:29rem;height:14rem;margin:0 auto;margin-bottom:1.5rem;padding:1.5rem;background-color:#fff}@media (min-width: 576px){.section-3__wrap .box__item,.section-3__wrap .box__item-border{width:26rem}}@media (min-width: 992px){.section-3__wrap .box__item,.section-3__wrap .box__item-border{width:38rem;margin-bottom:5rem}}.section-3__wrap .box__item-img,.section-3__wrap .box__item-border-img{width:5rem;padding:0.5rem;margin:0 auto}@media (min-width: 576px){.section-3__wrap .box__item-img,.section-3__wrap .box__item-border-img{width:4rem;padding-left:0}}@media (min-width: 992px){.section-3__wrap .box__item-img,.section-3__wrap .box__item-border-img{width:5rem}}.section-3__wrap .box__item-desc,.section-3__wrap .box__item-border-desc{width:20rem}@media (min-width: 992px){.section-3__wrap .box__item-desc,.section-3__wrap .box__item-border-desc{width:28rem}}.section-3__wrap .box__item-desc p,.section-3__wrap .box__item-border-desc p{line-height:2rem}.section-3__wrap .box__item-border,.section-3__wrap .box__item-border-border{text-align:center;border:1px solid #fd7000}.section-3__wrap .box__item-border .react-title,.section-3__wrap .box__item-border-border .react-title{width:70%;margin:0 auto;color:#fd7000;font-size:2rem;font-weight:700}.section-3__wrap .img-box{max-width:30rem;padding:5rem}@media (min-width: 992px){.section-3__wrap .img-box{padding:2rem}}.section-4{background-color:#f9fcff}@media (min-width: 768px){.section-4{padding-top:5rem;padding-bottom:5rem}}.section-4 .title{text-align:center;margin-bottom:2rem}.section-4 .subtitle{text-align:center;margin-bottom:2rem}.section-4 .steps-wrap{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.section-4 .steps-wrap .step-box{max-width:29rem;height:auto;margin:0 auto;margin-bottom:2rem;text-align:center}@media (min-width: 576px){.section-4 .steps-wrap .step-box{width:32%;max-width:38rem;margin:0;text-align:left}}.section-4 .steps-wrap .step-box__image{margin-bottom:2rem}.section-4 .steps-wrap .step-box__desc{color:#000;line-height:2rem;letter-spacing:0.7px}@media (min-width: 1200px){.section-4 .steps-wrap .step-box__desc{line-height:2.8rem}}@media (min-width: 768px){.section-5{padding-top:5rem;padding-bottom:5rem}}.section-5 .title{text-align:center;margin-bottom:2rem}.section-5 .subtitle{text-align:center;margin-bottom:2rem}@media (min-width: 768px){.section-5 .subtitle{margin-bottom:4rem}}.section-5 .content-wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media (min-width: 768px){.section-5 .content-wrap{flex-direction:column}}@media (min-width: 1200px){.section-5 .content-wrap{flex-direction:row}}.section-5 .content-wrap .box{width:29rem;margin:0 auto}@media (min-width: 768px){.section-5 .content-wrap .box{display:flex;justify-content:space-between;width:100%;margin:0}}@media (min-width: 1200px){.section-5 .content-wrap .box{flex-wrap:wrap;width:39rem}}.section-5 .content-wrap .box .box-item{padding:1.5rem;margin-bottom:1.5rem}@media (min-width: 610px){.section-5 .content-wrap .box .box-item{height:26.4rem}}@media (min-width: 768px){.section-5 .content-wrap .box .box-item{width:31%;height:28.5rem}}@media (min-width: 1200px){.section-5 .content-wrap .box .box-item{width:100%}}.section-5 .content-wrap .box .box-item__title{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.section-5 .content-wrap .box .box-item__title .item-title{width:70%;padding-top:0.4rem;font-weight:700;line-height:2rem;text-transform:uppercase}.section-5 .content-wrap .box .box-item__title .item-number{width:5rem}.section-5 .content-wrap .box .box-item__desc{line-height:1.8rem}@media (min-width: 768px){.section-5 .content-wrap .box .box-item__desc{line-height:2rem}}.section-5 .content-wrap .box-left .box-item:nth-child(odd){background-color:#f7f7f7}.section-5 .content-wrap .box-right .box-item:nth-child(even){background-color:#f7f7f7}@media (min-width: 768px){.section-5 .content-wrap .box-right .box-item__title{flex-direction:row-reverse}.section-5 .content-wrap .box-right .box-item:nth-child(odd){background-color:#f7f7f7}.section-5 .content-wrap .box-right .box-item:nth-child(even){background-color:#fff}}.section-5 .content-wrap .img-box{max-width:30rem;margin-bottom:1.5rem}@media (min-width: 1200px){.section-5 .content-wrap .img-box{max-width:38rem;margin:0}}.section-6{position:relative;padding:0}.section-6 .images-wrap{position:relative;height:17.7rem;margin-bottom:3rem}@media (min-width: 425px){.section-6 .images-wrap{display:flex;justify-content:space-between;align-items:flex-start;height:auto;margin-bottom:0}}.section-6 .images-wrap .img-left{position:absolute;z-index:1;width:29rem;top:0;bottom:0;left:0}@media (min-width: 425px){.section-6 .images-wrap .img-left{position:relative;width:50%}}@media (min-width: 768px){.section-6 .images-wrap .img-left{left:-7rem}}@media (min-width: 992px){.section-6 .images-wrap .img-left{width:45%}}@media (min-width: 425px){.section-6 .images-wrap .img-left__mobile{display:none}}.section-6 .images-wrap .img-left__desktop{display:none}@media (min-width: 425px){.section-6 .images-wrap .img-left__desktop{display:block}}.section-6 .images-wrap .img-right{width:14rem;position:absolute;z-index:2;right:0;bottom:3rem}@media (min-width: 425px){.section-6 .images-wrap .img-right{position:relative;bottom:0;width:50%}}@media (min-width: 768px){.section-6 .images-wrap .img-right{right:-7rem}}@media (min-width: 992px){.section-6 .images-wrap .img-right{width:45%}}.section-6 .desc{padding:0 1.5rem;margin-bottom:3rem}@media (min-width: 425px){.section-6 .desc{width:30rem;margin:0 auto;padding:2rem 3rem}}@media (min-width: 768px){.section-6 .desc{position:absolute;z-index:2;top:50%;transform:translateY(-50%);left:0;right:0;background-color:#fff}}@media (min-width: 992px){.section-6 .desc{width:40rem;padding:4rem 3rem}}@media (min-width: 1600px){.section-6 .desc{width:60rem;padding:12rem 6rem}}.section-6 .desc__content{margin-bottom:2rem}@media (min-width: 768px){.section-6 .desc__content{line-height:1.8rem}}@media (min-width: 992px){.section-6 .desc__content{line-height:2.4rem}}@media (min-width: 1600px){.section-6 .desc__content{font-size:2rem;line-height:3.2rem}}.section-6 .desc__content .span-orange{color:#fd7000;font-weight:700}.section-6 .desc__sign{margin-bottom:0;text-align:right;font-weight:700;color:#000}@media (min-width: 576px){.section-7{padding-top:4rem;padding-bottom:7rem}}@media (min-width: 768px){.section-7{padding-top:5rem}}.section-7 .title{margin-bottom:2rem}@media (min-width: 576px){.section-7 .content{display:flex}}.section-7 .content-doctor{width:30rem;max-width:32rem}@media (min-width: 576px){.section-7 .content-doctor{flex:1;padding-right:2rem}}@media (min-width: 992px){.section-7 .content-doctor{padding-right:3rem;width:100%;max-width:37rem}}.section-7 .content__desc{background-color:#f7f7f7;padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width: 576px){.section-7 .content__desc{flex:2;padding:1.5rem}}.section-7 .content__desc p{margin-bottom:1.5rem;line-height:2rem}@media (min-width: 992px){.section-7 .content__desc p{line-height:2.4rem}}@media (min-width: 1200px){.section-7 .content__desc p{margin-bottom:3.5rem;font-size:1.8rem}}.section-7 .content__desc-name{font-size:2rem;font-weight:700;text-transform:uppercase}.section-7 .content__desc-flex{position:relative}@media (min-width: 576px){.section-7 .content__desc-flex{display:flex;align-items:center}}@media (min-width: 992px){.section-7 .content__desc-flex{align-items:flex-end}}@media (min-width: 576px){.section-7 .content__desc-flex .flex-p{width:58%}}@media (min-width: 992px){.section-7 .content__desc-flex .flex-p{width:64%}}.section-7 .content__desc-flex .flex-img{width:28rem;margin:0 auto;padding-right:5rem}@media (min-width: 576px){.section-7 .content__desc-flex .flex-img{width:40%}}@media (min-width: 992px){.section-7 .content__desc-flex .flex-img{position:absolute;z-index:2;right:-2rem;bottom:-7rem;width:30rem}}@media (min-width: 1200px){.section-7 .content__desc-flex .flex-img{right:0}}.section-8{background-color:#454549;text-align:center}@media (min-width: 768px){.section-8{padding-top:5rem;padding-bottom:5rem}}.section-8 .title{color:#fff}@media (min-width: 992px){.section-8 .title{margin-bottom:3rem}}.section-8 .swiper-container .swiper-button-next,.section-8 .swiper-container .swiper-button-prev{display:block;color:#f67a0c;top:96%;width:20px;height:26px}.section-8 .swiper-container .swiper-button-next::after,.section-8 .swiper-container .swiper-button-prev::after{font-size:2rem;width:20px;height:26px}.section-8 .swiper-container .swiper-button-prev{left:15%}.section-8 .swiper-container .swiper-button-next{right:15%}.section-8 .swiper-container .swiper-pagination-bullets{bottom:13px;width:100px;left:50%;transform:translateX(-50%)}@media (min-width: 576px){.section-8 .swiper-container .swiper-button-prev{left:30%}.section-8 .swiper-container .swiper-button-next{right:30%}.section-8 .swiper-container .swiper-pagination-bullets{bottom:16px}}@media (min-width: 768px){.section-8 .swiper-container .swiper-button-prev{left:40%}.section-8 .swiper-container .swiper-button-next{right:40%}.section-8 .swiper-container .swiper-pagination-bullets{bottom:12px}}@media (min-width: 992px){.section-8 .swiper-container .swiper-pagination-bullets{bottom:8px}}.section-8 .swiper-container .swiper-wrapper .swiper-slide{color:#fff;padding-bottom:4rem}.section-8 .swiper-container .swiper-wrapper .swiper-slide__name-doc{font-weight:700;line-height:2rem;margin-bottom:3rem}@media (min-width: 768px){.section-8 .swiper-container .swiper-wrapper .swiper-slide__name-doc{text-align:left}}@media (min-width: 992px){.section-8 .swiper-container .swiper-wrapper .swiper-slide__name-doc{font-size:1.8rem;line-height:2.4rem}}@media (min-width: 992px){.section-8 .swiper-container .swiper-wrapper .swiper-slide__flex{display:flex;justify-content:space-between;align-items:flex-start}}.section-8 .swiper-container .swiper-wrapper .swiper-slide__flex .img-box{max-width:13rem;height:13rem;margin:0 auto 2rem}.section-8 .swiper-container .swiper-wrapper .swiper-slide__flex .content{font-style:italic;line-height:2rem}@media (min-width: 992px){.section-8 .swiper-container .swiper-wrapper .swiper-slide__flex .content{width:80%;padding-left:3rem;text-align:left;line-height:2.8rem}}.section-9{background-color:#f7f7f7}@media (min-width: 768px){.section-9{padding-top:5rem;padding-bottom:5rem}}.section-9__wrap{text-align:center}.section-9__wrap .title{margin-bottom:1.5rem}.section-9__wrap .subtitle{line-height:2rem;margin-bottom:1rem}@media (min-width: 768px){.section-9__wrap .subtitle{font-size:2rem;line-height:3.2rem;margin-bottom:5rem}}.section-9__wrap .content-box{display:flex;align-items:flex-start;justify-content:space-evenly;flex-wrap:wrap}@media (min-width: 768px){.section-9__wrap .content-box{justify-content:space-between}}.section-9__wrap .content-box .item{width:29rem;text-align:left}@media (min-width: 576px){.section-9__wrap .content-box .item{margin-left:0.5rem;margin-right:0.5rem}}@media (min-width: 768px){.section-9__wrap .content-box .item{width:48%}}.section-9__wrap .content-box .item__title{margin:2rem 0;color:#000;text-transform:uppercase;font-size:2rem;font-weight:700}@media (min-width: 768px){.section-9__wrap .content-box .item__title{height:5.5rem}}.section-9__wrap .content-box .item__desc{margin-bottom:2rem;line-height:2rem}@media (min-width: 768px){.section-10{padding-top:5rem;padding-bottom:5rem}}.section-10__wrap{text-align:center}.section-10__wrap .title{margin-bottom:2rem}.section-10__wrap .subtitle{margin-bottom:2rem}@media (min-width: 768px){.section-10__wrap .subtitle{font-size:2rem;line-height:3.2rem;margin-bottom:5rem}}.section-10__wrap .img-table{max-width:35rem;margin:0 auto 2rem}@media (min-width: 768px){.section-10__wrap .img-table{max-width:100%}}.section-10__wrap .table-caption{font-size:1.8rem;line-height:2rem}@media (min-width: 768px){.section-10__wrap .table-caption{font-size:2rem;line-height:3.2rem}}.section-11{background-color:#f9fcff}@media (min-width: 768px){.section-11{padding-top:5rem;padding-bottom:5rem}}.section-11__wrap{text-align:center}.section-11__wrap .title{margin-bottom:2rem}.section-11__wrap .diagram{margin:0 auto;margin-top:-4rem;max-width:45rem}@media (min-width: 768px){.section-11__wrap .diagram{max-width:100%}}@media (min-width: 768px){.section-12{padding-top:5rem;padding-bottom:5rem}}.section-12__wrap{text-align:center}.section-12__wrap .title{margin-bottom:2rem}.section-12__wrap .subtitle{line-height:2rem;margin-bottom:1rem}@media (min-width: 768px){.section-12__wrap .subtitle{font-size:2rem;line-height:3.2rem;margin-bottom:3rem}}.section-12__wrap .table{margin:0 auto;max-width:35rem}@media (min-width: 768px){.section-12__wrap .table{max-width:100%}}.section-13{background-color:#f9fcff}@media (min-width: 768px){.section-13{padding-top:5rem;padding-bottom:5rem}}.section-13__wrap{text-align:center}.section-13__wrap .title{margin-bottom:2rem}.section-13__wrap .subtitle{line-height:2rem;margin-bottom:1rem}@media (min-width: 768px){.section-13__wrap .subtitle{font-size:2rem;line-height:3.2rem;margin-bottom:3rem}}@media (min-width: 768px){.section-13__wrap .content{display:flex;justify-content:space-between}}.section-13__wrap .content__graf{margin-bottom:2.5rem}@media (min-width: 768px){.section-13__wrap .content__graf{min-width:49%;margin-bottom:0}}@media (min-width: 992px){.section-13__wrap .content__graf{width:53%}}.section-13__wrap .content__graf .graf{margin:0 auto;max-width:35rem}@media (min-width: 768px){.section-13__wrap .content__graf .graf{margin-top:1.5rem;min-width:100%}}.section-13__wrap .content__caption{display:flex;flex-wrap:wrap;justify-content:space-evenly}@media (min-width: 768px){.section-13__wrap .content__caption{flex-direction:column;justify-content:space-between;width:49%}}@media (min-width: 992px){.section-13__wrap .content__caption{width:45%}}.section-13__wrap .content__caption .item{display:flex;align-items:flex-start;justify-content:space-between;max-width:25rem;margin:1.5rem 1rem 0}@media (min-width: 768px){.section-13__wrap .content__caption .item{min-width:100%}}.section-13__wrap .content__caption .item__img{width:4rem;margin-right:1.5rem}@media (min-width: 768px){.section-13__wrap .content__caption .item__img{width:5rem}}@media (min-width: 992px){.section-13__wrap .content__caption .item__img{width:6.5rem}}.section-13__wrap .content__caption .item__desc{text-align:left;line-height:2rem}@media (min-width: 768px){.section-13__wrap .content__caption .item__desc{width:82%}}@media (min-width: 992px){.section-13__wrap .content__caption .item__desc{font-size:1.8rem;line-height:2.6rem}}@media (min-width: 768px){.section-14{padding-top:5rem;padding-bottom:5rem}}.section-14__wrap{text-align:center}.section-14__wrap .title{margin-bottom:2rem}.section-14__wrap .swiper2 .slide{position:relative;background-color:#fff;box-shadow:0px 1px 20px 0px rgba(0,0,0,0.1);border-radius:33px;margin-top:3rem;padding:1.5rem}@media (min-width: 768px){.section-14__wrap .swiper2 .slide{height:54rem;text-align:left;padding:2rem}}@media (min-width: 992px){.section-14__wrap .swiper2 .slide{height:63rem}}@media (min-width: 1200px){.section-14__wrap .swiper2 .slide{height:54rem}}.section-14__wrap .swiper2 .slide__img{position:absolute;top:-3.5rem;left:50%;transform:translateX(-50%);width:10.4rem}@media (min-width: 768px){.section-14__wrap .swiper2 .slide__img{left:20%}}@media (min-width: 992px){.section-14__wrap .swiper2 .slide__img{left:25%}}.section-14__wrap .swiper2 .slide__name{font-size:1.8rem;font-weight:700;line-height:2rem;color:#000;margin-bottom:2rem;padding-top:6rem}.section-14__wrap .swiper2 .slide__desc{font-style:italic;line-height:2rem}@media (min-width: 768px){.section-14__wrap .swiper2 .slide__desc{line-height:2.4rem}}.section-14__wrap .swiper-container{padding-bottom:3rem}@media (min-width: 768px){.section-14__wrap .swiper-container{padding-bottom:5rem}}@media (min-width: 768px){.section-14__wrap .swiper-container{padding-left:5rem;padding-right:5rem}}.section-14__wrap .swiper-container .swiper-button-next,.section-14__wrap .swiper-container .swiper-button-prev{display:none}@media (min-width: 768px){.section-14__wrap .swiper-container .swiper-button-next,.section-14__wrap .swiper-container .swiper-button-prev{display:block;width:3.8rem;height:3.8rem}}.section-14__wrap .swiper-container .swiper-button-prev:after,.section-14__wrap .swiper-container .swiper-container-rtl .swiper-button-next:after{content:url(images/5238720a1c7f753d7ecd7990b24afc35.svg)}.section-14__wrap .swiper-container .swiper-button-next:after,.section-14__wrap .swiper-container .swiper-container-rtl .swiper-button-prev:after{content:url(images/b1b287abd78797fa1fe2e1db52f98471.svg)}.section-14__wrap .swiper-container .swiper-pagination{margin-bottom:-1rem}.section-15{background-color:#f7f7f7}@media (min-width: 768px){.section-15{padding-top:5rem;padding-bottom:5rem}}.section-15__wrap{text-align:center}.section-15__wrap .title{margin-bottom:2rem;font-size:2rem;font-weight:700;color:#000}@media (min-width: 768px){.section-15__wrap .title{font-size:2.4rem;line-height:3.2rem}}.section-15__wrap .star__desc{color:#fd7000}.section-16{overflow:visible}@media (min-width: 768px){.section-16{padding-top:5rem;padding-bottom:5rem}}.section-16__wrap{text-align:center}.section-16__wrap .title{margin-bottom:2rem}@media (min-width: 576px){.section-16__wrap .content{display:flex;align-items:flex-start;justify-content:space-evenly}}@media (min-width: 1200px){.section-16__wrap .content{width:80%;margin:0 auto}}.section-16__wrap .content__img{width:75%;margin:0 auto 2rem;transition:0.5s;max-width:27rem}@media (min-width: 576px){.section-16__wrap .content__img{width:38%}}@media (min-width: 768px){.section-16__wrap .content__img:hover{transform:scale(1.5) translateX(60%) translateY(-4%);width:100%}}.section-16__wrap .content__desc{color:#000}@media (min-width: 576px){.section-16__wrap .content__desc{text-align:left;width:60%;font-size:2rem;line-height:3.4rem}}.section-17{background-color:#f9fcff}@media (min-width: 768px){.section-17{padding-top:5rem;padding-bottom:5rem}}.section-17__wrap{text-align:center}.section-17__wrap .title{margin-bottom:2rem}.section-17__wrap .subtitle{margin-bottom:3rem}@media (min-width: 768px){.section-17__wrap .subtitle{font-size:2rem;line-height:3.2rem}}@media (min-width: 768px){.section-17__wrap .content{display:flex;justify-content:space-between;align-items:center}}.section-17__wrap .content__step{max-width:35rem;margin:0 auto 2rem}@media (min-width: 768px){.section-17__wrap .content__step{max-width:100%}}@media (min-width: 992px){.section-18{background-image:url(images/64b273b048fcf2349d17382baa1dbcfe.svg);padding-top:1.3rem;padding-bottom:3rem}}@media (min-width: 1200px){.section-18{padding-top:1.4rem;padding-bottom:2.5rem}}.section-18__partners{margin-top:2rem}@media (min-width: 992px){.section-18__partners{padding-top:4rem}}.section-18__partners .content{display:flex;justify-content:space-between;align-items:center}.section-18__partners .content__partner{width:14%;height:auto}@media (min-width: 576px){.section-18__partners .content__partner{width:11%}}.footer__wrap{background-color:#454549}.footer__wrap .footer{display:flex;flex-direction:column;align-items:center;justify-content:space-between;color:#fff;padding:10px}@media (min-width: 768px){.footer__wrap .footer{flex-direction:row;padding:20px 10px}}.footer__wrap .footer .copy{font-size:1.2rem;text-align:center;padding-bottom:0;margin:0 5px}@media (min-width: 768px){.footer__wrap .footer .copy{font-size:1.6rem}}@media (min-width: 1200px){.footer__wrap .footer .copy{font-size:1.8rem}}.footer__wrap .footer .section-wrap{padding:0 15px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center}.footer__wrap .footer .section-wrap p{font-size:1.2rem;margin:0 7px;cursor:pointer}@media (min-width: 768px){.footer__wrap .footer .section-wrap p{font-size:1.6rem}}@media (min-width: 1200px){.footer__wrap .footer .section-wrap p{font-size:1.8rem}}.holder .audio__wrap{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.holder .audio__wrap{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:2rem}}.holder .audio__wrap .green-audio-player{width:100%;min-width:23rem;max-width:40rem;margin:0 auto 2rem;padding:4rem 2rem;background-color:#454549;border-radius:15px}@media (min-width: 768px){.holder .audio__wrap .green-audio-player{width:32%;margin:0 5px;margin-bottom:0}}.holder .audio__wrap .green-audio-player .play-pause-btn path{fill:#ffffff}.holder .audio__wrap .green-audio-player .controls{color:#fff}.holder .audio__wrap .green-audio-player .controls .slider{background-color:#fff}.holder .audio__wrap .green-audio-player .controls .slider .gap-progress{background-color:#f67a0c}.holder .audio__wrap .green-audio-player .controls .controls__slider .controls__progress .progress__pin{top:-4px}.holder .audio__wrap .green-audio-player .controls .progress__pin{height:11px;width:11px;border-radius:0;background-color:#f67a0c}.holder .audio__wrap .green-audio-player .volume__button path{fill:#fff}.holder .audio__wrap .green-audio-player .slider .gap-progress{background-color:#f67a0c}.holder .audio__wrap .green-audio-player .slider .gap-progress .pin{background-color:#f67a0c}.video__wrap{margin:0 auto;padding:20px 0;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center}@media (min-width: 768px){.video__wrap{padding:40px 0;justify-content:space-between}}.video__wrap .video-container{display:flex;flex-direction:column}@media (min-width: 768px){.video__wrap .video-container{flex-direction:row;justify-content:space-between;width:100%}}.video__wrap .video-container .video__wrapper{width:100%;margin-bottom:2rem;position:relative;background-color:#454549;border-radius:12px}.video__wrap .video-container .video__wrapper video{padding:1.5rem;border-radius:32px}@media (min-width: 768px){.video__wrap .video-container .video__wrapper{width:32%;margin:0 5px;margin-bottom:0}}.video__wrap .video-container .video__wrapper .play__btn{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:80;width:100%;max-width:40px;height:auto;cursor:pointer}@media (min-width: 768px){.video__wrap .video-container .video__wrapper .play__btn{max-width:35px}}.video__wrap .video-container video{width:100%}.video__wrap .video-container video::-internal-media-controls-download-button{display:none}.video__wrap .video-container video::-webkit-media-controls-enclosure{overflow:hidden}.video__wrap .video-container video::-webkit-media-controls-panel{width:calc(100% + 30px)}.form-section{width:100%;margin:30px auto;overflow:hidden}@media (min-width: 768px){.form-section{margin-bottom:10px}}@media (min-width: 992px){.form-section{margin-top:1rem}}.form-section .form-title{text-transform:uppercase;font-size:2rem;font-weight:700}.form-section label{background:transparent}.form-section input{position:relative;width:100%;padding:12px;padding-left:45px;margin:0 auto 20px;border:1px solid #fff;border-radius:4px;outline:none;color:#fff;background-color:#454549}.form-section input:focus{background-color:#454549}.form-section input::placeholder{color:#fff;font-size:12px}.form-section .input-icon{position:absolute;z-index:2;left:15px;top:0;width:2rem;height:2rem}.form-section button{width:20rem;padding:1rem 2rem;font-size:1.4rem;line-height:1.9rem;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;background-color:#00b2f2;border-radius:5px;cursor:pointer;transition:0.2s;width:100%;border:0}.form-section button:hover{background-color:#fd7000;font-size:1.6rem}.overlay{display:none;position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);z-index:8}.order-form label{position:relative}.order-form .error-feedback{visibility:hidden;position:absolute;color:red;top:33px;left:25px;font-size:12px;width:250px;text-align:left}@media (min-width: 768px){.order-form .error-feedback{font-size:13px}}@media (min-width: 992px){.order-form .error-feedback{left:0px;text-align:right}}.hidden-form{visibility:hidden;display:block;position:fixed;z-index:9;width:100%;max-width:510px;margin:0 auto;top:15%;left:50%;bottom:-10%;transform:translate(-50%, -10%);background:#00b2f2;padding:30px;overflow-y:scroll;opacity:0;transition:all 0.3s ease}.hidden-form .close_form{position:absolute;width:26px;height:26px;top:10px;cursor:pointer;right:10px}.hidden-form--active{opacity:1;visibility:visible;top:10%}.hidden-form .input__group{margin-top:25px;text-align:left}.hidden-form .input__group .form__email{margin-bottom:20px}.hidden-form .input__group .email .error-feedback{visibility:hidden;position:absolute;color:red;bottom:36px;width:250px;text-align:right}.hidden-form .discount__text{font-size:17px}.hidden-form .discount__text span{font-size:17px}.hidden-form .discount__partners{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:15px}.hidden-form .discount__partners-img{width:28%;height:auto;margin:5px}.hidden-form .discount__partners+p{background-color:#efd751;border:1px solid black;padding:10px}.hidden-form .discount__input{width:100%;border:2px solid white;border-radius:40px;color:white;font-size:20px;margin-top:10px;padding:15px;background:transparent;outline:none}.hidden-form .discount__input::-webkit-input-placeholder{color:white}.hidden-form .discount__input:-moz-placeholder{color:white}.hidden-form .discount__input::-moz-placeholder{color:white}.hidden-form .discount__input:-ms-input-placeholder{color:white}.hidden-form .discount__input::-ms-input-placeholder{color:white}.hidden-form .discount__button-1{background-color:#fd7000;border:none;text-decoration:underline;margin-top:25px;cursor:pointer}.hidden-form .discount__button-1:hover{background-color:#76c013}.hidden-form label{color:#fff;font-size:16px;margin-top:15px;padding-bottom:10px}.hidden-form .input__group.required{position:relative}.hidden-form .input__group.required::before{content:"*";position:absolute;color:red;left:-15px;font-size:20px}.hidden-form .input__group.required .input__wrapper{position:relative}.hidden-form .input__group.required .input__wrapper .error-feedback{visibility:hidden;position:absolute;color:red;bottom:-17px;right:0;font-size:13px;width:250px;text-align:right}.popup{visibility:hidden;display:flex;justify-content:center;align-items:center;position:fixed;width:100vw;height:100vh;z-index:51;opacity:0;transform:translateY(-20px);transition:all 0.3s ease}.popup--active{visibility:visible;opacity:1;transform:translateY(0)}.popup__header{font-size:50px}.popup__close{position:absolute;height:80px;cursor:pointer;top:-80px;right:13px}.popup__wrapper{display:flex;position:relative;padding:7%}.popup__wrapper p:first-of-type{font-size:17px}.popup__wrapper p:nth-of-type(2){font-size:17px;max-width:470px}.popup__wrapper p:nth-of-type(2) span{font-size:17px}.popup__wrapper p:nth-of-type(3){font-size:14px}.popup__img{width:100%;height:auto;max-width:250px;display:none;justify-content:center;align-self:center;margin-left:10px}.popup__button-1{display:block;width:100%;max-width:250px;margin:0 auto;margin-top:10px;text-decoration:none;text-transform:uppercase;background-color:blue;color:#fff;font-size:16px;line-height:20px;font-weight:700;padding:10px 20px;cursor:pointer;border-radius:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.49)}.popup__button-1:hover{color:#fff}.popup__button-2{display:block;padding-top:10px;color:#d4d4d4}.popup__button-2:hover{text-decoration:underline;color:grey}.popup{position:fixed;width:100vw;height:105vh;top:0;left:0;z-index:999;visibility:hidden;opacity:0;transition:all 0.3s;backdrop-filter:blur(5px);background-color:rgba(0,0,0,0.3)}@media (max-width: 768px) and (orientation: landscape){.popup{display:none}}.popup__content{padding:5rem 5rem;border-radius:0.5rem;max-width:85rem;position:absolute;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;top:50%;left:50%;transform:translate(-50%, -50%);width:80%;background:#f9fcff;background-size:cover;overflow:hidden}@media only screen and (max-width: 992px){.popup__content{padding:5rem 4rem 3rem}}@media only screen and (max-width: 767px){.popup__content{flex-direction:column;width:90%;padding:2rem 1rem 0}}@media (min-width: 768px){.popup__content::after{position:absolute;content:url(images/afb9d3865f16aada49e3223c000d70a2.png);right:0;bottom:0;width:50rem;height:15rem}}@media (min-width: 992px){.popup__content::after{width:60rem}}#close{position:absolute;content:"";background:url(images/b717a7fc237920404c16381bffa81982.svg) no-repeat;background-position:center;background-size:30px 30px;top:20px;right:20px;width:30px;height:30px;cursor:pointer;transition:all 0.3s}@media only screen and (max-width: 767px){#close{top:10px}}@media only screen and (max-width: 425px){#close{right:10px}}.popup__text{display:flex;flex-direction:column;text-align:center;color:#000;width:100%}@media (min-width: 768px){.popup__text{width:50%}}@media (min-width: 992px){.popup__text{width:45%}}.popup__text-wait{font-size:30px;margin-bottom:15px;text-transform:uppercase;color:#000;letter-spacing:1.5px;font-weight:900}@media only screen and (min-width: 425px){.popup__text-wait{margin-bottom:20px}}@media (min-width: 992px){.popup__text-wait{font-size:40px}}.popup__text-offer{font-size:1.8rem;font-weight:700;line-height:1.1;margin-bottom:30px}@media (max-width: 992px){.popup__text-offer{font-size:2rem}}.popup__text-discount{margin-bottom:10px}.popup__text-collect{font-size:1.2rem;margin-bottom:10px}@media (min-width: 992px){.popup__text-collect{margin-bottom:30px;font-size:13px}}.popup__img{position:relative;display:block;width:48%;max-width:450px;margin-left:0}@media only screen and (max-width: 1200px){.popup__img{max-width:350px}}@media only screen and (max-width: 992px){.popup__img{max-width:300px}}@media only screen and (max-width: 767px){.popup__img{margin-top:0}}.popup__img::before{position:absolute;content:"";background-size:100px 100px;width:100px;height:100px;transform:rotate(5deg)}@media only screen and (min-width: 920px){.popup__img::before{right:58%;top:5%}}@media only screen and (min-width: 992px){.popup__img::before{background-size:140px 140px;width:140px;height:140px;top:10%}}@media only screen and (max-width: 767px){.popup__img::before{top:0;right:58%}}.popup__img-product{width:100%;height:auto}.popup__text-discount{font-size:1.8rem;line-height:2.1rem;display:inline-block}@media (max-width: 992px){.popup__text-discount{font-size:2rem;line-height:2.7rem}}.popup__text-discount .text--bold{font-weight:700;text-transform:uppercase}.popup__button-further{position:relative;z-index:2;background-color:#00b2f2;color:#fff;font-size:1.8rem;font-weight:600;display:block;width:100%;padding:1rem 0;border-radius:5px;text-align:center;text-decoration:none;max-width:25rem;margin:0 auto;text-transform:uppercase;transition:all 0.1s ease}@media (max-width: 1200px){.popup__button-further{font-size:1.3rem}}@media (max-width: 992px){.popup__button-further{font-size:16px;padding:10px}}.popup__button-further:hover{transform:translateY(-0.1rem) scale(1.01);background-color:#ff9406}.popup__button-back{position:relative;z-index:2;color:rgba(0,0,0,0.25);max-width:fit-content;font-size:14px;text-decoration:none;margin:10px auto 5px;border-bottom:1px solid rgba(0,0,0,0.25);display:inline;transition:all 0.1s ease;cursor:pointer}.popup__button-back:hover{transform:translateY(0.2rem) scale(1.01)}.display-mobile{display:block}@media (min-width: 768px){.display-mobile{display:none !important}}.display-desktop{display:none}@media (min-width: 768px){.display-desktop{display:block !important}}.sticky-popup{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:999;visibility:hidden;opacity:0;transition:all 0.3s;backdrop-filter:blur(5px);background-color:rgba(0,0,0,0.3)}@media (max-width: 768px) and (orientation: landscape){.sticky-popup{display:none}}.sticky-popup__content{position:absolute;top:50%;left:50%;width:90%;max-width:85rem;height:auto;transform:translate(-50%, -50%);display:flex;flex-direction:column;justify-content:space-evenly;padding:2rem 3rem;align-items:center;background:#f9fcff;overflow:hidden;border-radius:0.5rem}@media (min-width: 768px){.sticky-popup__content{flex-direction:row;padding:0 4rem 1rem;background:url(images/7bb93fb337556d0e21373cd524163df8.png) no-repeat;background-position:center;background-size:100% 100%}}.sticky-popup__content .sticky-close{position:absolute;content:"";background:url(images/b717a7fc237920404c16381bffa81982.svg) no-repeat;background-position:center;background-size:20px 20px;top:20px;right:20px;width:20px;height:20px;cursor:pointer;transition:all 0.3s}@media only screen and (max-width: 767px){.sticky-popup__content .sticky-close{top:10px}}@media only screen and (max-width: 425px){.sticky-popup__content .sticky-close{right:10px}}.sticky-popup__content .image-box{width:100%;max-width:32rem}@media (min-width: 768px){.sticky-popup__content .image-box{width:59%;max-width:40rem;margin-bottom:0.8rem}}.sticky-popup__content .form-box{width:100%;max-width:32rem;background-color:#454549;color:#fff;text-align:center}@media (min-width: 768px){.sticky-popup__content .form-box{width:40%}}.sticky-popup__content .form-box .popup__sale{padding:2.5rem 1.5rem;background-color:#454549;color:#fff}.sticky-popup__content .form-box .popup__sale-title{color:#fd7000;font-size:3rem;font-weight:700;line-height:4.2rem}.sticky-popup__content .form-box .popup__sale-price{margin-bottom:10px;font-weight:400}@media (min-width: 768px){.sticky-popup__content .form-box .popup__sale-price{margin-bottom:3rem}}@media (min-width: 992px){.sticky-popup__content .form-box .popup__sale-price{margin-bottom:1rem}}.sticky-popup__content .form-box .popup__sale-price .price-new,.sticky-popup__content .form-box .popup__sale-price .price-old{position:relative;z-index:1;font-weight:700}.sticky-popup__content .form-box .popup__sale-price .price-new{font-size:24px}.sticky-popup__content .form-box .popup__sale-price .price-old::after{position:absolute;z-index:2;content:"";left:0;bottom:9px;border-bottom:3px solid red;width:45px;transform:rotate(-15deg)}.sticky-popup__content .form-box .popup__sale-title{margin-bottom:0;font-size:2.5rem}.sticky-popup__content .form-box .popup__sale-price{margin-bottom:0}.sticky-popup__content .form-box .popup-form{width:90%;margin:1.5rem auto}.sticky-popup__content .form-box .popup-form input{padding-top:1rem;padding-bottom:1rem}.sticky-popup__content .form-box .popup-form__btn{font-size:1.6rem;padding-top:1.2rem}@media (min-width: 768px){.sticky-popup__content .form-box .popup-form__btn{font-size:1.4rem}}.open{visibility:visible;opacity:1}

