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

body {
  color: #234363;
  letter-spacing: .05em;
  background-image: url('../images/Frame-1597883573-3.webp'), radial-gradient(circle at 0%, #169ce1b3, #169ce14d 34% 69%, #169ce1b3);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

p {
  color: #3e648a;
  margin-bottom: 0;
}

a {
  color: #3e648a;
  text-decoration: none;
}

.ms__sidebar-top {
  display: none;
}

.ms__header-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #28d3a1;
  border-radius: 40px;
  justify-content: space-between;
  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, .ms__sidebar-top-buttons {
  display: none;
}

.ms__comparison-grid::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

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

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

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

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

.ms__btn-text {
  position: relative;
}

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

.ms__btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-image: linear-gradient(#066bdf, #0852aa);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 16px 42px;
  font-size: 16px;
  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 {
  color: #0860c7;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 10px 20px -3px #2d79ce;
}

.ms__btn.white:hover {
  box-shadow: 0 10px 20px #2d79ce;
}

.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-link-block-mob {
  display: none;
}

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

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

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

.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-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-nav-list-item {
  color: #3e648a;
  list-style: none;
}

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

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

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

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

.ms__hero-img-first {
  z-index: -1;
  position: absolute;
  top: -10%;
  left: 7%;
}

.ms__hero-img-second {
  z-index: -1;
  position: absolute;
  bottom: -10%;
}

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

.ms__hero-img-four {
  z-index: -1;
  position: absolute;
  bottom: -15px;
  right: 10%;
}

.ms__hero-title {
  margin-bottom: 0;
  font-weight: 600;
}

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

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

.ms__hero-img-third {
  z-index: -1;
  position: absolute;
  top: -15%;
  right: 0;
}

.ms__navigation-svg {
  width: 58px;
}

.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__hero-para {
  text-align: center;
  font-weight: 500;
}

.ms__hero-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 96px;
  display: flex;
}

.ms__hero-title-back {
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 20px;
}

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

.ms__down-btn {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  cursor: pointer;
  background-color: #fff9;
  border: 1px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
}

.ms__hero-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3e648a;
  background-color: #fff;
  border-radius: 9999px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px 20px;
  display: flex;
  position: relative;
}
.ms__hero-label.top {
  cursor: pointer;
}

.ms__hero-label.bottom {
  margin-bottom: 0;
  padding: 0;
}

.ms__comparison {
  background-color: #fff;
  border-radius: 12px;
  margin-top: -150px;
  padding: 30px 40px 40px;
}

.ms__hero-img-five {
  z-index: -1;
  display: none;
  position: absolute;
  top: -10%;
  left: -100px;
}

.ms__comparison-grid {
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.ms__comparison-grid-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.ms__comparison-grid-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.ms__comparison-grid-menu.head {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #3e648a;
  text-align: center;
  background-color: #d3e8ff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.ms__comparison-grid-item-head {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  white-space: nowrap;
  background-color: #d3e8ff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  padding: 25px 20px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 20px 20px #0000000f;
}

.ms__comparison-grid-item-head:hover {
  box-shadow: 0 25px 20px #00000012;
}

.ms__comparison-grid-item-head.head {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #3e648a;
  text-align: center;
  background-color: #d3e8ff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.ms__comparison-grid-item-head.buyer {
  color: #fff;
  background-image: url('../images/buyer-bsckground.svg'), radial-gradient(circle at 100% 0, #037aff, #0057b8 57%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.ms__comparison-grid-item-head.vip {
  color: #fff;
  background-image: radial-gradient(circle at 50% 0, #2fe8b2, #23ba8e);
}

.ms__comparison-grid-item-head-text {
  color: #3e648a;
}

.hr {
  border-bottom: 1px solid #747e8933;
}

.ms__comparison-grid-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.hr-none {
  height: 0;
}

.bold-green {
  color: #28d3a1;
  font-weight: 700;
}

.ms__tariffs {
  position: relative;
}

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

.ms__heading-label {
  color: #fff;
  text-align: center;
  background-color: #28d3a1;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 10px 20px;
  font-weight: 600;
  line-height: 1.7;
}

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

.ms__tariffs-wrp {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms__tariffs-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #3e648a;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  min-height: 668px;
  padding: 55px 35px 35px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.ms__tariffs-item.active {
  color: #fff;
  background-image: url('../images/buyer-back.svg'), radial-gradient(circle at 50% 0, #037aff, #0057b8 57%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  min-height: 745px;
  padding-top: 73px;
}

.ms__tariffs-item-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3e648a;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.ms__tariffs-item-head.active {
  color: #fff;
}

.ms__tariffs-item-title {
  color: #234363;
  font-size: 28px;
}

.ms__tariffs-item-title.active {
  color: #fff;
}

.ms__tariffs-item-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.ms__tariffs-item-list.second {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

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

.ms__tariffs-list-item.second {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.ms__tariffs-item-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: auto;
  display: flex;
}

.ms__tariffs-item-cta-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #d3e8ff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 14px;
  display: flex;
}

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

.ms__tariffs-item-list-title {
  color: #234363;
}

.ms__tariffs-item-list-title.active {
  color: #fff;
}

.ms__tariffs-item-text {
  font-weight: 400;
}

.ms__tariffs-item-text.opacity {
  opacity: .7;
}

.ms__tariffs-item-wrp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.ms__tariffs-item-wrp.second {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.ms__country-tariffs {
  position: relative;
}

.ms__country-tariffs-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ms__country-tariffs-tabs-menu {
  background-color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.ms__country-tariffs-tab-link {
  color: #303a45;
  text-align: center;
  background-color: #0000;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.ms__country-tariffs-tab-link.w--current {
  color: #fff;
  background-image: linear-gradient(#066bdf, #0852aa);
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 24px 25px -5px #0858b533;
}

.ms__country-tariffs-tab-link.w--current:hover {
  box-shadow: 0 24px 25px -5px #0858b54d;
}

.ms__country-tariffs-tab-link.regular.w--current {
  box-shadow: none;
  color: #303a45;
  background-color: #d3e8ff;
  background-image: none;
}

.ms__country-tariffs-tab-link.vip.w--current {
  box-shadow: none;
  background-image: repeating-radial-gradient(circle, #2fe8b2, #23ba8e);
}

.ms__country-tariffs-tab-pane {
  width: 100%;
}

.ms__country-tariffs-tab-wrp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ms__country-tariffs-tab-wrp.regular {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #303a45;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.ms__advantages {
  position: relative;
}

.ms__advantages-wrp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 900px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms__advantages-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 30px;
  display: flex;
}

.ms__advantages-item-title {
  font-size: 18px;
  font-weight: 600;
}

.ms__advantages-cta {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 16px;
}

.ms__advantages-cta-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.ms__text-link {
  color: #0860c7;
  text-decoration: underline;
}

.ms__copyright {
  color: #fff;
  max-width: 415px;
}

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

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

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

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

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

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

.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-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 {
  color: #fff;
  background-color: #0860c7;
  border-top: 1px solid #d3e8ff59;
  flex-direction: column;
  align-items: center;
  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-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.lp-copyright {
  color: #fff;
}

.ms__tariffs-img-first {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0%;
}

.ms__tariffs-img-second {
  z-index: -1;
  position: absolute;
  top: -10%;
  right: -75px;
}

.ms__country-img-second {
  z-index: -1;
  position: absolute;
  top: -10%;
  right: -50px;
  transform: rotate(20deg);
}

.ms__country-img-first {
  z-index: -1;
  position: absolute;
  top: -15%;
  left: -10%;
}

.ms__advantsges-img-first {
  z-index: -1;
  position: absolute;
  top: 3%;
  left: 0%;
}

.ms__advantages-img-third {
  z-index: -1;
  position: absolute;
  top: 0%;
  right: 0;
  transform: rotate(53deg);
}

.ms__advantages-img-second {
  z-index: -1;
  position: absolute;
  bottom: -10%;
  transform: rotate(0);
}

.ms__advantages-img-four {
  z-index: -1;
  position: absolute;
  bottom: -15px;
  right: 10%;
}

.ms__tariffs-item-label {
  color: #0860c7;
  background-color: #fff;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  inset: 18px 18px auto auto;
}

.custom-scrollbar {
  display: none;
}

.custom-scrollbar-thumb {
  transform-style: preserve-3d;
}

.ms__country-form {
  position: relative;
}

.ms__form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.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__popup-body-subtitle {
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 140%;
}

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

.ms__btn-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  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-2:hover {
  box-shadow: inset 0 2px 20px #61a8fb;
}

.ms__btn-text-2 {
  position: relative;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px 20px;
  display: flex;
}

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

.ms__tooltip {
  position: relative;
}

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

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

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

  .ms__hero-img-third {
    top: -5%;
  }

  .ms__hero-img-five {
    display: inline-flex;
  }

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

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

  .ms__tariffs-img-first {
    left: -5%;
  }

  .ms__tariffs-img-second {
    right: -5%;
  }

  .ms__country-img-second {
    right: -10%;
  }

  .ms__country-img-first {
    left: -15%;
  }

  .ms__advantsges-img-first {
    left: -2%;
  }

  .ms__advantages-img-third {
    top: 0%;
    right: -5%;
  }

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

  .ms__advantages-img-four {
    bottom: -10%;
    right: -5%;
  }

  .ms_popup-body {
    width: 608px;
  }

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

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

@media screen and (max-width: 991px) {
  .ms__header-logo-col {
    order: -9999;
  }

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

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

  .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__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__header-logo {
    width: 97px;
  }

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

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

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

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

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

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

  .ms__btn {
    font-weight: 600;
  }

  .ms__btn:hover {
    transform: none;
  }

  .ms__btn.green, .ms__btn.white {
    box-shadow: none;
  }

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

  .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__sidebar-top-logo {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

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

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

  .ms__header-menu-wrapper {
    z-index: 10;
    background-color: #fff;
    background-image: url('../images/Frame-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__container-default {
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }

  .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__header-nav-list-item {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

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

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

  .ms__hero-img-second {
    bottom: auto;
    left: auto;
    right: -150px;
  }

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

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

  .ms__hero-wrapper {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .ms__comparison {
    background-color: #fff0;
    background-image: linear-gradient(#fff0, #fff 21% 85%, #fff0);
    border-radius: 0;
    margin-top: -68px;
    padding-left: 32px;
    padding-right: 0;
  }

  .ms__hero-img-five {
    transform: rotate(59deg);
  }

  .ms__comparison-grid {
    scrollbar-width: none;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto minmax(50px, 1fr) auto auto auto auto auto auto;
    grid-template-columns: minmax(250px, 250px) minmax(250px, 250px) minmax(250px, 250px) minmax(250px, 250px);
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 48px;
    padding-right: 32px;
    overflow-x: auto;
  }

  .ms__comparison-grid-item {
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

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

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

  .ms__tariffs-wrp {
    flex-flow: wrap;
    align-items: stretch;
  }

  .ms__tariffs-item.active {
    order: -9999;
    min-height: 668px;
  }

  .ms__country-tariffs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms__country-tariffs-tab-wrp {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .ms__country-tariffs-tab-wrp.regular {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .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-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .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 {
    padding: 40px 0;
  }

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

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

  .ms__tariffs-img-first {
    display: none;
    left: -60px;
    transform: rotate(59deg);
  }

  .ms__tariffs-img-second {
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: -100px;
    left: 0;
    right: 0;
  }

  .ms__country-img-second {
    margin-left: auto;
    margin-right: auto;
  }

  .ms__country-img-first {
    transform: rotate(59deg);
  }

  .ms__advantsges-img-first {
    top: -100px;
    left: -80px;
  }

  .ms__advantages-img-third {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: -60px;
    right: -10%;
  }

  .ms__advantages-img-second {
    bottom: auto;
    left: auto;
    right: -150px;
  }

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

  .custom-scrollbar {
    height: 10px;
    margin-top: 8px;
    margin-right: 32px;
    display: block;
  }

  .custom-scrollbar-track {
    background-color: #fff;
    border-radius: 999px;
    height: 8px;
    position: relative;
    box-shadow: inset 0 0 0 1px #e6edf5;
  }

  .custom-scrollbar-thumb {
    cursor: grab;
    will-change: transform;
    background-image: linear-gradient(#066bdf, #0852aa);
    border-radius: 999px;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
  }

  .ms__country-form {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .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__btn-2 {
    font-weight: 600;
  }

  .ms__btn-2:hover {
    transform: none;
  }

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

  .ms__tooltip-wrp {
    inset: auto 120% 150% auto;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }

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

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

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

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

  .ms__header-wrapper {
    position: fixed;
  }

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

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

  .ms__container {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

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

  .ms__hero-img-first {
    width: 170px;
  }

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

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

  .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__hero-img-third {
    width: 160px;
    top: -80px;
  }

  .ms__navigation-svg {
    width: 48px;
  }

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

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

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

  .ms__down-btn {
    display: none;
  }

  .ms__hero-label {
    font-size: 11px;
  }

  .ms__comparison {
    margin-top: -20px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .ms__hero-img-five {
    width: 170px;
  }

  .ms__comparison-grid-item-title {
    font-size: 16px;
    line-height: 1.5;
  }

  .ms__comparison-grid-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 14px;
  }

  .ms__comparison-grid-item-head {
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ms__comparison-grid-item {
    font-size: 14px;
  }

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

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

  .ms__tariffs-item {
    max-width: none;
  }

  .ms__country-tariffs-tabs-menu {
    border-radius: 12px;
    justify-content: space-around;
    width: 100%;
  }

  .ms__country-tariffs-tab-link {
    border-radius: 12px;
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .ms__country-tariffs-tab-wrp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ms__country-tariffs-tab-wrp.regular {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ms__advantages-wrp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-bottom: 30px;
  }

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

  .ms__advantages-item-title, .ms__advantages-cta {
    font-size: 14px;
  }

  .ms__advantages-cta-btns {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

  .ms__tariffs-img-first {
    width: 170px;
  }

  .ms__tariffs-img-second {
    width: 225px;
  }

  .ms__country-img-second {
    width: 225px;
    display: none;
  }

  .ms__country-img-first, .ms__advantsges-img-first {
    width: 170px;
    display: none;
  }

  .ms__advantages-img-third {
    width: 225px;
    display: none;
  }

  .ms__advantages-img-second {
    width: 280px;
  }

  .custom-scrollbar {
    margin-right: 16px;
  }

  .ms_popup-body {
    width: 90vw;
  }

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

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

  .ms__tooltip-wrp {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .df__header-top-toggle {
    width: 40px;
    height: 38px;
  }

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

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

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

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

  .ms__btn {
    text-align: center;
  }

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

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

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

  .ms__hero-img-first {
    width: 150px;
    top: -12%;
  }

  .ms__hero-img-second {
    width: 140px;
    right: -80px;
  }

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

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

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

  .ms__hero-img-five {
    width: 155px;
    top: -5%;
    left: -60px;
  }

  .ms__comparison-grid {
    padding-bottom: 24px;
  }

  .ms__tariffs-item {
    padding: 24px 20px;
  }

  .ms__country-tariffs-tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .ms__country-tariffs-tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .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-social-links, .ms__footer-link-wrp {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

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

  .ms__tariffs-img-first {
    width: 155px;
    top: -5%;
    left: -60px;
  }

  .ms__tariffs-img-second, .ms__country-img-second {
    width: 180px;
    top: -75px;
  }

  .ms__country-img-first, .ms__advantsges-img-first {
    width: 155px;
    top: -5%;
    left: -60px;
  }

  .ms__advantages-img-third {
    width: 180px;
    top: -75px;
  }

  .ms__advantages-img-second {
    width: 190px;
    right: -80px;
  }

  .ms_popup-body {
    width: 95vw;
  }

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

  .ms__btn-2 {
    text-align: center;
  }

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

  .ms__tooltip-wrp {
    width: 250px;
  }
}

#w-node-_84251d4c-a45e-0eba-b691-9e0b5d85312f-da12331a, #w-node-c329032d-2a86-f22f-2555-9f1a47864746-da12331a, #w-node-_41664c5e-e5f6-8b75-cdab-c23227d1ac43-da12331a, #w-node-_61142699-ef09-11c6-38a0-c705e27e3cbb-da12331a, #w-node-_64ff2621-5571-3bfd-386e-7815e3deb785-da12331a, #w-node-f20d9e65-3650-b3c4-0175-a99d2ef5ad36-da12331a, #w-node-b4846206-7df5-7a2e-51a5-b1f48b90337a-da12331a, #w-node-_941ec07c-cd9d-acdb-f75f-4e4445468ea9-da12331a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


