@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-544 .tc-wp-content-root img, .wpc-scope-544 .tc-wp-content-root video, .wpc-scope-544 .tc-wp-content-root svg, .wpc-scope-544 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-section{
  position: relative;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-section-white{
  background: #ffffff;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f8fb 100%);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(102, 75, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(102, 75, 255, 0.1), rgba(225, 69, 124, 0.1));
  color: #6047d9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap h2, .wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap h3, .wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap p{
  margin-top: 0;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-heading p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5d6678;
  line-height: 1.7;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(21, 31, 56, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(102, 75, 255, 0.5), rgba(225, 69, 124, 0.38), rgba(43, 185, 177, 0.36));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(102, 75, 255, 0.2);
  box-shadow: 0 24px 60px rgba(21, 31, 56, 0.12);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-card:hover::before{
  opacity: 1;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-card h3{
  margin-bottom: 10px;
  color: #151c2e;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-card p{
  margin-bottom: 0;
  color: #606b7d;
  line-height: 1.68;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #664bff 0%, #e1457c 100%);
  box-shadow: 0 12px 26px rgba(102, 75, 255, 0.22);
  transition: transform 240ms ease;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-card:hover .rfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon::before, .wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-preview::before{
  width: 22px;
  height: 14px;
  top: 14px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-preview::after{
  width: 6px;
  height: 6px;
  top: 18px;
  left: 20px;
  border-radius: 50%;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-copy::before{
  width: 16px;
  height: 18px;
  top: 11px;
  left: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-copy::after{
  width: 16px;
  height: 18px;
  top: 16px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-spark::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  clip-path: polygon(50% 0%, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0% 50%, 38% 35%);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-spark::after{
  width: 5px;
  height: 5px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-cyrillic::before{
  content: "Я";
  top: 8px;
  left: 13px;
  background: transparent;
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-cyrillic::after{
  display: none;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-speed::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-speed::after{
  width: 10px;
  height: 2px;
  top: 22px;
  left: 23px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-clean::before{
  width: 20px;
  height: 13px;
  top: 15px;
  left: 13px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: transparent;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-icon-clean::after{
  width: 18px;
  height: 2px;
  top: 13px;
  left: 14px;
  border-radius: 99px;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(102, 75, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 45px rgba(21, 31, 56, 0.07);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-step-card::after{
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #664bff, #e1457c);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #151c2e;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(21, 28, 46, 0.18);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content h3{
  margin-bottom: 8px;
  color: #151c2e;
  font-weight: 760;
  line-height: 1.25;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content p{
  margin-bottom: 0;
  color: #606b7d;
  line-height: 1.7;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-use-card{
  overflow: hidden;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-mini-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(43, 185, 177, 0.14), rgba(102, 75, 255, 0.12));
  color: #3b4fc2;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-benefit-card{
  background: #ffffff;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2bb9b1, #664bff);
  box-shadow: 0 12px 25px rgba(43, 185, 177, 0.2);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-benefit-mark::before{
  content: "";
  width: 16px;
  height: 8px;
  margin: 14px 0 0 12px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-544 .tc-wp-content-root .rfg-editorial-wrap .rfg-reveal.rfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .rfg-editorial-wrap .rfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .rfg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card{
    padding: 22px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card h3, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card p, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-number{
    width: 54px;
    height: 46px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .rfg-editorial-wrap .rfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .rfg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card{
    padding: 24px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card h3, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card p, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-number{
    width: 58px;
    height: 48px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .rfg-editorial-wrap .rfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .rfg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card{
    padding: 26px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card h3, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card p, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-number{
    width: 62px;
    height: 50px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .rfg-editorial-wrap .rfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .rfg-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-grid-six, .tc-wp-content-root .rfg-editorial-wrap .rfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card{
    padding: 28px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card h3, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card p, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content p{
    font-size: 15.75px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-number{
    width: 68px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .rfg-editorial-wrap .rfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .rfg-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-grid-six, .tc-wp-content-root .rfg-editorial-wrap .rfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card{
    padding: 30px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card h3, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-card p, .tc-wp-content-root .rfg-editorial-wrap .rfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-list{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .rfg-editorial-wrap .rfg-step-number{
    width: 74px;
    height: 60px;
    font-size: 19px;
  }}