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

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

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

a {
  text-decoration: none;
}

.body {
  color: #303a45;
  font-family: Montserrat, sans-serif;
}

.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_header-logo {
  width: 167px;
  max-width: none;
}

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

.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-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: #52f3ed;
  -webkit-text-stroke-color: #52f3ed;
  text-shadow: 7px 9px 25px #52f3ed66;
}

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

.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-content-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 95px;
  display: flex;
}

.ms_lp_header-wrapper {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.ms_lp_header-btn {
  color: #fff;
  background-color: #28d3a1;
  border-radius: 40px;
  margin-left: 30px;
  padding: 12px 42px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  box-shadow: 0 6px 22px #40629129;
}

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

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

.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-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ms_lp_header-top {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.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-container {
  max-width: 100%;
  margin-top: 120px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.ms_lp-container.padding {
  margin-top: 96px;
}

.ms_lp-container.size {
  margin-top: 0;
}

.ms_tape-container {
  z-index: 1;
  background-color: #52f3ed;
  width: 110%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  top: 0%;
  overflow: hidden;
  transform: rotate(4deg);
  box-shadow: 0 0 22px 15px #52f3ed33;
}

.ms_tape-container.second {
  transform: rotate(-2deg);
}

.ms_tape-container-inner {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ms_tape-p {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.ms_lp-section-tape {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ms_lp-section-tape.second {
  z-index: -1;
  height: 220px;
  top: -80px;
}

.ms_tape-container--second {
  background-color: #fff;
  width: 110%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
  transform: rotate(-4deg);
  box-shadow: 0 0 22px 15px #52f3ed33;
}

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

.ms_lp-link:hover {
  color: #303a45;
}

.ms_lp-link.size {
  font-size: 14px;
}

.tooltip {
  z-index: 3;
  background-color: #fff;
  border-radius: 6px;
  width: 550px;
  margin-top: 15px;
  margin-left: 15px;
  padding: 30px;
  font-size: 13px;
  display: none;
  position: absolute;
  inset: 20% auto auto 10%;
  box-shadow: 0 6px 22px #40629129;
}

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

.ms_lp-tooltip-p {
  color: #99a4af;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.ms_lp-duty {
  background-color: #0000;
  border-radius: 40px;
  padding: 50px 40px 70px;
  position: relative;
}

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

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

.ms_lp-duty-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 75px;
}

.ms_lp-duty-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ms_lp_duty-numbers {
  color: #28d3a1;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
}

.ms_lp-duty-text {
  float: none;
  color: #303a45;
  text-align: left;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.hr {
  filter: none;
  border: .5px solid #99a4af33;
  height: 100%;
  margin-left: 15px;
}

.hr.hide {
  display: block;
}

.ms_lp-btn-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ms_lp-btn-block.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ms_lp-btn {
  color: #fff;
  text-align: center;
  background-color: #28d3a1;
  border-radius: 100px;
  width: 100%;
  max-width: 220px;
  padding: 13px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.ms_lp-slide-benefits {
  position: static;
  inset: 0%;
  overflow: visible;
}

.ms_lp-benefits {
  margin-top: 0;
  overflow: hidden;
}

.ms_lp-img-benefits-slider {
  filter: blur();
  height: 175px;
}

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

.ms_lp-p-benefits-title {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.ms_lp-p-benefits-title.line {
  color: #e60033;
  text-decoration: line-through;
}

.ms_lp-price {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.circle {
  border: 3px solid #28d3a1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.ms_lp-instruction {
  margin-top: 0;
}

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

.ms_lp-instruction-info-block {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  min-width: 256px;
  max-width: 256px;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 22px #40629129;
}

.ms_lp-instruction-select-number {
  color: #fff;
  letter-spacing: .02em;
  background-color: #28d3a1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.ms_lp-instruction-info-block-img {
  background-color: #f3f8fe;
  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--img {
  z-index: 1;
  width: 120px;
  height: auto;
  position: relative;
}

.ms_lp-shop-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr minmax(10rem, 20rem);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 35px;
  display: grid;
}

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

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

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

.slide-nav {
  z-index: 2;
  height: 3rem;
  font-size: .6rem;
}

.ms_lp-shop-slider {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.ms_lp-btn-2 {
  text-align: center;
  background-color: #28d3a1;
  border-radius: 100px;
  width: 100%;
  max-width: 220px;
  margin-top: 40px;
  padding: 13px 32px;
}

.ms_lp-shop-slide-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ms_lp-shop-slide {
  width: 100%;
  margin-right: -1px;
}

.right-arrow {
  display: none;
}

.ms_lp-shop-grid-item {
  background-color: #f3f8fe;
  border-radius: 24px;
  position: relative;
}

.ms_lp-shop-grid-item.is-intro {
  background-color: #f3f8fe;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms_lp-shop-grid-item.is-slideshow {
  background-color: #d3e8ff;
  width: 100%;
  height: 100%;
}

.ms_lp-shop-grid-item.is-person {
  z-index: 3;
  background-color: #d3e8ff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ms_lp-shop-grid-item.is-social {
  background-color: #f3f8fe;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms_lp-shop-grid-item.is-mood-image {
  background-color: #d3e8ff;
  max-height: 14rem;
}

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

.ms_lp-shop-shine {
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle farthest-side at 50% 0, #91dfb5, #0000);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: absolute;
  inset: 0%;
}

.left-arrow {
  display: none;
}

.ms_lp-tab-block {
  margin-top: 96px;
}

.ms_lp-tab {
  justify-content: space-between;
  margin-top: 35px;
  display: flex;
}

.ms_lp-tabs-menu {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.ms_lp-tab-link {
  letter-spacing: .02em;
  background-color: #0000;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.ms_lp-tab-link.w--current {
  color: #fff;
  background-color: #d3e8ff;
}

.ms_lp-tab-content {
  width: 67%;
  margin-left: 25px;
}

.ms_lp-tab-grid {
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ms_lp-tab-product-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: auto;
  flex-flow: column;
  justify-content: space-between;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

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

.ms_lp-calculation-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: auto;
  flex-flow: column;
  display: flex;
}

.ms_lp-ua-price {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.ms_lp-cost {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.ms_lp-cost.price {
  font-size: 14px;
  font-weight: 600;
}

.ms_lp-cost.red {
  color: #e60033;
}

.ms_lp-eu-price {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.ms_lp-tab-link-block {
  color: #303a45;
  text-decoration: none;
}

.ms_lp-tab-img-block {
  border: 2px solid #0000;
  border-radius: 24px;
  overflow: hidden;
}

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

.slider-text-wrap {
  border: 1px solid #fffefe;
  border-radius: 24px;
  width: 100%;
  padding: 20px;
}

.hide {
  display: none;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #303a45;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.link-arrow.color {
  color: #28d3a1;
}

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

.card.is-slider {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #d3e8ff;
  border-style: none;
  border-color: #99a4af;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 420px;
  padding: 35px;
}

.ms_lp-ikon-tax {
  z-index: 2;
  width: 65px;
  position: absolute;
  inset: 3% 5% auto auto;
  transform: rotate(23deg);
}

.ms_lp_registration-block {
  justify-content: space-around;
  margin-top: 50px;
  display: flex;
}

.ms_lp_registration_p {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.ms_lp_registration_p.small {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

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

.ms_lp_registration_info {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.image-143 {
  width: 300px;
}

.ms_lp_registration {
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ms_lp_btn_registration {
  color: #fff;
  text-align: center;
  background-color: #28d3a1;
  background-image: url('../images/apple-store.svg');
  background-position: 13px 5px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 40px;
  width: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.ms_lp_btn_registration.registration {
  background-image: none;
  margin-bottom: 20px;
}

.ms_lp_btn_registration.android {
  background-image: url('../images/google-play.svg');
}

.ms_lp_registration_btn-block {
  grid-column-gap: 35px;
  margin-bottom: 35px;
  display: flex;
}

.ms_lp-faq {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  display: flex;
  position: relative;
}

.brix---btn-circle-accordion-btn-3 {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-3:hover {
  background-color: #0000;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-btn-vertical-line-9 {
  background-color: #0860c7;
  border-radius: 100px;
  width: 22px;
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-item-wrapper-8 {
  cursor: pointer;
  background-color: #0000;
  border: 1px #eff0f6;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
  transition: none;
  display: flex;
}

.brix---color-neutral-815 {
  color: #6e7191;
  background-color: #fff;
  padding: 38px 28px 23px;
}

.paragraph-139 {
  color: #0061af;
  letter-spacing: .4px;
  margin-bottom: 0;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 146%;
}

.ms__faq-list-main {
  flex-flow: column;
  width: 100%;
  max-width: 1180px;
  margin-top: 50px;
  margin-right: 26px;
  display: flex;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.brix---color-neutral-831 {
  color: #211f54;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---acordion-body-8 {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  display: block;
  position: relative;
  top: -20px;
  overflow: hidden;
  box-shadow: 0 6px 22px #40629029;
}

.brix---accordion-side-2 {
  clear: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 0;
  display: flex;
}

.brix---accordion-header-12 {
  z-index: 5;
  background-color: #f3f8fe;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.brix---accordion-btn-horizontal-line-3 {
  background-color: #0860c7;
  border-radius: 100px;
  width: 22px;
  height: 3px;
  position: absolute;
}

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

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

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

.ms_lp-banner-info-block {
  z-index: 3;
  max-width: 55%;
  margin-left: 60px;
  position: relative;
}

.ms_lp-banner-back {
  filter: none;
  background-image: none;
  border-radius: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 700px;
  max-height: 900px;
  display: flex;
  position: relative;
}

.ms_lp-banner-info {
  color: #0061af;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.ms_lp-banner {
  width: 100%;
  position: relative;
}

.ms_lp-title_banner {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.ms_lp-banner-img {
  opacity: 0;
  width: 500px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 5% auto auto;
}

.ms_lp-banner-img.third {
  width: 400px;
}

.image-144 {
  z-index: -1;
  opacity: .35;
  max-width: 100%;
  position: absolute;
  inset: -10% -25% auto auto;
}

.ms_lp-product-block {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding: 20px;
  display: flex;
}

.ms_lp-info-block {
  margin-top: 96px;
}

.info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.first-info {
  background-color: #f3f8fe;
  border-radius: 24px;
  width: 65%;
  padding: 75px 40px;
  font-size: 16px;
  line-height: 135%;
}

.second-info {
  background-color: #f3f8fe;
  border-radius: 24px;
  width: 100%;
  padding: 40px;
}

.img {
  width: 40%;
  position: absolute;
  inset: auto 0% auto auto;
}

.deteil-ikon {
  width: 100px;
  position: absolute;
  inset: 33% 0% 0% 58%;
  transform: rotate(28deg);
}

.deteil-ikon.second {
  width: 140px;
  inset: auto 30% 15% auto;
  transform: none;
}

.ms_lp-img-element-bottom-2 {
  width: 200px;
  position: absolute;
  inset: -2% auto auto 0;
  transform: rotate(-180deg);
}

.image-140 {
  z-index: -1;
  opacity: .21;
  width: 75%;
  position: absolute;
  inset: 20% -10% auto auto;
  transform: rotate(180deg);
}

.image-141 {
  z-index: -1;
  opacity: .15;
  width: 125%;
  max-width: none;
  position: absolute;
  inset: auto auto auto -30%;
}

.ms_lp_copyright {
  max-width: 415px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.html-embed-5 {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

.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-footer-form-title {
  float: none;
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 20px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.bold-text-44 {
  color: #fff;
  width: 400px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-form-two {
  background-color: #f3f8fe;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 64px;
  display: flex;
}

.button-primary-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-15:active {
  background-color: #43464d;
}

.button-primary-15.footer-form-button {
  text-align: center;
  background-color: #0061af;
  border-radius: 20px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.image-146 {
  z-index: 5;
  position: absolute;
}

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

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

.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_form_folow-img {
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
  position: absolute;
  inset: auto 0% -20% auto;
}

.ms_lp_form {
  background-color: #f3f8fe;
  border-radius: 24px;
  width: 100%;
  padding: 40px;
}

.ms_lp_blog {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.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_registration-form {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.ms_lp-section {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 15px 60px;
}

.ms_lp-block-blog {
  width: 60%;
}

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

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

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

.swiper_slider-wrapper {
  overflow: hidden;
}

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

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

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

.swiper-wrapper {
  display: flex;
}

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

.swiper-button-prev {
  color: #d3e8ff;
  text-align: right;
  cursor: pointer;
  border: 1px solid #d3e8ff;
  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: #303a45;
  background-color: #52f3ed;
  border-style: none;
}

.swiper-button-next {
  z-index: 5;
  color: #d3e8ff;
  cursor: pointer;
  border: 1px solid #d3e8ff;
  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: #303a45;
  background-color: #52f3ed;
  border-style: none;
  border-color: #fff;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  color: #303a45;
  background-color: #52f3ed;
  border-style: none;
}

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .ms_lp_registration {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    background-color: #fff;
  }

  .ms_lp_header-nav-link.w--current {
    opacity: 1;
    -webkit-text-stroke-color: #0061af;
  }

  .ms_lp_header-wrapper {
    background-color: #fff;
  }

  .ms_lp-link {
    font-size: 18px;
  }

  .tooltip {
    border-radius: 24px;
    width: 650px;
    left: 8%;
  }

  .ms_lp-tooltip-p {
    font-size: 16px;
    line-height: 1.4;
  }

  .ms_lp_duty-numbers {
    text-align: left;
    line-height: 144%;
  }

  .ms_lp-duty-text {
    font-size: 20px;
    line-height: 1.2;
  }

  .ms_lp-btn-block {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

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

  .ms_lp-instruction-grid {
    place-items: stretch center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms_lp-tab-product-item {
    position: relative;
  }

  .ms_lp-cost {
    font-size: 14px;
  }

  .ms_lp-cost.price, .heading {
    font-size: 16px;
  }

  .ms_lp_btn_registration {
    background-color: #28d3a1;
  }

  .paragraph-139 {
    font-size: 20px;
  }

  .ms_lp-seo-p {
    font-size: 18px;
  }

  .ms_lp-banner-back {
    margin-top: 48px;
  }

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

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

  .ms_lp-banner-img {
    width: 650px;
    right: 5%;
  }

  .ms_lp-banner-img.third {
    width: 500px;
  }

  .main {
    overflow: hidden;
  }

  .first-info {
    padding-right: 60px;
	font-size: 18px;
  }

  .deteil-ikon.second {
    bottom: 5%;
  }

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

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

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

  .ms_tape-p {
    font-size: 50px;
    line-height: 1.4;
  }

  .ms_lp-section-tape.second {
    height: 250px;
    top: -80px;
  }

  .ms_lp-link {
    font-size: 20px;
  }

  .tooltip {
    left: 7%;
  }

  .ms_lp-tooltip-p {
    font-size: 18px;
  }

  .ms_lp-duty {
    background-color: #0000;
  }

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

  .ms_lp_duty-numbers {
    font-size: 62px;
  }

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

  .circle {
    width: 75px;
    height: 75px;
  }

  .ms_lp-instruction {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ms_lp-instruction-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .ms_lp-tabs-menu {
    width: 25%;
  }

  .ms_lp-tab-link {
    font-size: 20px;
    line-height: 28px;
  }

  .ms_lp-tab-content {
    width: 75%;
  }

  .ms_lp-calculation-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .ms_lp-ua-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .ms_lp-cost {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .ms_lp-cost.price {
    font-size: 20px;
  }

  .ms_lp-eu-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading {
    font-size: 20px;
    line-height: 1.2;
  }

  .ms_lp-ikon-tax {
    width: 80px;
    top: 12%;
    right: 7%;
  }

  .paragraph-139 {
    font-size: 22px;
  }

  .ms_lp-seo-p {
    font-size: 20px;
    line-height: 28px;
  }

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

  .ms_lp-banner-img {
    width: 700px;
  }

  .ms_lp-banner-img.third {
    width: 550px;
  }

  .image-144 {
    width: 100%;
    right: -35%;
  }

  .first-info {
    padding-right: 95px;
  }

  .deteil-ikon {
    width: 120px;
    top: 27%;
  }

  .image-140 {
    width: 100%;
    top: 17%;
    right: -13%;
  }

  .image-141 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .ms_lp_header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 15px;
  }

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

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

  .ms_lp_header-nav-link {
    color: #fff;
    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_hamburger-menu-bar-top {
    background-color: #0860c7;
    width: 44px;
    height: 3px;
  }

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

  .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: #0860c7;
    border-top: 1px #eff0f6;
    border-bottom: 1px #eff0f6;
    width: 100%;
    height: 100vh;
    margin-top: 70px;
    padding: 0;
    position: fixed;
  }

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

  .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-btn {
    background-color: #28d3a1;
    margin-left: 0;
  }

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

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

  .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-top {
    margin-bottom: 0;
  }

  .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-container {
    margin-top: 80px;
  }

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

  .ms_tape-container {
    top: 0%;
  }

  .ms_lp-section-tape {
    height: 275px;
  }

  .ms_lp-section-tape.second {
    height: 180px;
    top: -25px;
  }

  .tooltip {
    top: 60%;
    left: 15%;
  }

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

  .ms_lp-duty-grid {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .ms_lp_duty-numbers {
    font-size: 26px;
    line-height: 140%;
  }

  .ms_lp-duty-text {
    margin-right: 15px;
    font-size: 13px;
    line-height: 1.4;
  }

  .hr.hide {
    display: none;
  }

  .ms_lp-btn-block {
    margin-top: 25px;
  }

  .ms_lp-instruction {
    margin-top: 0;
  }

  .ms_lp-instruction-grid {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0;
    overflow: auto;
  }

  .ms_lp-instruction-info-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .ms_lp-shop-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .ms_lp-shop-grid-item.is-slideshow {
    height: 350px;
  }

  .ms_lp-shop-grid-item.is-social {
    min-height: 220px;
  }

  .ms_lp-shop-grid-item.is-mood-image {
    max-height: none;
  }

  .ms_lp-tab-block {
    margin-top: 48px;
  }

  .ms_lp-tab-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ms_lp_registration-block {
    margin-top: 35px;
  }

  .ms_lp_registration_p {
    font-size: 18px;
    line-height: 24px;
  }

  .ms_lp_registration_p.small {
    font-size: 14px;
  }

  .ms_lp_registration {
    margin-top: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ms_lp_btn_registration {
    width: 160px;
  }

  .ms_lp-faq {
    margin-top: 48px;
  }

  .brix---btn-circle-accordion-btn-3 {
    transition-property: none;
  }

  .brix---accordion-btn-vertical-line-9 {
    transform: rotate(90deg);
  }

  .brix---accordion-item-wrapper-8 {
    box-shadow: none;
    width: 100%;
    max-width: 985px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .ms__faq-list-main {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 985px;
    margin-top: 35px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .brix---accordion-content-wrapper {
    max-width: 985px;
  }

  .ms_lp-banner-info-block {
    text-align: left;
    max-width: 70%;
    margin-top: 75px;
    margin-left: 50px;
    margin-right: 0;
  }

  .ms_lp-banner-back {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 700px;
  }

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

  .ms_lp-title_banner {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 32px;
  }

  .ms_lp-banner-img {
    bottom: 0;
    right: 15%;
  }

  .ms_lp-banner-img.third {
    right: 22%;
  }

  .image-144 {
    top: 50%;
  }

  .ms_lp-info-block {
    margin-top: 48px;
  }

  .info {
    margin-top: 35px;
  }

  .first-info {
    width: 100%;
  }

  .img {
    display: none;
  }

  .deteil-ikon {
    width: 75px;
    top: 47%;
    left: 15%;
    right: auto;
  }

  .deteil-ikon.second {
    bottom: 0%;
    right: 20%;
  }

  .ms_lp-img-element-bottom-2 {
    top: 35%;
  }

  .image-140 {
    width: 100%;
  }

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

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

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

  .ms_lp-footer-form-title {
    margin-right: 15px;
    font-size: 18px;
    line-height: 1.4;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .bold-text-44 {
    color: #303a45;
    width: 300px;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }

  .footer-form-two {
    padding: 40px;
  }

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

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

  .ms_lp_form_folow-btns {
    flex-direction: column;
  }

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

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

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

  .swiper-buttons {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

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

  .ms__btn:hover {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .ms_lp_header-logo {
    max-width: 90%;
  }

  .ms_lp_header-wrapper {
    position: fixed;
  }

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

  .ms_tape-p {
    font-size: 34px;
  }

  .ms_lp-section-tape {
    height: 220px;
  }

  .tooltip {
    width: 350px;
    top: 52%;
    left: 12%;
  }

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

  .ms_lp-duty {
    padding: 20px;
  }

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

  .ms_lp-duty-grid {
    grid-column-gap: 40px;
    margin-top: 35px;
  }

  .ms_lp-duty-text {
    margin-right: 0;
    line-height: 1.2;
  }

  .ms_lp-btn-block {
    margin-top: 40px;
  }

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

  .ms_lp-instruction-grid {
    align-items: stretch;
    margin-top: 35px;
  }

  .ms_lp-tab {
    flex-flow: column;
  }

  .ms_lp-tabs-menu {
    flex-flow: row;
    width: 100%;
    overflow: auto;
  }

  .ms_lp-tab-link {
    white-space: nowrap;
  }

  .ms_lp-tab-link.w--current {
    margin-bottom: 10px;
  }

  .ms_lp-tab-content {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }

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

  .ms_lp_registration_img, .ms_lp_registration_info {
    width: 100%;
  }

  .ms_lp_registration_btn-block {
    margin-bottom: 25px;
  }

  .brix---btn-circle-accordion-btn-3 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-item-wrapper-8 {
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
  }

  .paragraph-139 {
    padding-left: 0;
    padding-right: 0;
  }

  .ms__faq-list-main {
    max-width: 100%;
    margin-bottom: 0;
  }

  .brix---accordion-side-2 {
    height: 56px;
    margin-right: 0;
  }

  .brix---accordion-header-12 {
    justify-content: space-between;
    max-width: none;
    position: static;
    overflow: visible;
  }

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

  .ms_lp-banner-back {
    min-height: 600px;
  }

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

  .ms_lp-title_banner {
    text-shadow: none;
    font-size: 28px;
  }

  .ms_lp-banner-img {
    width: 400px;
  }

  .ms_lp-banner-img.third {
    width: 300px;
    bottom: 5%;
    right: 25%;
  }

  .deteil-ikon {
    width: 50px;
    top: 50%;
  }

  .deteil-ikon.second {
    width: 110px;
  }

  .ms_lp-img-element-bottom-2 {
    width: 125px;
  }

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

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .html-embed-5 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

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

  .footer-form-container-two {
    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-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .ms_lp-footer-form-title {
    margin-top: 20px;
    margin-right: 0;
    line-height: 1.2;
  }

  .footer-form-input {
    width: 100%;
  }

  .bold-text-44 {
    color: #fff;
  }

  .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_folow-block {
    margin-right: 0;
    line-height: 1.2;
  }

  .ms_lp_form_folow-img {
    width: 100%;
  }

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

  .ms_lp_blog {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .ms_lp_registration-form {
    flex-direction: column;
    margin-bottom: 48px;
  }

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

  .ms__hero-btn {
    flex-flow: column;
  }

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

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

  .ms__btn {
    text-align: center;
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .ms_lp_header-logo {
    width: 97px;
    max-width: none;
    margin-left: 0;
  }

  .ms_lp_container-default {
    padding-left: 0;
    padding-right: 0;
  }

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

  .ms_lp-section-tape {
    height: 200px;
  }

  .ms_lp-section-tape.second {
    height: 175px;
    top: -60px;
  }

  .tooltip {
    z-index: 10;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
    inset: auto 0 -25px 0%;
  }

  .ms_lp-duty {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .ms_lp-duty-grid {
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .ms_lp-duty-item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .ms_lp_duty-numbers {
    font-size: 28px;
  }

  .ms_lp-duty-text {
    text-align: center;
    width: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .hr {
    display: none;
  }

  .ms_lp-btn-block {
    margin-top: 40px;
  }

  .ms_lp-img-benefits-slider {
    height: 140px;
  }

  .ms_lp-shop-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

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

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

  .ms_lp-shop-grid-item.is-slideshow {
    height: 275px;
  }

  .ms_lp-tab-grid {
    grid-template-columns: 1fr;
  }

  .ms_lp-tab-product-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ms_lp-calculation-info {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .slider-text-wrap {
    padding: 15px;
  }

  .card.is-slider {
    width: 275px;
    padding: 15px;
  }

  .ms_lp-block-circle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ms_lp_registration_p {
    font-size: 18px;
  }

  .ms_lp_registration_img {
    margin-top: 25px;
  }

  .ms_lp_registration_btn-block {
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .brix---btn-circle-accordion-btn-3 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-item-wrapper-8 {
    position: relative;
  }

  .brix---color-neutral-831 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .brix---acordion-body-8 {
    display: block;
  }

  .brix---accordion-side-2 {
    margin-right: 0;
  }

  .brix---accordion-header-12 {
    justify-content: space-between;
  }

  .ms_lp-banner-info-block {
    max-width: 100%;
    position: relative;
  }

  .ms_lp-banner-back {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 600px;
  }

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

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

  .ms_lp-banner-img {
    right: 0%;
  }

  .ms_lp-banner-img.second {
    width: 320px;
    right: 5%;
  }

  .ms_lp-banner-img.third {
    width: 250px;
    right: 15%;
  }

  .main {
    overflow: hidden;
  }

  .ms_lp-product-block {
    height: 200px;
  }

  .first-info {
    padding: 50px 20px;
  }

  .deteil-ikon {
    top: 60%;
    left: 20%;
  }

  .deteil-ikon.second {
    width: 85px;
    right: 10%;
  }

  .ms_lp-img-element-bottom-2 {
    width: 100px;
  }

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

  .html-embed-5 {
    clear: left;
    max-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .footer-divider-two-2 {
    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-form-title {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .bold-text-44 {
    line-height: 12px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .button-primary-15.footer-form-button {
    position: relative;
    right: 0;
  }

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

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

  .ms_lp_form_folow-img {
    width: 100%;
  }

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

  .ms_lp_registration-form {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
  }

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

  .swiper-slide {
    width: 100%;
  }

  .ms__btn {
    text-align: center;
    width: 100%;
  }
}

#w-node-_9988cbb7-6bff-882e-19c5-619c58226c4c-b0225bef, #w-node-_0eb49b38-d755-1a01-11de-f52fad42dcdc-b0225bef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2de25ca-8a70-f4c1-1a21-100e78687061-b0225bef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2de25ca-8a70-f4c1-1a21-100e78687067-b0225bef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e2de25ca-8a70-f4c1-1a21-100e7868706c-b0225bef {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e2de25ca-8a70-f4c1-1a21-100e78687093-b0225bef, #w-node-e2de25ca-8a70-f4c1-1a21-100e78687098-b0225bef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e2de25ca-8a70-f4c1-1a21-100e7868709e-b0225bef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e2de25ca-8a70-f4c1-1a21-100e78687067-b0225bef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e2de25ca-8a70-f4c1-1a21-100e7868706c-b0225bef {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e2de25ca-8a70-f4c1-1a21-100e78687093-b0225bef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e2de25ca-8a70-f4c1-1a21-100e78687098-b0225bef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e2de25ca-8a70-f4c1-1a21-100e7868709e-b0225bef {
    order: 9999;
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50acb4e4-0d07-bbc7-be80-492e35f4d702-b0225bef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e2de25ca-8a70-f4c1-1a21-100e78687061-b0225bef, #w-node-e2de25ca-8a70-f4c1-1a21-100e78687098-b0225bef {
    grid-column: span 1 / span 1;
  }
}
