.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 144%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

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

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

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

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

.ms__sidebar-top {
  display: none;
}

.ms__header-wrapper {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.ms__header-nav-list-item {
  list-style: none;
}

.ms__header-btn {
  color: #fff;
  background-color: #28d3a1;
  border-radius: 40px;
  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__header-btn:hover {
  transform: translate(0, 1px);
  box-shadow: 0 6px 22px #40629152;
}

.ms__header-top-toggle {
  padding: 0;
  transition: transform .3s;
}

.ms__header-top-toggle:hover {
  transform: scale(.96);
}

.ms__header-top-toggle.w--open {
  background-color: #0000;
}

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

.ms__header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

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

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

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

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

.ms__hero-area-section {
  background-image: url('../images/bg-img.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  position: relative;
}

.ms__container {
  max-width: 1180px;
  position: relative;
}

.ms__hero-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.ms__hero-btn.ms__hero-btn-left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.ms__main-banner-country {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #eff1f4;
  border: 1px solid #99a4af;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 5px;
  display: inline-block;
}

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

.ms__btn-text {
  z-index: 5;
  position: relative;
}

.ms__hero-title {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 64px;
}

.ms__hero-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.ms__hero-para {
  color: #eff1f4;
}

.ms__hero-wrapper {
  text-align: center;
  margin-bottom: 96px;
  padding-top: 170px;
}

.ms__main-banner-country-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ms__btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 22px 6px #ffffff29;
}

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

.ms__btn.ms__btn-second {
  background-color: #28d3a1;
  background-image: none;
}

.img-flag {
  border-radius: 100%;
  width: 35px;
  margin-left: -15px;
}

.ms__btn_linear_gradient {
  background-color: #28d3a1;
  border-radius: 24px;
  position: absolute;
  inset: 0;
  transform: translate(0, 102%);
}

.countdown-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.countdown-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.countdown-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.countdown-subtitle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 10px 5px #fff3;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.ikon {
  border-right: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  inset: -50% auto auto 0%;
  transform: rotate(-31deg);
}

.ikon.second {
  width: 90px;
  inset: auto -10% -5% auto;
  transform: rotate(31deg);
}

.img {
  width: 100%;
}

.ms__hero-broder-shep-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.swiper_slider-wrapper {
  overflow: hidden;
}

.swiper_slider-wrapper.swiper_slider-wrapper-products {
  padding: 20px;
}

.swiper-button-next {
  z-index: 5;
  color: #ffffff73;
  cursor: pointer;
  border: 1px solid #ffffff73;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: static;
  inset: auto -1.5rem 60% auto;
}

.swiper-button-next:hover {
  color: #fff;
  background-color: #0b0c0b;
  border-color: #fff;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-button-prev {
  color: #ffffff73;
  cursor: pointer;
  border: 1px solid #ffffff73;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: static;
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 24px;
  display: flex;
}

.slider-custom-style {
  display: none;
}

.swiper-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.swiper-buttons.swiper-buttons-product {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.ms__shops-section {
  flex-flow: column;
  width: 100%;
  margin: 96px auto;
  display: flex;
  position: relative;
}

.swiper-slide.swiper-slide-product {
  width: 450px;
  display: flex;
}

.swiper-wrapper {
  display: flex;
}

.ms__section-title {
  letter-spacing: .02em;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
}

.ms__section-title.ms__section-title--left {
  text-align: left;
}

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

.card.is-slider {
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: url('../images/bg-img-second.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #00000059;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 134px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.ms__container-head {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.ms__container-head.ms__container-head--left {
  text-align: left;
  margin-bottom: 15px;
}

.ms__container-head.ms__container-head--second {
  margin-bottom: 0;
}

.ms__section-subtitle {
  color: #eff1f4;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  line-height: 135%;
  display: flex;
}

.ms__instruction-section {
  flex-flow: column;
  width: 100%;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ms__instruction-section.ms__instruction-section-video {
  margin-top: 96px;
}

.ms__instruction-wrapp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ms__instruction-box {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #111;
  border: 1px solid #ffffff29;
  border-radius: 24px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.ms__back-area-section {
  background-image: url('../images/shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  position: relative;
}

.ms__instruction-details-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.ms__category-section {
  flex-flow: column;
  width: 100%;
  margin: 96px auto;
  display: flex;
  position: relative;
}

.ms__category-wrapp {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ms_lp-tab-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ffffff29;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ms_lp-tab-link-block:hover {
  transform: scale(1.02);
}

.ms_lp-tab-img-block {
  border: 2px solid #0000;
  border-radius: 24px;
  min-width: 220px;
  max-width: 100%;
  overflow: hidden;
}

.ms_lp-tab-img {
  z-index: 1;
  cursor: pointer;
  object-fit: cover;
  border-radius: 24px;
  height: auto;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.heading {
  cursor: pointer;
  margin-top: 20px;
}

.ms__category-img {
  border: 1px solid #ffffff1a;
  border-radius: 24px;
}

.ms__advantages-section {
  background-image: url('../images/bg-img.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  margin: 96px auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.ms__advantages-wrapp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.ms__advantages-heading {
  width: 100%;
  position: sticky;
  top: 20vh;
}

.ms__advantages-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ms__advantages-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffff0d;
  border: 1px solid #ffffff0d;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.ms_reg-instruction-title {
  line-height: 130%;
}

.ms__video-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  margin: 96px auto;
  display: flex;
  position: relative;
}

.ms__video-wrapp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.ms__video-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: cover;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ms__video-item:hover {
  transform: translate(0, -25px);
}

.ms__video {
  z-index: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0%;
}

.ms_popup-body {
  z-index: 10000;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  width: 490px;
  padding: 60px 37px;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px #21436342;
}

.ms_popup-body.ms_popup-body-app {
  color: #333;
  height: auto;
}

.ms_popup-ikon-close {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
}

.ms__reg-instruction-wrapp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.ms__reg-wrapp {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-items: center stretch;
}

.ms__reg-instruction-card {
  background-color: #ffffff0d;
  border: 1px solid #ffffff0d;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.ms_popup-app {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.ms__popup-body-subtitle {
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 140%;
}

.ms__popup-apps-item-mobile {
  display: none;
}

.ms_popup-backdrop {
  z-index: 9;
  background-color: #14143761;
  width: 100%;
  height: 100%;
  position: fixed;
}

.ms__popup-apps {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.ms__section-title-2 {
  letter-spacing: .02em;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}

.ms__popup-apps-item-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0061af;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.ms__popup-body-title {
  letter-spacing: .02em;
  margin-top: 31px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms__reg-section {
  z-index: 10;
  border: 1px solid #ffffff29;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin: 96px auto;
  padding: 100px 40px;
  display: block;
  position: relative;
}

.ms__faq-section {
  flex-flow: column;
  width: 100%;
  margin: 96px auto;
  display: flex;
  position: relative;
}

.ms__faq-wrapp {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.ms__buy-instructions-item {
  cursor: pointer;
  width: 100%;
  transition: transform .3s;
  position: relative;
}

.ms__buy-instructions-item-question {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  background-color: #00000080;
  border: 1px solid #ffffff29;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  min-height: 96px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.ms__buy-instructions-item-icon {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.ms__buy-instructions-item-answer {
  border: 1px solid #ffffff29;
  border-top-width: 0;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px 31px;
  font-size: 16px;
  display: flex;
  position: relative;
  top: -18px;
  overflow: hidden;
  box-shadow: 0 6px 22px #40629029;
}

.ms__faq-content a {
  text-decoration: underline;
}

.ms_lp-instruction-info-block-img {
  background-color: #ffffff2e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 152px;
  margin-bottom: 22px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ms_lp-instruction-info-block {
  border-radius: 20px;
  width: 100%;
  min-width: 256px;
  max-width: 256px;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 130%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 15px #ffffff38;
}

.ms_lp-instruction-info-block.last {
  margin-right: 20px;
}

.ms_lp-instruction-info-block.first {
  margin-left: 20px;
}

.ms_lp-link {
  color: #28d3a1;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.ms_lp-link:hover {
  color: #fff;
}

.ms__instruction-section-2 {
  flex-flow: column;
  width: 100%;
  margin: 96px auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ms_lp-instruction-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 390px);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
  overflow: auto;
}

.ms__section-title-3 {
  letter-spacing: .02em;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}

.ms_lp-instruction-info--img {
  z-index: 1;
  width: 120px;
  height: auto;
  position: relative;
}

.ms_lp-instruction-select-number {
  color: #fff;
  letter-spacing: .02em;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -1px;
  left: -1px;
  box-shadow: 4px 5px 10px #ffffff47;
}

.ms__section-subtitle-2 {
  color: #eff1f4;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  line-height: 24px;
  display: flex;
}

.slider-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  margin-left: 10px;
  display: flex;
}

.ms__product-back {
  opacity: .89;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 20px 1px #fff3;
}

.ms__product-card {
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: .625rem;
  padding-right: 1.5rem;
}

.ms__product-card.is-slider {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0000;
  border-style: none;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 120%;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 15px 1px #fff3;
}

.ms__product-card.is-slider:hover {
  box-shadow: 0 2px 15px 1px #ffffff42;
}

.swiper_slider-wrapper-products {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ms__video-block-media {
  border-radius: 20px;
  width: 100%;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.video {
  float: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border-radius: 20px;
  max-width: 600px;
}

.ms__cta {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  background-image: url('../images/bg-img.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff29;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 96px;
  padding: 48px 74px 36px;
  font-size: 16px;
  display: flex;
}

.ms__cta-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.ms__cta-title {
  letter-spacing: .02em;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}

.ms__btn-2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
}

.ms__btn-2.ms__btn--blue {
  background-color: #0061af;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.ms__btn-2.ms__btn--blue.ms__btn--big {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ms_lp-seo-block {
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}

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

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

.ms_lp-seo-text.hide h2 {
  font-size: 34px;
  line-height: 130%;
}

.ms_lp-seo-text.hide p {
  line-height: 130%;
}

.ms_lp-seo-text.hide h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 130%;
}

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

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

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

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

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

.ms_lp_blog {
  grid-column-gap: 25px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.ms_lp_form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  width: 70%;
  display: flex;
}

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

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

.background-video {
  border-radius: 24px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.ms__video-placeholder-back {
  background-color: #fff6;
  border-radius: 24px;
  width: 100%;
  height: 310px;
  display: none;
  position: absolute;
}

.play-pause-button {
  z-index: 5;
  background-color: #fff6;
  inset: 0%;
}

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

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

.ms_footer-line {
  background-color: #f3f8fe;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ms_lp_copyright {
  max-width: 415px;
}

.ms_lp-footer {
  flex-direction: column;
  align-items: center;
  margin-top: 96px;
  padding: 40px 30px;
  font-size: 16px;
  display: flex;
  position: relative;
}

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

.ms_lp-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  line-height: 130%;
  display: flex;
}

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

.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-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__video-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.ms__video-btn.ms__hero-btn-left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.ms__country-content-item-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(48px, 1fr) minmax(48px, 1fr);
}

.tariffs-additional-table-tr {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #eff1f4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: grid;
}

.tariffs-content-item-table-text {
  color: #0061af;
  width: 100%;
}

.ms__hero-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms__btn-ikon {
  z-index: 5;
  position: relative;
}

.banner-s-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0%;
}

.inst-ex-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

  .ms__container-default, .ms__container {
    max-width: 1440px;
  }

  .ms__main-banner-country {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .ms__hero-title {
    font-size: 84px;
  }

  .ms__section-title {
    font-size: 54px;
  }

  .ms__section-subtitle {
    font-size: 22px;
  }

  .ms__video-item {
    height: 375px;
  }

  .ms_popup-body {
    width: 608px;
  }

  .ms_popup-ikon-close {
    z-index: 11;
  }

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

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

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

@media screen and (min-width: 1920px) {
  .ms__main-banner-country {
    margin-bottom: 24px;
  }

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

  .heading {
    line-height: 1.2;
  }

  .ms_popup-app {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .ms__header-link-block-mob {
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

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

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

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

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

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

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

  .ms__sidebar-top {
    width: 100%;
    padding: 12px 15px 24px;
    display: block;
  }

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

  .ms__sidebar-top-logo {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .ms__hamburger-menu-wrapper {
    color: #0860c7;
    order: -1;
    transition-property: none;
  }

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

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

  .ms__header-nav-list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .ms__header-btn-ikon-mbl {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .ms__sidebar-close {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .ms__header-top-toggle {
    transition-property: none;
  }

  .ms__header-top-toggle:hover {
    transform: none;
  }

  .ms__header-top-toggle.w--open {
    color: #fff;
    background-color: #0000;
  }

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

  .ms__header-nav-menu-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 15px;
  }

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

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

  .df__header-top-toggle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ms__header-logo {
    width: 97px;
  }

  .ms__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms__hero-btn {
    padding-bottom: 20px;
  }

  .ms__main-banner-country {
    margin-top: 0;
  }

  .ms__hero-title {
    line-height: 120%;
  }

  .ms__hero-heading {
    margin-bottom: 24px;
  }

  .ms__btn:hover {
    transform: none;
  }

  .countdown-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    margin-top: 24px;
  }

  .countdown-title {
    font-size: 44px;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -1rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -1rem;
  }

  .swiper-pagination {
    bottom: -3rem;
  }

  .ms__shops-section {
    margin-top: 96px;
    position: static;
  }

  .ms__section-title {
    line-height: 130%;
  }

  .ms__instruction-section, .ms__category-section, .ms__advantages-section {
    position: static;
  }

  .ms__advantages-wrapp {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ms__advantages-heading {
    position: static;
  }

  .ms__advantages-card {
    justify-content: space-between;
  }

  .ms__video-section {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .ms__video-wrapp {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(auto, 350px) minmax(auto, 350px) minmax(auto, 350px);
  }

  .ms__video-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 475px;
  }

  .ms__video-item:hover {
    transform: none;
  }

  .ms__reg-instruction-card {
    justify-content: space-between;
  }

  .ms__popup-apps-item-mobile {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    color: #0061af;
    border: 2px solid #0860c7;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
  }

  .ms__popup-apps {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .ms__section-title-2 {
    line-height: 130%;
  }

  .ms__popup-apps-item {
    display: none;
  }

  .ms__reg-section {
    margin-top: 48px;
    padding: 60px 10px;
    position: static;
  }

  .ms__faq-section {
    position: static;
  }

  .ms__buy-instructions-item {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .ms__buy-instructions-item-question {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .ms_lp-instruction-info-block {
    margin-bottom: 25px;
  }

  .ms__instruction-section-2 {
    margin-top: 48px;
    position: static;
  }

  .ms_lp-instruction-grid {
    grid-template-rows: minmax(auto, 420px);
    width: 100%;
    padding-bottom: 0;
    overflow: auto;
  }

  .ms__section-title-3 {
    line-height: 130%;
  }

  .video {
    float: right;
    clear: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: 0;
    display: block;
  }

  .ms__cta {
    text-align: center;
    flex-flow: column;
    padding: 24px;
  }

  .ms__cta-title {
    font-size: 28px;
  }

  .ms_lp-seo-text {
    margin-top: 48px;
    font-size: 14px;
    line-height: 130%;
  }

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

  .ms_lp_blog {
    padding-top: 0;
  }

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

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

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

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

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

  .ms__video-btn {
    padding-bottom: 20px;
  }
}

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

  .ms__header-wrapper {
    position: fixed;
  }

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

  .ms__hero-title {
    font-size: 48px;
  }

  .ikon {
    top: -60%;
    left: -5%;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

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

  .ms__section-title {
    font-size: 34px;
  }

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

  .ms__instruction-wrapp {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .ms__instruction-box {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .ms__back-area-section {
    background-position: 0 0;
  }

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

  .ms__category-wrapp {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .ms_reg-instruction-title {
    margin-bottom: 15px;
    font-size: 22px;
  }

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

  .ms__video-wrapp {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(auto, 350px) minmax(auto, 350px);
  }

  .ms_popup-body {
    width: 90vw;
  }

  .ms__reg-instruction-wrapp {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ms__reg-wrapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ms__section-title-2 {
    font-size: 34px;
  }

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

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

  .ms__faq-wrapp {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .ms__buy-instructions-item {
    justify-content: flex-start;
    align-items: stretch;
  }

  .ms__instruction-section-2 {
    margin-bottom: 48px;
  }

  .ms_lp-instruction-grid {
    align-items: stretch;
  }

  .ms__section-title-3 {
    font-size: 34px;
  }

  .video {
    text-align: left;
  }

  .ms__cta {
    margin-top: 48px;
  }

  .ms__cta-subtitle {
    font-size: 14px;
  }

  .ms__cta-title {
    font-size: 24px;
  }

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

  .ms_lp-seo-text.hide h2 {
    font-size: 28px;
  }

  .ms_lp-seo-text.hide h3 {
    font-size: 20px;
  }

  .ms_lp_img-blog {
    display: none;
  }

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

  .ms_lp_blog {
    display: block;
  }

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

  .ms_lp_form_folow-img {
    width: 100%;
  }

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

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

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

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

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

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

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

  .tariffs-additional-table-tr {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 5px;
  }

  .tariffs-content-item-table-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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

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

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

  .ms__hero-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ms__main-banner-country {
    border-style: none;
    padding: 15px;
  }

  .ms__hero-title {
    font-size: 34px;
  }

  .ms__hero-wrapper {
    margin-bottom: 48px;
    padding-top: 100px;
  }

  .ms__main-banner-country-wrapp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .ms__btn {
    text-align: center;
  }

  .countdown-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: wrap;
    font-size: 10px;
  }

  .countdown-title {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .countdown-subtitle {
    font-size: 12px;
  }

  .ikon {
    width: 60px;
    left: -10%;
  }

  .ikon.second {
    width: 60px;
    bottom: -50%;
  }

  .swiper_slider-wrapper.swiper_slider-wrapper-products {
    padding: 0;
  }

  .swiper-pagination {
    bottom: -2.5rem;
  }

  .ms__shops-section {
    margin-top: 30px;
  }

  .ms__section-title {
    font-size: 28px;
  }

  .card.is-slider {
    padding: 25px;
  }

  .ms__container-head {
    display: block;
  }

  .ms__instruction-section, .ms__category-section {
    margin-top: 30px;
  }

  .ms__category-wrapp {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .ms_lp-tab-img-block {
    min-width: 130px;
  }

  .ms_lp-tab-img {
    height: auto;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
  }

  .ms__advantages-section {
    margin-top: 30px;
  }

  .ms_reg-instruction-title {
    font-size: 20px;
  }

  .ms__video-section {
    margin-top: 30px;
  }

  .ms__video-wrapp {
    grid-template-rows: minmax(min-content, 340px) minmax(min-content, 340px) minmax(min-content, 340px);
    grid-auto-flow: row;
  }

  .ms__video-item {
    height: 100%;
  }

  .ms_popup-body {
    width: 95vw;
    max-height: 95vh;
  }

  .ms_popup-ikon-close {
    top: 13px;
    right: 13px;
  }

  .ms__section-title-2 {
    font-size: 28px;
  }

  .ms__reg-section, .ms__faq-section {
    margin-top: 30px;
  }

  .ms__buy-instructions-item-question {
    justify-content: space-between;
  }

  .ms__instruction-section-2 {
    margin-top: 30px;
  }

  .ms__section-title-3 {
    font-size: 28px;
  }

  .slider-text-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ms__product-card.is-slider {
    box-shadow: none;
    border-style: solid;
    border-color: #ffffff29;
    flex-flow: column;
    justify-content: space-between;
    width: 275px;
    padding: 25px;
  }

  .ms__video-block-media {
    max-width: 376px;
    margin-left: 0;
    margin-right: 0;
  }

  .ms_lp-seo-text.hide h2 {
    font-size: 24px;
  }

  .ms_lp-seo-text.hide h3 {
    font-size: 18px;
  }

  .ms_lp-seo-text.hide ul {
    padding-left: 20px;
  }

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

  .ms_lp_form_folow-img {
    width: 100%;
  }

  .ms_footer-line {
    margin-top: 32px;
    margin-bottom: 39px;
  }

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

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

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

  .ms__video-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

#w-node-_029dd291-0cd4-31d0-4974-bf3c1f6053e4-853acec3 {
  align-self: start;
}

#w-node-_8344c5b6-79ce-9a76-5637-5a91ac57610f-853acec3, #w-node-_1e6b372d-556a-dc29-e55e-ae9bac652d08-853acec3, #w-node-_78911286-630a-fa55-4dec-c3376b704e74-853acec3, #w-node-_0062b524-397f-52c4-5aa4-8789c9a71b37-853acec3, #w-node-_13c6be27-60ba-55e3-2077-39483f11f85d-853acec3, #w-node-efe7319e-7b53-687c-3daf-2c5e00db255f-853acec3, #w-node-f68cd037-f884-3e5d-dc0b-04c2b654dd59-853acec3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a103ba9-29f2-09fe-12d2-7333d6dd8ff4-ee33657d {
  align-self: start;
}

#w-node-_4a103ba9-29f2-09fe-12d2-7333d6dd902a-ee33657d, #w-node-_4a103ba9-29f2-09fe-12d2-7333d6dd9032-ee33657d, #w-node-_4a103ba9-29f2-09fe-12d2-7333d6dd903a-ee33657d, #w-node-_4a103ba9-29f2-09fe-12d2-7333d6dd9042-ee33657d, #w-node-_4a103ba9-29f2-09fe-12d2-7333d6dd904a-ee33657d, #w-node-_4a103ba9-29f2-09fe-12d2-7333d6dd9052-ee33657d, #w-node-_32fbace1-fd31-69a1-88e2-7ce10403784a-ee33657d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_8344c5b6-79ce-9a76-5637-5a91ac57610f-853acec3, #w-node-_4a103ba9-29f2-09fe-12d2-7333d6dd902a-ee33657d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


