@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Bold.woff') format("woff");
  font-weight: 700;
  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;
}

:root {
  --meduim: #93a1c8;
  --white: white;
  --black: #0d1d4a;
  --black-lite8: #0d1d4acc;
  --background--grey: #f7f8fb;
  --shadow: #93a1c840;
  --grey-line: #e3e8f2;
  --background--button--violet: #7d2aeb;
  --background--button--pink: #f75db8;
  --color: #e3e8f27a;
  --background--violet: #f2eafd;
  --background--pink-50: #f2eafd80;
  --black-lite7: #0d1d4ab3;
  --borde: #bd5cf8;
  --background--input: #f1f4f9;
  --background--pink: #feeff8;
  --background--button--hover--violet: #6435a5;
}

.form-block {
  background-color: #ffd304;
  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;
}

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

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

.submit-button {
  color: #fff;
  background-color: #7d2aeb;
  border-radius: .5rem;
  margin-left: auto;
  padding: .938rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.link {
  color: #0d1d4a;
  cursor: pointer;
}

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

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

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

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

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

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

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

.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 {
  filter: blur(7px);
  background-image: url('../images/-text-circle.svg');
  background-position: 98% 50px;
  background-repeat: no-repeat;
  background-size: 50rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #7d2aeb;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}

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

.input {
  color: #0d1d4a;
  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 #faa81c;
}

.input::placeholder {
  color: #0d1d4a;
  font-size: 1.2rem;
}

.button {
  color: #fff;
  background-color: #7d2aeb;
  border-radius: .5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  padding: .938rem 1.5rem;
  font-weight: 600;
}

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

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

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

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

.text {
  font-size: 1.5rem;
}

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

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

.text.size {
  width: 84%;
  line-height: 2rem;
}

.text.bold {
  font-weight: 700;
}

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

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

.body {
  cursor: default;
  font-family: Circe, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.div-block {
  z-index: 100;
  background-color: #aabcda33;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.plashka {
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

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

.activ-block {
  background-color: #e3e8f2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.125rem;
  margin-top: 1.75rem;
  padding-left: .375rem;
  padding-right: .375rem;
  display: flex;
  position: relative;
  left: 0;
}

.image-2 {
  width: 1.875rem;
}

.activ {
  cursor: grab;
  background-color: #7d2aeb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
  position: absolute;
  inset: .375rem 6px;
}

.vertical-line {
  background-color: #7d2aeb;
  width: 1px;
  height: 10px;
  min-height: 100%;
  max-height: 100%;
  margin-left: .6rem;
  margin-right: .6rem;
}

.slide {
  height: 100%;
}

.div-line {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.slide-nav {
  display: none;
}

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

.section-2.no-padding {
  padding: 0;
  overflow: hidden;
}

.div-texts {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.text-2 {
  font-size: 1rem;
}

.text-2.mini {
  color: var(--meduim);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.mask {
  height: auto;
}

.text-link {
  color: var(--meduim);
  cursor: pointer;
}

.text-link.color-w {
  color: var(--white);
}

.left-arrow {
  display: none;
}

.text-medium {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration: none;
}

.text-medium.cent {
  color: var(--black);
}

.text-medium.color {
  color: #0d1d4acc;
}

.text-medium.color.center {
  color: var(--black-lite8);
  text-align: center;
}

.text-medium.margin-left {
  margin-left: 1.4rem;
}

.text-medium.bold {
  font-weight: 700;
}

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

.text-medium.center.size {
  width: 75%;
}

.text-medium.link {
  cursor: pointer;
  text-decoration: underline;
}

.text-medium.color-w {
  color: #fff;
}

.text-medium.size-mini {
  font-size: 1.15rem;
}

.logo-avtor {
  width: 8.25rem;
  padding-left: 0;
}

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

.sotial {
  width: 1.5rem;
  margin-right: .75rem;
}

.navbar-2 {
  background-color: #ddd0;
  border-bottom: 1px solid #e3e8f2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.2rem;
  display: flex;
}

.navbar-2.noborder {
  border-bottom-width: 0;
}

.form-block-2 {
  background-color: var(--background--grey);
  border-radius: 2rem;
  width: 58%;
  max-width: 46.875rem;
  margin-bottom: 0;
  padding: 2rem;
}

.form-block-2.color {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3rem 1.5rem 3rem 3rem;
  display: flex;
}

.form-block-2.color.size {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 20px 40px 0 var(--shadow);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-right: 3rem;
}

.div-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.input-2 {
  cursor: text;
  border: 0 solid #000;
  border-radius: .6rem;
  width: 100%;
  height: 3.2rem;
  min-height: 3.2rem;
  max-height: 3.2rem;
  margin-bottom: .75rem;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  box-shadow: 0 15px 45px #93a1c840;
}

.input-2::placeholder {
  color: #0d1d4ab3;
  -webkit-text-stroke-color: #0d1d4ab3;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.input-2.height {
  height: 6.25rem;
  min-height: 6.25rem;
  max-height: 6.25rem;
}

.input-2.height::placeholder {
  -webkit-text-stroke-color: #0d1d4ab3;
  font-size: 1.2rem;
  line-height: 1.1rem;
}

.input-2.size {
  border-width: 1px;
  border-color: var(--grey-line);
  width: 50%;
  height: 3.5rem;
  min-height: 3.5rem;
  max-height: 3.5rem;
  box-shadow: none;
  margin-bottom: 0;
}

.input-2.height-max {
  height: 8rem;
  min-height: 8rem;
  max-height: 8rem;
}

.input-2.height-max.heidh-big {
  border-radius: 1.5rem;
  height: 100%;
  min-height: 11.3rem;
  max-height: 11.3rem;
  margin-bottom: .5rem;
}

.input-2.radius {
  border-radius: 1.5rem;
}

.conteiner-ecsperts {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  display: flex;
  position: relative;
}

.text-mini {
  color: var(--meduim);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.slider-ecsperts {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.right-arrow {
  display: none;
}

.ecspert {
  height: 100%;
}

.h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: 4rem;
}

.conteiner-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 95.5%;
  max-width: 77.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.conteiner-content.flex-vertical {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
}

.conteiner-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-sotial {
  color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-decoration: none;
  display: flex;
}

.button-sotial.ya {
  cursor: pointer;
  background-color: #000;
  width: 50%;
}

.button-sotial.vk {
  cursor: pointer;
  background-color: #07f;
  width: 50%;
}

.button-2 {
  text-align: center;
  cursor: pointer;
  border-radius: .6rem;
  padding: 1.125rem 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.button-2.color-black {
  background-color: var(--black);
  color: #fff;
}

.button-2.color-black.mini {
  -webkit-text-stroke-color: var(--white);
}

.button-2.color-black.margin {
  margin-top: 1.2rem;
}

.button-2.color-black.margin.left {
  margin-left: 1.4rem;
}

.button-2.mini {
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.button-2.mini.none-mobile:hover {
  color: #6435a5;
}

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

.button-2.color-violet:hover {
  background-color: #6435a5;
}

.button-2.color-violet.width {
  background-color: var(--background--button--violet);
  width: 50%;
  color: var(--white);
  margin-left: auto;
}

.button-2.color-violet.size {
  width: 30%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-2.color-pink {
  background-color: var(--background--button--pink);
  padding-left: 2rem;
  padding-right: 2rem;
}

.button-2.color-pink.center {
  order: 0;
  margin-left: auto;
  margin-right: auto;
}

.button-2.color-pink.size {
  border-radius: 1.5rem;
  width: 100%;
}

.form {
  flex-flow: column;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  display: flex;
}

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

.form.flex.grig {
  justify-content: center;
  align-items: stretch;
  margin-right: 0;
}

.form.no-margin-botom {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
}

.form.no-marg {
  border: 1px solid var(--color);
  background-color: var(--shadow);
  border-radius: 1.5rem;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 2rem 1.5rem;
}

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

.conteiner-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 77.5rem;
  display: flex;
}

.conteiner-2.display-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.section-3.borders {
  border-top: 1px solid #e3e8f2;
  border-bottom: 1px solid #e3e8f2;
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.section-3.no-margin {
  max-width: 100%;
}

.section-3.padding-bord {
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3rem;
}

.achievement-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--grey-line);
  width: 1px;
  height: 3.3rem;
}

.star {
  width: 1.6rem;
  margin-right: .4rem;
}

.div-conteiner-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.conteiner-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 77.5rem;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2rem;
  line-height: 2.375rem;
}

.lotties {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 23rem;
  margin-bottom: 4.2rem;
}

.div-steps {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  width: 100%;
  max-width: 36.75rem;
  display: flex;
}

.div-timer-lines {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation {
  border-radius: 2rem;
  display: flex;
  box-shadow: 0 15px 45px #93a1c840;
}

.timer-line {
  background-color: var(--grey-line);
  border-radius: 20px;
  width: 100%;
  max-width: 6rem;
  height: 4px;
}

.conteiner--div-video {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1.6rem;
  display: flex;
}

.h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  line-height: 3.875rem;
  display: flex;
}

.h2.margin {
  margin-bottom: .8rem;
}

.h2.center {
  text-align: center;
  margin-bottom: 1rem;
}

.h2.no-marg {
  margin-bottom: 0;
}

.card-step {
  border-radius: 1.2rem;
  padding: 2rem;
}

.color-grey {
  background-color: var(--background--grey);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 36.75rem;
  padding: 3rem;
  display: flex;
}

.conteiner-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 77.5rem;
  display: flex;
}

.grid2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-midl-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.div-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background--grey);
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.75rem;
  display: flex;
}

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

.text-18medl {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.text-18medl.color {
  color: var(--meduim);
}

.text-18medl.bold {
  font-weight: 700;
}

.text-18medl.size {
  font-size: 1rem;
}

.icon-2 {
  max-width: 1.2rem;
  margin-right: .4rem;
}

.icon-2.size {
  width: 10%;
  max-width: 2.25rem;
  margin-right: 0;
}

.conteiner-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 77.5rem;
  display: flex;
}

.conteiner-5.grey {
  background-color: var(--background--grey);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem;
  display: flex;
}

.conteiner-5.grey.marg-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
}

.text-3 {
  font-size: 1rem;
}

.text-3.mini {
  color: #93a1c8;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.text-3.mini.left {
  color: var(--meduim);
  text-align: right;
  -webkit-text-stroke-color: var(--meduim);
}

.div-drop {
  background-color: #e3e8f27a;
  border-radius: 1rem;
  flex-flow: column;
  padding-top: 1rem;
}

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

.code-embed-2 {
  display: none;
}

.div-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center stretch;
  padding: 1rem 2rem;
  display: grid;
}

.div-name.cursor {
  cursor: pointer;
}

.div-name.color {
  background-color: var(--color);
  grid-auto-columns: 1fr;
}

.div-name.padding-mini {
  padding-top: 0;
  padding-bottom: 1rem;
}

.but-icon {
  width: 6.05718%;
  max-width: 2rem;
  margin-right: 1rem;
}

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

.img-logo {
  max-width: 3.6rem;
}

.img-logo.size {
  max-width: 1.25rem;
}

.conteiner-6 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 77.5rem;
  display: flex;
}

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

.div-name-date {
  margin-left: .6rem;
  margin-right: auto;
}

.stars {
  max-width: 8rem;
  margin-bottom: .8rem;
}

.text-4 {
  font-size: 1rem;
}

.text-4.midle {
  font-size: .9rem;
  line-height: 1.15rem;
}

.text-4.midle.color {
  color: #93a1c8;
}

.text-4.bold {
  font-weight: 700;
}

.text-4.bold.margin {
  justify-content: center;
  align-items: center;
  margin-left: .2rem;
  margin-right: .6rem;
}

.review-column {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.foto-avtor {
  max-width: 3rem;
}

.social {
  max-width: 1.6rem;
  margin-top: auto;
}

.slider-reviews {
  display: none;
}

.conteiner-plashki {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2.4rem;
  display: flex;
}

.star-y {
  max-width: 1.2rem;
}

.review {
  border: 1px solid var(--grey-line);
  background-color: var(--white);
  border-radius: 1.2rem;
  padding: 1.5rem;
}

.div-plashka {
  border: 1px solid #e3e8f2;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.div-user {
  justify-content: space-between;
  align-items: center;
  margin-top: .8rem;
  display: flex;
}

.desktop-review-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.4rem;
  display: flex;
}

.fon-img {
  border-radius: 0 2rem 2rem 0;
  width: 43%;
}

.conteiner-7 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 77.5rem;
  display: flex;
}

.conteiner-7.display-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.conteiner-7.display-flex.border {
  border: 1px solid var(--grey-line);
  border-radius: 2rem;
  align-items: stretch;
  width: 100%;
}

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

.text-5.mini {
  color: var(--meduim);
  -webkit-text-stroke-color: var(--meduim);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.text-5.mini.color-w {
  color: var(--white);
}

.foto-mobile {
  display: none;
}

.link-email {
  color: #7d2aeb;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.conteiner-8 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 77.5rem;
  display: flex;
}

.conteiner-8.display-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.conteiner-8.display-flex.aligan {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 2rem;
  padding-right: 2rem;
}

.conteiner-8.display-flex.padd {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.text-6 {
  font-size: 1rem;
}

.text-6.mini {
  color: var(--meduim);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2rem;
}

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

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

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

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

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

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

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

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

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

.section-biznes-plan {
  padding-left: 2rem;
  padding-right: 2rem;
}

.conteiner-biznes-plan {
  width: 100%;
  max-width: 79rem;
  margin: 6rem auto 2rem;
}

.conteiner-biznes-plan.fone {
  background-image: url('../images/color-fone.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 4rem;
}

.conteiner-biznes-plan.fone.margin {
  color: var(--white);
  background-position: 50% 0;
  background-size: cover;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.conteiner-biznes-plan.fone.flex {
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.conteiner-biznes-plan.flex-center {
  flex-flow: column;
  display: flex;
}

.form-plan {
  color: #fff;
  width: 55%;
  margin-bottom: 0;
}

.dib-total-buttom-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dib-total-buttom-form.vertical {
  flex-flow: column;
}

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

.grid-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  box-shadow: 0 12px 28px 0 var(--shadow);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.image-card {
  width: 21.3347%;
  max-width: 4.5rem;
  margin-bottom: 1rem;
}

.slider-review {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
}

.mask-3 {
  width: 100%;
  height: auto;
  padding-top: .25rem;
  padding-bottom: 2rem;
  padding-left: .25rem;
}

.slide-rev {
  width: 48%;
  height: 100%;
  box-shadow: 0 7px 11px 0 var(--shadow);
  border-radius: 2rem;
  margin-left: .8rem;
  margin-right: .8rem;
}

.right-arrow-3 {
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 12px 25px 0 var(--shadow);
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  inset: 0% 0% auto auto;
}

.right-arrow-3.position {
  display: none;
}

.icon-7 {
  color: var(--black);
  font-size: 1.2rem;
}

.left-arrow-3 {
  background-color: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 12px 25px 0 var(--shadow);
  cursor: pointer;
  border-radius: 100%;
  display: none;
  inset: 0% 8rem auto auto;
}

.card-review {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 2rem;
  display: flex;
}

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

.text-violet {
  background-color: var(--background--violet);
  color: var(--background--button--violet);
  text-transform: uppercase;
  border-radius: 4rem;
  justify-content: space-between;
  align-items: center;
  padding: .7rem .7rem .5rem;
  font-size: .8rem;
  line-height: .8rem;
}

.div-pink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background--pink-50);
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

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

.text-24medium.bold {
  font-weight: 700;
}

.slide-nav-3 {
  justify-content: space-between;
  align-items: center;
  height: 10px;
  padding-top: 0;
  font-size: .5rem;
  display: flex;
  inset: 2rem 4rem auto auto;
}

.sleder-experts {
  width: 70%;
  height: auto;
  color: var(--black);
  background-color: #ddd0;
  display: flex;
}

.mask-4 {
  width: 100%;
  height: auto;
}

.slide-2 {
  width: 48%;
  height: 100%;
  margin-right: 1rem;
}

.div-expert {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  margin-bottom: .5rem;
  padding: 2rem 1.8rem;
  display: flex;
}

.expert-foto {
  border-radius: 100%;
  width: 29.7816%;
  max-width: 5rem;
}

.slide-nav-4 {
  display: none;
}

.text-16.margin-bot {
  margin-bottom: .5rem;
}

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

.img-stars {
  width: 50%;
}

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

.div-slide-form {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-form {
  width: 40%;
}

.form-slide {
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-grade {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  display: flex;
}

.div-grade.desctop {
  margin-top: 0;
}

.div-grade.mobile {
  display: none;
}

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

.div-horizont {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.desk-foto {
  width: 50%;
}

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

@media screen and (min-width: 1280px) {
  .form-2 {
    z-index: 2;
    position: relative;
  }

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

  .input {
    color: #0d1d4a;
  }

  .input::placeholder {
    color: #93a1c8;
  }

  .div-expert {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .submit-button {
    padding: 1rem 1.6rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .form-block {
    width: 100%;
    max-width: 100%;
    margin-top: 1.714rem;
    padding: 1.714rem;
    font-size: 1.286rem;
  }

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

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

  .nav-menu {
    background-color: #fff;
    border-radius: 1rem;
    max-width: 15rem;
    margin-top: 1rem;
    box-shadow: 0 12px 28px #93a1c840;
  }

  .login {
    background-color: #7d2aeb;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: none;
  }

  .menu-button {
    cursor: pointer;
    border-radius: 20px;
    order: -9999;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: .75rem;
    display: flex;
    box-shadow: 0 0 25px #93a1c840;
  }

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

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

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

  .section {
    padding-left: 2.286rem;
    padding-right: 2.286rem;
  }

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

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

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

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

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

  .text {
    font-size: 1.286rem;
  }

  .text.size {
    width: 55%;
  }

  .div-h1 {
    width: 100%;
  }

  .vertical-line {
    min-height: 10px;
  }

  .section-2 {
    padding: 2rem;
  }

  .div-texts {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .text-2 {
    line-height: 1.625rem;
  }

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

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

  .sotial {
    width: 1.5rem;
    margin-right: 1rem;
  }

  .form-block-2 {
    flex-flow: column;
    width: 75%;
    display: flex;
  }

  .form-block-2.color {
    padding: 2rem 1rem 2rem 2rem;
  }

  .form-block-2.color.size {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .div-buttons {
    flex-flow: column;
    margin-top: .5rem;
  }

  .input-2 {
    max-width: 100%;
    font-size: 1rem;
  }

  .input-2::placeholder {
    font-size: 1rem;
  }

  .input-2.height {
    height: 5rem;
    min-height: 5rem;
    max-height: 5rem;
    font-size: 1rem;
  }

  .input-2.height::placeholder {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .input-2.size {
    width: 100%;
  }

  .text-mini {
    font-size: .8rem;
    line-height: 1rem;
  }

  .h1 {
    margin-bottom: .5rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .conteiner-content {
    width: auto;
    margin: 2rem 1.2rem 3rem;
  }

  .button-sotial {
    border-radius: .9rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .button-sotial.ya {
    width: 100%;
  }

  .button-sotial.vk {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-2.color-black.margin.left {
    margin-top: 1.1rem;
  }

  .button-2.color-violet.width, .button-2.color-violet.size {
    width: 100%;
  }

  .button-2.color-pink {
    order: -9999;
  }

  .button-2.color-pink.size {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-2.color-pink.width {
    width: 100%;
  }

  .form {
    margin-right: 0;
  }

  .form.flex.grig {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form.no-marg {
    justify-content: flex-start;
    padding: 1.5rem 1rem 1rem;
  }

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

  .section-3 {
    padding: 2rem;
  }

  .section-3.borders {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .h3 {
    font-size: 1.8rem;
  }

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

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

  .conteiner--div-video {
    margin-top: 0;
  }

  .h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .h2.nomargin {
    margin-bottom: 0;
  }

  .card-step {
    padding: 1.5rem;
  }

  .color-grey {
    padding: 2rem;
  }

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

  .div-card {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    padding: 1.3rem;
  }

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

  .text-18medl.color.size, .text-18medl.bold.size {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .text-18medl.size {
    font-size: 1rem;
    line-height: 1.45rem;
  }

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

  .conteiner-5.grey {
    padding: 1.5rem 0 2.4rem 2.4rem;
  }

  .conteiner-5.grey.marg-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1rem;
  }

  .text-3 {
    line-height: 1.625rem;
  }

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

  .div-name.cursor, .div-name.color, .div-name.padding-mini {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .but-icon {
    width: 10%;
  }

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

  .stars {
    max-width: 6rem;
  }

  .text-4 {
    line-height: 1.625rem;
  }

  .text-4.bold {
    font-size: .9rem;
  }

  .review-column {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    max-width: 33%;
  }

  .foto-avtor {
    max-width: 2.2rem;
  }

  .social {
    max-width: 1.2rem;
  }

  .review {
    padding: 1.2rem;
  }

  .desktop-review-block {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    margin-top: 1rem;
  }

  .fon-img {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1rem;
  }

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

  .conteiner-7.display-flex.border {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    align-items: stretch;
    width: 100%;
  }

  .text-5 {
    line-height: 1.625rem;
  }

  .text-5.mini.color-w {
    font-size: .8rem;
  }

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

  .conteiner-8.display-flex.padd {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-6 {
    line-height: 1.625rem;
  }

  .conteiner-biznes-plan {
    width: 100%;
  }

  .conteiner-biznes-plan.fone {
    width: 100%;
    padding: 2rem;
  }

  .conteiner-biznes-plan.fone.flex {
    justify-content: center;
    align-items: center;
  }

  .dib-total-buttom-form {
    flex-flow: column;
  }

  .mask-3 {
    padding-bottom: 6rem;
  }

  .slide-rev {
    width: 60%;
  }

  .right-arrow-3 {
    inset: auto 14.5rem 2rem auto;
  }

  .left-arrow-3 {
    inset: auto auto 2rem 14.5rem;
  }

  .text-violet {
    font-size: .6rem;
  }

  .text-24medium.bold.size-tipog {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .slide-nav-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    inset: auto auto 3rem;
  }

  .sleder-experts {
    width: 50%;
  }

  .mask-4, .slide-2 {
    width: 100%;
  }

  .div-expert {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .div-slide-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-form {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 50%;
    display: flex;
  }

  .form-slide {
    justify-content: space-between;
    align-items: stretch;
    min-height: 100%;
    display: flex;
  }

  .div-grade.desctop {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-26 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .div-horizont {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .image {
    display: none;
  }

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

  .image-rules {
    width: 15rem;
  }

  .section.position {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading {
    font-size: 3rem;
    line-height: 115%;
  }

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

  .text.size {
    width: 100%;
  }

  .section-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .text-medium.mini-size, .text-medium.bold.mini-size {
    font-size: .8rem;
    line-height: 1rem;
  }

  .text-medium.center.size {
    width: 100%;
  }

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

  .text-medium.link {
    font-size: .8rem;
    line-height: 1rem;
  }

  .form-block-2 {
    border-radius: 0;
    width: 100%;
    padding: 2rem;
  }

  .form-block-2.color {
    border-radius: 1rem;
    width: 100%;
    padding-bottom: 2rem;
  }

  .form-block-2.color.size {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .input-2.height-max.heidh-big {
    min-height: 8rem;
    max-height: 8rem;
  }

  .conteiner-ecsperts {
    display: none;
  }

  .conteiner-content {
    margin: 0;
  }

  .button-sotial {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .button-2.color-black.margin {
    width: 100%;
  }

  .form.flex.grig {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    display: flex;
  }

  .conteiner-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .conteiner-2.display-flex.gridmobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .section-3.borders {
    border-top-width: 0;
    margin-bottom: 1rem;
  }

  .section-3.no-margin {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section-3.padding-bord {
    padding-top: 3rem;
  }

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

  .line {
    display: none;
  }

  .conteiner-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .lotties {
    max-width: 22rem;
    margin-bottom: 2rem;
  }

  .conteiner--div-video {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .card-step {
    padding: 1.2rem;
  }

  .conteiner-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

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

  .text-midl-bold {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

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

  .grid3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-18medl {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .text-18medl.size {
    font-size: .9rem;
  }

  .icon-2.size {
    max-width: 2rem;
  }

  .conteiner-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .conteiner-5.grey {
    flex-flow: column;
    padding: 2rem;
  }

  .conteiner-5.grey.marg-top {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .div-name.cursor {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
  }

  .div-name.color {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-name.padding-mini {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center stretch;
  }

  .but-icon {
    width: 100%;
    max-width: 20px;
    margin-right: .5rem;
  }

  .div-block-4 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .conteiner-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .conteiner-6.center {
    width: 100%;
  }

  .icon-6 {
    display: none;
  }

  .text-4.midle {
    margin-bottom: auto;
  }

  .mask-2 {
    width: 75%;
    max-width: 24rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .slide-review {
    width: 100%;
    height: 100%;
  }

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

  .left-arrow-2 {
    display: none;
  }

  .conteiner-plashki {
    margin-bottom: 1rem;
  }

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

  .review {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    margin-right: 1rem;
    display: flex;
  }

  .desktop-review-block {
    display: none;
  }

  .fon-img {
    width: 100%;
    display: none;
  }

  .conteiner-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .conteiner-7.display-flex.border {
    flex-flow: column;
  }

  .foto-mobile {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    display: none;
  }

  .conteiner-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .conteiner-8.display-flex.aligan {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .conteiner-8.display-flex.padd {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .image-10 {
    margin-top: 0;
  }

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

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

  .link-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-biznes-plan {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .conteiner-biznes-plan {
    margin-top: 4rem;
  }

  .conteiner-biznes-plan.fone {
    padding: 1rem;
  }

  .conteiner-biznes-plan.fone.margin {
    padding: 2rem;
  }

  .conteiner-biznes-plan.fone.flex {
    padding: 1rem 2rem 2rem;
  }

  .form-plan {
    width: 100%;
  }

  .grid-cards {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .card {
    padding: 1.5rem;
  }

  .image-card {
    max-width: 3rem;
    margin-bottom: 0;
  }

  .mask-3 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .slide-rev {
    width: 100%;
    margin-right: 1rem;
  }

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

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

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

  .slide-nav-3 {
    bottom: 2rem;
  }

  .sleder-experts {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-expert {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .expert-foto {
    max-width: 4rem;
  }

  .img-stars {
    width: 70%;
  }

  .div-slide-form {
    flex-flow: column;
  }

  .div-form {
    width: 100%;
  }

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

  .desk-foto {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .form-block {
    margin-top: 1.5rem;
    padding: 1rem;
  }

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

  .icon {
    width: 50%;
  }

  .submit-button {
    width: 100%;
    margin-left: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 1rem;
  }

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

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

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

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

  .section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading {
    text-align: center;
    font-size: 1.8rem;
  }

  .input, .input::placeholder {
    font-size: 1rem;
  }

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

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

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

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

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

  .plashka {
    width: 90%;
    padding: 1.5rem 1.4rem;
  }

  .activ-block {
    height: 4rem;
    margin-top: 1rem;
    padding-left: 3rem;
  }

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

  .div-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section-2 {
    padding: 1.2rem 1rem 2rem;
  }

  .div-texts {
    justify-content: center;
    align-items: center;
  }

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

  .text-medium {
    line-height: 1.3rem;
  }

  .text-medium.cent {
    text-align: center;
    line-height: 1.4rem;
  }

  .text-medium.size-mini.mobile {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .logo-avtor {
    width: 6rem;
  }

  .nav-menu-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .sotial {
    width: 1.5rem;
    margin-right: .5rem;
  }

  .navbar-2 {
    margin-bottom: 0;
  }

  .navbar-2.noborder {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-2 {
    padding: 1.2rem;
  }

  .form-block-2.color {
    padding-bottom: .5rem;
  }

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

  .input-2 {
    height: 2.8rem;
  }

  .input-2.height {
    height: 6rem;
    min-height: 6rem;
    max-height: 6rem;
    margin-bottom: .5rem;
  }

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

  .h1 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2rem;
  }

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

  .button-sotial {
    border-radius: .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button-sotial.vk {
    margin-bottom: .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-2.color-black {
    width: 100%;
  }

  .button-2.color-black.mini {
    width: auto;
    font-size: .9rem;
  }

  .button-2.color-black.margin {
    margin-top: 14.3rem;
  }

  .button-2.color-black.margin.left {
    margin-top: 1rem;
    margin-left: 0;
  }

  .button-2.mini.none-mobile {
    font-size: .9rem;
    line-height: 1.3rem;
    display: inline-flex;
  }

  .button-2.color-violet.w--current {
    width: auto;
  }

  .button-2.color-violet.width {
    width: 100%;
  }

  .form.no-marg {
    padding-top: 1rem;
  }

  .conteiner-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-3 {
    padding: 1.2rem 1rem 2rem;
  }

  .section-3.padd-mob {
    padding-bottom: 2rem;
  }

  .section-3.no-margin {
    padding-top: 2rem;
  }

  .h3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .star {
    width: 1.2rem;
  }

  .conteiner-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .lotties {
    margin-bottom: 1.6rem;
  }

  .h2 {
    justify-content: center;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .h2.nomargin {
    margin-bottom: 0;
  }

  .card-step {
    padding: 1rem;
  }

  .color-grey {
    border-radius: 1.2rem;
    padding: 1.2rem;
  }

  .conteiner-4, .grid2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .grid3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 2rem;
  }

  .icon-2.size {
    max-width: 1.5rem;
  }

  .conteiner-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .conteiner-5.grey {
    border-radius: 1.2rem;
    width: 100%;
    padding: 1.2rem;
  }

  .conteiner-5.grey.marg-top {
    padding-left: .7rem;
    padding-right: .7rem;
  }

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

  .div-name.padding-mini {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: .7rem;
    padding-right: 0;
  }

  .img-logo {
    max-width: 3rem;
  }

  .img-logo.size {
    max-width: 1rem;
  }

  .conteiner-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .conteiner-6.center {
    width: 100%;
  }

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

  .text-4.midle {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-4.bold.margin {
    margin-right: .5rem;
  }

  .slide-review {
    width: 100%;
  }

  .slider-reviews {
    margin-top: 1rem;
  }

  .conteiner-plashki {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .star-y {
    max-width: 1rem;
  }

  .review {
    padding: 1rem;
  }

  .conteiner-7 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .foto-mobile {
    display: inline-flex;
  }

  .conteiner-8 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .conteiner-8.display-flex.aligan, .conteiner-8.display-flex.padd {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .image-10 {
    max-width: 20rem;
    margin-top: .5rem;
  }

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

  .link-block {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .conteiner-biznes-plan {
    margin-top: 3rem;
  }

  .conteiner-biznes-plan.fone {
    border-radius: 1.5rem;
  }

  .conteiner-biznes-plan.fone.margin {
    margin-top: 4rem;
    padding: 1rem;
  }

  .conteiner-biznes-plan.fone.flex {
    justify-content: center;
    align-items: center;
    padding: 1.2rem 1.5rem 1.5rem;
  }

  .mask-3 {
    padding-bottom: 2rem;
  }

  .right-arrow-3 {
    width: 4rem;
    height: 100%;
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0%;
    justify-content: flex-end;
    align-items: center;
  }

  .icon-7.position-r {
    inset: 0% 0% 0% auto;
  }

  .icon-7.position-l {
    inset: 0% auto 0% 0%;
  }

  .left-arrow-3 {
    width: 4rem;
    height: 100%;
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0%;
    display: inline-flex;
  }

  .left-arrow-3.none {
    display: none;
  }

  .div-pink {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    padding: 1rem;
    display: flex;
  }

  .text-24medium.bold.size-tipog {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div-expert {
    border-radius: 1rem;
    padding: 1rem;
  }

  .expert-foto {
    max-width: 2rem;
  }

  .text-16.margin-bot.mobile {
    margin-bottom: .3rem;
    font-size: .8rem;
  }

  .text-16.mobile {
    font-size: .8rem;
  }

  .div-block-24 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .8rem;
  }

  .img-stars {
    width: 65%;
  }

  .div-block-25 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .div-slide-form {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-form {
    order: -9999;
  }

  .div-grade.desctop {
    display: none;
  }

  .div-grade.mobile {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .div-horizont {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .div-block-27 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }
}

#w-node-_0720398b-5798-a3ff-ce7d-13a98becb00a-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb017-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb023-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb02c-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb035-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb03e-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb047-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb050-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb05c-8dcf0312 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5dc0c11b-a1c6-f759-503f-353aabf349dd-078303b5, #w-node-_6d7b45b2-bdaa-0a46-30e0-d518caa7d479-078303b5, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-078303b5, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-078303b5, #w-node-_7b4942e9-7f19-8414-ed53-7fe550776027-078303b5, #w-node-_7b4942e9-7f19-8414-ed53-7fe55077602f-078303b5, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d1-078303b5, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d9-078303b5, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-078303b5, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-078303b5, #w-node-b095c965-1a79-9167-25a2-6786a4167399-078303b5, #w-node-b095c965-1a79-9167-25a2-6786a41673a1-078303b5, #w-node-_5dc0c11b-a1c6-f759-503f-353aabf349dd-f31feb4a, #w-node-_6d7b45b2-bdaa-0a46-30e0-d518caa7d479-f31feb4a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-f31feb4a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-f31feb4a, #w-node-_7b4942e9-7f19-8414-ed53-7fe550776027-f31feb4a, #w-node-_7b4942e9-7f19-8414-ed53-7fe55077602f-f31feb4a, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d1-f31feb4a, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d9-f31feb4a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-f31feb4a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-f31feb4a, #w-node-b095c965-1a79-9167-25a2-6786a4167399-f31feb4a, #w-node-b095c965-1a79-9167-25a2-6786a41673a1-f31feb4a, #w-node-_5dc0c11b-a1c6-f759-503f-353aabf349dd-f321162a, #w-node-_6d7b45b2-bdaa-0a46-30e0-d518caa7d479-f321162a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-f321162a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-f321162a, #w-node-_7b4942e9-7f19-8414-ed53-7fe550776027-f321162a, #w-node-_7b4942e9-7f19-8414-ed53-7fe55077602f-f321162a, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d1-f321162a, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d9-f321162a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-f321162a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-f321162a, #w-node-b095c965-1a79-9167-25a2-6786a4167399-f321162a, #w-node-b095c965-1a79-9167-25a2-6786a41673a1-f321162a {
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-f321162a {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e27e4b1b-374e-5c65-5cce-394ae2185813-8dcf0312 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb06b-8dcf0312 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-_5dc0c11b-a1c6-f759-503f-353aabf349dd-078303b5, #w-node-_6d7b45b2-bdaa-0a46-30e0-d518caa7d479-078303b5, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-078303b5, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-078303b5, #w-node-_7b4942e9-7f19-8414-ed53-7fe550776027-078303b5, #w-node-_7b4942e9-7f19-8414-ed53-7fe55077602f-078303b5, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d1-078303b5, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d9-078303b5, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-078303b5, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-078303b5, #w-node-b095c965-1a79-9167-25a2-6786a4167399-078303b5, #w-node-b095c965-1a79-9167-25a2-6786a41673a1-078303b5, #w-node-_5dc0c11b-a1c6-f759-503f-353aabf349dd-f31feb4a, #w-node-_6d7b45b2-bdaa-0a46-30e0-d518caa7d479-f31feb4a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-f31feb4a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-f31feb4a, #w-node-_7b4942e9-7f19-8414-ed53-7fe550776027-f31feb4a, #w-node-_7b4942e9-7f19-8414-ed53-7fe55077602f-f31feb4a, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d1-f31feb4a, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d9-f31feb4a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-f31feb4a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-f31feb4a, #w-node-b095c965-1a79-9167-25a2-6786a4167399-f31feb4a, #w-node-b095c965-1a79-9167-25a2-6786a41673a1-f31feb4a, #w-node-_5dc0c11b-a1c6-f759-503f-353aabf349dd-f321162a, #w-node-_6d7b45b2-bdaa-0a46-30e0-d518caa7d479-f321162a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-f321162a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-f321162a, #w-node-_7b4942e9-7f19-8414-ed53-7fe550776027-f321162a, #w-node-_7b4942e9-7f19-8414-ed53-7fe55077602f-f321162a, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d1-f321162a, #w-node-d11fe071-97ad-0380-4658-ad42b19cd2d9-f321162a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-f321162a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-f321162a, #w-node-b095c965-1a79-9167-25a2-6786a4167399-f321162a, #w-node-b095c965-1a79-9167-25a2-6786a41673a1-f321162a {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e27e4b1b-374e-5c65-5cce-394ae2185807-8dcf0312 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e27e4b1b-374e-5c65-5cce-394ae218580d-8dcf0312 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb00a-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb017-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb023-8dcf0312 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb025-8dcf0312 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb027-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb029-8dcf0312 {
    justify-self: center;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb02c-8dcf0312 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb02e-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb030-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb032-8dcf0312 {
    justify-self: center;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb035-8dcf0312 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb037-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb039-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb03b-8dcf0312 {
    justify-self: center;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb03e-8dcf0312 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb040-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb042-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb044-8dcf0312 {
    justify-self: center;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb047-8dcf0312 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb049-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb04b-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb04d-8dcf0312 {
    justify-self: center;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb050-8dcf0312 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb058-8dcf0312 {
    justify-self: center;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb05c-8dcf0312 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0720398b-5798-a3ff-ce7d-13a98becb05e-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb060-8dcf0312, #w-node-_0720398b-5798-a3ff-ce7d-13a98becb062-8dcf0312 {
    justify-self: center;
  }

  #w-node-f10ddfc7-4fe2-454e-c17d-66ceff7be9c5-078303b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-078303b5, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-078303b5 {
    justify-self: end;
  }

  #w-node-f10ddfc7-4fe2-454e-c17d-66ceff7be9c5-f31feb4a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-f31feb4a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-f31feb4a {
    justify-self: end;
  }

  #w-node-f10ddfc7-4fe2-454e-c17d-66ceff7be9c5-f321162a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e0-f321162a, #w-node-dd93eeeb-a645-0d91-e0be-6e92085017e8-f321162a {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e27e4b1b-374e-5c65-5cce-394ae218580d-8dcf0312 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-078303b5, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-078303b5, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-f31feb4a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-f31feb4a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca34-f321162a, #w-node-b02c2d6d-b9dd-62f4-d4db-2e47faabca3c-f321162a {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.woff') format('woff');
  font-weight: 700;
  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;
}