.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-size: 1.1rem;
  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;
}

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

@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%;
  }
}

@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%;
  }
}

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


