@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Bold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --primary--black: #0d1d4a;
  --primary--violet: #7d2aeb;
  --primary--white: white;
  --primary--lite-grey: #f1f4f9;
  --primary--secondary--shadows: #93a1c840;
  --primary--secondary--lite-violet: #9a53f9;
  --primary--secondary--yellow: #ffd304;
  --primary--grey: #93a1c8;
  --primary--secondary--shadow: #faa81c;
  --primary--secondary--lite-yellow: #fff6c9;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  color: var(--primary--black);
  cursor: default;
  font-family: Circe, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.section {
  background-image: url('../images/-text-circle.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 43.625rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.section.position {
  background-image: url('../images/-text-circle.svg');
  background-position: 98% 50px;
  background-repeat: no-repeat;
  background-size: 50rem;
  position: relative;
  overflow: hidden;
}

.section.color-violet {
  background-color: var(--primary--violet);
  color: var(--primary--white);
  background-image: none;
}

.section.color-violet.img-fon {
  background-image: url('../images/Ellipse-blur2.svg'), url('../images/Ellipse-blur1.svg');
  background-position: 100% 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section.color-violet.img-fon.position {
  overflow: visible;
}

.section.color-violet.img-fon.position.padding-top {
  padding-top: 7rem;
  top: -5.5rem;
}

.section.color-violet.padding {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section.color-violet.padding.imgback {
  background-image: url('../images/Img-object3.webp'), url('../images/Ellipse-blur1.svg');
  background-position: 0 -30%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 15.313rem, auto;
}

.section.color-violet.padding.imgback.relet {
  background-image: url('../images/Ellipse-blur1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.section.color-violet.padding.relativ {
  position: relative;
}

.section.color-violet.padding.ritght-padd {
  padding-right: 0;
}

.section.backg {
  background-image: none;
  position: relative;
}

.section.backg.padding {
  background-image: url('../images/Img-object2.webp');
  background-position: 0 80%;
  background-size: 16vw;
  padding-bottom: 5.5rem;
}

.section.backg.paddings {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section.color-grey {
  background-color: var(--primary--lite-grey);
  background-image: none;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  max-width: 91rem;
  margin: 2.375rem auto;
}

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

.brand {
  width: 10rem;
  padding-left: 0;
}

.nav-link {
  cursor: pointer;
  padding: .813rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_buttons {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--primary--violet);
  color: var(--primary--white);
  border-radius: .5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  padding: .938rem 1.5rem;
  font-weight: 600;
}

.button.background-white {
  background-color: var(--primary--white);
  color: var(--primary--violet);
}

.button.radius {
  border-radius: 2rem;
}

.button.radius.padding-mini {
  padding-top: .813rem;
  padding-bottom: .813rem;
}

.button.padding-mini {
  padding-top: .813rem;
  padding-bottom: .813rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

.button.padding-mini.radius, .button.padding-mini.background-white {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.375rem;
}

.button.margin-auto {
  cursor: pointer;
  margin-right: auto;
}

.div-conteiner {
  width: 100%;
  max-width: 91rem;
  margin-left: auto;
  margin-right: auto;
}

.div-conteiner.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-conteiner.flex.margin {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 3rem;
  padding-right: 2rem;
}

.div-conteiner.flex.but {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.div-conteiner.flex.back-color {
  color: var(--primary--white);
  border-radius: 1rem;
  margin-top: 6rem;
  padding: 5rem 4.5rem 5rem 3rem;
  position: relative;
}

.div-conteiner.margin-top {
  flex-flow: column;
  margin-top: 8rem;
  display: flex;
}

.div-conteiner.back-color {
  background-color: var(--primary--violet);
  margin-top: 5.5rem;
}

.heading {
  color: var(--primary--violet);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oddval, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
}

.image-rules {
  width: 41rem;
  position: relative;
  left: -3rem;
}

.div-block {
  width: 50%;
}

.div-h1 {
  z-index: 1;
  width: 60%;
  margin-bottom: .688rem;
  position: relative;
}

.text {
  font-size: 1.5rem;
}

.text.mini {
  font-size: .875rem;
  line-height: 1.2rem;
}

.text.mini.margin-top {
  margin-top: .5rem;
}

.text.margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text.margin.fon {
  background-color: var(--primary--secondary--lite-violet);
  border-radius: 20px;
  padding: .5rem 1rem;
}

.text.size {
  width: 84%;
}

.text.bold {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.text.bold.margin-top {
  margin-top: 1.5rem;
}

.text.bold.marg-top {
  margin-top: 4rem;
}

.text.bold.center {
  text-align: center;
  margin-top: 1rem;
}

.text.bold.size.flex {
  flex-flow: row;
}

.text.medium {
  margin-top: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text.medium.nomarg {
  margin-top: 0;
}

.text.medium-big {
  font-size: 1.25rem;
}

.text.marg-but {
  margin-bottom: 1rem;
}

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

.text.marg-top {
  margin-top: 1.5rem;
}

.text.mobile {
  display: none;
}

.form-block {
  background-color: var(--primary--secondary--yellow);
  border-radius: 2.5rem;
  width: 100%;
  max-width: 45.438rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding: 2.5rem 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.form-block.size {
  color: var(--primary--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35rem;
  margin-top: 0;
  display: flex;
}

.image {
  width: 60%;
  max-width: 53rem;
  position: absolute;
  inset: auto 0% -3.4rem auto;
}

.input {
  color: var(--primary--black);
  border: 0 solid #000;
  border-radius: .5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  padding: .875rem 1rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.input:hover {
  box-shadow: 0 8px 20px 0 var(--primary--secondary--shadow);
}

.input::placeholder {
  color: var(--primary--black);
  font-size: 1.2rem;
}

.link, .link-2 {
  color: var(--primary--black);
  cursor: pointer;
}

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

.mottos {
  width: 48%;
  max-width: 37rem;
  position: relative;
  bottom: -1rem;
}

.h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oddval, Arial, sans-serif;
  font-size: 3.75rem;
  line-height: 4.5rem;
}

.h2.color-violet {
  color: var(--primary--violet);
}

.h2.color-violet.margin {
  margin-bottom: 1.5rem;
}

.div-contecst {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  max-width: 40rem;
  margin-left: 1rem;
  display: flex;
}

.div-contecst.nomargin {
  margin-left: 0;
}

.div-contecst.nomargin.size {
  width: 65%;
}

.div-contecst.nomargin.size.relativ {
  width: 60%;
  position: relative;
}

.image-2 {
  width: 20%;
  max-width: 16rem;
  position: absolute;
  inset: -8.5rem 0% auto auto;
}

.cards {
  width: 85.33%;
  max-width: 58.875rem;
}

.div-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

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

.image-in-grid {
  width: 100%;
  max-width: 3.5rem;
}

.color-violet {
  color: var(--primary--violet);
}

.image-3 {
  width: 90%;
  max-width: 45rem;
  position: absolute;
  inset: -5.5rem 0% auto auto;
}

.vector-arrow {
  position: relative;
  left: 16.2rem;
}

.vector-arrow.trancform {
  transform-style: preserve-3d;
  left: 19.2rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.plashka {
  background-color: var(--primary--violet);
  color: var(--primary--white);
  border-radius: .5rem;
  margin-top: .35rem;
  padding: 1rem;
  transform: rotate(-3.5deg);
}

.plashka.norotate {
  margin-top: 0;
  transform: none;
}

.plashka.flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  text-decoration: none;
  display: flex;
  transform: none;
}

.div-block-2 {
  position: relative;
  top: -1.1rem;
}

.slider-step {
  background-color: #ddd0;
  height: auto;
  margin-top: 0;
  display: flex;
}

.mask-step {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: visible;
}

.slide-step {
  width: 32%;
  max-width: 31.5rem;
  height: 100%;
  margin-left: .4rem;
  margin-right: .4rem;
}

.card-step {
  background-color: var(--primary--white);
  box-shadow: 0 15px 45px 0 var(--primary--secondary--shadows);
  border-radius: 1rem;
  height: 100%;
  padding: 2rem 3rem;
}

.div-text.display {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.background-video {
  height: 20rem;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.button-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  margin-top: 3rem;
}

.cards-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid.releit {
  width: 70%;
  max-width: 52rem;
  position: relative;
}

.image-procent {
  width: 54%;
  max-width: 14.5rem;
  margin-bottom: 2rem;
}

.div-procent {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  max-width: 25.313rem;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
}

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

.card {
  background-color: var(--primary--white);
  box-shadow: 0 15px 45px 0 var(--primary--secondary--shadows);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.image-4 {
  width: 100%;
  max-width: 3.5rem;
}

.text-span {
  font-size: 1.4rem;
  font-weight: 400;
}

.div-plashka.releit1 {
  position: relative;
  top: -11.7rem;
  left: 9.4rem;
  transform: rotate(-12deg);
}

.div-plashka.absolut1 {
  position: absolute;
  top: -1.1rem;
  left: 7.9rem;
  transform: rotate(-9deg);
}

.div-plashka.absolut2 {
  position: absolute;
  bottom: -2.6rem;
  left: 4.1rem;
  right: auto;
  transform: rotate(10deg);
}

.div-plashka.absolut3 {
  position: absolute;
  inset: 27.4rem auto 0% 19.2rem;
  transform: rotate(-4deg);
}

.div-plashka.absolut4 {
  width: 70%;
  max-width: 28.125rem;
  position: absolute;
  inset: 1.1rem -9.4rem auto auto;
  transform: rotate(-9deg);
}

.arrow-roteir1 {
  width: 100%;
  max-width: 1.6rem;
  margin-top: .5rem;
  margin-left: 2.6rem;
  transform: rotate(12deg);
}

.arrow-roteir1._3 {
  max-width: 1.5rem;
  margin-top: 0;
  margin-left: -1.9rem;
  position: absolute;
  top: -1.1rem;
  transform: rotate(-180deg);
}

.arrow-roteir1._2 {
  max-width: 1.8rem;
  margin-top: -1.5rem;
  margin-left: 5.6rem;
  transform: rotate(-15deg);
}

.arrow-roteir1._4 {
  transform-style: preserve-3d;
  margin-left: 22.9rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(-123deg);
}

.image-dog {
  width: 25%;
  max-width: 29.063rem;
  position: absolute;
  inset: -12.4rem 0% auto auto;
}

.div-univer-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 52.188rem;
  margin-top: 2.5rem;
  display: grid;
}

.card-univer {
  background-color: var(--primary--white);
  box-shadow: 0 15px 45px 0 var(--primary--secondary--shadows);
  color: var(--primary--grey);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.logo-univer {
  width: 100%;
  max-width: 4rem;
  margin-right: 1rem;
}

.div-expert {
  background-color: var(--primary--white);
  box-shadow: 0 15px 45px 0 var(--primary--secondary--shadows);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 25.313rem;
  padding: 6.25rem 2rem 2rem;
  display: flex;
  position: relative;
}

.div-expert.mobiel {
  display: none;
}

.image-5 {
  width: 60%;
  max-width: 14.375rem;
  position: absolute;
  inset: -7.1rem auto auto;
}

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

.h3.color-violet {
  font-family: Oddval, Arial, sans-serif;
  line-height: 3rem;
}

.h3.color-violet.center {
  text-align: center;
}

.h3.color-yellow {
  color: var(--primary--secondary--yellow);
}

.h3.color-yellow.margin {
  margin-top: 1.714rem;
  margin-bottom: 1.714rem;
}

.h3.decor {
  margin-bottom: 1rem;
  text-decoration: line-through;
}

.image-experts {
  box-shadow: 0 15px 45px 0 var(--primary--secondary--shadows);
  border-radius: 100px;
  width: 80%;
  max-width: 20rem;
  margin-top: 2.5rem;
  position: relative;
}

.image-6 {
  width: 30%;
  max-width: 20rem;
  position: absolute;
  inset: -10.2rem 0% auto auto;
}

.slider {
  display: none;
}

.conteiner-2 {
  width: 100%;
  max-width: 62rem;
}

.conteiner-2.flex {
  justify-content: space-between;
  align-items: center;
  margin: 1.2rem 2.4rem;
  display: flex;
}

.div-fone {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.text-2.mini {
  color: #93a1c8;
  font-size: .7rem;
  line-height: .9rem;
}

.text-2.mini.color-pink {
  color: #7d2aeb;
}

.line-bord {
  background-color: #e3e8f2;
  width: 100%;
  height: 1px;
}

.div-block-12 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  display: flex;
}

.image-9 {
  max-width: 6.3rem;
}

.image-10 {
  width: 50%;
  max-width: 24.9rem;
}

.image-8 {
  max-width: 6.3rem;
}

.fone {
  color: #0d1d4a;
  cursor: pointer;
  text-decoration: none;
}

.link-block {
  cursor: pointer;
  border: 1px solid #e3e8f2;
  border-radius: .25rem;
  padding: .6rem;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.link-email {
  color: #7d2aeb;
  text-decoration: none;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 2.4rem;
  display: flex;
}

.section-2.padding-bord {
  padding: 2rem 0 0;
}

.div-vertical-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43.613%;
  max-width: 40rem;
  display: flex;
}

.slider-otz {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.slide-nav-3 {
  font-size: .5rem;
  inset: auto auto -3.4rem 0%;
}

.mask-2 {
  height: auto;
}

.slide-2 {
  height: 100%;
}

.div-name {
  color: var(--primary--white);
  text-align: center;
  background-color: #c4c4c403;
  border-radius: 40px;
  max-width: 415px;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem;
  position: relative;
  box-shadow: inset 0 11px 16px -5px #ffffffd6, inset 0 0 57.8px #6044904d, inset 0 83px 85px #caacff29;
}

.div-name.div-upside {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.div-name.size {
  z-index: 10;
  background-color: #c4c4c4a8;
  background-image: linear-gradient(#0000004a, #0000004a);
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 19.063rem;
  display: flex;
  position: absolute;
  inset: auto auto -3.4rem;
  box-shadow: inset 0 11px 16px -5px #ffffffd6, inset 0 0 57.8px #6044904d, inset 0 83px 85px #caacff29;
}

.div-reviews {
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  display: flex;
  overflow: hidden;
}

.image-47 {
  width: 1.8rem;
}

.paragraph-5 {
  margin-bottom: .5rem;
  font-family: Circe, Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.card-reviews {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.card-reviews.slide-upside {
  flex-flow: column-reverse;
  display: flex;
}

.reviews {
  z-index: 100;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32rem;
  display: flex;
  position: relative;
}

.image-112 {
  width: 100%;
  display: block;
}

.paragraph-4 {
  color: #ffd304;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: Oddval, Arial, sans-serif;
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 4.5rem;
}

.image-111 {
  width: 100%;
  display: block;
}

.heading-3 {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-family: Circe, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.mask-reviews {
  max-width: 40rem;
  height: auto;
  overflow: hidden;
}

.slide-nav-4 {
  color: #93a1c8;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  font-size: 8px;
  display: flex;
  inset: auto auto 1rem 4.5rem;
}

.text-block-39 {
  margin-bottom: .5rem;
  font-family: Circe, Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.image-reviews {
  border-radius: 1.5rem;
  width: 100%;
}

.image-reviews._2 {
  border-radius: 20px;
  width: 100%;
  display: block;
}

.div-block-text {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 293rem;
  margin-right: 1.5rem;
}

.text-block-11 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Oddval, Arial, sans-serif;
  font-size: 5.8rem;
  font-weight: 600;
  line-height: 6rem;
}

.slider-reviews {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.left-arrow-3 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto auto 0% 0%;
  box-shadow: 0 1px 25px #93a1c840;
}

.slide-reviews {
  width: 48%;
  max-width: 19rem;
  height: 100%;
  margin-right: 1.5rem;
}

.right-arrow-3 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto auto 0% 10rem;
  box-shadow: 0 1px 25px #93a1c840;
}

.background-video-2 {
  z-index: 1;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: 300px;
  display: flex;
}

.text-input {
  color: #000;
  cursor: text;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  height: 5.3rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

.text-input::placeholder {
  color: #93a1cb;
}

.form-email {
  margin-bottom: 0;
}

.link-4 {
  color: #0d1d4a;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.submit-button {
  background-color: var(--primary--violet);
  color: #fff;
  cursor: pointer;
  border-radius: .5rem;
  margin-left: auto;
  padding: .938rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.div-text-button {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.checkbox-label {
  color: #0d1d4a;
  cursor: pointer;
  width: 98.3577%;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.checkbox {
  background-color: #f1f4f9;
  border-color: #e3e8f2;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #7d2aeb;
  background-image: url('../images/Icon-check.svg');
  border-color: #e3e8f2;
}

.code-embed {
  margin-bottom: 0;
  display: none;
}

.div-exp {
  background-color: var(--primary--secondary--lite-yellow);
  border-radius: 8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .8rem;
}

.div-yellow {
  background-color: var(--primary--secondary--yellow);
  border-radius: 8rem;
  padding: .5rem 1.3rem .25rem;
}

.image-hean {
  width: 17%;
  max-width: 15rem;
  position: absolute;
  inset: 10.2rem 0% auto auto;
}

.spiral {
  width: 30%;
  max-width: 13rem;
  position: absolute;
  inset: -2.6rem auto auto 0%;
}

.social {
  background-color: var(--primary--white);
  box-shadow: 0 15px 45px 0 var(--primary--secondary--shadows);
  border-radius: 1.5rem;
  padding: 2rem;
}

.image-social {
  width: 100%;
  max-width: 4rem;
}

.div-social {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: relative;
}

.image-video {
  width: 11%;
  max-width: 9rem;
  position: absolute;
  inset: auto 8.6rem 1.9rem auto;
}

.image-text {
  width: 19%;
  max-width: 15rem;
  position: absolute;
  inset: auto 20.7rem -.4rem auto;
}

.image-email {
  width: 21%;
  max-width: 16rem;
  position: absolute;
  inset: -3.5rem 16.2rem auto auto;
}

.image-obj4 {
  z-index: -1;
  width: 17.5719%;
  max-width: 10rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-obj5 {
  width: 19%;
  max-width: 17rem;
  position: absolute;
  inset: auto 0% 11.7rem auto;
}

.image-text2 {
  display: none;
}

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

.slider-blogers {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}

.mask-blogers {
  background-image: url('../images/Rectangle.svg');
  background-position: 29% 80%;
  background-repeat: no-repeat;
  background-size: 24rem;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
}

.slide-bloger {
  height: 100%;
}

.div-bloger {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 59%;
  max-width: 38.75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slide-nav-5 {
  font-size: .5rem;
}

.image-blogers {
  position: absolute;
  top: 22.2rem;
}

.text-circl {
  z-index: -1;
  max-width: 60%;
  position: absolute;
  top: 32rem;
}

.recangl {
  width: 39.7797%;
  max-width: 26rem;
  display: none;
  position: absolute;
  inset: auto auto -1.9rem 20.7rem;
}

.image-113 {
  margin-left: .5rem;
}

.left-arrow-4 {
  background-color: var(--primary--white);
  box-shadow: 0 12px 28px 0 var(--primary--secondary--shadows);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  left: -12.4rem;
  right: 0%;
}

.image-114 {
  width: 2.1%;
  max-width: 1.75rem;
}

.right-arrow-4 {
  background-color: var(--primary--white);
  box-shadow: 0 12px 28px 0 var(--primary--secondary--shadows);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto -12.4rem 0% 0%;
}

.div-bloger-name {
  color: var(--primary--white);
  background-color: #c4c4c403;
  background-image: none;
  width: 16%;
  max-width: 19rem;
  padding: 1.5rem;
}

.img-name {
  max-width: 19.063rem;
}

.play {
  width: 9%;
  max-width: 3rem;
  position: absolute;
  inset: 11.7rem auto auto;
}

.text-span-2 {
  color: var(--primary--violet);
  margin-left: .25rem;
  margin-right: .25rem;
}

@media screen and (min-width: 1280px) {
  .text.medium.lift {
    margin-top: 0;
  }

  .form-block.size {
    max-width: 40rem;
  }

  .input {
    color: var(--primary--black);
  }

  .input::placeholder {
    color: var(--primary--grey);
  }

  .div-plashka.absolut3 {
    top: 25.9rem;
  }

  .arrow-roteir1._3 {
    max-width: 2rem;
    top: -2.6rem;
  }

  .div-reviews {
    height: 28rem;
  }

  .paragraph-5 {
    font-size: 1.75rem;
    line-height: 2.2rem;
  }

  .reviews {
    height: 100%;
  }

  .paragraph-4 {
    margin-bottom: 1.8rem;
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .heading-3 {
    font-size: 1.75rem;
  }

  .mask-reviews {
    max-width: 48rem;
  }

  .slide-nav-4 {
    bottom: 1.1rem;
    left: 4.9rem;
  }

  .text-block-39 {
    font-size: 1.75rem;
    line-height: 2.2rem;
  }

  .div-block-text {
    max-width: 43rem;
  }

  .text-block-11 {
    margin-bottom: 1.8rem;
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .slider-reviews {
    justify-content: space-between;
    padding-bottom: 0;
  }

  .slide-reviews {
    max-width: 22rem;
  }

  .text-input {
    height: 4.7rem;
    font-size: 1.5rem;
  }

  .form-2 {
    z-index: 2;
    position: relative;
  }

  .submit-button {
    padding: .8rem 1.5rem;
  }

  .image-hean {
    width: 20%;
    top: 7.1rem;
  }
}

@media screen and (min-width: 1440px) {
  .div-name {
    margin-bottom: 1.65rem;
  }

  .div-name.div-upside {
    margin-top: 1.65rem;
  }

  .div-reviews {
    height: 26rem;
  }

  .paragraph-5 {
    font-size: 1.65rem;
    line-height: 2rem;
  }

  .paragraph-4 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }

  .heading-3 {
    font-size: 1.65rem;
    font-weight: 400;
  }

  .mask-reviews {
    max-width: 45rem;
  }

  .slide-nav-4 {
    font-size: 10px;
    display: flex;
    bottom: .9rem;
    left: 5rem;
  }

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

  .div-block-text {
    max-width: 45rem;
  }

  .text-block-11 {
    font-size: 4.3rem;
    line-height: 5rem;
  }

  .slider-reviews {
    justify-content: space-between;
    align-items: stretch;
  }

  .left-arrow-3 {
    width: 3.6rem;
    height: 3.6rem;
    bottom: 0%;
    left: 0;
  }

  .right-arrow-3 {
    width: 3.6rem;
    height: 3.6rem;
    left: 10.2rem;
  }

  .text-input {
    height: 4.1rem;
    font-size: 1.38rem;
  }

  .submit-button {
    padding: 1rem 1.6rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .checkbox-label {
    width: 72%;
    font-size: .8rem;
  }

  .image-hean {
    max-width: 18rem;
    top: 5.6rem;
  }
}

@media screen and (min-width: 1920px) {
  .div-reviews {
    height: 30rem;
  }

  .paragraph-5 {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .paragraph-4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .heading-3 {
    font-size: 1.9rem;
  }

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

  .text-block-11 {
    font-size: 4.6rem;
    line-height: 5.4rem;
  }

  .slider-reviews {
    justify-content: space-between;
    align-items: stretch;
    max-width: 91rem;
  }

  .slide-reviews {
    max-width: 25rem;
  }

  .checkbox-label {
    font-size: .9rem;
    line-height: 120%;
  }

  .checkbox, .checkbox.w--redirected-checked {
    width: 28px;
    height: 28px;
    margin-right: 1rem;
  }

  .image-hean {
    max-width: 22rem;
    top: 3.4rem;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 2.286rem;
    padding-right: 2.286rem;
  }

  .section.position {
    background-position: 130% 20px;
    background-size: 30rem;
  }

  .section.color-violet.img-fon.position.padding-top {
    background-position: 100%, 0%;
    background-size: 30%, 20%;
    padding-top: 10rem;
    padding-bottom: 2.857rem;
    top: -7.1rem;
  }

  .section.color-violet.padding.imgback.relet {
    background-position: 0 -25%, 0 0;
    background-size: 10rem, contain;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.color-violet.padding.ritght-padd {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 2.2rem;
  }

  .section.backg.padding {
    padding-bottom: 0;
    top: -2.6rem;
  }

  .section.backg.paddings, .section.color-grey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar {
    margin-top: 1.857rem;
    margin-bottom: 1.857rem;
  }

  .nav-menu {
    box-shadow: 0 12px 28px 0 var(--primary--secondary--shadows);
    background-color: #fff;
    border-radius: 1rem;
    max-width: 15rem;
    margin-top: 1rem;
  }

  .button {
    font-size: 1.286rem;
  }

  .button.padding-mini, .button.padding-mini.background-white {
    margin-bottom: 0;
  }

  .div-conteiner.flex.margin {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-conteiner.flex.back-color {
    padding: 2rem 4rem 2rem 1.5rem;
  }

  .div-conteiner.margin-top {
    margin-top: 2rem;
  }

  .heading {
    font-size: 2.857rem;
    line-height: 3.429rem;
  }

  .image-rules {
    width: 23rem;
    left: -1.9rem;
  }

  .div-h1 {
    width: 100%;
  }

  .text {
    font-size: 1.286rem;
  }

  .text.margin.fon {
    margin-top: 1.714rem;
    margin-bottom: 1.714rem;
  }

  .text.size {
    width: 55%;
  }

  .text.bold.margin-top.size {
    flex-flow: row;
    width: 100%;
    margin-top: 0;
  }

  .text.bold.marg-top {
    margin-top: 2rem;
  }

  .text.bold.center {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .text.bold.size.flex {
    flex-flow: wrap;
  }

  .text.medium {
    text-align: center;
    font-size: .9rem;
  }

  .text.medium.lift {
    text-align: left;
  }

  .text.medium-big {
    line-height: 1.857rem;
  }

  .text.marg-top {
    margin-right: 2rem;
  }

  .text.marg-top.center {
    text-align: center;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
    margin-top: 1.714rem;
    padding: 1.714rem;
    font-size: 1.286rem;
  }

  .form-block.size {
    z-index: 1;
    max-width: 100%;
    position: relative;
  }

  .image {
    width: 35rem;
    max-width: 35rem;
    bottom: 7.1rem;
  }

  .input::placeholder {
    font-size: 1.286rem;
  }

  .mottos {
    display: none;
  }

  .h2 {
    font-size: 2.857rem;
    line-height: 3.429rem;
  }

  .div-contecst {
    width: 69%;
  }

  .div-contecst.nomargin {
    width: 100%;
    max-width: 100%;
  }

  .div-contecst.nomargin.size {
    width: 100%;
  }

  .div-contecst.nomargin.size.relativ {
    width: 55%;
  }

  .image-2 {
    width: 20%;
    max-width: 10rem;
    top: 6.4rem;
  }

  .menu-button {
    box-shadow: 0 0 25px 0 var(--primary--secondary--shadows);
    cursor: pointer;
    border-radius: 20px;
    order: -9999;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: .75rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .login {
    background-color: var(--primary--violet);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: none;
  }

  .burger {
    width: 1.5rem;
    margin-top: -.7rem;
  }

  .div-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 2rem;
  }

  .image-in-grid {
    width: 100%;
    max-width: 3.7rem;
    margin-right: 1rem;
  }

  .image-3 {
    display: none;
  }

  .vector-arrow.trancform {
    display: none;
    left: 0;
  }

  .plashka {
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .plashka.norotate {
    text-align: center;
    transform: translate(0);
  }

  .plashka.norotate.padding {
    padding: 1rem;
  }

  .div-block-2 {
    margin-left: auto;
    position: static;
  }

  .mask-step {
    padding-top: 2rem;
  }

  .card-step {
    padding: 1.714rem;
  }

  .cards-grid.releit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 50%;
  }

  .image-procent {
    margin-bottom: 1rem;
  }

  .div-procent {
    width: 40%;
  }

  .h4.center {
    font-size: 1.714rem;
    line-height: 2rem;
  }

  .card {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem 1rem;
  }

  .div-plashka.absolut1 {
    text-align: center;
    width: 10rem;
    left: 22.2rem;
  }

  .div-plashka.absolut2 {
    text-align: center;
    width: 8rem;
    bottom: 11.7rem;
    left: 19.9rem;
  }

  .div-plashka.absolut3 {
    width: 14rem;
    top: 24.4rem;
    left: 22.9rem;
  }

  .div-plashka.absolut4 {
    width: 25rem;
    max-width: none;
    top: 3.4rem;
    right: -10.2rem;
    transform: rotate(-4deg);
  }

  .arrow-roteir1 {
    max-width: 1rem;
    display: none;
  }

  .arrow-roteir1._4 {
    max-width: 1.3rem;
    margin-left: 18.4rem;
    display: none;
    transform: rotateX(0)rotateY(180deg)rotateZ(-131deg);
  }

  .image-dog {
    top: -7.9rem;
  }

  .div-univer-grid {
    display: none;
  }

  .card-univer {
    box-shadow: 0 5px 10px 0 var(--primary--secondary--shadows);
    margin-bottom: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-grey {
    font-size: 1.429rem;
  }

  .div-expert {
    width: 100%;
  }

  .image-5 {
    width: 50%;
    max-width: 13rem;
    top: -4.9rem;
  }

  .h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

  .h3.color-yellow.margin {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .image-6 {
    width: 20%;
    max-width: 15rem;
    top: -4.9rem;
  }

  .slider {
    background-color: #ddd0;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    display: flex;
  }

  .mask {
    width: 100%;
    max-width: 25rem;
    height: auto;
    padding: 1rem 2rem 4rem 0;
    overflow: hidden;
  }

  .slide {
    width: 100%;
    max-width: 25rem;
    height: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-card-unider {
    height: 100%;
  }

  .slide-nav-2 {
    width: 30%;
    height: 1rem;
    padding-top: 4px;
    font-size: .5rem;
    line-height: 1rem;
    bottom: 1rem;
    left: -16.9rem;
  }

  .left-arrow-2 {
    background-color: var(--primary--white);
    box-shadow: 0 12px 28px 0 var(--primary--secondary--shadows);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 2.857rem;
    height: 2.857rem;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .arrow {
    width: 59.9843%;
    max-width: 1.714rem;
  }

  .right-arrow-2 {
    background-color: var(--primary--white);
    box-shadow: 0 12px 28px 0 var(--primary--secondary--shadows);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 2.857rem;
    height: 2.857rem;
    display: flex;
    inset: auto auto 0% 7.9rem;
  }

  .conteiner-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    padding: 2rem;
  }

  .section-2.padding-bord {
    align-items: stretch;
  }

  .div-name {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-reviews {
    height: auto;
  }

  .paragraph-5 {
    margin-bottom: 24px;
    font-size: 2.2rem;
    line-height: 26px;
  }

  .card-reviews {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .reviews {
    height: auto;
  }

  .paragraph-4 {
    margin-bottom: 16px;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 3.8rem;
  }

  .heading-3 {
    font-size: 2.2rem;
    line-height: 26px;
  }

  .mask-reviews {
    width: 100%;
    max-width: 50rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-4 {
    inset: auto 0% 1.1rem;
  }

  .text-block-39 {
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
    line-height: 26px;
  }

  .div-block-text {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .text-block-11 {
    width: 100%;
    margin-bottom: 8px;
    font-size: 5.2rem;
    font-weight: 600;
    line-height: 6.2rem;
  }

  .slider-reviews {
    flex-direction: column;
    padding-bottom: 5rem;
  }

  .left-arrow-3 {
    inset: auto 0% 0% -7.9rem;
  }

  .slide-reviews {
    width: 32%;
    max-width: 16rem;
    margin-right: 1rem;
  }

  .right-arrow-3 {
    inset: auto 0% 0% 7.9rem;
  }

  .background-video-2 {
    height: 200px;
  }

  .text-input {
    height: 6rem;
    font-size: 2rem;
  }

  .checkbox-field {
    width: 80%;
  }

  .form-2 {
    z-index: 3;
    width: 100%;
  }

  .checkbox-label {
    width: 100%;
    max-width: 100%;
    line-height: 1.7rem;
  }

  .image-hean {
    z-index: 2;
    width: 20%;
    max-width: 20rem;
    top: -.4rem;
  }

  .spiral {
    top: -7.9rem;
  }

  .social {
    padding: 1.5rem;
  }

  .image-social {
    max-width: 2.5rem;
  }

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

  .image-video {
    width: 20%;
    bottom: 3.4rem;
    right: -1.9rem;
  }

  .image-text {
    width: 25%;
    display: none;
    bottom: 4.9rem;
    right: 8.6rem;
  }

  .image-email {
    right: 5.6rem;
  }

  .image-obj5 {
    width: 20%;
    max-width: 22rem;
    bottom: 11.7rem;
  }

  .image-text2 {
    width: 30%;
    max-width: 12rem;
    display: block;
    position: absolute;
    inset: 6.4rem 7.9rem auto auto;
  }

  .mask-blogers {
    background-position: 29% 65%;
    background-size: 18rem;
    width: 90%;
  }

  .text-circl {
    max-width: 80%;
    top: 27.4rem;
  }
}

@media screen and (max-width: 767px) {
  .section.position {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.backg.padding {
    padding-bottom: 0;
    top: -4.1rem;
  }

  .button.padding-mini, .button.padding-mini.background-white {
    display: none;
  }

  .button.size-mobile {
    width: 100%;
  }

  .div-conteiner.flex.margin {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .div-conteiner.flex.back-color {
    flex-flow: column;
  }

  .heading {
    font-size: 1.714rem;
    line-height: 100%;
  }

  .image-rules {
    width: 15rem;
  }

  .text.size {
    width: 100%;
  }

  .text.bold {
    font-size: 1.25rem;
  }

  .text.bold.size {
    text-align: center;
  }

  .text.bold.typ {
    font-size: 1.2rem;
  }

  .text.medium, .text.medium-big {
    font-size: 1rem;
  }

  .text.marg-top {
    width: 80%;
  }

  .image {
    display: none;
  }

  .h2 {
    font-size: 1.714rem;
    line-height: 100%;
  }

  .h2.color-violet.margin {
    line-height: 2.2rem;
  }

  .div-contecst {
    width: 100%;
    margin-left: 0;
  }

  .image-2 {
    filter: blur(2px);
    max-width: 8rem;
    top: 4.9rem;
  }

  .login {
    cursor: pointer;
    display: flex;
  }

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

  .vector-arrow.no {
    display: none;
  }

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

  .div-block-2.center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-step {
    overflow: hidden;
  }

  .mask-step {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7rem;
    overflow: visible;
  }

  .slide-step {
    width: 90%;
    margin-left: 1.5rem;
    margin-right: 4rem;
  }

  .card-step {
    box-shadow: 0 10px 30px 0 var(--primary--secondary--shadows);
    padding: 1.5rem;
  }

  .div-text.display {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    font-size: .5rem;
    display: flex;
    bottom: 1.9rem;
  }

  .left-arrow {
    background-color: var(--primary--white);
    box-shadow: 0 12px 28px 0 var(--primary--secondary--shadows);
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    width: 2.857rem;
    height: 2.857rem;
    display: flex;
    inset: auto auto 1.9rem 12rem;
  }

  .right-arrow {
    background-color: var(--primary--white);
    box-shadow: 0 12px 28px 0 var(--primary--secondary--shadows);
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    width: 2.857rem;
    height: 2.857rem;
    display: flex;
    inset: auto 11.7rem 1.9rem auto;
  }

  .cards-grid.releit {
    width: 100%;
  }

  .image-procent {
    width: 40%;
  }

  .div-procent {
    order: -9999;
    width: 100%;
  }

  .div-plashka.absolut1, .div-plashka.absolut2, .div-plashka.absolut3, .div-plashka.absolut4 {
    display: none;
  }

  .image-dog {
    width: 25%;
    top: 10.5rem;
  }

  .div-expert {
    padding-top: 4.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-5 {
    width: 8rem;
    max-width: 8rem;
    top: -4.1rem;
  }

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

  .h3.color-violet.center {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .slide-nav-2 {
    display: none;
    left: -8.6rem;
  }

  .right-arrow-2 {
    inset: auto auto 0% 4.9rem;
  }

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

  .div-fone {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.2rem;
  }

  .div-block-12 {
    margin-right: auto;
  }

  .image-10 {
    margin-top: 1.2rem;
  }

  .section-2 {
    overflow: hidden;
  }

  .div-name {
    margin-right: 0;
  }

  .div-name.size {
    max-width: 16rem;
  }

  .div-reviews {
    overflow: hidden;
  }

  .paragraph-5 {
    font-size: 2.4rem;
  }

  .card-reviews {
    flex-direction: column;
    justify-content: flex-start;
  }

  .heading-3 {
    font-size: 3rem;
    font-weight: 400;
  }

  .mask-reviews {
    width: 100%;
    max-width: 35.5rem;
  }

  .slide-nav-4 {
    bottom: 2.2rem;
  }

  .text-block-39 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .slider-reviews {
    padding-bottom: 6rem;
  }

  .left-arrow-3 {
    inset: auto 0% 1.1rem -8.6rem;
  }

  .slide-reviews {
    width: 48%;
    max-width: 17rem;
    margin-right: 1rem;
  }

  .right-arrow-3 {
    inset: auto 0% 1.1rem 8.6rem;
  }

  .background-video-2 {
    height: 320px;
  }

  .text-input {
    height: 7.5rem;
    font-size: 2.5rem;
  }

  .checkbox-label {
    width: 100%;
    max-width: 100%;
  }

  .div-exp {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .image-hean {
    width: 25%;
    top: -4.1rem;
  }

  .spiral {
    width: 35%;
  }

  .social {
    border-radius: 1rem;
    padding: .625rem;
  }

  .div-social {
    flex-flow: row;
    margin-top: 1rem;
  }

  .image-video {
    width: 13%;
    bottom: .4rem;
    right: 1.1rem;
  }

  .image-text {
    width: 25%;
    display: none;
    bottom: -4.1rem;
    right: 19.2rem;
  }

  .image-email {
    width: 15%;
    top: 9.4rem;
    right: 2.6rem;
  }

  .image-text2 {
    display: none;
    top: 13.9rem;
    right: 4rem;
  }

  .mask-blogers {
    background-position: 26% 65%;
    background-size: 18rem;
    width: 100%;
  }

  .div-bloger {
    width: 60%;
  }

  .icon-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section.color-violet.img-fon.position.padding-top {
    background-position: 100% 0, 0%;
    background-size: 50%, 50%;
  }

  .section.color-violet.padding.ritght-padd {
    padding-right: 1.25rem;
  }

  .section.backg.padding {
    background-image: url('../images/Img-object2.webp');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 10rem;
    padding-bottom: 0;
  }

  .navbar {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }

  .brand {
    width: 90%;
    max-width: 8rem;
  }

  .button.margin-auto.no-amrg {
    margin-bottom: 0;
  }

  .div-conteiner.flex.back-color {
    margin-top: 2rem;
    padding-right: 1.5rem;
  }

  .image-rules {
    width: 14rem;
    left: -1.1rem;
  }

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

  .text.margin.fon {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .text.bold.margin-top.size {
    flex-flow: wrap;
  }

  .text.bold.marg-top {
    margin-top: 1rem;
  }

  .text.bold.size.flex, .text.bold.sizemobile {
    font-size: 1rem;
  }

  .text.medium.tepysize {
    margin-top: 0;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .text.medium-big {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .text.none {
    display: none;
  }

  .text.mobile {
    display: block;
  }

  .form-block {
    margin-top: 1.5rem;
    padding: 1.5rem;
  }

  .input::placeholder {
    font-size: 1.2rem;
  }

  .h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .h2.color-violet.margin {
    margin-bottom: 0;
  }

  .h2.size {
    width: 90%;
    max-width: 15rem;
  }

  .div-contecst.nomargin.size.relativ {
    width: 100%;
  }

  .menu-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .icon {
    width: 50%;
  }

  .login {
    width: 2.5rem;
    height: 2.5rem;
  }

  .burger {
    margin-top: -.8rem;
  }

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

  .div-img-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .image-in-grid {
    width: 13%;
    max-width: 3.5rem;
  }

  .vector-arrow.no {
    display: none;
  }

  .plashka.flex {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .plashka.noradius {
    width: 65%;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .div-block-2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .mask-step {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

  .slide-step {
    width: 90%;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .card-step {
    box-shadow: 0 5px 10px 0 var(--primary--secondary--shadows);
  }

  .left-arrow {
    left: 2.6rem;
  }

  .right-arrow {
    right: 2.6rem;
  }

  .h4.center {
    margin-bottom: 1rem;
  }

  .text-span {
    font-size: 1.125rem;
  }

  .image-dog {
    width: 30%;
    top: 11.4rem;
  }

  .div-expert {
    display: none;
  }

  .div-expert.mobiel {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .image-5 {
    max-width: 6.1rem;
    top: -1.9rem;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .h3.color-violet.center {
    width: 100%;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .image-experts {
    margin-top: 2rem;
  }

  .slider {
    margin-top: 1rem;
  }

  .mask {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-2 {
    inset: auto 0% 1.1rem;
  }

  .left-arrow-2 {
    left: 4.9rem;
  }

  .right-arrow-2 {
    inset: auto 4.1rem 0% auto;
  }

  .conteiner-2.flex {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .text-2 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .image-10 {
    max-width: 17rem;
    margin-top: 1.2rem;
  }

  .section-2 {
    padding: 1.2rem;
  }

  .div-name {
    margin-bottom: 1rem;
  }

  .div-name.div-upside {
    margin-top: 8px;
  }

  .div-name.size {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-reviews {
    margin-top: 0;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .card-reviews {
    justify-content: space-between;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .mask-reviews {
    width: 100%;
    max-width: 27rem;
    margin-top: 1rem;
    padding-left: .5rem;
  }

  .slide-nav-4 {
    font-size: 7px;
    bottom: 7px;
  }

  .text-block-39 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-reviews {
    border-radius: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-text {
    max-width: 100%;
    margin-right: 0;
  }

  .text-block-11 {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
  }

  .slider-reviews {
    flex-direction: column;
    padding-bottom: 3.2rem;
  }

  .left-arrow-3 {
    width: 2.5rem;
    height: 2.5rem;
    inset: auto 0% -.4rem -10.9rem;
  }

  .slide-reviews {
    width: 95%;
    max-width: 25rem;
    height: 100%;
    margin-left: .5rem;
    margin-right: 1rem;
  }

  .right-arrow-3 {
    width: 2.5rem;
    height: 2.5rem;
    top: auto;
    bottom: -5.1px;
    left: 10.9rem;
  }

  .text-input {
    height: 50px;
    padding: 11px 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .checkbox-field {
    width: 100%;
    margin-bottom: 1rem;
  }

  .form-2 {
    align-items: stretch;
  }

  .submit-button {
    width: 100%;
    margin-left: 0;
  }

  .div-text-button {
    flex-flow: column;
  }

  .checkbox-label {
    margin-right: 0;
    line-height: 1.2rem;
  }

  .image-hean {
    top: 1.9rem;
  }

  .spiral {
    width: 55%;
    top: -4.1rem;
  }

  .image-social {
    max-width: 2rem;
  }

  .div-social {
    margin-top: 1.2rem;
  }

  .image-video {
    width: 18%;
  }

  .image-text {
    width: 35%;
    display: none;
    right: 15.4rem;
  }

  .image-email {
    top: 7.1rem;
    right: 1.9rem;
  }

  .image-obj5 {
    width: 30%;
    bottom: 14.7rem;
  }

  .mask-blogers {
    background-position: -200%;
    background-size: 22rem;
  }

  .div-bloger {
    width: 100%;
  }

  .image-blogers, .text-circl {
    display: none;
  }

  .left-arrow-4, .right-arrow-4 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-span-2 {
    color: var(--primary--violet);
    margin-left: .25rem;
    margin-right: .25rem;
  }
}


@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oddval';
  src: url('../fonts/Oddval-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}