@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,100,200,300,400,500,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #fff;
  line-height: 1;
  font-family: Montserrat;
  font-size: totoRem(19);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: #101010;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  padding-right: 0!important;
  background-color: #000
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 78.125rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 81.8125rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,81.8125rem) 1fr .625rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.header {
  background-color: #f0f8ff
}
.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5
}
.header__logo img {
  margin-right: 10px;
  max-width: 7.8125rem
}
.header__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center
}
.menu {
  padding: 0 .625rem
}
.menu__body {
  z-index: 7
}
.menu__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: .625rem;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem
}
.menu__link {
  color: #002846
}
body {
  background-image: url(../img/fon.webp);
  background-position: center
}
.banner::after {
  content: "";
  display: inline-block;
  width: 844px;
  height: 861px;
  position: absolute;
  right: 103px;
  bottom: -136px;
  z-index: -1;
  background-image: url(../img/arut-banner.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.banner__container {
  position: relative
}
.banner__container::after {
  content: "";
  display: inline-block;
  width: 401px;
  height: 400px;
  position: absolute;
  right: 448px;
  top: 97px;
  z-index: -1;
  background-image: url(../img/moneta/Bitcoin.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.banner__container::before {
  content: "";
  display: inline-block;
  width: 190px;
  height: 190px;
  position: absolute;
  right: 54px;
  top: 186px;
  z-index: -1;
  background-image: url(../img/Tether.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.nng {
  height: 100%;
  background-image: url(../img/fon-mon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.ul-banner {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px
}
.bn__logo {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff
}
.bn__btn-block img {
  max-width: 170px
}
.bn__title {
  max-width: 38.75rem;
  font-weight: 600;
  line-height: 59px;
  background: linear-gradient(58.63deg,rgba(0,255,229,.7294117647) 0,#cba533 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.bn__subtitle {
  font-weight: 700
}
.bn__punkt ul {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
  padding-top: .625rem;
  padding-left: 1.25rem;
  list-style-type: circle!important
}
.bn__punkt ul li {
  font-weight: 500
}
.bn__btn-start {
  font-weight: 600;
  width: 18.75rem;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #040404;
  background: #00ffe5;
  border-radius: 5px
}
.sub-p {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 600;
  max-width: 41.875rem
}
.p-sup2 {
  font-size: 14px;
  padding-top: 20px
}
.naviky__title {
  font-weight: 800;
  text-align: center
}
.naviky__title h2 {
  color: #fff
}
.naviky__wrapper {
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  justify-content: space-around
}
.naviky__item {
  position: relative;
  min-width: 18.75rem;
  max-width: 31.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.img-222 {
  max-width: 350px
}
.navyk__title {
  font-weight: 600
}
.navyk__subtitle {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.navyk__subtitle p {
  position: relative;
  z-index: 999;
  line-height: 24px;
  color: #d9d9d9
}
.navyk__img img {
  border-radius: 15px
}
.img-2 {
  position: relative;
  border-radius: 15px;
  z-index: 444
}
.navyk-bl {
  padding-left: .9375rem
}
.nv-2 {
  position: relative
}
.nv-2::after {
  content: "";
  display: inline-block;
  width: 330px;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  background-image: url(../img/tochki.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.resultat__title {
  position: relative;
  text-align: center;
  font-weight: 600
}
.resultat__title::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 30px;
  bottom: -40px;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
  background-image: url(../img/BNB.webp)
}
.resultat__wrapper {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  align-items: center
}
.resultat__wrapper::after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 400px;
  position: absolute;
  right: 30px;
  bottom: -40px;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
  background-image: url(../img/sign-big.webp)
}
.resultat__item {
  max-width: 31.25rem
}
.resultat__punkt ul {
  padding-top: 30px;
  gap: 45px;
  display: flex;
  flex-direction: column
}
.resultat__punkt ul li {
  max-width: 300px;
  position: relative;
  list-style-type: none
}
.resultat__punkt ul li::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: -1;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-image: url(../img/2.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.resultat__img {
  position: relative
}
.resultat__img img {
  position: relative;
  z-index: 44
}
.bul-1 {
  z-index: 1;
  position: absolute;
  width: 307px;
  height: 243px;
  left: 157px;
  top: 84px;
  background: linear-gradient(41.59deg,#09a587 0,#004542 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px)
}
.form-bl {
  position: relative
}

.form-bl__wrapper {
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center
}
.blf {
  display: flex;
  flex-direction: column
}
.blf__title {
  max-width: 50rem;
  font-weight: 800;
  color: #fff;
  max-width: 500px
}
.blf__title span {
  background: linear-gradient(41.59deg,#0090ff 0,#6fbfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.blf__subtitle {
  line-height: 26px;
  max-width: 360px
}
.blf__img {
  max-width: 37.5rem
}
.im-fo {
  max-width: 1.875rem
}
.blf2__wraper {
  display: flex;
  justify-content: center;
  border-radius: 15px 15px 0 0;
  flex-direction: column;
  align-items: center
}
.blf2__wraper h2 {
  text-align: center;
  font-weight: 400;
  color: #1a2b4b
}
.blf2__name {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgba(36,35,35,.474)
}
.blf2__name h3 {
  text-align: center;
  font-weight: 600;
  color: #1a2b4b
}
.blf2__text p {
  text-align: center;
  color: rgba(68,68,70,.7019607843)
}
.blf2__text p span {
  color: rgba(33,33,79,.7019607843);
  font-weight: 500
}
#leadform {
  display: flex;
  gap: 11px;
  flex-direction: column
}
.input-form {
  width: 100%;
  min-width: 300px;
  padding-left: 15px;
  border-radius: 10px;
  background-color: #fff
}
.in2 {
  width: 100%;
  min-width: 401px;
  padding-left: 15px;
  border-radius: 10px;
  background-color: #fff
}
.in-text p {
  color: #fff
}
.submitbtn {
  height: 40px;
  background: #00ffe5;
  color: #101010;
  font-weight: 600;
  border-radius: 10px;
  width: 100%;
  min-width: 300px
}
@media (min-width:83.0625em) {
  .header {
    padding-top: 1.25rem
  }
  .header {
    padding-bottom: 1.25rem
  }
  .header__logo img {
    width: 18.75rem
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }
  .nng {
    padding-bottom: 6.25rem
  }
  .nng {
    padding-top: 6.25rem
  }
  .bn__logo {
    padding-bottom: 3.75rem
  }
  .bn__btn-block {
    padding-top: .625rem
  }
  .bn__btn-block {
    padding-bottom: .625rem
  }
  .bn__btn-block {
    margin-bottom: 3.125rem
  }
  .bn__title {
    padding-top: 6.25rem
  }
  .bn__title {
    padding-bottom: 2.5rem
  }
  .bn__title {
    font-size: 3rem
  }
  .bn__subtitle {
    font-size: 1.5625rem
  }
  .bn__punkt {
    padding-bottom: 1.5625rem
  }
  .bn__punkt ul li {
    font-size: 1.5rem
  }
  .bn__btn-start {
    margin-top: 4.0625rem
  }
  .sub-p {
    line-height: 1.875rem
  }
  .naviky {
    padding-top: 5rem
  }
  .naviky__title {
    font-size: 2.625rem
  }
  .naviky__title {
    padding-bottom: 3.125rem
  }
  .navyk__title {
    font-size: 1.625rem
  }
  .navyk__title {
    padding-bottom: 1.5625rem
  }
  .navyk__subtitle p {
    font-size: 1.25rem
  }
  .resultat {
    padding-top: 4.375rem
  }
  .resultat__title {
    padding-bottom: 2.8125rem
  }
  .resultat__title {
    font-size: 3.125rem
  }
  .resultat__punkt {
    padding-top: 1.875rem
  }
  .resultat__punkt {
    padding-bottom: 1.875rem
  }
  .resultat__punkt ul li {
    line-height: 1.6875rem
  }
  .form-bl {
    padding-bottom: 5rem
  }
  .form-bl {
    padding-top: 5rem
  }
  .form-bl__wrapper {
    gap: 2.5rem
  }
  .blf__title {
    padding-bottom: 2.1875rem
  }
  .blf__title {
    font-size: 3.125rem
  }
  .blf2 {
    width: 25rem
  }
  .blf2__wraper h2 {
    padding-top: 1.25rem
  }
  .blf2__wraper h2 {
    padding-bottom: 1.25rem
  }
  .blf2__wraper h2 {
    padding-left: 1.875rem
  }
  .blf2__wraper h2 {
    padding-right: 1.875rem
  }
  .blf2__wraper h2 {
    font-size: 1.5rem
  }
  .blf2__name {
    padding-left: 1.875rem
  }
  .blf2__name h3 {
    padding-right: 1.875rem
  }
  .blf2__name h3 {
    padding-top: .4375rem
  }
  .blf2__name h3 {
    padding-bottom: .4375rem
  }
  .blf2__name h3 {
    font-size: 1rem
  }
  .blf2__text p {
    padding-left: 1.875rem
  }
  .blf2__text p {
    padding-right: 1.875rem
  }
  .blf2__text p {
    margin-bottom: 1.25rem
  }
  .blf2__text p {
    font-size: .8125rem
  }
  #leadform {
    padding-left: 1.875rem
  }
  #leadform {
    padding-right: 1.875rem
  }
  .input-form {
    height: 2.5rem
  }
  .submitbtn {
    margin-bottom: 1.25rem
  }
}
@media (max-width:20em) {
  .header {
    padding-top: .9375rem
  }
  .header {
    padding-bottom: .9375rem
  }
  .header__logo img {
    width: 8.75rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .nng {
    padding-bottom: 3.125rem
  }
  .nng {
    padding-top: 3.125rem
  }
  .bn__logo {
    padding-bottom: 1.25rem
  }
  .bn__btn-block {
    padding-top: .4375rem
  }
  .bn__btn-block {
    padding-bottom: .4375rem
  }
  .bn__btn-block {
    margin-bottom: 2.5rem
  }
  .bn__title {
    padding-top: 9.375rem
  }
  .bn__title {
    padding-bottom: 1.875rem
  }
  .bn__title {
    font-size: 2rem
  }
  .bn__subtitle {
    font-size: 1.4375rem
  }
  .bn__punkt {
    padding-bottom: .9375rem
  }
  .bn__punkt ul li {
    font-size: 1.25rem
  }
  .bn__btn-start {
    margin-top: 2.5rem
  }
  .sub-p {
    line-height: 1.25rem
  }
  .naviky {
    padding-top: 3.125rem
  }
  .naviky__title {
    font-size: 2rem
  }
  .naviky__title {
    padding-bottom: 1.875rem
  }
  .navyk__title {
    font-size: 1.5rem
  }
  .navyk__title {
    padding-bottom: .9375rem
  }
  .navyk__subtitle p {
    font-size: 1.1875rem
  }
  .resultat {
    padding-top: 1.875rem
  }
  .resultat__title {
    padding-bottom: 1.875rem
  }
  .resultat__title {
    font-size: 2.3125rem
  }
  .resultat__punkt {
    padding-top: .9375rem
  }
  .resultat__punkt {
    padding-bottom: .9375rem
  }
  .resultat__punkt ul li {
    line-height: 1.25rem
  }
  .form-bl {
    padding-bottom: 3.125rem
  }
  .form-bl {
    padding-top: 3.125rem
  }
  .form-bl__wrapper {
    gap: 1.25rem
  }
  .blf__title {
    padding-bottom: 1.5625rem
  }
  .blf__title {
    font-size: 1.875rem
  }
  .blf2 {
    width: 19.375rem
  }
  .blf2__wraper h2 {
    padding-top: .9375rem
  }
  .blf2__wraper h2 {
    padding-bottom: .9375rem
  }
  .blf2__wraper h2 {
    padding-left: 1.25rem
  }
  .blf2__wraper h2 {
    padding-right: 1.25rem
  }
  .blf2__wraper h2 {
    font-size: 1.375rem
  }
  .blf2__name {
    padding-left: 1.25rem
  }
  .blf2__name h3 {
    padding-right: 1.25rem
  }
  .blf2__name h3 {
    padding-top: .3125rem
  }
  .blf2__name h3 {
    padding-bottom: .3125rem
  }
  .blf2__name h3 {
    font-size: 1rem
  }
  .blf2__text p {
    padding-left: 1.25rem
  }
  .blf2__text p {
    padding-right: 1.25rem
  }
  .blf2__text p {
    margin-bottom: .9375rem
  }
  .blf2__text p {
    font-size: .75rem
  }
  #leadform {
    padding-left: 1.25rem
  }
  #leadform {
    padding-right: 1.25rem
  }
  .input-form {
    height: 2.1875rem
  }
  .submitbtn {
    margin-bottom: .9375rem
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    overflow: auto;
    background-color: #1b2327;
    gap: 1.875rem;
    z-index: 4;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 1.875rem
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    height: 5.125rem;
    background-color: rgba(84,11,11,.4784313725);
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
    row-gap: 1.875rem
  }
  .menu__link {
    font-size: 1.5rem;
    color: #fff
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #002846
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .nv-2 {
    flex-direction: column-reverse
  }
  .form-bl__wrapper {
    flex-wrap: wrap;
    justify-content: center
  }
  .in2 {
    min-width: 301px
  }
}
@media (max-width:61.99875em)and (max-width:0.125em) {
  .menu__body {
    padding-top: 7.5rem
  }
}
@media (max-width:61.99875em)and (max-width:20em) {
  .menu__body::before {
    padding-top: 1.375rem
  }
  .menu__body::before {
    padding-bottom: .625rem
  }
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #fff
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .bn__title {
    line-height: 40px
  }
  .img-222 {
    max-width: 227px;
    margin: 0 auto
  }
  .navyk__title {
    text-align: center
  }
  .navyk__subtitle p {
    line-height: 22px;
    text-align: center
  }
  .form-bl {
    padding-bottom: 0
  }
  .blf__title {
    text-align: center
  }
  .blf__subtitle {
    text-align: center
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:43.75em) {
  .banner::after {
    content: "";
    display: inline-block;
    width: 647px;
    height: 761px;
    position: absolute;
    right: -1px;
    top: 0px;
    z-index: -1;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),#000),url(../img/arut-banner.webp);
    background-size: cover;
    background-repeat: no-repeat
  }
  .banner__container::after {
    content: "";
    display: inline-block;
    width: 301px;
    height: 300px;
    position: absolute;
    right: 167px;
    top: 0px;
    z-index: -1;
    background-image: url(../img/moneta/Bitcoin.webp);
    background-size: cover;
    background-repeat: no-repeat
  }
  .banner__container::before {
    content: "";
    width: 101px;
    height: 100px;
    right: 14px;
    top: 205px;
    background-image: url(../img/Tether.webp)
  }
  .nv-2::after {
    width: 230px;
    height: 230px
  }
}
@media (max-width:29.99875em) {
  .header__btn-menu {
    display: none
  }
  .header__btn-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2
  }
  .menu-open .header__btn-menu {
    left: 0
  }
  .menu-open .header__btn-menu::before {
    left: 0
  }
}
@media (min-width:20em)and (max-width:83.0625em) {
  .header {
    padding-top: clamp(.9375rem ,.8383919722rem + .4955401388vw ,1.25rem)
  }
  .header {
    padding-bottom: clamp(.9375rem ,.8383919722rem + .4955401388vw ,1.25rem)
  }
  .header__logo img {
    width: clamp(8.75rem ,5.578543112rem + 15.85728444vw ,18.75rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.362673439rem + 2.8741328048vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.362673439rem + 2.8741328048vw ,2.75rem);
    column-gap: clamp(.9375rem ,.362673439rem + 2.8741328048vw ,2.75rem)
  }
  .nng {
    padding-bottom: clamp(3.125rem ,2.1339197225rem + 4.9554013875vw ,6.25rem)
  }
  .nng {
    padding-top: clamp(3.125rem ,2.1339197225rem + 4.9554013875vw ,6.25rem)
  }
  .bn__logo {
    padding-bottom: clamp(1.25rem ,.457135778rem + 3.96432111vw ,3.75rem)
  }
  .bn__btn-block {
    padding-top: clamp(.4375rem ,.3780351833rem + .2973240833vw ,.625rem)
  }
  .bn__btn-block {
    padding-bottom: clamp(.4375rem ,.3780351833rem + .2973240833vw ,.625rem)
  }
  .bn__btn-block {
    margin-bottom: clamp(2.5rem ,2.3017839445rem + .9910802775vw ,3.125rem)
  }
  .bn__title {
    padding-top: clamp(6.25rem ,10.3660802775rem + -4.9554013875vw ,9.375rem)
  }
  .bn__title {
    padding-bottom: clamp(1.875rem ,1.6767839445rem + .9910802775vw ,2.5rem)
  }
  .bn__title {
    font-size: clamp(2rem ,1.6828543112rem + 1.585728444vw ,3rem)
  }
  .bn__subtitle {
    font-size: clamp(1.4375rem ,1.3978567889rem + .1982160555vw ,1.5625rem)
  }
  .bn__punkt {
    padding-bottom: clamp(.9375rem ,.7392839445rem + .9910802775vw ,1.5625rem)
  }
  .bn__punkt ul li {
    font-size: clamp(1.25rem ,1.1707135778rem + .396432111vw ,1.5rem)
  }
  .bn__btn-start {
    margin-top: clamp(2.5rem ,2.0044598612rem + 2.4777006938vw ,4.0625rem)
  }
  .sub-p {
    line-height: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  .naviky {
    padding-top: clamp(3.125rem ,2.5303518335rem + 2.9732408325vw ,5rem)
  }
  .naviky__title {
    font-size: clamp(2rem ,1.8017839445rem + .9910802775vw ,2.625rem)
  }
  .naviky__title {
    padding-bottom: clamp(1.875rem ,1.478567889rem + 1.982160555vw ,3.125rem)
  }
  .navyk__title {
    font-size: clamp(1.5rem ,1.4603567889rem + .1982160555vw ,1.625rem)
  }
  .navyk__title {
    padding-bottom: clamp(.9375rem ,.7392839445rem + .9910802775vw ,1.5625rem)
  }
  .navyk__subtitle p {
    font-size: clamp(1.1875rem ,1.1676783944rem + .0991080278vw ,1.25rem)
  }
  .resultat {
    padding-top: clamp(1.875rem ,1.082135778rem + 3.96432111vw ,4.375rem)
  }
  .resultat__title {
    padding-bottom: clamp(1.875rem ,1.5776759167rem + 1.4866204163vw ,2.8125rem)
  }
  .resultat__title {
    font-size: clamp(2.3125rem ,2.0548191278rem + 1.2884043608vw ,3.125rem)
  }
  .resultat__punkt {
    padding-top: clamp(.9375rem ,.6401759167rem + 1.4866204163vw ,1.875rem)
  }
  .resultat__punkt {
    padding-bottom: clamp(.9375rem ,.6401759167rem + 1.4866204163vw ,1.875rem)
  }
  .resultat__punkt ul li {
    line-height: clamp(1.25rem ,1.1112487611rem + .6937561943vw ,1.6875rem)
  }
  .form-bl {
    padding-bottom: clamp(3.125rem ,2.5303518335rem + 2.9732408325vw ,5rem)
  }
  .form-bl {
    padding-top: clamp(3.125rem ,2.5303518335rem + 2.9732408325vw ,5rem)
  }
  .form-bl__wrapper {
    gap: clamp(1.25rem ,.853567889rem + 1.982160555vw ,2.5rem)
  }
  .blf__title {
    padding-bottom: clamp(1.5625rem ,1.3642839445rem + .9910802775vw ,2.1875rem)
  }
  .blf__title {
    font-size: clamp(1.875rem ,1.478567889rem + 1.982160555vw ,3.125rem)
  }
  .blf2 {
    width: clamp(19.375rem ,17.5910555005rem + 8.9197224975vw ,25rem)
  }
  .blf2__wraper h2 {
    padding-top: clamp(.9375rem ,.8383919722rem + .4955401388vw ,1.25rem)
  }
  .blf2__wraper h2 {
    padding-bottom: clamp(.9375rem ,.8383919722rem + .4955401388vw ,1.25rem)
  }
  .blf2__wraper h2 {
    padding-left: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  .blf2__wraper h2 {
    padding-right: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  .blf2__wraper h2 {
    font-size: clamp(1.375rem ,1.3353567889rem + .1982160555vw ,1.5rem)
  }
  .blf2__name {
    padding-left: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  .blf2__name h3 {
    padding-right: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  .blf2__name h3 {
    padding-top: clamp(.3125rem ,.2728567889rem + .1982160555vw ,.4375rem)
  }
  .blf2__name h3 {
    padding-bottom: clamp(.3125rem ,.2728567889rem + .1982160555vw ,.4375rem)
  }
  .blf2__name h3 {
    font-size: clamp(1rem ,1rem + 0 ,1rem)
  }
  .blf2__text p {
    padding-left: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  .blf2__text p {
    padding-right: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  .blf2__text p {
    margin-bottom: clamp(.9375rem ,.8383919722rem + .4955401388vw ,1.25rem)
  }
  .blf2__text p {
    font-size: clamp(.75rem ,.7301783944rem + .0991080278vw ,.8125rem)
  }
  #leadform {
    padding-left: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  #leadform {
    padding-right: clamp(1.25rem ,1.0517839445rem + .9910802775vw ,1.875rem)
  }
  .input-form {
    height: clamp(2.1875rem ,2.0883919722rem + .4955401388vw ,2.5rem)
  }
  .submitbtn {
    margin-bottom: clamp(.9375rem ,.8383919722rem + .4955401388vw ,1.25rem)
  }
}
@media (max-width:61.99875em)and (min-width:20em) {
  .menu__body {
    padding-top: 11.25rem
  }
}
@media (max-width:61.99875em)and (min-width:0.125em)and (max-width:20em) {
  .menu__body {
    padding-top: clamp(7.5rem ,7.4764150943rem + 18.8679245283vw ,11.25rem)
  }
}
@media (max-width:61.99875em)and (min-width:83.0625em) {
  .menu__body::before {
    padding-top: 1.875rem
  }
  .menu__body::before {
    padding-bottom: 1.25rem
  }
}
@media (max-width:61.99875em)and (min-width:20em)and (max-width:83.0625em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.2164271556rem + .792864222vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.4267839445rem + .9910802775vw ,1.25rem)
  }
}
@media (any-hover:hover) {
  .menu__link:hover {
    color: #fff;
    transition: all .3s ease 0s
  }
}