@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&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: #000;
  line-height: 1;
  font-family: Roboto;
  font-size: totoRem(20);
  -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: Roboto;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  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
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  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: 88.0625rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,88.0625rem) 1fr .625rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}
.lock .popup__content {
  visibility: visible
}
.form-start__wrapper {
  display: flex
}
.form-start__item.bl2 {
  min-width: 23.125rem
}
.form-start__image {
  max-width: 32.3125rem
}
.form-start__title {
  color: #000
}
.form-start__subtitle {
  line-height: 28px;
  font-family: Montserrat
}
.form-start__subtitle span {
  color: #815df3
}
.form-start-img-bg {
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/popup/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  z-index: 1
}
.input {
  border-radius: 3px;
  border: 1px solid #c9c9c9
}
.close-form-start {
  position: absolute
}
.content-form-start {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.form-popup {
  max-width: 23.125rem;
  display: flex;
  flex-direction: column
}
.block-popup2 {
  display: flex;
  align-items: center
}
.btn-pop-close {
  display: flex;
  z-index: 99;
  width: 32px;
  height: 33px;
  border-radius: 50%;
  background-color: #000;
  align-content: center;
  justify-content: center;
  align-items: center
}
.form-thanks {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center
}
.form-thanks__title h3 {
  color: #815df3
}
.form-thanks__subtitle p {
  color: #000;
  font-family: Montserrat;
  max-width: 28.75rem;
  text-align: center;
  line-height: 33px
}
.content-form-thanks {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.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
}
.button {
  font-family: Montserrat;
  font-weight: 400;
  color: #65a327;
  background-color: #815df3;
  border-radius: 15px;
  min-width: 212px;
  transition: background-color .3s ease,box-shadow .3s ease
}
.wrap-bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.name {
  color: rgba(0,0,0,.5019607843)
}
.title-block {
  color: #000;
  font-family: Poppins;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 41.375rem;
  width: 100%;
  line-height: 69px
}
.title-block span {
  color: #815df3
}
.title-sub-text {
  color: rgba(0,0,0,.5882352941);
  max-width: 25.625rem;
  width: 100%;
  font-family: Montserrat;
  line-height: 19px
}
.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  position: relative;
  z-index: 5
}
.header__logo img {
  max-width: 18.0625rem
}
.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 {
  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 {
  font-size: 18px;
  color: #000
}
.footer {
  background-color: #815df3;
  position: relative
}
.footer p {
  color: #fff
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/line.webp);
  background-repeat: repeat-x;
  background-size: contain
}
.footer__wraper {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.footer__item {
  display: flex;
  gap: 20px;
  flex-direction: column
}
.footer__item p {
  font-weight: 300
}
.footer__item img {
  max-width: 370px
}
.pp {
  text-decoration: underline
}
p {
  font-weight: 400
}
.banner {
  background-image: url(../img/bn-fon.webp);
  background-size: cover;
  background-position: bottom;
  height: 100%
}
.banner__title h1 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 700
}
.accents {
  color: #815df3
}
.banner__subtitle p {
  text-align: center
}
.banner__wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between
}
.left1 {
  width: 60%
}
.right1 {
  width: 40%;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #815df3;
  padding: 30px
}
.video {
  width: 100%;
  border-radius: 15px;
  overflow: hidden
}
.forms {
  flex-direction: column;
  display: flex;
  gap: 15px
}
.input-names {
  display: flex;
  gap: 15px
}
.input-form {
  border: 1px solid #815df3;
  width: 100%;
  padding: 10px;
  border-radius: 4px
}
.ch2 {
  color: #494949;
  align-items: center;
  display: flex
}
.ch {
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  margin-right: 5px
}
.submitbtn {
  background-color: #7ab540;
  color: #fffdfd;
  font-weight: 700;
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px
}
.avtor__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.avtor__item {
  flex-direction: column;
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  gap: 25px
}
.avtor__item img {
  max-width: 100%;
  border-radius: 15px
}
.avtor__title {
  display: flex;
  font-weight: 300;
  gap: 5px;
  flex-direction: column
}
.avtor__title h2 {
  font-weight: 600
}
.serificate__wrapper {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.serificate__item {
  flex-direction: column;
  flex: 0 0 50%;
  box-sizing: border-box;
  display: flex;
  gap: 25px;
  align-items: center
}
.serificate__item img {
  box-shadow: 11px 19px 49px 0 rgba(85,84,84,.4039215686);
  max-width: 100%;
  border-radius: 15px
}
.serificate__text {
  max-width: 80%;
  text-align: center
}
.rew__title {
  text-transform: uppercase;
  font-weight: 600
}
.swiper-container {
  width: 100%;
  margin: 0 auto
}
.swiper-slide {
  display: flex;
  border: 1px solid #815df3;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255,255,255,.692);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1)
}
.testimonial {
  width: 100%
}
.profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px
}
.rating {
  color: #815df3;
  display: flex
}
.money-pic {
  width: 100%;
  max-width: 270px;
  border-radius: 10px
}
.swiper__container {
  overflow: hidden
}
.swiper-slide {
  background-image: url(../img/logo/block4-fon.webp);
  background-size: cover;
  background-position: center
}
.testimonial__info h3 {
  color: #101010;
  font-weight: 500
}
.block-info-0 {
  display: flex;
  align-items: center
}
.block-info-0 img {
  margin-right: 10px
}
.block-info {
  display: flex;
  gap: 15px;
  flex-direction: row-reverse;
  align-items: flex-start
}
.block-info p {
  color: #101010;
  text-align: start
}
.block-info span {
  font-weight: 600
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 40px
}
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 60px
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 60px
}
.last {
  background-color: #815df3;
  height: 100%
}
.last__title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-align: center
}
.accents {
  color: #815df3
}
.last__subtitle p {
  color: #fff;
  text-align: center
}
.last__wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between
}
.last__item {
  height: 100%;
  flex-direction: column;
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  gap: 25px;
  align-items: center
}
.le img {
  max-width: 100%
}
.sclade__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600
}
.sclade__wrapper {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 20px
}
.sclade__item h2 {
  font-weight: 600
}
.s-item {
  flex-direction: column;
  flex: 0 0 49%
}
.sc__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
.itm {
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg,#815df3 0,#543ea5 100%)
}
.device {
  position: relative
}
.device__wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between
}
.device__title {
  text-transform: uppercase;
  font-weight: 600
}
.left2 {
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly
}
.right2 {
  display: flex;
  justify-content: flex-end;
  width: 60%
}
.right2 img {
  max-height: 400px
}
.bt-none {
  display: none
}
.bt-no {
  display: block
}
.calc {
  background-image: url(../img/calculator.webp);
  background-size: cover;
  background-position: bottom;
  height: 100%
}
.calc__title {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #fff
}
.calculator-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.calculator {
  background: #fff;
  border-radius: 15px;
  padding: 40px 60px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
  position: relative;
  width: 75%
}
.calculator h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px
}
.slider-container {
  position: relative;
  margin-top: 30px
}
.slider-value-box {
  position: absolute;
  top: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #52c41a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap
}
.range {
  width: 100%;
  -webkit-appearance: none;
  height: 4px;
  background: #ddd;
  outline: 0;
  margin-top: 30px;
  position: relative;
  z-index: 0
}
.range::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: -1;
  width: 100%;
  height: 10px;
  background-image: url(../img/pr.webp);
  background-repeat: repeat-x;
  background-size: contain
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #52c41a;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.3)
}
.range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #52c41a;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff
}
.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 10px
}
.slider-labels span {
  font-weight: 700;
  font-size: 18px
}
.earnings {
  margin-top: 30px;
  font-weight: 700
}
.register-btn {
  margin-top: 25px;
  background: #52c41a;
  color: #fff;
  padding: 12px 30px;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer
}
.bt {
  width: 100%;
  display: flex;
  justify-content: center
}
.thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/th.webp);
  background-size: cover;
  background-position: bottom;
  height: 77vh
}
.thanks__wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center
}
.thanks__item {
  display: flex;
  border-radius: 5px;
  border: 1px solid #815df3;
  height: 100%;
  background-color: #fbfbfb;
  max-width: 90%;
  flex-direction: column;
  align-items: center
}
.thanks__item h2 {
  color: #815df3;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center
}
.thanks__item h3 {
  color: #815df3;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center
}
.thanks__item p {
  text-align: center
}
.thanks__item a {
  text-align: center
}
@media (min-width:89.3125em) {
  .form-start__item.bl2 {
    width: 37.125rem
  }
  .form-start__item.bl2 {
    padding-top: 1.25rem
  }
  .form-start__item.bl2 {
    padding-bottom: 1.25rem
  }
  .form-start__item.bl2 {
    padding-left: 3.75rem
  }
  .form-start__item.bl2 {
    padding-right: 3.75rem
  }
  .form-start__item.bl2 p {
    font-size: 1.25rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .9375rem
  }
  .form-start__title {
    font-size: 1.75rem
  }
  .form-start__title {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    font-size: 1.25rem
  }
  .form-start-img-bg {
    height: 46.875rem
  }
  .form-start-img-bg {
    width: 26.0625rem
  }
  .input {
    padding-left: 1.5625rem
  }
  .input {
    height: 2.75rem
  }
  .close-form-start {
    right: 1.25rem
  }
  .close-form-start {
    top: 1.25rem
  }
  .form-popup {
    row-gap: .625rem
  }
  .form-thanks__img {
    width: 6.25rem
  }
  .form-thanks__title {
    padding-top: 1.875rem
  }
  .form-thanks__title {
    padding-bottom: 1.25rem
  }
  .form-thanks__title h3 {
    font-size: 2.25rem
  }
  .form-thanks__subtitle p {
    font-size: 1.25rem
  }
  .button {
    font-size: 1rem
  }
  .button {
    padding-top: .96875rem
  }
  .button {
    padding-bottom: .96875rem
  }
  .button {
    padding-left: 2.875rem
  }
  .button {
    padding-right: 2.875rem
  }
  section {
    padding-bottom: 6.25rem
  }
  .wrap-bn {
    padding-bottom: 1.875rem
  }
  .name {
    font-size: 1.25rem
  }
  .name {
    padding-bottom: .9375rem
  }
  .title-block {
    font-size: 3rem
  }
  .title-sub-text {
    font-size: 1rem
  }
  .header {
    padding-top: 1.875rem
  }
  .header {
    padding-bottom: 1.25rem
  }
  .header__logo img {
    width: 18.0625rem
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }
  .footer {
    padding-top: 2.5rem
  }
  .footer {
    padding-bottom: 2.5rem
  }
  p {
    font-size: 1.25rem
  }
  .ww {
    font-size: 1.375rem
  }
  .banner {
    padding-top: 3.75rem
  }
  .banner {
    padding-bottom: 3.75rem
  }
  .banner__title h1 {
    font-size: 2.625rem
  }
  .banner__subtitle p {
    padding-bottom: 3.125rem
  }
  .banner__subtitle p {
    padding-top: 1.875rem
  }
  .ch2 {
    font-size: 1rem
  }
  .submitbtn {
    font-size: 1.375rem
  }
  .avtor {
    padding-bottom: 6.25rem
  }
  .avtor {
    padding-top: 6.25rem
  }
  .avtor__title {
    font-size: 1rem
  }
  .avtor__title h2 {
    font-size: 1.75rem
  }
  .serificate {
    padding-bottom: 6.25rem
  }
  .serificate {
    padding-top: 6.25rem
  }
  .rew {
    margin-top: 6.25rem
  }
  .rew__title {
    font-size: 1.875rem
  }
  .rew__title {
    padding-bottom: 2.8125rem
  }
  .swiper-container {
    padding-bottom: 6.25rem
  }
  .slider-controls {
    margin-top: 3.125rem
  }
  .last {
    padding-top: 3.75rem
  }
  .last {
    padding-bottom: 3.75rem
  }
  .last__title {
    font-size: 1.875rem
  }
  .last__subtitle p {
    padding-bottom: 3.125rem
  }
  .last__subtitle p {
    padding-top: .9375rem
  }
  .sclade {
    padding-top: 3.75rem
  }
  .sclade__title {
    font-size: 1.875rem
  }
  .sclade__title {
    padding-bottom: 2.8125rem
  }
  .sclade__item h2 {
    padding-bottom: 1.25rem
  }
  .sclade__item h2 {
    font-size: 1.625rem
  }
  .itm {
    padding: 2.5rem
  }
  .device__title {
    font-size: 1.875rem
  }
  .calc {
    padding-top: 3.75rem
  }
  .calc {
    padding-bottom: 3.75rem
  }
  .calc__title {
    font-size: 1.875rem
  }
  .calc__title {
    padding-bottom: 2.8125rem
  }
  .earnings {
    font-size: 2.5rem
  }
  .bt {
    padding-top: 2.5rem
  }
  .thanks {
    padding-top: 3.75rem
  }
  .thanks {
    padding-bottom: 3.75rem
  }
  .thanks__item {
    padding: 2.8125rem
  }
  .thanks__item h2 {
    font-size: 2.5rem
  }
  .thanks__item h3 {
    font-size: 1.5rem
  }
  .thanks__item h3 {
    padding-bottom: 2.1875rem
  }
  .thanks__item p {
    padding-bottom: 2.1875rem
  }
}
@media (max-width:20em) {
  .form-start__item.bl2 {
    width: 20rem
  }
  .form-start__item.bl2 {
    padding-top: 1.125rem
  }
  .form-start__item.bl2 {
    padding-bottom: .625rem
  }
  .form-start__item.bl2 {
    padding-left: 1.25rem
  }
  .form-start__item.bl2 {
    padding-right: 1.25rem
  }
  .form-start__item.bl2 p {
    font-size: .75rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .4375rem
  }
  .form-start__title {
    font-size: 1.125rem
  }
  .form-start__title {
    padding-bottom: .875rem
  }
  .form-start__subtitle {
    padding-bottom: .4375rem
  }
  .form-start__subtitle {
    font-size: .875rem
  }
  .form-start-img-bg {
    height: 9.375rem
  }
  .form-start-img-bg {
    width: 20rem
  }
  .input {
    padding-left: .625rem
  }
  .input {
    height: 2.5rem
  }
  .close-form-start {
    right: .625rem
  }
  .close-form-start {
    top: .625rem
  }
  .form-popup {
    row-gap: .4375rem
  }
  .form-thanks__img {
    width: 3.125rem
  }
  .form-thanks__title {
    padding-top: .9375rem
  }
  .form-thanks__title {
    padding-bottom: .625rem
  }
  .form-thanks__title h3 {
    font-size: 1.25rem
  }
  .form-thanks__subtitle p {
    font-size: .875rem
  }
  .button {
    font-size: .875rem
  }
  .button {
    padding-top: .71875rem
  }
  .button {
    padding-bottom: .71875rem
  }
  .button {
    padding-left: 1.6875rem
  }
  .button {
    padding-right: 1.6875rem
  }
  section {
    padding-bottom: 3.125rem
  }
  .wrap-bn {
    padding-bottom: 1.25rem
  }
  .name {
    font-size: .875rem
  }
  .name {
    padding-bottom: .625rem
  }
  .title-block {
    font-size: 1.5rem
  }
  .title-sub-text {
    font-size: .875rem
  }
  .header {
    padding-top: 1.375rem
  }
  .header {
    padding-bottom: .625rem
  }
  .header__logo img {
    width: 11.875rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .footer {
    padding-top: 1.25rem
  }
  .footer {
    padding-bottom: 1.25rem
  }
  p {
    font-size: 1rem
  }
  .ww {
    font-size: 1.125rem
  }
  .banner {
    padding-top: 2.5rem
  }
  .banner {
    padding-bottom: 2.5rem
  }
  .banner__title h1 {
    font-size: 1.625rem
  }
  .banner__subtitle p {
    padding-bottom: 1.875rem
  }
  .banner__subtitle p {
    padding-top: 1.25rem
  }
  .ch2 {
    font-size: .8125rem
  }
  .submitbtn {
    font-size: 1.125rem
  }
  .avtor {
    padding-bottom: 3.75rem
  }
  .avtor {
    padding-top: 3.75rem
  }
  .avtor__title {
    font-size: .8125rem
  }
  .avtor__title h2 {
    font-size: 1.5rem
  }
  .serificate {
    padding-bottom: 3.75rem
  }
  .serificate {
    padding-top: 3.75rem
  }
  .rew {
    margin-top: 3.75rem
  }
  .rew__title {
    font-size: 1.5rem
  }
  .rew__title {
    padding-bottom: 1.25rem
  }
  .swiper-container {
    padding-bottom: 3.75rem
  }
  .slider-controls {
    margin-top: 1.25rem
  }
  .last {
    padding-top: 2.5rem
  }
  .last {
    padding-bottom: 2.5rem
  }
  .last__title {
    font-size: 1.625rem
  }
  .last__subtitle p {
    padding-bottom: 1.875rem
  }
  .last__subtitle p {
    padding-top: .625rem
  }
  .sclade {
    padding-top: 2.5rem
  }
  .sclade__title {
    font-size: 1.5rem
  }
  .sclade__title {
    padding-bottom: 1.25rem
  }
  .sclade__item h2 {
    padding-bottom: .625rem
  }
  .sclade__item h2 {
    font-size: 1.25rem
  }
  .itm {
    padding: 1.125rem
  }
  .device__title {
    font-size: 1.3125rem
  }
  .device__title {
    padding-bottom: 1.25rem
  }
  .calc {
    padding-top: 2.5rem
  }
  .calc {
    padding-bottom: 2.5rem
  }
  .calc__title {
    font-size: 1.3125rem
  }
  .calc__title {
    padding-bottom: 1.25rem
  }
  .earnings {
    font-size: 1.75rem
  }
  .bt {
    padding-top: 1.25rem
  }
  .thanks {
    padding-top: 2.5rem
  }
  .thanks {
    padding-bottom: 2.5rem
  }
  .thanks__item {
    padding: 1.5625rem
  }
  .thanks__item h2 {
    font-size: 1.75rem
  }
  .thanks__item h3 {
    font-size: 1.125rem
  }
  .thanks__item h3 {
    padding-bottom: 1.5625rem
  }
  .thanks__item p {
    padding-bottom: 1.5625rem
  }
}
@media (max-width:68.75em) {
  .form-start__subtitle {
    line-height: 19px
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-1.webp)
  }
}
@media (max-width:61.99875em) {
  .button {
    border-radius: 10px
  }
  .title-block {
    line-height: 51px;
    max-width: 20.5rem
  }
  .title-sub-text {
    max-width: 17.5rem;
    line-height: 18px
  }
  .menu__body {
    position: fixed;
    width: 100%;
    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: 3.875rem;
    background-color: rgba(129,93,243,.1215686275);
    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.375rem;
    color: #815df3
  }
  .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: #000
  }
  .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)
  }
}
@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:55.3125em) {
  .form-start__wrapper {
    flex-wrap: wrap;
    justify-content: center
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-2.webp)
  }
  .content-form-start {
    max-width: 585px;
    max-height: 100%
  }
  .content-form-thanks {
    max-width: 585px;
    max-height: 100%
  }
}
@media (max-width:55.3125em)and (max-width:20em) {
  .form-start__item.bl2 {
    padding-bottom: 2.1875rem
  }
  .form-start-img-bg {
    width: 26.25rem
  }
}
@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: #000
  }
  .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)
  }
  .form-start__subtitle {
    padding-top: .5pxrem
  }
  .form-thanks__subtitle p {
    line-height: 19px
  }
  .button {
    border-radius: 8px
  }
  .title-block {
    line-height: 34px;
    max-width: 100%
  }
  .title-sub-text {
    line-height: 17px;
    max-width: 100%
  }
  .footer__wraper {
    gap: 20px;
    flex-direction: column-reverse
  }
  .footer__item p {
    text-align: center
  }
  .footer__item img {
    max-width: 300px
  }
  .bl1 {
    display: flex;
    gap: 5px;
    flex-direction: column
  }
  .banner {
    background-image: url(../img/bn-fon.webp)
  }
  .banner__wrapper {
    flex-wrap: wrap
  }
  .left1 {
    width: 100%
  }
  .right1 {
    width: 100%;
    padding: 20px
  }
  .forms {
    gap: 10px
  }
  .input-names {
    gap: 10px;
    flex-direction: column
  }
  .submitbtn {
    width: 100%
  }
  .avtor__wrapper {
    flex-wrap: wrap;
    gap: 25px
  }
  .avtor__item {
    flex: 0 0 100%
  }
  .serificate__wrapper {
    flex-wrap: wrap;
    gap: 25px
  }
  .serificate__item {
    flex: 0 0 100%
  }
  .serificate__text {
    max-width: 100%
  }
  .rew__title {
    text-align: center
  }
  .profile-pic {
    width: 60px;
    height: 60px
  }
  .money-pic {
    max-width: 125px
  }
  .block-info p {
    font-size: .9375rem
  }
  .swiper-button-next img,
  .swiper-button-prev img {
    width: 25px
  }
  .slider-controls {
    gap: 35px
  }
  .last__title {
    text-align: center
  }
  .last__wrapper {
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column-reverse
  }
  .last__item {
    flex: 0 0 100%
  }
  .sclade__wrapper {
    gap: 15px
  }
  .sc__wrapper {
    flex-direction: column;
    gap: 15px
  }
  .device__wrapper {
    flex-wrap: wrap;
    text-align: center
  }
  .device__title {
    text-align: center
  }
  .left2 {
    width: 100%
  }
  .right2 {
    width: 100%
  }
  .right2 img {
    max-height: 200px
  }
  .bt-none {
    display: block;
    width: 80%;
    margin: 0 auto
  }
  .bt-no {
    display: none
  }
  .calc {
    background-image: url(../img/calculator.webp)
  }
  .calculator {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    position: relative;
    width: 100%
  }
  .bt button {
    width: 80%
  }
  .thanks {
    background-image: url(../img/th.webp)
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em)and (max-width:20em) {
  .serificate__text {
    padding-top: .9375rem
  }
}
@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:89.3125em) {
  .form-start__item.bl2 {
    width: clamp(20rem ,15.0586113616rem + 24.7069431921vw ,37.125rem)
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem ,1.0889314698rem + .180342651vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem ,.5286293959rem + 3.6068530207vw ,3.75rem)
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem ,.5286293959rem + 3.6068530207vw ,3.75rem)
  }
  .form-start__item.bl2 p {
    font-size: clamp(.75rem ,.6057258792rem + .7213706041vw ,1.25rem)
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(.4375rem ,.2932258792rem + .7213706041vw ,.9375rem)
  }
  .form-start__title {
    font-size: clamp(1.125rem ,.944657349rem + .9017132552vw ,1.75rem)
  }
  .form-start__title {
    padding-bottom: clamp(.875rem ,.8569657349rem + .0901713255vw ,.9375rem)
  }
  .form-start__subtitle {
    padding-bottom: clamp(.4375rem ,.2932258792rem + .7213706041vw ,.9375rem)
  }
  .form-start__subtitle {
    font-size: clamp(.875rem ,.7667944094rem + .5410279531vw ,1.25rem)
  }
  .form-start-img-bg {
    height: clamp(9.375rem ,-1.4455590622rem + 54.1027953111vw ,46.875rem)
  }
  .form-start-img-bg {
    width: clamp(20rem ,18.2506762849rem + 8.7466185753vw ,26.0625rem)
  }
  .input {
    padding-left: clamp(.625rem ,.3544860234rem + 1.3525698828vw ,1.5625rem)
  }
  .input {
    height: clamp(2.5rem ,2.4278629396rem + .3606853021vw ,2.75rem)
  }
  .close-form-start {
    right: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .close-form-start {
    top: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .form-popup {
    row-gap: clamp(.4375rem ,.3833972047rem + .2705139766vw ,.625rem)
  }
  .form-thanks__img {
    width: clamp(3.125rem ,2.2232867448rem + 4.5085662759vw ,6.25rem)
  }
  .form-thanks__title {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .form-thanks__title {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem ,.9614517583rem + 1.4427412083vw ,2.25rem)
  }
  .form-thanks__subtitle p {
    font-size: clamp(.875rem ,.7667944094rem + .5410279531vw ,1.25rem)
  }
  .button {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .button {
    padding-top: clamp(.71875rem ,.6466129396rem + .3606853021vw ,.96875rem)
  }
  .button {
    padding-bottom: clamp(.71875rem ,.6466129396rem + .3606853021vw ,.96875rem)
  }
  .button {
    padding-left: clamp(1.6875rem ,1.344848963rem + 1.7132551849vw ,2.875rem)
  }
  .button {
    padding-right: clamp(1.6875rem ,1.344848963rem + 1.7132551849vw ,2.875rem)
  }
  section {
    padding-bottom: clamp(3.125rem ,2.2232867448rem + 4.5085662759vw ,6.25rem)
  }
  .wrap-bn {
    padding-bottom: clamp(1.25rem ,1.069657349rem + .9017132552vw ,1.875rem)
  }
  .name {
    font-size: clamp(.875rem ,.7667944094rem + .5410279531vw ,1.25rem)
  }
  .name {
    padding-bottom: clamp(.625rem ,.5348286745rem + .4508566276vw ,.9375rem)
  }
  .title-block {
    font-size: clamp(1.5rem ,1.0671776375rem + 2.1641118124vw ,3rem)
  }
  .title-sub-text {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .header {
    padding-top: clamp(1.375rem ,1.2307258792rem + .7213706041vw ,1.875rem)
  }
  .header {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .header__logo img {
    width: clamp(11.875rem ,10.0896077547rem + 8.9269612263vw ,18.0625rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.414506312rem + 2.61496844vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.414506312rem + 2.61496844vw ,2.75rem);
    column-gap: clamp(.9375rem ,.414506312rem + 2.61496844vw ,2.75rem)
  }
  .footer {
    padding-top: clamp(1.25rem ,.8893146979rem + 1.8034265104vw ,2.5rem)
  }
  .footer {
    padding-bottom: clamp(1.25rem ,.8893146979rem + 1.8034265104vw ,2.5rem)
  }
  p {
    font-size: clamp(1rem ,.9278629396rem + .3606853021vw ,1.25rem)
  }
  .ww {
    font-size: clamp(1.125rem ,1.0528629396rem + .3606853021vw ,1.375rem)
  }
  .banner {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .banner {
    padding-bottom: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .banner__title h1 {
    font-size: clamp(1.625rem ,1.3364517583rem + 1.4427412083vw ,2.625rem)
  }
  .banner__subtitle p {
    padding-bottom: clamp(1.875rem ,1.5143146979rem + 1.8034265104vw ,3.125rem)
  }
  .banner__subtitle p {
    padding-top: clamp(1.25rem ,1.069657349rem + .9017132552vw ,1.875rem)
  }
  .ch2 {
    font-size: clamp(.8125rem ,.7583972047rem + .2705139766vw ,1rem)
  }
  .submitbtn {
    font-size: clamp(1.125rem ,1.0528629396rem + .3606853021vw ,1.375rem)
  }
  .avtor {
    padding-bottom: clamp(3.75rem ,3.0286293959rem + 3.6068530207vw ,6.25rem)
  }
  .avtor {
    padding-top: clamp(3.75rem ,3.0286293959rem + 3.6068530207vw ,6.25rem)
  }
  .avtor__title {
    font-size: clamp(.8125rem ,.7583972047rem + .2705139766vw ,1rem)
  }
  .avtor__title h2 {
    font-size: clamp(1.5rem ,1.4278629396rem + .3606853021vw ,1.75rem)
  }
  .serificate {
    padding-bottom: clamp(3.75rem ,3.0286293959rem + 3.6068530207vw ,6.25rem)
  }
  .serificate {
    padding-top: clamp(3.75rem ,3.0286293959rem + 3.6068530207vw ,6.25rem)
  }
  .rew {
    margin-top: clamp(3.75rem ,3.0286293959rem + 3.6068530207vw ,6.25rem)
  }
  .rew__title {
    font-size: clamp(1.5rem ,1.3917944094rem + .5410279531vw ,1.875rem)
  }
  .rew__title {
    padding-bottom: clamp(1.25rem ,.7991433724rem + 2.254283138vw ,2.8125rem)
  }
  .swiper-container {
    padding-bottom: clamp(3.75rem ,3.0286293959rem + 3.6068530207vw ,6.25rem)
  }
  .slider-controls {
    margin-top: clamp(1.25rem ,.7089720469rem + 2.7051397656vw ,3.125rem)
  }
  .last {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .last {
    padding-bottom: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .last__title {
    font-size: clamp(1.625rem ,1.5528629396rem + .3606853021vw ,1.875rem)
  }
  .last__subtitle p {
    padding-bottom: clamp(1.875rem ,1.5143146979rem + 1.8034265104vw ,3.125rem)
  }
  .last__subtitle p {
    padding-top: clamp(.625rem ,.5348286745rem + .4508566276vw ,.9375rem)
  }
  .sclade {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .sclade__title {
    font-size: clamp(1.5rem ,1.3917944094rem + .5410279531vw ,1.875rem)
  }
  .sclade__title {
    padding-bottom: clamp(1.25rem ,.7991433724rem + 2.254283138vw ,2.8125rem)
  }
  .sclade__item h2 {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .sclade__item h2 {
    font-size: clamp(1.25rem ,1.1417944094rem + .5410279531vw ,1.625rem)
  }
  .itm {
    padding: clamp(1.125rem ,.7282461677rem + 1.9837691614vw ,2.5rem)
  }
  .device__title {
    font-size: clamp(1.3125rem ,1.1501916141rem + .8115419297vw ,1.875rem)
  }
  .device__title {
    padding-bottom: clamp(-2.8125rem ,2.4222272317rem + -5.8611361587vw ,1.25rem)
  }
  .calc {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .calc {
    padding-bottom: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .calc__title {
    font-size: clamp(1.3125rem ,1.1501916141rem + .8115419297vw ,1.875rem)
  }
  .calc__title {
    padding-bottom: clamp(1.25rem ,.7991433724rem + 2.254283138vw ,2.8125rem)
  }
  .earnings {
    font-size: clamp(1.75rem ,1.5335888188rem + 1.0820559062vw ,2.5rem)
  }
  .bt {
    padding-top: clamp(1.25rem ,.8893146979rem + 1.8034265104vw ,2.5rem)
  }
  .thanks {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .thanks {
    padding-bottom: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .thanks__item {
    padding: clamp(1.5625rem ,1.2018146979rem + 1.8034265104vw ,2.8125rem)
  }
  .thanks__item h2 {
    font-size: clamp(1.75rem ,1.5335888188rem + 1.0820559062vw ,2.5rem)
  }
  .thanks__item h3 {
    font-size: clamp(1.125rem ,1.0167944094rem + .5410279531vw ,1.5rem)
  }
  .thanks__item h3 {
    padding-bottom: clamp(1.5625rem ,1.382157349rem + .9017132552vw ,2.1875rem)
  }
  .thanks__item p {
    padding-bottom: clamp(1.5625rem ,1.382157349rem + .9017132552vw ,2.1875rem)
  }
}
@media (max-width:55.3125em)and (min-width:89.3125em) {
  .form-start__item.bl2 {
    padding-bottom: 3.125rem
  }
  .form-start-img-bg {
    width: 69.375rem
  }
}
@media (max-width:55.3125em)and (min-width:20em)and (max-width:89.3125em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem ,1.9169860234rem + 1.3525698828vw ,3.125rem)
  }
  .form-start-img-bg {
    width: clamp(26.25rem ,13.8063570784rem + 62.2182146078vw ,69.375rem)
  }
}
@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:89.3125em) {
  .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:89.3125em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.2307258792rem + .7213706041vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
}
@media (max-width:47.99875em)and (min-width:89.3125em) {
  .serificate__text {
    padding-top: 1.25rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:89.3125em) {
  .serificate__text {
    padding-top: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
}
@media (any-hover:hover) {
  .button:hover {
    background-color: #65a327;
    box-shadow: 0 0 6px #b31a52
  }
  .menu__link:hover {
    color: #815df3;
    transition: all .3s ease 0s
  }
}