:root {
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
}

.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-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: #234363;
  letter-spacing: .05em;
  background-image: radial-gradient(circle at 100%, #eaf3fb, #cfe5f8 34%, #a8d0f2 59%, #79b8ec);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 600;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #5b6375;
  margin-bottom: 0;
}

a {
  color: #0860c7;
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.df__home-calculator-new {overflow:hidden !important;}
.swiper-slide-active {
      opacity: 1;
      z-index: 1;
  }
  .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #0860C7;
    margin: 0 5px;
    opacity: 0.5;
    border-radius: 50%;
	}
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    -webkit-backdrop-filter: blur(3px);
    background: transparent;
    backdrop-filter: blur(3px);
    background-image: linear-gradient(#ffffffe6, #fff0);
    border: 1px solid #fff6;
    inset: 0 1px;
    box-shadow: inset 0 1px 10px 6px #fff3, 0 8px 32px #fff3;
    box-shadow: 0 8px 12px rgba(117, 173, 203, 0.5);
    }
  .ms__white{color: #ffffff;}
.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__header-nav-list-item {
  color: #3e648a;
  list-style: none;
}

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

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

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

.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__header-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #28d3a1;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 32px;
  font-weight: 500;
  line-height: 150%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: inset 0 2px 12px #96dac6;
}

.ms__header-btn:hover {
  box-shadow: inset 0 2px 18px #9fdecb;
}

.ms__header-btn.hide-pc {
  display: none;
}

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

.ms__header-logo-link {
  padding-left: 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: 14px;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

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

.ms__sidebar-top {
  display: none;
}

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

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

.ms__header-nav-list-link {
  color: #3e648a;
}

.ms__hero-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #3e648a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 628px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms__btn-text {
  position: relative;
}

.ms__hero-title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.7;
  transform: rotate(0);
}

.ms__container {
  flex-flow: column;
  max-width: 1180px;
  display: flex;
  position: relative;
}

.ms__container.hero {
  margin-top: 170px;
  display: block;
}

.ms__hero-wrapper {
  text-align: center;
  padding-bottom: 60px;
}

.ms__hero-para {
  font-weight: 500;
}

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

.ms__btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(#066bdf, #0852aa);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 16px 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: inset 0 2px 12px #61a8fb;
}

.ms__btn:hover {
  box-shadow: inset 0 2px 20px #61a8fb;
}

.ms__btn.green {
  box-shadow: none;
  background-color: #28d3a1;
  background-image: none;
}

.ms__btn.white {
  box-shadow: none;
  color: #0860c7;
  background-color: #fff;
  background-image: none;
  font-weight: 600;
}

.ms__btn.btn-faq {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ms__hero-title-back {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  box-shadow: 0 15.53px 15.53px #0000000f;
}

.ms__hero-title-back.blue {
  color: #0061af;
  font-weight: 600;
}

.ms__hero-title-back.green {
  color: #fff;
  background-color: #28d3a1;
}

.ms__hero-btns-wrp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ms__navigation-btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #2d5074;
  text-align: left;
  background-color: #fff9;
  border: 1px solid #fff6;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 275px;
  padding: 20px;
  font-weight: 600;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  display: flex;
  inset: 0 1px;
  box-shadow: inset 0 1px 10px 6px #fff3, 0 8px 32px #fff3;
}

.ms__navigation-btn:hover {
  box-shadow: inset 0 1px 10px 20px #ffffff4d, 0 8px 32px #fff3;
}

.ms__navigation-arrow {
  margin-left: auto;
}

.ms__hero-img-first {
  z-index: -1;
  max-width: 250px;
  position: absolute;
  top: -15%;
  left: -5%;
  transform: rotate(-10deg);
}

.ms__hero-img-second {
  z-index: 0;
  max-width: 260px;
  position: absolute;
  bottom: 20%;
  left: 0%;
  transform: rotate(23deg);
}

.ms__hero-img-third {
  z-index: -1;
  max-width: 250px;
  position: absolute;
  top: -10%;
  right: -5%;
  transform: rotate(15deg);
}

.ms__hero-img-four {
  z-index: 0;
  max-width: 250px;
  position: absolute;
  bottom: 10%;
  right: 0;
  transform: rotate(20deg);
}

.ms__heading-wrp {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms__heading-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #28d3a1;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  padding: 10px 20px;
  font-weight: 600;
  line-height: 1.7;
  display: flex;
}

.ms__heading-title {
  color: #234363;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.ms__advantages {
  flex-flow: column;
  margin-top: 96px;
  display: flex;
  position: relative;
}

.ms__advantages-wrp {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#ffffffe6, #ffffff80 32%);
  border: 1px solid #fff6;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 20px #0000000f;
}

.ms__advantages-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ms__advantages-item-text {
  color: #5b6375;
  flex-flow: column;
  display: flex;
}

.ms__advantages-title {
  color: #234363;
  font-size: 24px;
  font-weight: 600;
}

.ms__advantages-img-first {
  z-index: -1;
  max-width: 235px;
  position: absolute;
  top: -100px;
  left: -110px;
  transform: rotate(15deg);
}

.ms__advantages-img-second {
  z-index: -1;
  max-width: 250px;
  position: absolute;
  top: 0;
  right: -30px;
  transform: rotate(-20deg);
}

.ms__categories {
  flex-flow: column;
  margin-top: 96px;
  display: flex;
}

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

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

.ms__calculator-wrp {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.ms__register-img-second {
  z-index: -1;
  max-width: 250px;
  position: absolute;
  top: -125px;
  right: -80px;
  transform: rotate(18deg);
}

.ms__register-img-first {
  z-index: -1;
  max-width: 300px;
  position: absolute;
  top: -90px;
  left: -150px;
  transform: rotate(9deg);
}

.ms__register {
  flex-flow: column;
  margin-top: 96px;
  display: flex;
  position: relative;
}

.ms__register-wrp {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.ms__register-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#ffffffe6, #ffffff80);
  border: 1px solid #fff6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  margin-top: auto;
  padding: 32px 30px;
  display: flex;
  transform: rotate(-5deg);
  box-shadow: inset 0 1px 10px 6px #fff3, 0 20px 20px #0000000f;
}

.ms__register-item.second {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  transform: rotate(5deg);
}

.register-device-img {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.ms__copyright {
  max-width: 415px;
}

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

.ms__footer-link-file, .ms__footer-link {
  color: #fff;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.ms__footer {
  color: #fff;
  background-color: #0860c7;
  border-top: 1px solid #d3e8ff59;
  flex-direction: column;
  align-items: center;
  margin-top: 96px;
  padding: 58px 30px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.ms__footer-link-wrp {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

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

.ms__footer-politic-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.ms__footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 13px;
  display: flex;
}

.ms__footer-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.ms__footer-social-links {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.ms__footer-social-wrp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.main-section {
  width: 100%;
  overflow: hidden;
}

.calc-embed {
  margin-bottom: 24px;
}

.ms__sidebar-top-buttons {
  display: none;
}

.ms__navigation-svg {
  width: 58px;
}

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

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

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

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

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

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

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

.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-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__popup-body-title {
  color: #303a45;
  letter-spacing: .02em;
  margin-top: 31px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.ms__popup-apps-item-btn-beta {
  color: #fff;
  background-color: #0860c7;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: all .5s;
  display: flex;
  position: relative;
}

.ms__tab {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ms__tab-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.ms__tab-goods-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__tab-link {
  letter-spacing: .02em;
  background-color: #0000;
  border: 1px solid #ffffff26;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  height: 64px;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: inset 0 2px 5px #fff3;
}

.ms__tab-link:hover {
  background-color: #ffffff1a;
  border: 1px solid #ffffff59;
}

.ms__tab-link.w--current {
  color: #fff;
  background-image: linear-gradient(#066bdf, #0852aa);
  border-style: none;
  box-shadow: inset 0 2px 12px #61a8fb;
}

.ms__tab-link.w--current:hover {
  box-shadow: inset 0 2px 20px #61a8fb;
}

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

.ms__tab-content {
  overflow: visible;
}

.ms__tab-goods-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #5b6375;
  background-image: linear-gradient(#ffffffe6, #fff0);
  border: 1px solid #fff6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 32px 32px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  box-shadow: 0 20px 20px #0000000f, inset 0 1px 10px #fff3;
}

.ms__tab-goods-block:hover {
  box-shadow: 0 20px 20px #0000000f, inset 0 2px 20px #ffffff80;
}

.ms__tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  margin-bottom: 30px;
  display: flex;
}

.ms__categoreies-wrp {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ms__hero-advantages {
  border: 1px solid #fff6;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
  padding: 15px;
  position: relative;
  box-shadow: inset 0 20px 20px #fff3;
}

.ms__hero-advantages-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #2d5074;
  text-align: left;
  background-color: #ffffff3d;
  border: 1px solid #fff6;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  display: flex;
  inset: 0 1px;
  box-shadow: inset 0 1px 10px 6px #fff3, 0 8px 32px #fff3;
}

.ms__grid-advantages-img {
  z-index: -1;
  position: absolute;
  inset: auto 25% -25% auto;
}

.ms__grid-advantages-img-second {
  z-index: -1;
  position: absolute;
  top: -25%;
  left: 25%;
  right: auto;
}

.ms__promocode {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #5b6375;
  text-align: center;
  background-image: linear-gradient(#ffffff96, #ffffff80);
  border-radius: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 96px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 20px 20px #ffffff80;
}

.ms__hero-advantages-item-title {
  font-size: 14px;
  font-weight: 600;
}

.ms__shops {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 96px;
  display: flex;
}

.ms__promocode-item {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  font-weight: 600;
  display: flex;
}

.ms__promocode-item.img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms__promocode-title {
  color: #234363;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
}

.ms__promocode-backimg-first {
  z-index: -1;
  filter: blur(3px);
  max-width: 300px;
  position: absolute;
  top: -25%;
}

.calc-iframe-wrapp {
  width: 100vw;
  max-width: 975px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ms__promocode-backimg-second {
  z-index: -1;
  filter: blur(4px);
  max-width: 300px;
  position: absolute;
  bottom: -25%;
  right: 50%;
  transform: rotate(30deg);
}

.ms__promocode-text {
  margin-bottom: 24px;
}

.ms__promocode-img {
  max-width: 310px;
  transform: rotate(15deg);
}

.ms__tooltip {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.ms__tooltip-wrp {
  color: #5b6375;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  padding: 15px;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: 30px;
  left: 0;
  box-shadow: 0 20px 20px #0000000f;
}

.ms__tooltip-wrp.second {
  left: auto;
  right: 0;
}

.tooltip-img {
  width: 20px;
}

.ms__seo {
  color: #5b6375;
  background-image: linear-gradient(#ffffff96, #ffffff80);
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 96px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 20px 20px #ffffff80;
}

.ms__seo-content p {
  margin-bottom: 12px;
}

.ms__seo-content blockquote {
  font-size: 14px;
}

.ms__seo-content h4, .ms__seo-content h5, .ms__seo-content h6 {
  font-weight: 600;
}

.ms__seo-content h2 {
  color: #0061af;
}

.ms__seo-content.hide h3 {
  color: #0860c7;
}

.ms__seo-btn-more {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0061af;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.ms__seo-btn-more-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.ms__calendar-discaunt {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #5b6375;
  text-align: center;
  background-image: linear-gradient(#ffffff96, #ffffff80);
  border-radius: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 96px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 20px 20px #ffffff80;
}

.ms__calendar-discaunt-img {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(15deg);
}

.ms__line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-image: linear-gradient(#066bdf, #0852aa);
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 2px 12px #61a8fb, 0 20px 20px #0000000f;
}

.ms__line-item-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  animation: 25s linear infinite ms-marquee;
  display: flex;
}

.ms__line-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  display: flex;
}

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

.ms__tax-info-wrp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1180px;
  min-height: 150px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ms__tax-info-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ms__tax-info-title {
  z-index: 1;
  color: #234363;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.ms__tax-info-item-text {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5b6375;
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.tax-element {
  position: absolute;
  top: -30px;
  left: -30px;
}

.ms__tax-info-img-wrp {
  position: relative;
}

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

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

.ms_tax-popup-body {
  z-index: 10000;
  background-color: #fff;
  border-radius: 40px;
  width: 750px;
  max-height: 95vh;
  padding: 60px 37px;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px #21436342;
}

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

.ms_tax-popup-body-content blockquote {
  border-left-color: #148dcc;
  font-size: 14px;
}

.ms_tax-popup-body-content strong {
  color: #148dcc;
}

.ms__tab-goods-content {
  width: 100%;
}

.ms__tab-goods-title {
  color: #0860c7;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.ms__tab-goods-comparison {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ms__tab-goods-small-text {
  color: #6c86a4;
  font-size: 12px;
}

.ms__tab-goods-heading {
  margin-bottom: 24px;
}

.ms__tab-goods-comparison-price {
  color: #0860c7;
  font-weight: 700;
}

.ms__tab-goods-comparison-wrp {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
}

.ms__tab-goods-difference-wrp {
  color: #234363;
  background-color: #ffffff30;
  border: 1px solid #fff6;
  border-radius: 16px;
  flex-flow: column;
  padding: 14px 14px 14px 24px;
  display: flex;
  box-shadow: inset 0 2px 5px #ffffff45;
}

.ms__tab-goods-difference-sum {
  font-size: 20px;
  font-weight: 600;
}

.ms__tab-goods-btn {
  color: #234363;
  border-bottom: 1px solid #234363;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
}

.ms__tax-free-img {
  width: 80px;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: rotate(-15deg);
}

.ms__help {
  flex-flow: column;
  margin-top: 96px;
  display: flex;
}

.ms__help-wrp {
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ms__help-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.ms__help-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: linear-gradient(#ffffffe6, #fff0);
  border: 1px solid #fff6;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 32px #fff3, inset 0 1px 10px 6px #fff3;
}

.ms__help-item-subtitle {
  color: #187eb3;
  margin-bottom: 5px;
  font-weight: 600;
}

.ms__help-item-stock-wrp {
  background-color: #ffffff30;
  border: 1px solid #fff6;
  border-radius: 12px;
  flex-flow: column;
  margin-bottom: auto;
  padding: 10px 12px;
  font-weight: 600;
  display: flex;
  box-shadow: inset 0 2px 5px #ffffff45;
}

.ms__help-line {
  border-bottom: 1px solid #fff6;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ms__help-second-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #187eb317;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  place-items: center start;
  min-height: 60px;
  font-weight: 700;
}

.ms__help-second-grid.green {
  background-color: #28d3a11a;
  border-left: 5px solid #28d3a1;
}

.ms__help-second-grid.last {
  border-bottom-style: none;
}

.ms__help-second-grid-wrp {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff0, #ffffffe6);
  background-clip: border-box;
  border: 1px solid #fff6;
  border-radius: 24px;
  padding: 32px 24px 24px;
  box-shadow: inset 0 20px 20px #ffffff80;
}

.ms__help-second-grid-title, .ms__help-second-grid-text {
  color: #187eb3;
  font-weight: 700;
}

.ms__help-second-grid-text.green {
  color: #12a87c;
}

.ms__help-second-grid-text-padding {
  margin-left: 15px;
}

.ms__help-prohibitions-wrp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.ms__help-prohibitions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0860c7;
  background-color: #fff3;
  border: 1px solid #fff6;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.ms__help-prohibitions-item {
  color: #187eb3;
  border-bottom: 1px solid #fff6;
  min-height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ms__help-prohibitions-item.last {
  border-bottom-style: none;
}

.blue {
  color: #0860c7;
  font-weight: 700;
}

.ms__help-allowed {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffffffb5;
  border: 1px solid #fff6;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.dark {
  color: #234363;
  font-weight: 700;
}

.ms_how-to-calculate {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffffb5;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.ms__btns-wrp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.ms__shops-wrp {
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

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

.ms__shops-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

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

.card.is-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border: .5px solid #ffffff80;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 100%;
  padding: 20px 20px 24px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.ms__logo-wrp {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  height: 80px;
  display: flex;
}

.swiper-wrapper.swiper-wrapper-instruction, .swiper-wrapper.swiper-wrapper-buyout{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.swiper-slide.swiper-slide-instruction, .swiper-slide.swiper-slide-buyout, .swiper-slide.swiper-slide-instruction {
  display: flex;
}

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

.swiper-pagination.swiper-pagination-shops {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.swiper-pagination.swiper-pagination-instruction, .swiper-pagination.swiper-pagination-buyout, .swiper-pagination.swiper-pagination-youtube {
  display: none;
}

.ms__hr {
  border-bottom: 1px solid #00000014;
  width: 100%;
  margin-top: auto;
  margin-bottom: 15px;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.swiper_slider-wrapper.swiper_slider-wrapper-youtube {
  overflow: visible;
}

.swiper-wrapper {
  flex-flow: row;
  display: flex;
}

.ms__arrow {
  color: #0860c7;
  background-color: #f3f8fe;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
}

.ms__shops-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.ms__shops-popular-model-wrp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f3f8fe;
  border: 1px solid #fff6;
  border-radius: 16px;
  flex-flow: column;
  margin-bottom: auto;
  padding: 10px 12px;
  font-weight: 600;
  display: flex;
  box-shadow: inset 0 2px 5px #ffffff45;
}

.ms__shops-item-subtitle {
  color: #0860c7;
  margin-bottom: 5px;
  font-weight: 600;
}

.ms__shops-popular-model {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.ms__shops-popular-model-item {
  color: #0860c7;
  background-color: #ffffff40;
  border: 1px solid #187eb382;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.ms__shops-popular-model-item:hover {
  color: #fff;
  background-color: #0860c7;
}

.ms__shops-bottom-wrp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.ms__shops-country-wrp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.ms__shops-contry-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #ffffff40;
  border: 1px solid #187eb382;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.ms__logo-img {
  max-width: 150px;
  max-height: 100%;
}

.ms__shops-bottom-pagination {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

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

.swiper-buttons.swiper-buttons-youtube {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: auto;
  bottom: 24px;
  right: 0;
}

.swiper-button-prev {
  color: #ffffff73;
  cursor: pointer;
  background-color: #fff9;
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  position: static;
  box-shadow: inset 0 1px 10px 6px #fff3;
}

.swiper-button-prev.swiper-button-instruction-prev {
  opacity: .3;
}

.swiper-button-next {
  z-index: 5;
  color: #ffffff73;
  cursor: pointer;
  background-color: #fff9;
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  box-shadow: inset 0 1px 10px 6px #fff3;
}

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

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

.ms__shops-marketplaces-item {
  color: #234363;
  background-color: #fff;
  border: .5px solid #ffffff80;
  border-radius: 24px;
  padding: 20px;
}

.ms__shops-marketplaces-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block {
  color: #234363;
}

.ms__shops-alert {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #187eb3;
  background-color: #ffffffb5;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.ms__shops-small-title {
  margin-bottom: 0;
}

.ms__instruction-wrp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ms__instruction {
  flex-flow: column;
  margin-top: 96px;
  display: flex;
}

.ms__instruction-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ms__instruction-tabs-menu {
  background-image: linear-gradient(#ffffffe6, #ffffff8a);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 8px;
  display: flex;
  box-shadow: 0 20px 20px #0000000f;
}

.ms__instruction-tabs-content {
  width: 100%;
  overflow: visible;
}

.ms__instruction-tab-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #234363;
  text-align: center;
  background-color: #fff0;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ms__instruction-tab-btn.w--current {
  color: #fff;
  background-image: linear-gradient(#066bdf, #0852aa);
  box-shadow: inset 0 2px 12px #61a8fb;
}

.ms__instruction-tab-btn-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: auto;
  display: flex;
}

.ms__instruction-heading-wrp {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-bottom: 24px;
  display: flex;
}

.swiper-wrapper-2 {
  flex-flow: row;
  display: flex;
}

.swiper-wrapper-2.swiper-wrapper-four {
  height: 500px;
}

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

.swiper-pagination-2.swiper-pagination-four {
  display: none;
}

.ms__instruction-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#ffffffe6, #ffffff80);
  border: 1px solid #fff6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-top: auto;
  padding: 32px 30px;
  display: flex;
  box-shadow: inset 0 1px 10px 6px #fff3;
}

.ms__instruction-item.third {
  margin-top: 0;
  margin-bottom: auto;
  transform: rotate(5deg);
}

.ms__instruction-item.second {
  direction: ltr;
  background-image: linear-gradient(#ffffffe6, #ffffff80);
  margin-bottom: auto;
  transform: rotate(-3deg);
}

.instruction-arrow {
  position: absolute;
  top: -140px;
  left: 250px;
}

.instruction-arrow.second {
  top: auto;
  bottom: -90px;
  left: 300px;
}

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

.ms__instruction-item-head {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.steps-span {
  font-size: 28px;
}

.ms__instruction-item-step {
  color: #28d3a1;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.ms__instruction-wrp-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.ms__instruction-label {
  background-color: #28d3a11a;
  border-radius: 999px;
  padding: 8px 20px;
  font-weight: 700;
}

.swiper-wrapper-3 {
  flex-flow: row;
  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__video {
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 96px;
  display: flex;
  position: relative;
}

.video-youtube {
  float: none;
  background-image: none;
  border-radius: 20px;
  max-width: 400px;
}

.ms__heading-wrp-second {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-buttons-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 14px;
  right: 0;
}

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

.swiper-pagination-3.swiper-pagination-instruction {
  display: none;
}

.ms__instructions-card {
  background-image: linear-gradient(#fff9, #ffffffe6);
  border-radius: 20px;
  flex-flow: column;
  width: 400px;
  max-width: 400px;
  padding: 8px 8px 20px;
  display: flex;
}

.slider-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #234363;
  text-align: left;
  flex-flow: column;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  display: flex;
}

.ms__hero-para-2 {
  text-align: center;
  font-weight: 500;
}

.ms__heading-left-wrp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.ms__faq {
  flex-flow: column;
  margin-top: 96px;
  display: flex;
  position: relative;
}

.ms__main-faq-question {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.ms__main-faq-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.ms__main-faq-answer {
  z-index: 1;
  color: #747e89;
  position: relative;
}

.ms__main-faq-answer p {
  margin-bottom: 12px;
}

.ms__main-faq-answer ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.ms__main-faq-answer strong {
  color: #0860c7;
}

.ms__faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.ms__main-faq-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.ms__main-faq-item-icon {
  color: #0860c7;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.ms__main-faq-answer-container {
  background-color: #fff9;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  padding: 42px 24px 31px;
  display: flex;
  position: relative;
  top: -18px;
}

.ms__faq-btn-wrp {
  margin-top: 16px;
  display: flex;
}

.bold-text {
  color: #0860c7;
}

.ms__tax-circle {
  background-color: #ffffff3d;
  border: 1px solid #fff6;
  border-radius: 999px;
  width: 125px;
  min-width: 125px;
  height: 125px;
  min-height: 125px;
  position: absolute;
  left: 20px;
  box-shadow: inset 0 1px 10px 6px #fff3;
}

.ms__hero-img-second-2 {
  z-index: -1;
  max-width: 260px;
  position: absolute;
  bottom: 20%;
  left: 0%;
  transform: rotate(23deg);
}

.ms__hero-img-four-2 {
  z-index: -1;
  max-width: 250px;
  position: absolute;
  bottom: 25%;
  right: 0;
  transform: rotate(20deg);
}

.ms__help-prohibitions-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: #0860c7;
}

.ms__help-prohibitions-title {
  margin-bottom: 0;
}

.ms__goods-label {
  color: #fff;
  background-color: #28d3a1;
  border-radius: 999px;
  padding: 8px 20px;
  font-weight: 700;
  position: absolute;
  top: 8px;
  right: 8px;
}

@media screen and (min-width: 1280px) {
  .ms__hero-img-second {
    bottom: 10%;
  }

  .calc-iframe-wrapp {
    max-width: 1180px;
    height: 800px;
  }

  .ms__instruction-wrp-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .ms__hero-img-second-2 {
    bottom: 10%;
  }
}

@media screen and (min-width: 1440px) {
  .ms__container-default, .ms__container {
    max-width: 1340px;
  }

  .ms__hero-btns-wrp {
    margin-left: auto;
    margin-right: auto;
  }

  .ms__hero-img-first {
    left: 0%;
  }

  .ms__hero-img-second {
    left: 5%;
  }

  .ms__advantages-img-first {
    top: -150px;
    left: -80px;
  }

  .ms__advantages-img-second {
    right: -10px;
  }

  .ms__register-img-second {
    right: -30px;
  }

  .ms__register-img-first {
    left: -50px;
  }

  .ms__footer-link-wrp, .ms__footer-social-links {
    color: #fff;
    -webkit-text-stroke-color: white;
    border: 1px solid #0000;
  }

  .ms__footer-social-wrp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .ms_popup-body {
    width: 608px;
  }

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

  .ms__tab-goods-item {
    position: relative;
  }

  .ms__hero-advantages {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms_tax-popup-body {
    width: 608px;
  }

  .ms_tax-popup-ikon-close {
    z-index: 11;
  }

  .swiper-wrapper {
    flex-flow: row;
  }

  .swiper-pagination-2.swiper-pagination-four {
    justify-content: center;
    align-items: center;
  }

  .ms__instruction-wrp-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 500px;
  }

  .swiper-pagination-3.swiper-pagination-instruction {
    justify-content: center;
    align-items: center;
  }

  .ms__hero-img-second-2 {
    left: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .ms_popup-reg {
    display: none;
  }

  .ms__tabs-menu {
    margin-right: 75px;
  }

  .ms_tax-popup {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: url('../images/Frame-1597883573-3_1Frame 1597883573 (3).webp'), radial-gradient(circle at 0%, #169ce1b3, #169ce14d 34% 59%, #169ce1b3);
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  h3 {
    font-size: 16px;
  }

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

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

  .ms__header-nav-list-item {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .ms__header-link-block-mob {
    cursor: pointer;
    background-color: #fff9;
    border: 1px solid #fff6;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    margin-left: 12px;
    padding: 0;
    display: flex;
    box-shadow: 0 8px 32px #fff3, inset 0 1px 7px -1px #fff3;
  }

  .ms__header-link-block-mob.w--open {
    background-color: #fff9;
  }

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

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

  .df__header-top-toggle {
    color: #0061af;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    display: flex;
  }

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

  .ms__header-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    box-shadow: none;
    background-color: #28d3a1;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: none;
  }

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

  .ms__header-btn.hide-pc {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .ms__header-nav-menu-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ms__sidebar-close {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    display: flex;
  }

  .ms__header-content-wrapper {
    place-content: stretch space-between;
    align-items: center;
    height: 70px;
  }

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

  .ms__header-menu-wrapper {
    z-index: 10;
    background-color: #fff;
    background-image: url('../images/Frame-1597883573-3_1Frame 1597883573 (3).webp'), radial-gradient(circle, #169ce1b3, #169ce14d 34% 59%, #169ce1b3);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    border-top: 1px #eff0f6;
    border-bottom: 1px #eff0f6;
    width: 100%;
    height: 100vh;
    padding: 0;
    position: fixed;
  }

  .ms__header--left-col-top {
    order: 9999;
    justify-content: flex-start;
    align-items: stretch;
  }

  .ms__header-logo {
    width: 97px;
  }

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

  .ms__btn-text {
    font-size: 14px;
  }

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

  .ms__hero-wrapper {
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .ms__btn {
    font-weight: 600;
  }

  .ms__btn:hover {
    transform: none;
  }

  .ms__btn.green {
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: #28d3a1;
    background-image: none;
    background-clip: border-box;
  }

  .ms__btn.white {
    background-color: #fff;
  }

  .ms__hero-img-first {
    top: 0%;
    left: -60px;
    transform: rotate(-15deg);
  }

  .ms__hero-img-second {
    max-width: 230px;
    bottom: auto;
    left: auto;
    right: -50px;
  }

  .ms__hero-img-third {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    top: -100px;
    left: 0;
    right: 0;
  }

  .ms__hero-img-four {
    display: none;
  }

  .ms__heading-wrp {
    margin-bottom: 20px;
  }

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

  .ms__advantages-wrp {
    flex-flow: wrap;
  }

  .ms__advantages-item {
    width: calc(50% - 24px);
  }

  .ms__advantages-img-first, .ms__advantages-img-second {
    display: none;
  }

  .ms__categories, .ms__calculator {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms__register-img-second, .ms__register-img-first {
    display: none;
  }

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

  .ms__register-wrp {
    flex-flow: column;
    padding-top: 350px;
    position: relative;
  }

  .ms__register-item {
    background-image: linear-gradient(#fff 40%, #ffffff80);
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 90%;
    position: relative;
    transform: rotate(-3deg);
  }

  .ms__register-item.second {
    transform: rotate(-3deg);
  }

  .register-device-img {
    z-index: -1;
    order: -9999;
    position: absolute;
    top: 0;
  }

  .ms__footer-block-link {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms__footer-link-file, .ms__footer-link {
    -webkit-text-stroke-color: #030407;
  }

  .ms__footer {
    padding: 40px 0;
  }

  .ms__footer-link-wrp {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms__footer-politic-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms__footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .ms__footer-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .calc-embed {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .ms__header-logo-col {
    order: -9999;
  }

  .ms__sidebar-top-buttons {
    grid-row-gap: 20px;
    flex-flow: column;
    place-content: space-between center;
    align-items: stretch;
    margin-left: 25%;
    margin-right: 25%;
    display: flex;
  }

  .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-item {
    display: none;
  }

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

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

  .ms__tab-link {
    margin-bottom: 5px;
    font-size: 16px;
  }

.swiper-wrapper.swiper-wrapper-instruction, .swiper-wrapper.swiper-wrapper-buyout{
    grid-column-gap: 0;
    grid-row-gap: 0;
}

  .ms__tab-goods-block {
    padding: 24px;
  }

  .ms__tabs-menu {
    overflow-x: scroll;
  }

  .ms__hero-advantages {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ms__promocode {
    flex-flow: column;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .ms__promocode-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 580px;
  }

  .ms__promocode-title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .ms__promocode-backimg-first {
    max-width: 300px;
    top: auto;
    bottom: 10%;
    right: 0%;
  }

  .calc-iframe-wrapp {
    width: calc(100vw - 20px);
    max-width: 100%;
    height: 1050px;
  }

  .ms__promocode-backimg-second {
    max-width: 300px;
    bottom: -20%;
    left: 2%;
    right: 0%;
  }

  .ms__seo {
    flex-flow: column;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ms__seo-content h1 {
    font-size: 42px;
  }

  .ms__seo-content h4 {
    font-size: 16px;
  }

  .ms__seo-content h2 {
    font-size: 28px;
  }

  .ms__calendar-discaunt {
    flex-flow: column;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms__calendar-discaunt-img {
    z-index: 0;
    filter: blur(2px);
    max-width: 400px;
    position: absolute;
    bottom: 0%;
    right: 0%;
  }

  .ms__tax-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms__tax-info-wrp {
    flex-flow: row;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .ms__tax-info-item {
    width: calc(50% - 24px);
    min-height: 150px;
  }

  .ms__tax-info-title {
    font-size: 30px;
  }

  .ms__tab-goods-title {
    font-size: 14px;
  }

  .ms__tab-goods-heading {
    margin-bottom: 12px;
  }

  .ms__tab-goods-comparison-wrp {
    font-size: 12px;
  }

  .ms__tab-goods-difference-wrp {
    padding-left: 14px;
  }

  .ms__tab-goods-difference-sum {
    font-size: 16px;
  }

  .ms__tab-goods-btn {
    font-size: 14px;
  }

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

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

  .ms__help-item {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ms__help-item-subtitle {
    font-size: 12px;
  }

  .ms__help-second-grid-wrp {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ms__help-prohibitions-wrp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .ms__help-prohibitions, .ms__help-allowed, .ms_how-to-calculate {
    padding-left: 14px;
    padding-right: 14px;
  }

  .container {
    margin-top: 24px;
  }

  .swiper-slide.swiper-slide-instruction, .swiper-slide.swiper-slide-buyout {
    flex: none;
  }

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

  .swiper-pagination.swiper-pagination-instruction, .swiper-pagination.swiper-pagination-buyout, .swiper-pagination.swiper-pagination-youtube {
    margin-top: 48px;
    display: flex;
  }

  .swiper_slider-wrapper {
    margin-right: 0;
  }

  .swiper-buttons {
    display: none;
  }

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

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

  .ms__shops-marketplaces-grid {
    overflow-x: scroll;
  }

  .ms__shops-marketplaces-item {
    min-width: 300px;
    margin-bottom: 10px;
  }

  .ms__shops-alert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .ms__instruction-tab-btn {
    font-size: 14px;
  }

  .ms__instruction-heading-wrp {
    margin-bottom: 20px;
  }

  .swiper-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .swiper-wrapper-2.swiper-wrapper-four {
    height: auto;
  }

  .swiper-pagination-2 {
    margin-top: 24px;
    bottom: -3rem;
  }

  .swiper-pagination-2.swiper-pagination-four {
    display: flex;
  }

  .ms__instruction-item {
    max-width: 340px;
  }

  .ms__instruction-item.third {
    transform: rotate(-3deg);
  }

  .instruction-arrow {
    display: none;
  }

  .swiper_slider-wrapper-2.swiper_slider-wrapper-four {
    position: relative;
  }

  .ms__instruction-wrp-2 {
    margin-top: 20px;
    padding-left: 15px;
  }

  .swiper-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

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

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

  .ms__heading-wrp-second {
    margin-bottom: 24px;
  }

  .swiper-buttons-2 {
    display: none;
  }

  .swiper-pagination-3 {
    margin-top: 24px;
    bottom: -3rem;
  }

  .swiper-pagination-3.swiper-pagination-instruction {
    display: flex;
  }

  .ms__heading-left-wrp {
    margin-bottom: 0;
  }

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

  .ms__main-faq-list {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .ms__main-faq-item {
    width: 100%;
    position: relative;
  }

  .ms__main-faq-items {
    width: 100%;
  }

  .ms__hero-img-second-2 {
    max-width: 230px;
    bottom: auto;
    left: auto;
    right: -50px;
  }

  .ms__hero-img-four-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.4;
  }

  h3 {
    font-size: 16px;
  }

  p {
    line-height: 1.8;
  }

  .ms__header-link-block-mob, .ms__header-link-block-mob.w--open {
    width: 40px;
    height: 40px;
  }

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

  .df__header-top-toggle {
    width: 40px;
    height: 40px;
  }

  .ms__header-wrapper {
    position: fixed;
  }

  .ms__header-btn.hide-pc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ms__sidebar-close {
    width: 40px;
    height: 40px;
  }

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

  .ms__hero-info {
    margin-bottom: 40px;
  }

  .ms__hero-title {
    font-size: 30px;
    line-height: 2;
  }

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

  .ms__hero-para {
    font-size: 14px;
  }

  .ms__btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ms__hero-btns-wrp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row-reverse wrap-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .ms__navigation-btn {
    max-width: none;
    padding: 8px;
  }

  .ms__hero-img-first {
    max-width: 220px;
  }

  .ms__hero-img-third {
    max-width: 180px;
  }

  .ms__heading-label {
    font-size: 12px;
  }

  .ms__heading-title {
    font-size: 20px;
  }

  .ms__advantages {
    margin-top: 44px;
  }

  .ms__advantages-wrp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding: 20px;
  }

  .ms__advantages-item {
    width: 100%;
  }
.ms__hero-advantages{
    margin-top: 44px;
}

  .ms__advantages-title {
    font-size: 20px;
  }

  .ms__categories, .ms__calculator, .ms__register {
    margin-top: 44px;
  }

  .ms__register-item {
    align-items: stretch;
    padding: 20px;
  }

.ms__shops-bottom-pagination {
	margin-top: 0px;
}

  .ms__register-item.second {
    align-items: stretch;
  }

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

  .ms__footer-link-file, .ms__footer-link {
    margin-left: 0;
    margin-right: 0;
  }

  .ms__footer {
    margin-top: 44px;
  }

  .ms__footer-link-wrp, .ms__footer-social-links {
    margin-left: 0;
    margin-right: 0;
  }

  .ms__navigation-svg {
    width: 48px;
  }

  .ms__advantages-item-img {
    width: 44px;
  }

  .ms_popup-body {
    width: 90vw;
  }

  .ms__popup-apps-item-btn-beta {
    margin-top: 24px;
  }

  .ms__tab {
    flex-flow: column;
    margin-bottom: 0;
  }

  .ms__tab-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    overflow-x: scroll;
  }

  .ms__tab-link {
    white-space: nowrap;
  }

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

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

  .ms__tab-goods-block {
    min-width: 350px;
	box-shadow: none;
	margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .ms__categoreies-wrp {
    margin-top: 0;
  }

  .ms__hero-advantages-item {
    max-width: none;
    padding: 16px 12px 16px 16px;
  }

  .ms__promocode {
    max-width: 620px;
    margin-top: 44px;
  }

  .ms__shops {
    margin-top: 44px;
  }

  .ms__promocode-backimg-first {
    bottom: auto;
    right: -10%;
  }

  .calc-iframe-wrapp {
    width: 95vw;
  }

  .ms__promocode-backimg-second {
    max-width: 250px;
  }

  .ms__hero-advantages-wrp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms__tooltip {
    display: none;
  }

  .ms__tooltip-wrp {
    font-size: 10px;
    left: auto;
    right: 0;
  }

  .ms__seo {
    margin-top: 44px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ms__seo-content h1 {
    font-size: 32px;
  }

  .ms__seo-content h4 {
    font-size: 14px;
  }

  .ms__seo-content h5 {
    font-size: 12px;
  }

  .ms__seo-content ol, .ms__seo-content ul {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    font-size: 12px;
    display: flex;
  }

  .ms__seo-content h2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .ms__seo-btn-more {
    font-size: 12px;
  }

  .ms__calendar-discaunt {
    max-width: 620px;
    margin-top: 32px;
  }

  .ms__calendar-discaunt-img {
    max-width: 300px;
  }

  .ms__tax-info {
    margin-top: 44px;
  }

  .ms__tax-info-wrp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0;
  }

  .ms__tax-info-item {
    width: 100%;
  }

  .ms__tax-info-title {
    font-size: 24px;
  }

  .ms_tax-popup-body {
    width: 90vw;
  }

  .ms__tab-goods-comparison {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ms__tab-goods-difference-wrp {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .ms__tab-goods-difference-sum {
    font-size: 14px;
  }

  .ms__tax-free-img {
    width: 60px;
  }

  .ms__help {
    margin-top: 44px;
  }

  .ms__help-wrp {
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .ms__help-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow-x: scroll;
  }

  .ms__help-item {
    min-width: 300px;
    margin-bottom: 10px;
  }

  .ms__help-prohibitions-wrp {
    flex-flow: column;
  }

  .ms__help-prohibitions {
    font-size: 12px;
  }

  .ms__help-prohibitions-item {
    min-height: 40px;
  }

  .ms__btns-wrp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms__shops-wrp {
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .container {
    margin-top: 0;
  }

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

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

  .ms__shops-alert {
    font-size: 12px;
  }

  .ms__instruction {
    margin-top: 44px;
  }

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

  .ms__instruction-item {
    padding: 20px;
  }

  .steps-span {
    font-size: 22px;
  }

  .ms__instruction-item-img {
    width: 60px;
  }

  .ms__instruction-item-step {
    font-size: 14px;
  }

  .ms__video {
    margin-top: 44px;
  }

  .video-youtube {
    text-align: left;
  }

  .ms__heading-wrp-second {
    margin-bottom: 20px;
  }

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

  .ms__instructions-card {
    width: 300px;
    max-width: 300px;
  }

  .ms__hero-para-2 {
    font-size: 14px;
  }

  .ms__faq {
    margin-top: 44px;
  }

  .ms__main-faq-question {
    min-height: 64px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .ms__main-faq-list {
    grid-row-gap: 8px;
  }

  .ms__faq-ikom {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .ms__faq-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .ms__main-faq-item {
    justify-content: flex-start;
    align-items: stretch;
  }

  .ms__main-faq-answer-container {
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ms__tax-circle {
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }

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

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

  .ms__header-link-block-mob {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }

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

  .df__header-top-toggle {
    width: 40px;
    height: 38px;
  }

  .ms__header-btn {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

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

  .ms__btn-text {
    font-size: 12px;
  }

  .ms__hero-title {
    font-size: 24px;
    line-height: 2;
  }

  .ms__btn {
    text-align: center;
  }

  .ms__hero-title-back {
    padding: 5px;
  }

  .ms__hero-title-back.blue {
    white-space: nowrap;
  }

  .ms__hero-img-first {
    max-width: 180px;
    top: -5%;
    left: -60px;
  }

  .ms__hero-img-second {
    max-width: 180px;
  }

  .ms__hero-img-third {
    max-width: 140px;
    top: -100px;
  }

  .ms__register {
    margin-top: 24px;
  }

  .ms__register-wrp {
    padding-top: 225px;
  }

  .register-device-img {
    max-width: 350px;
  }

  .ms__footer-link-wrp {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .ms__footer-social-links {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .ms__sidebar-top-buttons {
    margin-left: 5%;
    margin-right: 5%;
  }

  .ms_popup-body {
    width: 95vw;
  }

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

  .ms__tab-grid {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
  }

  .ms__tab-goods-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ms__tab-link {
    height: 54px;
  }

  .ms__tab-goods-block {
    padding: 20px;
  }

  .ms__hero-advantages {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .ms__promocode {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 420px;
    margin-top: 60px;
  }

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

  .ms__promocode-backimg-first {
    max-width: 200px;
  }

  .calc-iframe-wrapp {
    width: 95vw;
    max-width: 440px;
    height: 1150px;
  }

  .ms__promocode-backimg-second {
    max-width: 200px;
    bottom: 40%;
    left: -10%;
  }

  .ms__promocode-img {
    max-width: 250px;
  }

  .ms__tooltip {
    top: 25%;
    right: 35%;
  }

  .ms__tooltip-wrp {
    width: 250px;
  }

  .ms__seo {
    margin-top: 60px;
  }

  .ms__calendar-discaunt {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 420px;
    margin-top: 60px;
    padding: 24px;
  }

  .ms__calendar-discaunt-img {
    max-width: 250px;
    display: none;
  }

  .ms_tax-popup-body {
    width: 95vw;
  }

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

  .ms__help-grid {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
  }

  .ms__help-second-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

  .ms__btns-wrp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .card.is-slider {
    width: 320px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ms__logo-wrp {
    max-width: 150px;
  }

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

  .ms__shops-popular-model-item {
    font-size: 10px;
  }

  .ms__shops-bottom-wrp {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ms__instruction-tab-btn {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ms__instruction-tab-btn-icon {
    width: 20px;
  }

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

  .ms__instruction-item {
    max-width: 260px;
  }

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

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

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

  .ms__faq {
    margin-top: 24px;
  }

  .ms__main-faq-question {
    justify-content: space-between;
    font-size: 14px;
  }

  .ms__faq-ikom {
    display: none;
  }

  .ms__main-faq-answer ul {
    padding-left: 20px;
    font-size: 12px;
  }

  .ms__hero-img-second-2 {
    max-width: 180px;
  }

  .ms__help-prohibitions-heading {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }
}
@media screen and (max-width: 400px) {
    .calc-iframe-wrapp {
        height: 1280px;
    }
}
@media screen and (max-width: 991px) {
  #w-node-_09042d38-034e-58d7-2cbd-067f3dfda0e2-77c00094 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


