:root {
  --dodger-blue: #010313;
  --grey--dark: #333;
  --grey--medium: #939393;
  --black: #121212;
  --yellow: #ffd852;
  --firebrick: #b70a0a;
  --grey--lighter: #f1f1f1;
  --white: white;
  --dark-slate-blue: #0b41a8;
  --gold-1: #c07600;
  --gold-2: #f9db01;
  --gold-3: #c27402;
  --vert-kanta: #02c29a;
  --red: #f90105;
  --chocolate: #966413;
  --gold-4: #daa917;
  --midnight-blue: #071b51;
  --lime-green-2: #56c115;
  --orange: #f49720;
}

body {
  background-color: var(--dodger-blue);
  color: #e4a5a5;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  color: var(--grey--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  color: var(--grey--medium);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h5 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  color: #cacaca;
  margin-top: 8px;
  margin-bottom: 1%;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: var(--black);
  text-decoration: none;
}

.link {
  color: #f3e8e8;
  font-weight: 700;
  text-decoration: underline;
}

.label {
  text-transform: uppercase;
  font-size: 24px;
}

.label.cc-purple {
  color: #5540fb;
}

.label.cc-grey {
  color: var(--grey--medium);
}

.paragraph-big {
  color: var(--grey--medium);
  font-size: 18px;
  line-height: 28px;
}

.paragraph-big.big {
  font-size: 18px;
  line-height: 32px;
}

.button {
  background-color: #1e90ff;
  padding: 12px 24px;
  font-weight: 700;
}

.button:hover {
  background-color: var(--yellow);
}

.button:active {
  background-color: var(--firebrick);
}

.button.cc-jumbo {
  letter-spacing: 1px;
  padding: 18px 36px;
}

.icon {
  margin-right: 6px;
  padding: 4px;
  display: block;
}

.tag {
  background-color: var(--grey--lighter);
  border-radius: 4px;
  flex-flow: row;
  align-items: center;
  padding-left: 4px;
  padding-right: 16px;
  display: flex;
  position: static;
}

.text-tag {
  color: var(--black);
  margin-left: 8px;
  font-weight: 600;
}

.text-tag:hover {
  color: #5540fb;
}

.section {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.icon-big {
  background-color: var(--grey--lighter);
  border-radius: 8px;
  padding: 23px 21px;
  display: inline-block;
}

.section-headline {
  flex-direction: row;
  padding-right: 8px;
  display: flex;
}

.text-headline {
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.wraper {
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding-top: 0;
  position: static;
}

.wraper.medium {
  width: 95%;
  margin-top: 0;
}

.divider {
  background-color: var(--grey--dark);
  color: var(--grey--dark);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heding-wrap {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-left: 40px;
}

.selector {
  color: var(--white);
  background-color: #e55fb9;
  border-radius: 4px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 12px;
  line-height: 32px;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.color.cc-black {
  background-color: var(--black);
}

.color.cc-dark-grey {
  background-color: var(--grey--dark);
  color: var(--grey--dark);
}

.color.cc-medium-grey {
  background-color: var(--grey--medium);
  color: var(--black);
}

.color.cc-light-grey {
  background-color: var(--grey--lighter);
}

.color.cc-main-1 {
  background-color: #1e90ff;
}

.color.cc-main-2 {
  background-color: #5540fb;
}

.color.cc-white {
  background-color: var(--white);
}

.styles-wrap {
  border: 1px solid var(--grey--lighter);
  padding: 16px;
}

._3-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.icon-small {
  background-color: var(--grey--lighter);
  border-radius: 8px;
  padding: 12px;
  display: inline-block;
}

.step-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.step-wrap.full {
  width: 100%;
}

.header {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.user-photo {
  object-fit: fill;
  background-image: url('../images/mor-and-ilya-2-2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 80px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.style-guide-heading {
  margin-bottom: 100px;
  margin-left: 0;
}

.soacial-wrap {
  width: 20%;
}

.social-icons {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.header-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.container-home {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.style-guide-conatainer {
  justify-content: space-between;
  display: flex;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.color-wrap {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}

.cc-white {
  color: var(--white);
}

.cc-purple {
  color: #5540fb;
}

.tag-2 {
  background-color: var(--grey--lighter);
  color: var(--white);
  background-image: linear-gradient(225deg, #667eea, #764ba2);
  border-radius: 4px;
  flex-flow: row;
  align-items: center;
  padding-left: 4px;
  padding-right: 16px;
  display: flex;
  position: static;
}

.tag-2.ui {
  background-image: linear-gradient(225deg, #1e90ff, #5540fb);
  margin-right: 10px;
}

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

.background-section {
  z-index: -1;
  background-image: url('../images/Dots-Blue.svg'), linear-gradient(198deg, var(--dark-slate-blue), var(--dodger-blue));
  opacity: 1;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.absulote-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.absulote-block.top {
  z-index: 2;
}

.absulote-block.bottom {
  z-index: 1;
}

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

.flex.relative {
  position: relative;
}

.button-block {
  z-index: 3;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-image: linear-gradient(270deg, var(--gold-1), var(--gold-2) 100%, var(--gold-3));
  transform-origin: 0%;
  letter-spacing: 4px;
  justify-content: center;
  align-items: center;
  width: 340px;
  max-width: 100%;
  height: 70px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.button-block.inactive {
  background-image: linear-gradient(270deg, var(--dodger-blue), var(--dark-slate-blue));
  color: var(--gold-2);
  font-weight: 400;
}

.button-block.true {
  background-image: linear-gradient(to bottom, var(--vert-kanta), var(--vert-kanta));
  color: var(--white);
}

.button-block.wrong {
  background-image: linear-gradient(270deg, var(--firebrick), var(--red));
}

.button-block.hover {
  background-image: linear-gradient(270deg, var(--chocolate), var(--gold-4));
}

.button-block.hover.restart, .button-block.white {
  background-image: linear-gradient(to bottom, var(--grey--lighter), var(--grey--lighter));
}

.divider-long {
  background-color: var(--white);
  width: 50%;
  height: 1px;
  position: absolute;
}

.divider-long.right {
  transform-origin: 0%;
  left: 0;
}

.divider-long.left {
  transform-origin: 100%;
  right: 0;
}

.righttriangle {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--gold-3);
  width: 50px;
  height: 50px;
  margin-left: -25px;
  transform: rotate(-45deg);
}

.righttriangle.inactive {
  background-color: var(--dodger-blue);
}

.righttriangle.true-2 {
  background-color: var(--vert-kanta);
}

.righttriangle.wrong-2 {
  background-color: var(--firebrick);
}

.righttriangle.hover {
  background-color: var(--chocolate);
}

.righttriangle.hover.restart, .righttriangle.white {
  background-color: var(--grey--lighter);
}

.lefttriangle {
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--gold-2);
  width: 50px;
  height: 50px;
  margin-right: -25px;
  transform: rotate(45deg);
}

.lefttriangle.inactive-3 {
  background-color: var(--dark-slate-blue);
  transform-origin: 50%;
}

.lefttriangle.true {
  background-color: var(--vert-kanta);
}

.lefttriangle.wrong {
  background-color: var(--red);
}

.lefttriangle.hover-2 {
  background-color: var(--gold-4);
}

.lefttriangle.hover-2.restart, .lefttriangle.white {
  background-color: var(--grey--lighter);
}

.button-wrap {
  z-index: 2;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.button-wrap.inactive {
  z-index: 1;
  position: relative;
}

.button-wrap.active {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.button-wrap.true {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.button-wrap.wrong {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.button-wrap.hover {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.main-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-section.auto {
  margin-top: 100px;
  position: relative;
}

.main-section.mt-20 {
  margin-top: 20px;
}

.main-button {
  letter-spacing: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.main-button.oups {
  margin-bottom: 40px;
}

.row-scroll {
  z-index: 2;
  margin-top: -45px;
  display: none;
  position: absolute;
  inset: 50% 0% auto;
}

.top-gradient {
  z-index: 3;
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), transparent);
  transform-origin: 50% 0;
  height: 40%;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-gradient {
  z-index: 0;
  background-image: linear-gradient(0deg, var(--dodger-blue), transparent);
  transform-origin: 50% 100%;
  height: 40%;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.bottom-gradient.fix-mobile {
  z-index: 1;
  position: fixed;
}

.num-label {
  z-index: 9999;
  color: var(--gold-2);
  position: absolute;
}

.num-label.active {
  color: var(--dodger-blue);
}

.main-button-fixed {
  z-index: 9999999;
  letter-spacing: 4px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
  position: relative;
}

.main-button-fixed.answer {
  cursor: pointer;
}

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

.quation-block {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--midnight-blue) 15%, var(--midnight-blue) 85%, var(--dark-slate-blue) 104%);
  transform-origin: 50% 0;
  color: var(--grey--lighter);
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: -46px;
  padding: 80px 20%;
  font-size: 22px;
  line-height: 36px;
  display: flex;
}

.question-block {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.answers-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  transform-origin: 50% 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 60px;
  display: grid;
}

.text-label {
  z-index: 9999;
  color: var(--gold-2);
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
}

.text-label.true:active {
  color: var(--white);
}

.q-a-block {
  align-self: stretch;
}

.background-section-wrong {
  z-index: -1;
  background-image: url('../images/Dots-Red.svg'), linear-gradient(198deg, var(--firebrick), var(--dodger-blue));
  opacity: 1;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

._w-text-block {
  color: var(--white);
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 50px;
}

.link-clone {
  z-index: 99;
  color: var(--white);
  text-align: center;
  letter-spacing: 8px;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 21px;
  font-weight: 900;
  line-height: 60px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 2%;
}

.c-text-block {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 900;
  line-height: 60px;
}

.c-text-block.second {
  margin-top: 40px;
  margin-bottom: -100px;
  line-height: 40px;
}

.link-clone-w {
  color: var(--grey--lighter);
  text-decoration: underline;
}

.text-label-big {
  z-index: 9999;
  text-transform: uppercase;
  font-size: 20px;
  position: absolute;
}

.code-link, .code-link-2 {
  z-index: 999999;
  color: #0000;
  text-align: center;
  letter-spacing: 44px;
  background-color: #0000000a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-dots {
  background-image: url('../images/Dots-Blue.svg');
  background-position: 0 0;
  background-size: cover;
  width: 200vh;
  height: 200vh;
}

.bg-dots-w {
  background-image: url('../images/Dots-Red.svg');
  background-position: 0 0;
  background-size: cover;
  width: 200vh;
  height: 200vh;
}

.text-wrap {
  margin-top: -20px;
  margin-bottom: 20px;
}

.image {
  opacity: .7;
  margin-left: 10px;
}

.image-2 {
  margin-left: 10px;
}

.lottie-animation {
  height: 100%;
  position: relative;
  inset: 0%;
}

.lottie-block {
  position: fixed;
  inset: 0%;
}

.lottie-mobile {
  display: none;
}

.module-wrapper {
  z-index: 999999;
  background-color: #010313b5;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop {
  background-color: var(--dark-slate-blue);
  color: #f3e8e8;
  border: 3px solid #214c8d;
  padding: 60px;
  font-size: 16px;
  line-height: 33px;
  position: relative;
}

.info-block {
  border: 2px solid var(--grey--lighter);
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 12px 16px;
  display: flex;
  position: fixed;
  inset: 2% 2% auto auto;
  box-shadow: -5px 9px 20px #00000047;
}

.info-block.red {
  background-color: var(--firebrick);
}

.container-pop {
  flex-direction: column;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.close-block {
  border: 2px solid var(--grey--lighter);
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  padding: 12px 16px;
  display: flex;
  position: static;
  inset: 2% 2% auto auto;
  box-shadow: -5px 9px 20px #00000047;
}

.text-block-2 {
  margin-top: 20px;
}

.code-wrap {
  position: relative;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-styleguide_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.logo-kanta {
  flex: none;
  height: 25px;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.navbar {
  z-index: 99;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-styleguide_button-row {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-styleguide_button-row.sp-1224 {
  flex-flow: column;
}

.logo-nav {
  transition: opacity .15s;
}

.logo-nav:hover {
  opacity: .74;
}

.link-nav {
  grid-column-gap: 7px;
  opacity: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fcd555;
  border-radius: 7px;
  align-items: center;
  padding: 5px 10px;
  transition: opacity .15s;
  display: flex;
}

.link-nav:hover {
  opacity: .75;
  text-decoration: none;
}

.link-nav:active {
  opacity: 1;
}

.text-nav-link {
  font-weight: 700;
}

.logo-hover {
  transition: all .3s;
}

.logo-hover:hover {
  transform: scale(1.1);
}

.certificate {
  transform: rotate(-4deg);
  box-shadow: 0 0 20px 20px #ffffff1a;
}

.text-span {
  color: var(--yellow);
}

.text-span-2 {
  color: var(--yellow);
  line-height: 10px;
}

.mb-20 {
  color: var(--yellow);
  margin-bottom: 20px;
}

.text-span-3 {
  background-color: var(--yellow);
  color: var(--midnight-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
}

.html-embed {
  min-height: 500px;
}

.hide {
  display: none;
}

.mt-20 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section {
    justify-content: flex-end;
    align-items: center;
  }

  .main-section.mt-20-mobile {
    justify-content: center;
    align-items: center;
  }

  .main-button {
    margin-bottom: 30px;
  }

  .bottom-gradient.fix-mobile {
    background-image: none;
  }

  .answers-block {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .lottie-animation {
    display: none;
  }

  .lottie-mobile {
    display: block;
  }

  .container-pop {
    max-width: 70%;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
  }

  .navbar.question {
    display: none;
  }

  .navbar.sp-4567 {
    flex-flow: column;
  }

  .logo-hover:hover {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 41px;
  }

  .wraper {
    width: 90%;
  }

  .heding-wrap {
    margin-left: 0;
  }

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

  .header {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
  }

  .user-photo {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    margin-bottom: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .absulote-block.bottom {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quation-block {
    margin-top: -35px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .text-label {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .image, .image-2 {
    width: 80%;
  }

  .container-pop {
    max-width: 90%;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .navbar {
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

  .icon {
    margin-right: 15px;
  }

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

  .header {
    text-align: left;
  }

  .soacial-wrap {
    width: 100%;
  }

  .header-wrap {
    text-align: center;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-block {
    width: 220px;
  }

  .button-wrap.active {
    display: none;
  }

  .button-wrap.true, .button-wrap.wrong, .button-wrap.hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-section.mt-20-mobile {
    margin-top: 60px;
  }

  .bottom-gradient {
    height: 20%;
  }

  .quation-block {
    margin-top: -45px;
    padding: 60px 8px;
    font-size: 18px;
    line-height: 28px;
  }

  .answers-block {
    grid-row-gap: 0px;
    margin-top: 32px;
  }

  .text-label {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  ._w-text-block {
    font-size: 24px;
    line-height: 45px;
  }

  .link-clone {
    inset: auto 0% 5%;
  }

  .c-text-block {
    font-size: 14px;
    line-height: 60px;
  }

  .link-clone-w {
    font-size: 18px;
  }

  .text-wrap {
    text-align: center;
    margin-top: -50%;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-wrap.oups {
    margin-top: 0%;
  }

  .image {
    width: 50%;
  }

  .image-2 {
    width: 70%;
  }

  .pop {
    padding: 24px 16px;
  }
}


