@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Extrabold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraboldItalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --background: #efefef;
}

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

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

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

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

p {
  color: #333;
  margin-top: .5rem;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}

a {
  color: #2090ad;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav_btn {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.untitled {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.header-style {
  grid-row-gap: 10px;
  background-color: #efefef;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1254px;
  height: 80px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.statedefault, .statehover, .stateactive {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.untitled-2 {
  color: #1061ad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}

.untitled-3 {
  color: #1061ad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.nav_btn-2 {
  grid-row-gap: 12px;
  border: 1px solid #9747ff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 211px;
  padding: 12px 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar {
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  height: 80px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.container-2 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav-menu {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  max-width: 1256px;
}

.section {
  z-index: 98;
  width: 100vw;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
}

.body {
  background-color: var(--background);
  color: #333;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1rem;
}

.nav-link {
  cursor: pointer;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.nav-link:hover {
  color: #2090ad;
  text-decoration: underline;
}

.nav-link:active {
  text-decoration: none;
}

.nav-link:visited {
  color: #333;
  text-decoration: none;
}

.nav-link.w--current {
  color: #2090ad;
}

.nav-link-2 {
  font-size: 1rem;
}

.brand {
  background-image: url('../images/Logo.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 1.1rem;
  width: 56px;
  height: 56px;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.brand.testbrand {
  color: #007ee5;
}

.brand.test-brand {
  background-image: url('../images/logo_1.svg');
}

.main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1256px;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 10vw;
  padding-right: 10vw;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  position: static;
}

.main.testmaincontent {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 2rem;
}

.heading {
  color: #2090ad;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.25rem;
}

.heading.testheading {
  color: #333;
  text-align: left;
  font-size: 2.857rem;
  font-weight: 700;
  line-height: 3.571rem;
}

.text-block {
  text-align: left;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.text-block.testsubtitle {
  font-size: 1.429rem;
  font-weight: 500;
  line-height: 2.286rem;
}

.text-block.testsubtitle.testtext {
  width: 100%;
  height: auto;
  font-size: 1.143rem;
  font-weight: 400;
  line-height: 1.714rem;
  overflow: hidden;
}

.text-block.testsubtitle.testtext.testtextwhite {
  color: #fff;
  position: relative;
}

.text-block.testsubtitle.testtext.test {
  height: auto;
}

.text-block.testsubtitle.testtext.quote {
  text-align: center;
  width: 50%;
}

.image {
  border-radius: 1.5rem;
  width: 486px;
}

.card {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border: 1px #000;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.card.pricecard {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.card.faq {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
}

.card.footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.card.modalcard {
  max-width: 1256px;
}

.card.testfooter {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f5f7fd;
  justify-content: space-between;
  align-items: center;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  max-width: 1256px;
  margin-left: auto;
  font-size: 14px;
  display: flex;
}

.wrapper.footer {
  padding-bottom: 2rem;
}

.wrapper.test {
  flex-flow: column;
  padding-left: 16px;
  padding-right: 16px;
}

.bold-text, .text-block-2 {
  font-size: 1.5rem;
}

.text-block-3 {
  direction: ltr;
  color: #333;
  text-align: left;
  flex: 1;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
  position: static;
}

.text-block-3.list2 {
  padding-top: .5rem;
  padding-left: 2rem;
}

.text-block-3.footerinfo {
  text-align: right;
}

.text-block-3.description {
  width: 80%;
}

.image-2 {
  width: 4rem;
  height: 4rem;
}

.h4 {
  color: #333;
  width: 100%;
  max-width: 55rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
}

.h4.price {
  color: #2090ad;
  text-decoration: none;
}

.h4.price.oldprice {
  color: #2090ad;
  -webkit-text-stroke-color: #e04cb0;
  max-width: 56rem;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.h4.price._8march {
  color: #e04cb0;
}

.h4.price._8march.discount {
  width: 70%;
  font-size: 1.25rem;
  position: static;
  inset: -9% 38% 0 auto;
}

.h4.oldprice {
  font-size: 1.5rem;
  text-decoration: line-through;
}

.div-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.section-2 {
  background-color: var(--background);
  padding-top: 7rem;
}

.section-2.footersection {
  padding-top: 2.286rem;
}

.point {
  background-color: #2090ad;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
}

.div-block-3 {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.text-span {
  color: #e04cb0;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 3rem;
  line-height: 3.5rem;
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.heading-3.price {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.heading-3.pricecard {
  color: #417cc7;
  font-size: 2.5rem;
  line-height: 2rem;
}

.heading-3.testheadingwhite {
  color: #fff;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2.857rem;
  font-weight: 700;
  position: relative;
}

.heading-3.testheading {
  font-size: 2.857rem;
  font-weight: 700;
}

.heading-3.testheading-table {
  font-size: 2.857rem;
  font-weight: 700;
  display: block;
}

.price {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.cardcontent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.oldprice {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
  display: flex;
}

.button {
  text-align: center;
  background-color: #333;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.button:hover {
  -webkit-text-fill-color: inherit;
  background-color: #5f5f5f;
  background-clip: border-box;
}

.button.benefitbtn {
  background-color: #2b7de7;
}

.button.benefitbtn:hover {
  -webkit-text-fill-color: inherit;
  background-color: #5f5f5f;
  background-clip: border-box;
}

.button.testbtnprimary {
  background-color: #007ee5;
  margin-top: 0;
  margin-right: 1rem;
}

.button.testbtnprimary.cancel {
  color: #f02c2c;
  background-color: #fff;
  border: 1px solid #f02c2c;
  display: none;
}

.button.testbtnsecondary {
  color: #007ee5;
  background-color: #fff;
  margin-top: 0;
  position: relative;
}

.button.testbtntetriary {
  color: #333;
  background-color: #efefef;
  width: 100%;
  margin-top: 0;
}

.button.btnwhite {
  color: #007ee5;
  background-color: #fff;
  margin-top: 0;
  position: relative;
}

.button.btnwhite.cancel {
  color: #e50000;
  display: none;
}

.div-block-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-6 {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 1.5rem;
  display: flex;
  overflow: visible;
}

.div-block-7 {
  z-index: 1;
  color: #bbb;
  overflow-wrap: normal;
  background-color: #bbb;
  width: 2px;
  height: 410px;
  position: absolute;
  top: 7.5rem;
  left: 3.9rem;
}

.image-3 {
  width: 486px;
  height: 486px;
  overflow: visible;
}

.div-block-8 {
  background-image: url('../images/Photo-2.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 1.5rem;
  width: 456px;
  height: 456px;
}

.div-block-9 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.textblock4 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.image-4 {
  align-items: stretch;
  width: 2rem;
  height: 2rem;
}

.div-block-11 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2rem;
  display: flex;
}

.bold-text-4 {
  font-weight: 600;
  text-decoration: underline;
}

.score {
  color: #333;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
}

.image-5 {
  width: 4rem;
  height: 4rem;
}

.bold-text-5 {
  font-weight: 600;
}

.heading-5 {
  font-size: 1.3rem;
  font-weight: 600;
}

.div-block-12 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  width: 46%;
  display: flex;
}

.div-block-14 {
  width: 50%;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 600;
}

.list-item {
  font-size: 1.3rem;
  line-height: 1.75rem;
}

.list {
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

.list.lvl2 {
  padding-left: 3rem;
}

.paragraph {
  font-size: 1rem;
}

.div-block-15 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  margin-top: 2rem;
  display: grid;
}

.photo-reviews {
  background-image: url('../images/Michael.jpeg');
  background-position: 0 0;
  background-size: 100%;
  border-radius: 15rem;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
}

.photo-reviews.yulia {
  background-image: url('../images/Yulia.jpeg');
}

.photo-reviews.michael {
  background-image: url('../images/Michael.jpeg');
}

.photo-reviews.viktoria {
  background-image: url('../images/Viktoria.jpeg');
}

.paragraph-2 {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.faqwrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.faqitem {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f4fafe;
  border-radius: 1rem;
  flex-flow: column;
  padding-bottom: 1.5rem;
  display: flex;
}

.faqquestion {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.faqanswer {
  padding: 0 1.5rem;
  font-size: 1.3rem;
  display: flex;
  overflow: hidden;
}

.link {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.image-6 {
  cursor: pointer;
  width: 32px;
  height: 2rem;
}

.faqanswercontent {
  width: 100%;
  max-width: 55rem;
  padding-top: .75rem;
  line-height: 1.75rem;
  display: block;
}

.image-7 {
  width: 4rem;
  height: 4rem;
}

.image-8 {
  border-radius: 2rem;
  width: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}

.text-span-2 {
  color: #1061ad;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  overflow-wrap: normal;
  background-color: #333;
  border-radius: 15rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-self: center;
  place-items: center;
  width: 16rem;
  max-width: 100%;
  height: 4rem;
  text-decoration: none;
  display: flex;
}

.div-block-18:hover {
  background-color: #5f5f5f;
}

.image-9 {
  width: 2rem;
}

.div-block-19 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block {
  cursor: pointer;
  flex: 0 auto;
  text-decoration: none;
}

.buttonlabel {
  direction: ltr;
  color: #fff;
  text-align: center;
  flex: 1;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
  position: static;
}

.buttonlabel.list2 {
  padding-top: .5rem;
  padding-left: 2rem;
}

.description {
  direction: ltr;
  color: #333;
  text-align: left;
  flex: 1;
  width: 50%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  position: static;
}

.description.list2 {
  padding-top: .5rem;
  padding-left: 2rem;
}

.div-block-20 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.div-block-22 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.div-block-22.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.link-2 {
  text-decoration: none;
}

.div-block-23 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.modal {
  z-index: 98;
  -webkit-backdrop-filter: blur(.1rem);
  backdrop-filter: blur(.1rem);
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-right: 0;
  display: none;
  position: fixed;
  overflow: auto;
}

.modal.indivmodal, .modal.groupmodal {
  z-index: 97;
  display: none;
}

.modal.rules {
  z-index: 99;
  z-index: 99;
  display: flex;
}

.modal.rules.docs {
  display: none;
}

.modal.useroffer {
  z-index: 99;
  display: flex;
}

.modal.useroffer.docs {
  display: none;
}

.modal.expertoffer {
  z-index: 99;
  display: flex;
}

.modal.expertoffer.docs {
  display: flex;
}

.modal.privacy {
  z-index: 99;
  display: flex;
}

.modal.privacy.docs {
  display: flex;
}

.modal.companydetails {
  z-index: 99;
  display: flex;
}

.modal.companydetails.docs {
  display: flex;
}

.modal.bankdetails {
  z-index: 97;
  display: none;
}

.head {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tariffcard {
  border: 1px solid #000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  position: relative;
}

.tariffcard.benefit {
  border-color: #2b7de7;
}

.tariffcard.tariffcardrus {
  display: flex;
}

.heading-6 {
  color: #333;
}

.content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.priceinfo {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.titleadvantages {
  direction: ltr;
  text-align: left;
  flex: 1;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  position: static;
}

.titleadvantages.list2 {
  padding-top: .5rem;
  padding-left: 2rem;
}

.bold-text-14 {
  text-decoration: line-through;
}

.div-block-27 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.bold-text-15 {
  font-weight: 700;
  text-decoration: line-through;
}

.advantages {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #02822a;
  background-color: #f0fdf4;
  border-radius: 1rem;
  flex-flow: column;
  padding: .75rem;
  display: flex;
}

.advantages.installment {
  color: #1b4f91;
  background-color: #eff6ff;
}

.bold-text-16 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: line-through;
}

.div-block-28 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.subscript, .superscript {
  color: #e04cb0;
}

.text-block-4 {
  line-height: 1.25rem;
}

.section-4 {
  padding-top: 7rem;
}

.section-4.testmainblock {
  background-color: #efefef;
}

.image-10 {
  width: 3rem;
}

.headmodal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.titlemodal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-29 {
  background-color: #2b7de7;
  border-radius: 1rem;
  padding: .25rem .75rem;
  display: flex;
  position: absolute;
  top: -1rem;
  right: 1rem;
}

.text-block-5 {
  color: #fff;
  font-weight: 500;
}

.modalbackground {
  background-color: #0003;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.tariffsandprice {
  margin-bottom: 5rem;
}

.superscript-2 {
  color: #e04cb0;
  text-decoration: none;
}

.bold-text-17 {
  color: #e04cb0;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-18 {
  font-weight: 600;
  text-decoration: none;
}

.bold-text-18.grouppricemain {
  text-decoration: none;
}

.bold-text-19, .bold-text-20, .bold-text-21 {
  text-decoration: line-through;
}

.section-5 {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-22 {
  color: #2090ad;
}

.body-2 {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1rem;
}

.link-4 {
  color: #2090ad;
  font-weight: 600;
}

.link-5, .link-6 {
  font-weight: 600;
}

.footerlink {
  color: #333;
  font-weight: 400;
}

.docscontainer {
  background-color: #fff;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  font-family: Gilroy, Arial, sans-serif;
  position: relative;
  overflow: scroll;
}

.rich-text-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.image-11 {
  width: 3rem;
  height: 3rem;
  padding: .4rem;
  position: static;
  left: -5rem;
}

.docs-header {
  margin-top: 0;
  margin-bottom: auto;
  position: relative;
}

.rich-text-block-2 {
  max-width: 600px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.docsheader {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.bold-text-23 {
  font-weight: 600;
}

.text-block-6 {
  line-height: 1.5rem;
}

.bold, .text-block-7, .bold-text-25 {
  font-weight: 400;
}

.bold-text-26, .bold-text-27 {
  font-weight: 600;
}

.bold-text-28, .bold-text-29 {
  font-weight: 400;
}

.bold-text-30, .bold-text-31, .bold-text-32 {
  font-weight: 600;
}

.bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
  font-weight: 400;
}

.currency-dropdown {
  cursor: pointer;
  border: 1px solid #0000;
  margin-right: 1rem;
  padding: 20px 0 20px .25rem;
  font-weight: 500;
}

.currency-dropdown:focus-visible, .currency-dropdown[data-wf-focus-visible], .currency-dropdown.currency-dropdown-focus-visible {
  border-color: #fff;
}

.bold-text-41, .bold-text-42 {
  font-weight: 600;
}

.link-block-3 {
  position: absolute;
  left: -5rem;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-32 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4rem;
  display: flex;
}

.section-6 {
  padding-top: 2.286rem;
  position: relative;
}

.section-6.lastwrapper, .section-6.lastwrapper.shareblock {
  display: block;
}

.testcardblue {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #007ee5;
  border: 1px #000;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testcardblue.pricecard {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.testcardblue.faq {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
}

.testcardblue.footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.testcardblue.modalcard {
  max-width: 1256px;
}

.image-12 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.testcardgray {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f5f7fd;
  border: 1px #000;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testcardgray.pricecard {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.testcardgray.faq {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
}

.testcardgray.footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.testcardgray.modalcard {
  max-width: 1256px;
}

.testcardgray.testcardtable {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #e5e7ee;
  border-radius: 32px;
  padding: 0;
}

.progresstrack {
  width: 100%;
}

.progresswrapper {
  background-color: #e5e7ee;
  border-radius: 6px;
  height: 6px;
}

.body-3 {
  font-family: Gilroy, Arial, sans-serif;
}

.progressheading {
  margin-top: auto;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.bold-text-44 {
  font-weight: 600;
}

.progressbar {
  background-color: #007ee5;
  border-radius: 6px;
  width: 0%;
  height: 100%;
}

.textlink {
  color: #007ee5;
  text-align: left;
  cursor: pointer;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.143rem;
  font-weight: 600;
  line-height: 1.714rem;
  text-decoration: underline;
}

.textlink:hover {
  color: #268bdf;
}

.textlink:active {
  color: #333;
}

.textlink.testsubtitle {
  font-size: 1.429rem;
  font-weight: 500;
  line-height: 2.286rem;
}

.textlink.testsubtitle.testtext {
  font-size: 1.143rem;
  font-weight: 400;
  line-height: 1.714rem;
}

.textlink.testsubtitle.testtext.testtextwhite {
  color: #fff;
  position: relative;
}

.progresscontent {
  padding-top: 1.5rem;
}

.tableheading {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #007ee5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.tablecellcomponent {
  display: block;
}

.tabletextheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
}

.tableheading2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 44px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.tabletext {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tablecontent {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f7fd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  padding: 16px 32px;
  display: grid;
}

.tablecontent.tablecontentlast {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.tabletext2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tabletext-copy {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tabledescription {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: block;
}

.main-2 {
  grid-row-gap: 16px;
  background-color: #f5f7fd;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.title-style {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.text-3 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-144 {
  grid-row-gap: 32px;
  background-color: #e5e7ee;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 32px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-143 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.description-2 {
  color: #323232;
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.list-2 {
  grid-row-gap: 20px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-150 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.check-c {
  grid-row-gap: 10px;
  background-color: #007ee5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.vector-6-stroke {
  object-fit: cover;
}

.text-4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.reviews {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rating {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.stars {
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.raitinginfo {
  color: #333;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.examples {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.user {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.avatar {
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}

.userinfo {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-6 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.description-3 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.text-0 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-7 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.text-1 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.raitinginfo-1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.container-6 {
  background-color: #e5e7ee;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.main-3 {
  grid-row-gap: 16px;
  background-color: #f5f7fd;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.testparagraph {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-3 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.frame-151 {
  grid-row-gap: 32px;
  background-color: #e5e7ee;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.review {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.test-list-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.143rem;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.text-9 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-10 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-11 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.text-12 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.raitinginfo-2 {
  color: #333;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.frame-165 {
  grid-row-gap: 24px;
  background-color: #007ee5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3 {
  opacity: .11;
  mix-blend-mode: plus-darker;
  object-fit: cover;
  position: absolute;
  top: 699px;
  left: -910px;
}

.frame-166 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-167 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.untitled-4 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-13 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.frame-7 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-14 {
  color: #007ee5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.sales {
  background-color: #e5e7ee;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tariffs {
  grid-row-gap: 32px;
  background-color: #f5f7fd;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.title-style-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-168 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-16 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.content-style {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.discount {
  grid-row-gap: 8px;
  background-color: #007ee5;
  border-radius: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 16px 20px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.text-18 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tariffcards {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tariffcardgroup {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.label-style {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.advantages-8 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.btn {
  grid-column-gap: 10px;
  background-color: #efefef;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-19 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tariffcardindiv {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #007ee5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 623px;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btnprimary {
  grid-column-gap: 10px;
  background-color: #007ee5;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tag {
  grid-column-gap: 10px;
  background-color: #007ee5;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 29px;
  padding: 8px 12px 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -13px;
  left: 219px;
}

.label-style-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.recommendations {
  grid-row-gap: 16px;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.price-0 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.price-1 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.price-3 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: line-through;
}

.advantages-8-0 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.advantages-8-1 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.price-4 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: line-through;
}

.image-13 {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-7 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-title {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-subtitle {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.discount-timer {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.discount-note {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tariff-cards {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tariff-card-group {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.label-style-3 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.advantages-9 {
  color: #333;
  flex-flow: column;
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 10px;
  background-color: #efefef;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tariff-card-individual {
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #007ee5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-primary {
  grid-column-gap: 10px;
  background-color: #007ee5;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.button-text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tag-2 {
  grid-column-gap: 10px;
  background-color: #007ee5;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 128px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -14.5px 0% auto;
}

.price-6 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.price-7 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.price-8 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: line-through;
}

.advantages-0 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.advantages-1 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.price-9 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: line-through;
}

.cta {
  grid-row-gap: 24px;
  background-color: #007ee5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-14 {
  opacity: .11;
  mix-blend-mode: plus-darker;
  object-fit: cover;
  position: absolute;
  top: 699px;
  left: -910px;
}

.container-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-description {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-container {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-3 {
  color: #007ee5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.consultation {
  grid-row-gap: 24px;
  background-color: #007ee5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-style-5 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-style-2 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-4 {
  color: #007ee5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tablerow {
  background-color: #f5f7fd;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tablerow-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tablewrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tabletitle {
  grid-column-gap: 10px;
  background-color: #e5e7ee;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.tablecontent-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.share {
  grid-row-gap: 24px;
  background-color: #007ee5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-15 {
  opacity: .11;
  mix-blend-mode: plus-darker;
  object-fit: cover;
  position: absolute;
  top: 246px;
  left: 0;
}

.container-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-10 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-subtitle-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-text-5 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.share-icon {
  object-fit: cover;
  padding: 4px 2px;
}

.button-text-6 {
  color: #007ee5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.faq {
  grid-row-gap: 24px;
  background-color: #f5f7fd;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.title-style-6 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.list-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-row-gap: 12px;
  background-color: #e5e7ee;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.question {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.icon-2 {
  object-fit: cover;
  padding: 2px;
}

.answer {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.button-container-2 {
  grid-column-gap: 10px;
  background-color: #007ee5;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.button-text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.raitinglink {
  color: #333;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: underline;
}

.raitingcontent {
  display: flex;
}

.container-13 {
  background-color: #e5e7ee;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-row-gap: 24px;
  background-color: #007ee5;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-16 {
  opacity: .11;
  mix-blend-mode: plus-darker;
  object-fit: cover;
  position: absolute;
  top: 328px;
  left: 0;
}

.section-style {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-title-4 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-subtitle-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-container-3 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 369px;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button-text-8 {
  color: #007ee5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.container-15 {
  grid-row-gap: 24px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-style-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-style-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-subtitle-4 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-container-4 {
  grid-column-gap: 10px;
  background-color: #007ee5;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 369px;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button-text-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.test-nav-link {
  cursor: pointer;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.test-nav-link:hover {
  color: #007ee5;
  text-decoration: underline;
}

.test-nav-link:active {
  text-decoration: none;
}

.test-nav-link:visited {
  color: #333;
  text-decoration: none;
}

.test-nav-link.w--current {
  color: #007ee5;
}

.circle-progress-wrap {
  flex: none;
  width: 256px;
  height: 256px;
  display: flex;
  position: relative;
}

.circle-progress-level {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 33.33%;
  height: 33.33%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.circle-progress-level.top-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  display: block;
  inset: auto auto 50% 0%;
}

.circle-progress-level.top-center {
  justify-content: center;
  align-items: flex-start;
  inset: 0% 0% auto 33.33%;
}

.circle-progress-level.top-right {
  justify-content: flex-end;
  align-items: flex-start;
  inset: 0% 0% auto 66.64%;
}

.circle-progress-level.center-right {
  justify-content: flex-end;
  align-items: center;
  inset: 33.33% 0% auto 66.64%;
}

.circle-progress-level.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  inset: 66.64% 0% auto 66.64%;
}

.circle-progress-level.bottom-center {
  justify-content: center;
  align-items: flex-end;
  inset: 66.64% 0% auto 33.33%;
}

.circle-progress-level.bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.circle-progress-level.center-left {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 25%;
  inset: auto auto 25% 0%;
}

.circle-progress-level.center-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: auto auto 25% 0%;
}

.circle-progress-level.center-top-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: auto auto 50% 0%;
}

.circle-progress-level.bottom-center-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: auto auto 0% 25%;
  overflow: hidden;
}

.circle-progress-level.top-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: 0% auto auto 0%;
}

.circle-progress-level.top-center-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: 0% auto auto 25%;
}

.circle-progress-level.top-center-right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: 0% auto auto 50%;
}

.circle-progress-level.top-right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: 0% 0 auto auto;
}

.circle-progress-level.center-top-right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: 25% 0 auto auto;
}

.circle-progress-level.center-bottom-right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: 50% 0 auto auto;
}

.circle-progress-level.bottom-right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: auto 0% 0% auto;
}

.circle-progress-level.bottom-center-right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 25%;
  inset: auto 25% 0% auto;
}

.circle-progress-line {
  aspect-ratio: auto;
  border: 34px solid #39a3f9;
  border-radius: 50%;
  flex: none;
  width: 400%;
  height: 400%;
  position: absolute;
}

.circle-progress-line.eight {
  border-bottom-color: #39a3f900;
  transform: rotate(-45deg);
}

.circle-progress-line.three {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  bottom: -100%;
}

.circle-progress-line.four {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  bottom: -200%;
}

.circle-progress-line.two {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  overflow: hidden;
  transform: rotate(-225deg);
}

.circle-progress-line.one {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  left: -100%;
  transform: rotate(-225deg);
}

.circle-progress-line.five {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  inset: 0% auto auto 0%;
}

.circle-progress-line.six {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  inset: 0% auto auto -100%;
}

.circle-progress-line.seven {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  inset: 0% auto auto -200%;
}

.circle-progress-line.eight {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  inset: 0% 0% auto auto;
  transform: none;
}

.circle-progress-line.nine {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  inset: -100% 0% auto auto;
}

.circle-progress-line.ten {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  inset: -200% 0% auto auto;
}

.circle-progress-line.eleven {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  inset: auto 0% 0% auto;
}

.circle-progress-line.twelve {
  border-bottom-color: #39a3f903;
  border-left-color: #39a3f903;
  border-right-color: #39a3f903;
  inset: auto -100% 0% auto;
}

.a1-animation {
  flex: none;
}

.lottie-animation {
  flex: none;
  display: block;
}

.lottie-animation.a2-animation {
  flex: none;
}

.lottie-animation.a1-animation {
  width: 100%;
  height: 100%;
  display: none;
}

.lottie-animation.c1-animation, .lottie-animation.c2-animation, .lottie-animation.b2-animation, .lottie-animation.b1-animation {
  display: none;
}

.lottie-animation-2, .lottie-animation-3, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
  flex: none;
}

.quote-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fd;
  border-radius: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.div-block-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  display: grid;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.anchor {
  width: 100%;
  height: 0;
  position: absolute;
  inset: -150px auto auto 0%;
}

.ya-share2 {
  background-color: #3898ec00;
  width: 0;
  height: 56px;
}

.sharethis-inline-share-buttons {
  background-color: #3898ec00;
  width: 30%;
  height: 56px;
  margin-left: 24px;
}

.popup {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
}

.popup.start, .popup.cancel {
  top: -65px;
}

.popup-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #f62828;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 65px;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 2px 11px #0000000d;
}

.popup-content.start {
  border-color: #28f636;
}

.text-block-8 {
  color: #f62828;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.text-block-8.start {
  color: #23a30f;
}

.subheading {
  color: red;
  margin-bottom: 30px;
}

.div-block-35 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.discounted {
  color: #6e6e6e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 500;
  text-decoration: line-through;
}

.subheading-2, .subheading-2-large {
  color: red;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
}

.subheading-2-large.discounttext {
  font-size: 32px;
}

.text-span-3 {
  text-decoration: line-through;
}

.text-span-4 {
  color: #417cc7;
  font-size: 1.2rem;
  font-weight: 700;
}

.bold-text-45 {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-span-5 {
  color: red;
}

.text-span-6 {
  font-weight: 700;
}

.text-block-9 {
  font-size: .7rem;
}

.subbb {
  font-size: 1rem;
  font-weight: 700;
}

.text-span-7, .text-span-8 {
  color: #a3a3a3;
  text-decoration: line-through;
}

.text-block-10 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.3rem;
}

.text-span-9, .text-span-10 {
  color: #a3a3a3;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: line-through;
}

.text-span-11 {
  color: #417cc7;
  font-weight: 700;
}

.text-span-12 {
  color: #417cc7;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-span-13 {
  font-weight: 700;
}

.text-span-14 {
  color: red;
}

.text-span-15 {
  color: #a3a3a3;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: line-through;
}

.text-span-16 {
  color: #417cc7;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .container {
    object-fit: fill;
    display: block;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-menu {
    background-color: #2090ad;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 600vw;
    margin: auto;
    padding-top: 1rem;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    top: 92px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    color: #fff;
    flex: 0 auto;
    align-self: auto;
    font-size: 2rem;
    line-height: 2.5rem;
  }

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

  .nav-link:active {
    color: #fff;
    text-decoration: underline;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .icon {
    flex: 0 auto;
    width: 2rem;
    font-size: 2rem;
    position: static;
  }

  .menu-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 12px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #2090ad;
    border-radius: .75rem;
  }

  .main.testmaincontent {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
  }

  .text-block.testsubtitle.testtext.quote {
    width: 80%;
  }

  .image {
    width: 100%;
  }

  .card {
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .card.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .card.modalcard {
    margin-top: 7rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .wrapper {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-3 {
    text-align: left;
  }

  .text-block-3.studentdescription {
    text-align: center;
  }

  .h4 {
    max-width: 80%;
  }

  .h4.price._8march.discount {
    width: 117%;
  }

  .h4.studenttitle, .h4.languagetitle {
    text-align: center;
  }

  .section-2 {
    padding-top: 5rem;
  }

  .div-block-4 {
    flex-flow: column;
  }

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

  .heading-3.pricecard {
    display: flex;
  }

  .heading-3.testheadingwhite, .heading-3.testheading, .heading-3.testheading-table {
    text-align: left;
  }

  .price, .button {
    width: 100%;
  }

  .div-block-7 {
    height: 530px;
  }

  .div-block-8 {
    background-size: 100%;
    width: 100%;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
  }

  .textblock4 {
    text-align: center;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-12 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-13, .div-block-14 {
    width: 100%;
  }

  .list-item {
    padding-top: .5rem;
  }

  .div-block-15 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-16 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-17, .div-block-18, .link-block {
    width: 100%;
  }

  .description {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .div-block-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-22 {
    width: 100%;
  }

  .div-block-22.left, .div-block-23.right {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-24, .div-block-25, .div-block-26 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link-3 {
    text-align: center;
  }

  .modal {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .modal.rules, .modal.useroffer, .modal.expertoffer, .modal.privacy, .modal.companydetails {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modal.bankdetails {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .titleadvantages {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-10 {
    width: 2rem;
  }

  .docscontainer {
    padding-top: 2rem;
    position: relative;
    overflow: scroll;
  }

  .container-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    max-width: 600px;
    display: flex;
  }

  .image-11 {
    vertical-align: baseline;
    height: auto;
    padding-top: .4rem;
  }

  .docs-header {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
  }

  .rich-text-block-2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
  }

  .docsheader {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    max-width: 600px;
    display: flex;
  }

  .currency-dropdown {
    margin-left: auto;
    margin-right: .5rem;
    display: flex;
  }

  .link-block-3 {
    left: -2rem;
  }

  .div-block-32 {
    padding-left: 0;
  }

  .testcardblue {
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .testcardblue.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .testcardblue.modalcard {
    margin-top: 7rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testcardgray {
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .testcardgray.faq {
    justify-content: flex-start;
    align-items: center;
  }

  .testcardgray.modalcard {
    margin-top: 7rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tableheading {
    height: 80px;
  }

  .tabletextheading {
    font-size: 24px;
  }

  .examples {
    flex-flow: column;
  }

  .tariff-cards {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .tabletitle {
    height: 64px;
  }

  .test-nav-link {
    color: #fff;
    flex: 0 auto;
    align-self: auto;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .test-nav-link:hover {
    color: #fff;
  }

  .test-nav-link:active {
    color: #fff;
    text-decoration: underline;
  }

  .test-nav-link.w--current {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .text-block {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-block.testsubtitle.testtext.quote {
    width: 80%;
    height: auto;
  }

  .text-block-3 {
    text-align: left;
  }

  .text-block-3.studentdescription {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-block-3.description {
    text-align: center;
  }

  .h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .h4.price.oldprice {
    justify-content: flex-start;
    align-items: stretch;
    width: 33rem;
  }

  .h4.price._8march.discount {
    width: 102%;
    font-size: 1rem;
  }

  .h4.languagetitle {
    text-align: left;
  }

  .section-2 {
    margin-bottom: 1rem;
  }

  .div-block-3 {
    width: 100%;
  }

  .heading-3 {
    text-align: left;
    font-size: 2rem;
  }

  .button {
    width: 100%;
  }

  .div-block-7 {
    height: 600px;
    top: 11.2rem;
  }

  .div-block-8 {
    width: 100%;
    height: 456px;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .textblock4 {
    text-align: left;
  }

  .div-block-10 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .div-block-12 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-13, .div-block-14 {
    width: 100%;
  }

  .list-item, .faqanswercontent {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .div-block-23.right {
    width: 100%;
  }

  .tariffsandprice {
    margin-bottom: 1rem;
  }

  .docscontainer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rich-text-block-2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .docsheader {
    width: 100%;
  }

  .link-block-3 {
    top: -1rem;
    left: .5rem;
  }

  .textlink {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tableheading {
    height: 120px;
  }

  .tabletextheading {
    font-size: 20px;
  }

  .tableheading2 {
    height: 80px;
  }

  .examples {
    grid-row-gap: 24px;
  }

  .title-3 {
    font-weight: 600;
  }

  .text-8 {
    width: 95%;
  }

  .tabletitle {
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu.test {
    background-color: #007ee5;
  }

  .body {
    font-size: .75rem;
  }

  .nav-link {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .heading.testheading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-block {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .text-block.testsubtitle.testtext {
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-block.testsubtitle.testtext.test {
    width: 100%;
  }

  .card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .card.faq {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card.modalcard {
    margin-bottom: 1rem;
  }

  .wrapper.footer {
    padding-bottom: .5rem;
  }

  .text-block-3 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-block-3.description {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    width: 100%;
  }

  .h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .h4.price._8march.discount {
    width: 20%;
  }

  .h4.languagetitle {
    text-align: left;
  }

  .h4.tarifftitle {
    max-width: 100%;
  }

  .section-2 {
    padding-top: 2rem;
  }

  .point {
    width: .75rem;
    height: .75rem;
  }

  .div-block-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: .5rem;
  }

  .heading-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-3 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-3.pricecard {
    display: block;
  }

  .heading-3.testheadingwhite, .heading-3.testheading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-3.testheading-table {
    font-size: 2rem;
    line-height: 2.5rem;
    display: block;
  }

  .button.testbtnprimary {
    height: auto;
    min-height: 56px;
  }

  .button.testbtnprimary.btnprimary {
    border-radius: 128px;
    min-height: 56px;
  }

  .button.btnwhite {
    margin-top: 0;
  }

  .div-block-7 {
    height: 623px;
    top: 7.1rem;
    left: 1.8rem;
  }

  .div-block-8 {
    height: 256px;
  }

  .div-block-9 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .textblock4 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .image-4 {
    width: 1rem;
  }

  .score {
    font-size: 1rem;
  }

  .image-5 {
    width: 100%;
  }

  .heading-5 {
    font-size: 1rem;
  }

  .list {
    padding-left: 0;
  }

  .list.lvl2 {
    padding-left: 1.5rem;
  }

  .description {
    text-align: left;
  }

  .modal {
    overflow: scroll;
  }

  .modal.indivmodal {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .modal.groupmodal {
    justify-content: center;
    align-items: flex-start;
  }

  .modal.rules, .modal.useroffer, .modal.expertoffer, .modal.privacy, .modal.companydetails {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .modal.bankdetails {
    justify-content: center;
    align-items: center;
  }

  .tariffcard {
    font-size: 1rem;
  }

  .titleadvantages {
    text-align: left;
    flex-flow: row;
    display: block;
  }

  .superscript {
    font-size: 1rem;
  }

  .div-block-29 {
    justify-content: flex-start;
    align-items: center;
    left: 1.3rem;
    right: auto;
  }

  .docs-header {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .rich-text-block-2 {
    padding-top: 1rem;
  }

  .currency-dropdown {
    font-size: 1rem;
  }

  .link-block-3 {
    top: -1.25rem;
    left: .5rem;
  }

  .bold-text-43 {
    white-space: pre-line;
    word-break: break-all;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .testcardblue {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .testcardblue.faq {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testcardblue.modalcard {
    margin-bottom: 1rem;
  }

  .image-12 {
    vertical-align: baseline;
    flex: 0 auto;
    height: 0;
  }

  .testcardgray {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .testcardgray.faq {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testcardgray.modalcard {
    margin-bottom: 1rem;
  }

  .textlink {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tableheading {
    display: none;
  }

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

  .tabledescription {
    padding-left: 16px;
    padding-right: 16px;
  }

  .description-2 {
    text-align: left;
    width: 100%;
  }

  .raitinginfo {
    font-size: .75rem;
  }

  .description-3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .main-3, .frame-151 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-8 {
    width: 90%;
    font-size: 1rem;
  }

  .text-9 {
    text-align: center;
  }

  .tariffs {
    padding: 24px 16px;
  }

  .discount {
    border-radius: 128px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .recommendations {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-13 {
    height: 0;
  }

  .section-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tariff-card-group {
    padding-left: 16px;
    padding-right: 16px;
  }

  .label-style-3 {
    font-size: 1.5rem;
  }

  .tariff-card-individual {
    grid-row-gap: 16px;
    padding: 24px 16px;
  }

  .tag-2 {
    left: 0;
    right: 0;
  }

  .advantages-0, .advantages-1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .cta {
    padding: 24px 16px;
  }

  .section-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .consultation {
    padding: 24px 16px;
  }

  .tablerow-2 {
    flex-flow: column;
  }

  .tabletitle {
    height: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tablecontent-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .share, .faq {
    padding: 24px 16px;
  }

  .raitinglink {
    font-size: .75rem;
  }

  .container-14, .container-15 {
    padding: 24px 16px;
  }

  .test-nav-link {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

#w-node-bae84191-11ef-2161-a3b8-c1e85b7a82fd-714cdf25, #w-node-_72c94796-4200-e580-8637-85102ce11a5a-714cdf25 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_482712dc-60e5-d2eb-7eb8-d671caaff300-03f4fb65, #w-node-_482712dc-60e5-d2eb-7eb8-d671caaff300-4a4c32eb {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}