.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #303a45;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

a {
  color: #0061af;
  font-weight: 600;
  text-decoration: underline;
}

.ms_lp_hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.ms_lp_hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.ms_lp_hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.ms_lp_header-logo-link {
  padding-left: 0;
}

.ms_lp_header-btn {
  color: #fff;
  background-color: #28d3a1;
  border-radius: 40px;
  margin-left: 30px;
  padding: 12px 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 6px 22px #40629129;
}

.ms_lp_header-btn:hover {
  transform: translate(0, 1px);
  box-shadow: 0 6px 22px #40629152;
}

.ms_lp_header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ms_lp_container-default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ms_lp_header-nav-list-item {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  list-style: none;
}

.ms_lp_hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ms_lp_header-link-block-mob {
  display: none;
}

.ms_lp_header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 95px;
  display: flex;
}

.ms_lp_header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ms_lp_header--left-col-top {
  align-items: center;
  display: flex;
}

.ms_lp_header-top {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.ms_lp_header-middle-col {
  margin-left: 16px;
}

.ms_lp_hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ms_lp_header-nav-link {
  letter-spacing: .02em;
  cursor: pointer;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
}

.ms_lp_header-nav-link:hover {
  color: #28d3a1;
  -webkit-text-stroke-color: #52f3ed;
  text-shadow: 7px 9px 25px #52f3ed66;
}

.ms_lp_header-nav-link.w--current {
  color: #28d3a1;
}

.ms_lp_header-logo {
  width: 167px;
  max-width: none;
}

.ms_lp_header-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.ms_lp-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.ms_lp-banner-flag-info {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.ms_lp-flag-banner {
  padding-left: 15px;
  display: flex;
}

.img-flag {
  border: 3px solid #84dfff;
  border-radius: 100%;
  width: 50px;
  margin-left: -15px;
}

.ms_lp-banner-img {
  z-index: 2;
  width: 100%;
  max-width: 45%;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}

.ms_lp-banner-img:hover {
  transform: scale(1.02);
}

.ms_lp-banner-info-block {
  z-index: 3;
  text-align: left;
  max-width: 50%;
  margin-right: 2%;
  position: static;
}

.ms_lp-title_banner {
  color: #0061af;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.ms_lp-banner-back {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle at 100% 100%, #84dfff, #d3e8ff 63%, #f3f8fe 83%, #84dfff);
  border-radius: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ms_lp-banner-info {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.ms_lp-banner-country-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  padding: 20px;
  display: flex;
  box-shadow: 0 6px 22px #40629129;
}

.ms_lp-info-screen {
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  padding: 60px;
  display: flex;
  position: relative;
}

.ms_lp-info {
  background-color: #eff1f4b3;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90%;
  padding: 70px 50px 30px;
  display: flex;
  box-shadow: 0 6px 22px #eff1f4b3;
}

.ms_lp-info.color {
  background-color: #d3e8ff;
  background-image: none;
}

.ms_lp_section-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.ms_lp_section-title.ms_lp_section-title-center {
  text-align: center;
  margin-bottom: 15px;
}

.ms_lp-btn {
  color: #fff;
  text-align: center;
  background-color: #28d3a1;
  border-radius: 40px;
  min-width: 160px;
  margin-top: 20px;
  padding: 12px 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 6px 22px #40629129;
}

.ms_lp-btn:hover {
  transform: translate(0, 1px);
  box-shadow: 0 6px 22px #40629152;
}

.ms_lp-btn.ms_lp-btn-goods {
  color: #303a45;
  background-color: #0000;
  border: 1px solid #d3e8ff;
}

.ms_lp-info-img-1 {
  z-index: -1;
  max-width: 280px;
  position: absolute;
  top: -5%;
  left: 0;
}

.ms_lp-info-img-2 {
  z-index: -1;
  max-width: 275px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(28deg);
}

.ms_lp-info-img-3 {
  max-width: 320px;
  position: absolute;
  bottom: -15%;
  left: 15%;
}

.ms_lp-info-img-4 {
  z-index: 0;
  max-width: 375px;
  position: absolute;
  top: -17%;
  right: 15%;
}

.ms_lp-section-subtitle {
  color: #99a4af;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 24px;
}

.ms_lp-section-subtitle.ms_lp-section-subtitle-center {
  text-align: center;
  line-height: 140%;
}

.ms_lp-section-subtitle.ms_lp_section-subtitle-center {
  text-align: center;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-left: 10px;
  margin-right: 2rem;
}

.slider-slide {
  margin-right: 2rem;
}

.slider-arrow {
  color: #fff;
  cursor: pointer;
  background-color: #d3e8ff;
  border: 1px solid #d3e8ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

.slider-arrow:hover {
  color: #d3e8ff;
  background-color: #0000;
  border-color: #d3e8ff;
}

.ms_lp-logo--img {
  width: 100%;
  max-width: 175px;
}

.ms_lp-logo--img.small {
  max-width: 140px;
}

.ms_lp-logo--img.big {
  width: auto;
  max-width: none;
  height: 30px;
}

.slider-mask {
  max-width: 400px;
  overflow: visible;
}

.icon-1x1-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.hide {
  display: none;
}

.slider-arrow-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: 10px;
  display: flex;
}

.ms_lp-shops-slider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-medium {
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ms_lp_section-title-2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}

.ms_lp_section-title-2.ms_lp_section-title-center {
  text-align: center;
  margin-bottom: 15px;
  line-height: 140%;
}

.ms_lp-logo--link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card {
  background-color: #292929;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card.is-slider {
  background-color: #0000;
  border: 2px solid #d3e8ff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.card.is-slider:hover {
  background-color: #d3e8ff;
  transform: scale(1.03);
}

.paragraph-176 {
  color: #303a45;
  font-size: 14px;
}

.div-block-208 {
  z-index: 1;
  width: 100%;
  max-width: 500px;
  padding: 0;
  display: none;
  position: absolute;
  inset: 30% 0% 0% 7%;
}

.div-block-208.web {
  display: none;
  top: 30%;
  left: -7%;
}

.ms_lp_videos_title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 400;
}

.bold-text {
  color: #28d3a1;
}

.ms_lp_videos_information_hide {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 20px;
  display: block;
  box-shadow: 0 17px 45px #4062901a;
}

.ms_lp_video_information {
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 210px 40px 40px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  box-shadow: 0 6px 22px #eff1f4b3;
}

.ms_lp_video_information:hover {
  box-shadow: 0 6px 22px 10px #eff1f4e6;
}

.ms_lp_instruction-video {
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
}

.ikon {
  width: 25px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.ms_lp_btn_video {
  cursor: pointer;
  background-color: #28d3a1;
  border-radius: 32px;
  padding: 12px 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.ms_lp_video {
  border-radius: 24px;
  max-width: 400px;
  margin-bottom: 25px;
  position: absolute;
  top: -40px;
  overflow: auto;
  box-shadow: 0 0 22px 7px #fff6;
}

.ms_lp_section-title-3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}

.ms_lp_section-title-3.ms_lp_section-title-center {
  text-align: center;
  margin-bottom: 15px;
  line-height: 140%;
}

.ms_lp_videos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  margin-top: 90px;
  display: flex;
}

.youtube {
  width: 400px;
}

.ms_lp_form_folow-media {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms_lp_link-block-media {
  width: 40px;
  margin-right: 0;
}

.ms_lp_form_folow-btns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.ms_lp_form_folow-img {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.ms_lp-btn-subscribe {
  text-align: center;
  background-color: #28d3a1;
  border-radius: 25px;
  width: 250px;
  padding: 15px 50px;
  font-size: 16px;
}

.ms_lp-section {
  background-color: #fff;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.ms_lp_folow-block {
  float: none;
  color: #303a45;
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.ms_lp-blog {
  background-color: #0000;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.ms_lp-seo-title {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.btn-text--show {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ms_lp-read-more--seo {
  cursor: pointer;
  background-color: #28d3a1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 54px;
  display: flex;
}

.ms_lp-seo-text {
  margin-top: 96px;
  position: relative;
  overflow: hidden;
}

.ms_lp-seo-text.hide {
  margin-top: 0;
  display: none;
}

.ms_lp-seo-block {
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}

.btn-text--hide {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.ms_lp-list {
  font-weight: 600;
}

.ms_lp-seo-p {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ms_lp-seo-p.padding {
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 400;
}

.ms_lp-footer-link {
  color: #303a45;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  text-decoration: none;
}

.ms_lp-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ms_lp-footer-block-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ms_lp-footer-politic-link-block {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  font-size: 16px;
  display: flex;
}

.ms_lp_copyright {
  max-width: 415px;
}

.ms_lp-footer-link-file {
  color: #303a45;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.ms_lp-footer {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.footer-divider-two-2 {
  background-color: #f3f8fe;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ms_lp-footer-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ms_lp-footer-link-block {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.ms_lp-half-container {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.ms_lp-goods-slider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.ms_lp-slider-container {
  width: 60%;
}

.ms_lp-goods-slide {
  width: 280px;
  margin-right: 25px;
}

.ms_lp-goods-slider-screen {
  background-color: #0000;
  height: 260px;
  padding-bottom: 40px;
  overflow: hidden;
}

.slide-nav {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 10px;
  font-size: 10px;
  display: flex;
}

.ms_lp-goods-slider-mask {
  width: 280px;
  overflow: visible;
}

.slide-arrow {
  display: none;
}

.ms_lp-goods-info {
  color: #99a4af;
  flex-flow: column;
  width: 37%;
}

.ms_lp-goods-btn-wrapp {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.h1-color {
  color: #0061af;
}

.ms_lp-info-img-5 {
  z-index: 1;
  max-width: 250px;
  position: absolute;
  top: -5%;
  left: 1%;
}

.ms_lp-info-img-6 {
  z-index: 1;
  max-width: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ms_lp-goods-slide-link {
  background-image: radial-gradient(circle at 100% 100%, #84dfff, #d3e8ff 63%, #f3f8fe 83%, #84dfff);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.ms_lp-cta-screen {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding: 60px;
  display: flex;
  position: relative;
}

.ms_lp-goods-slide-img {
  width: 160px;
}

@media screen and (min-width: 1280px) {
  .ms_lp-banner-back {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .ms_lp_header-nav-link.w--current {
    opacity: 1;
    -webkit-text-stroke-color: #0061af;
  }

  .ms_lp-banner-img {
    left: 4%;
  }

  .ms_lp-banner-country-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ms_lp-section-subtitle.ms_lp-section-subtitle-center, .ms_lp-section-subtitle.ms_lp_section-subtitle-center {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms_lp_videos {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms_lp-section {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
  }

  .ms_lp-seo-block {
    max-width: 1440px;
  }

  .ms_lp-footer-link-block {
    color: #fff;
    -webkit-text-stroke-color: white;
    border: 1px solid #0000;
  }

  .ms_lp-goods-slider {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1920px) {
  .ms_lp_container-default, .ms_lp-container {
    max-width: 1900px;
  }

  .ms_lp-banner-flag-info {
    font-size: 24px;
  }

  .ms_lp-flag-banner {
    width: auto;
  }

  .ms_lp-title_banner {
    font-size: 64px;
  }

  .ms_lp-banner-back {
    max-width: 1900px;
  }

  .ms_lp-banner-info {
    font-size: 30px;
  }

  .ms_lp_section-title {
    font-size: 52px;
  }

  .ms_lp_section-title.ms_lp_section-title-center {
    font-size: 42px;
  }

  .ms_lp-info-img-1, .ms_lp-info-img-2 {
    max-width: 300px;
  }

  .ms_lp-section-subtitle {
    font-size: 18px;
  }

  .ms_lp-section-subtitle.ms_lp-section-subtitle-center {
    width: 1280px;
    font-size: 18px;
  }

  .ms_lp-section-subtitle.ms_lp_section-subtitle-center {
    width: 1280px;
    font-size: 22px;
  }

  .ms_lp-logo--img.big {
    max-width: 240px;
    position: relative;
  }

  .ms_lp-shops-slider {
    max-width: 1900px;
  }

  .ms_lp_section-title-2 {
    font-size: 52px;
  }

  .card.is-slider {
    border-width: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .ms_lp_instruction-video {
    max-width: 1900px;
  }

  .ms_lp_section-title-3 {
    font-size: 52px;
  }

  .ms_lp-footer-container {
    max-width: 1900px;
  }

  .ms_lp-info-img-5 {
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .ms_lp_hamburger-menu-wrapper {
    color: #0860c7;
    order: -1;
    transition-property: none;
  }

  .ms_lp_hamburger-menu-wrapper:hover {
    transform: none;
  }

  .ms_lp_hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .ms_lp_header-logo-link.w--current {
    transition-property: none;
  }

  .ms_lp_header-logo-link.w--current:hover {
    transform: none;
  }

  .ms_lp_header-btn {
    box-shadow: none;
    background-color: #28d3a1;
    margin-left: 0;
  }

  .ms_lp_header-btn:hover {
    transform: none;
  }

  .ms_lp_header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 15px;
  }

  .ms_lp_container-default {
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp_header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp_hamburger-menu-bar-bottom {
    background-color: #0860c7;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .ms_lp_header-link-block-mob {
    cursor: pointer;
    border: 2px solid #0860c7;
    border-radius: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

  .ms_lp_header-content-wrapper {
    flex-flow: row-reverse wrap-reverse;
    place-content: stretch space-between;
    align-items: center;
    height: 70px;
  }

  .ms_lp_header-menu-wrapper {
    background-color: #fff;
    border-top: 1px #eff0f6;
    border-bottom: 1px #eff0f6;
    width: 100%;
    height: 100vh;
    margin-top: 70px;
    padding: 0;
    position: fixed;
  }

  .ms_lp_header-top {
    margin-bottom: 0;
  }

  .ms_lp_hamburger-menu-bar-top {
    background-color: #0860c7;
    width: 44px;
    height: 3px;
  }

  .ms_lp_hidden-on-mbl {
    display: block;
  }

  .ms_lp_header-nav-link {
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 146%;
  }

  .ms_lp_header-nav-link:hover {
    color: #fff;
    -webkit-text-stroke-color: white;
    overflow-wrap: normal;
  }

  .ms_lp_header-logo {
    width: 97px;
    max-width: none;
    margin-left: 0;
  }

  .ms_lp_header-wrapper {
    border: 1px #edeff3;
    height: 70px;
    padding: 0 15px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .ms_lp_header-btn-ikon-mbl {
    width: 22px;
    height: 22px;
    margin-left: 0;
  }

  .ms_lp-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms_lp-banner-img {
    z-index: 1;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: 0;
    left: auto;
  }

  .ms_lp-banner-info-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .ms_lp-title_banner {
    text-align: center;
    margin-top: 0;
    font-size: 42px;
  }

  .ms_lp-banner-back {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: radial-gradient(circle at 100% 100%, #84dfff, #d3e8ff 37% 63%, #84dfff);
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
    padding: 50px 20px 20px;
  }

  .ms_lp-banner-info {
    text-align: center;
    font-size: 22px;
  }

  .ms_lp-banner-country-block {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .ms_lp-info-screen {
    margin-top: 120px;
  }

  .ms_lp_section-title.ms_lp_section-title-center {
    font-size: 28px;
    line-height: 38px;
  }

  .ms_lp-btn {
    box-shadow: none;
    background-color: #28d3a1;
    margin-left: 0;
  }

  .ms_lp-btn:hover {
    transform: none;
  }

  .ms_lp-info-img-3 {
    max-width: 220px;
    bottom: -5%;
    left: 10%;
  }

  .ms_lp-info-img-4 {
    max-width: 245px;
    top: -5%;
  }

  .ms_lp-shops-slider {
    margin-top: 120px;
  }

  .container-medium {
    position: static;
  }

  .ms_lp_section-title-2.ms_lp_section-title-center {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-208 {
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 20%;
    left: 0%;
  }

  .div-block-208.web {
    display: none;
    top: 20%;
    left: 0%;
  }

  .ms_lp_video_information {
    max-width: 100%;
    padding-top: 240px;
  }

  .ms_lp_instruction-video {
    margin-top: 48px;
  }

  .ms_lp_video {
    max-width: 450px;
  }

  .ms_lp_section-title-3.ms_lp_section-title-center {
    font-size: 28px;
    line-height: 38px;
  }

  .ms_lp_videos {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: column;
    margin-top: 70px;
  }

  .ms_lp-btn-subscribe {
    font-size: 14px;
  }

  .ms_lp-section {
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ms_lp_folow-block {
    margin-right: 15px;
    font-size: 18px;
    line-height: 1.4;
  }

  .ms_lp-blog {
    padding-top: 0;
  }

  .ms_lp-seo-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .btn-text--show {
    font-size: 14px;
  }

  .ms_lp-seo-text {
    margin-top: 48px;
  }

  .btn-text--hide {
    font-size: 14px;
  }

  .ms_lp-seo-p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .ms_lp-footer-link {
    color: #303a45;
    -webkit-text-stroke-color: #030407;
  }

  .ms_lp-footer-block-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms_lp-footer-link-file {
    color: #303a45;
    -webkit-text-stroke-color: #030407;
  }

  .ms_lp-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp-footer-container {
    max-width: 728px;
  }

  .ms_lp-half-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 20px;
  }

  .ms_lp-goods-slider {
    margin-top: 48px;
  }

  .ms_lp-slider-container, .ms_lp-goods-info {
    width: 100%;
  }

  .ms_lp-cta-screen {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .ms_lp_hidden-on-mbl {
    display: none;
  }

  .ms_lp_header-logo {
    max-width: 90%;
  }

  .ms_lp_header-wrapper {
    position: fixed;
  }

  .ms_lp-container {
    padding-bottom: 48px;
  }

  .ms_lp-banner-info-block {
    max-width: 100%;
    margin-right: 15px;
  }

  .ms_lp-title_banner {
    text-shadow: none;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .ms_lp-info {
    max-width: 100%;
  }

  .ms_lp_section-title.ms_lp_section-title-center {
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp-info-img-1 {
    max-width: 180px;
    top: 0%;
  }

  .ms_lp-info-img-2 {
    max-width: 200px;
  }

  .ms_lp-info-img-3 {
    max-width: 175px;
    bottom: 0%;
    left: 0%;
  }

  .ms_lp-info-img-4 {
    right: 0%;
  }

  .ms_lp-section-subtitle.ms_lp-section-subtitle-center, .ms_lp-section-subtitle.ms_lp_section-subtitle-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ms_lp_section-title-2.ms_lp_section-title-center {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-208 {
    z-index: 1;
    max-width: 500px;
    display: none;
    top: 30%;
  }

  .ms_lp_videos_title {
    margin-bottom: 20px;
  }

  .ms_lp_video {
    max-width: 420px;
  }

  .ms_lp_section-title-3.ms_lp_section-title-center {
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp_videos {
    flex-direction: column;
    align-items: center;
  }

  .ms_lp-cta {
    width: 100%;
    margin-bottom: 20px;
  }

  .ms_lp_form_folow-img {
    width: 100%;
  }

  .ms_lp-section {
    padding-bottom: 0;
  }

  .ms_lp_img-blog {
    display: none;
  }

  .ms_lp_folow-block {
    margin-right: 0;
    line-height: 1.2;
  }

  .ms_lp-blog {
    display: block;
  }

  .ms_lp-seo-block {
    margin-bottom: 20px;
  }

  .ms_lp-footer-link {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .ms_lp-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms_lp-footer-politic-link-block {
    grid-row-gap: 5px;
    align-items: flex-start;
    margin-top: 15px;
    margin-left: 0;
  }

  .ms_lp_copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .ms_lp-footer-link-file {
    margin-left: 0;
    margin-right: 0;
  }

  .ms_lp-footer {
    margin-top: 48px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ms_lp-footer-link-block {
    color: #fff;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .ms_lp-info-img-5 {
    max-width: 180px;
    top: 0%;
  }

  .ms_lp-info-img-6 {
    max-width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .ms_lp_container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp_header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .ms_lp_header-logo {
    width: 97px;
    max-width: none;
    margin-left: 0;
  }

  .ms_lp-banner-flag-info {
    font-size: 16px;
  }

  .ms_lp-banner-info-block {
    position: relative;
  }

  .ms_lp-title_banner {
    font-size: 26px;
  }

  .ms_lp-banner-info {
    font-size: 20px;
  }

  .ms_lp-banner-country-block, .ms_lp-info-screen {
    padding: 15px;
  }

  .ms_lp-info {
    padding: 50px 25px;
  }

  .ms_lp_section-title.ms_lp_section-title-center {
    line-height: 32px;
  }

  .ms_lp-info-img-1 {
    top: -10%;
    left: 0%;
  }

  .ms_lp-info-img-2 {
    bottom: -5%;
    right: 0%;
  }

  .ms_lp-info-img-3 {
    max-width: 150px;
    bottom: -8%;
  }

  .ms_lp-info-img-4 {
    max-width: 175px;
  }

  .slider {
    align-items: stretch;
    width: 100%;
  }

  .slider-slide {
    width: 100%;
  }

  .ms_lp-logo--img {
    max-width: 150px;
  }

  .ms_lp-logo--img.big {
    max-width: 200px;
  }

  .slider-mask {
    width: 100%;
    max-width: 95%;
  }

  .container-medium {
    margin-top: 30px;
  }

  .ms_lp_section-title-2.ms_lp_section-title-center {
    line-height: 32px;
  }

  .card.is-slider {
    flex-flow: column;
    justify-content: space-between;
    padding: 25px;
  }

  .paragraph-176 {
    font-size: 13px;
  }

  .div-block-208 {
    max-width: 320px;
    display: none;
  }

  .ms_lp_videos_title {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .ms_lp_video_information {
    padding-top: 130px;
  }

  .ikon {
    width: 20px;
    top: 10px;
    right: 10px;
  }

  .ms_lp_video {
    max-width: 320px;
    margin-bottom: 15px;
  }

  .ms_lp_section-title-3.ms_lp_section-title-center {
    line-height: 32px;
  }

  .ms_lp_videos {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .youtube {
    width: 100%;
    min-width: 260px;
    max-width: 320px;
  }

  .ms_lp_form_folow-btns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .ms_lp-cta {
    width: 100%;
    margin-bottom: 0;
  }

  .ms_lp_form_folow-img {
    width: 100%;
  }

  .ms_lp_folow-block {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .ms_lp-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-divider-two-2 {
    margin-top: 32px;
    margin-bottom: 39px;
  }

  .ms_lp-footer-container {
    max-width: none;
    display: block;
  }

  .ms_lp-footer-link-block {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .ms_lp-goods-slide, .ms_lp-goods-slider-mask {
    width: 260px;
  }

  .ms_lp-info-img-5 {
    top: -10%;
    left: 0%;
  }

  .ms_lp-info-img-6 {
    max-width: 200px;
    bottom: -5%;
    right: -10%;
  }

  .ms_lp-cta-screen {
    padding: 15px;
  }
}


