@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #85929D;
}

h1 {
  font-weight: bold;
  font-size: 66px;
  line-height: 78px;
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
}

h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #0D223A;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
  list-style: none;
}

.btn {
  border-radius: 9px;
  box-sizing: border-box;
  display: block;
}

.btn-yellow {
  background: linear-gradient(93.63deg, #F2DAA2 1.93%, #F5B624 97.5%);
  box-shadow: 0px 2px 15px rgba(0, 113, 170, 0.9);
  border: none;
  width: 244px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0D223A;
  text-shadow: 1px 1px 2px rgba(20, 44, 73, 0.31), -1px -1px 2px #F5B624;

  transition: 320ms;
}

.btn-yellow:hover {
  background: linear-gradient(93.63deg, #F5B624 1.93%, #F2DAA2 97.5%);
  border-radius: 9px;
  box-shadow: none;
}

.btn-blue {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;

  background: linear-gradient(89.65deg, #0072FF 0.37%, #00C6FF 99.77%);
  box-shadow: 0px 0px 6px #0072FF;
  border-radius: 9px;
  border: none;

  transition: 320ms;
}

.btn-blue:hover {
  color: #FFFFFF;
  background: linear-gradient(89.65deg, #00C6FF 0.37%, #0072FF 99.77%);
}

.form-control {
  background: #FFFFFF;
  box-shadow: inset 4px 4px 6px rgba(18, 46, 101, 0.15), inset -4px -4px 7px rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  border: none;

  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
  color: #0D223A;

  margin-bottom: 16px;
}

input[type='range'] {
  width: 100%;
}


.burger {
  display: none;
}

.mobile-menu {
  display: none;
}

header {
  padding: 32px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  background-color: #fff;
}

.header__login {
  border: 4px solid #F1F5F9;
}

.header__login:hover {
  background: #F0F7FF;
  box-shadow: 0px 6px 6px rgba(230, 239, 250, 0.8);
  border-color: transparent;
}

.header__login:first-child {
  margin-right: 42px;
}

.header__buttons {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__menu {
  height: 100%;
  display: flex;
  align-items: center;
}

.header__link {
  color: #85929D;
  margin-right: 48px;
}

.header__link:hover {
  color: #85929D;
}

.header__link:last-child {
  margin-right: 0;
}

.top {
  width: 1470px;
  margin: 0px auto 195px;
  background: url(/theme/premium23/assets/img/Shape1.png) no-repeat left 47%, url(/theme/premium23/assets/img/Shape1.png) no-repeat 99% 47%, linear-gradient(104.53deg, #0072FF 0%, #00C6FF 100.01%);
  border-radius: 17px;
  padding: 90px 245px;
}

.top__subtitle {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;

  margin-bottom: 115px;
}

.top__block {
  width: 980px;
  height: 235px;

  display: flex;
  align-items: center;
  padding: 0 165px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0D223A;
  position: relative;
}

.top .rect1 {
  background: #FFFFFF;
  opacity: 0.8;
  border: 4px solid #F7F8FD;
  box-sizing: border-box;
  border-radius: 26px;
  width: 980px;
  height: 230px;
  position: absolute;
  left:50%;
  transform:translate(-50%, 0%);
  z-index: 4;
}

.top .rect1::after {
  content: '';
  width: 140px;
  height: 128px;
  background: url(/theme/premium23/assets/img/svg/blur_logo_2.svg) no-repeat center / contain;
  position: absolute;
  top: -32px;
  left:50%;
  transform:translate(-50%, 0%);
}

.top .logo {
  width: 100px;
  height: 128px;
  background: url(/theme/premium23/assets/img/svg/blur_logo_1.svg) no-repeat center / contain;
  position: absolute;
  top: -76px;
  left:50%;
  transform: translate(-50%, 0%);
  z-index: 3;
}

.top .rect2 {
  background: #FFFFFF;
  opacity: 0.2;
  border: 4px solid #F7F8FD;
  border-radius: 0 0 26px 26px;
  width: 914px;
  height: 11px;
  position: absolute;
  left:50%;
  transform:translate(-50%, 0%);
  bottom: -9px;
  z-index: 2;
}

.top .rect3 {
  background: #FFFFFF;
  opacity: 0.2;
  border: 4px solid #F7F8FD;
  border-radius: 0 0 26px 26px;
  width: 820px;
  height: 27px;
  position: absolute;
  left:50%;
  transform:translate(-50%, 0%);
  bottom: -25px;
  z-index: 1;
}

.top__inner {
  position: relative;
  z-index: 5;
}

.top__block .hand1 {
  position: absolute;
  top: 0px;
  left: -2px;
  width: 164px;
  z-index: 5;
}

.top__block .hand1 img {
  clip-path: url(#cross);
}

.top__block .hand2 {
  position: absolute;
  top: 0;
  right: -3px;
  width: 164px;
  z-index: 5;
}

.top__block .hand2 img {
  clip-path: inset(3px round 0 24px 0 0);
}

.process__img {
  margin-bottom: 72px;
  width: 100%;
  height: 600px;
  background: url(/theme/premium23/assets/img/how_it_works_desktope.png) no-repeat center / contain;
}

.bg-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF3FA 22.4%, #EBF3FA 22.41%, #DDE7F3 51.56%, #E6F0F9 80.73%, #FFFFFF 100%);
}


.block-info {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px rgba(230, 239, 250, 0.9);
  border-radius: 26px;
  padding: 50px 44px;
}

.block-info-main {
  margin-bottom: 230px;
}

.block-info__icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
}

.block-info__text {
  text-align: center;
}

.calc {
  padding-bottom: 320px;
}

.calc__block {
  background: #E3EDF7;
  box-shadow: 8px 4px 32px rgba(136, 165, 191, 0.48), -8px -4px 32px #FFFFFF;
  border-radius: 54px;
  padding: 40px 40px 40px 60px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 960px;
  margin: 36px auto 0;
}

.calc__profit {
  background: url(/theme/premium23/assets/img/elipse.png) no-repeat center / contain;
  width: 264px;
  height: 264px;
  padding-top: 80px;
}

.profit__text {
  text-align: center;
  text-transform: uppercase;
  color: #0078BE;
  margin-bottom: 10px;
}

.profit__number {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;

  background: radial-gradient(#F2DAA1, #F5B624);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.calc__block .form-group {
  width: 270px;
}

.advantages {
  margin-bottom: 200px;
}

.advantages__block {
  margin-top: 72px;
  margin-bottom: 150px;

  display: flex;
}

.advantages__left {
  background: #F0F7FF;
  box-shadow: 0px 6px 6px rgba(230, 239, 250, 0.8);
  border-radius: 26px 0 0 26px;
  padding: 50px 100px 50px 50px;
}

.advantages__right {
  background: radial-gradient(50% 50% at 50% 50%, #71DB92 0%, #51D47A 100%), #F0F7FF;
  box-shadow: inset 4px 0px 6px #00B639;
  border-radius: 0px 26px 26px 0px;
  width: 335px;
  height: 380px;
  flex-shrink: 0;
  position: relative;
}

.advantages__img {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.advantages__text {
  margin-bottom: 28px;
}

.advantages__pic {
  width: 145px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.advantages__paysys {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advantages__list {
  display: flex;
  justify-content: space-between;
}

.advantages__item {
  width: 320px;
}

.advantages__item:nth-child(2) {
  width: 342px;
}

.advantages__item:nth-child(3) {
  width: 333px;
}

.advantages__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #0D223A;
  margin: 28px 0 20px;
}


.start {
  width: 1380px;
  height: 615px;
  margin: 0 auto 120px;
  /*background: url(/theme/premium23/assets/img/Shape2.png) no-repeat 165px  260px, url(/theme/premium23/assets/img/Shape2.png) no-repeat 88%  260px, url(/theme/premium23/assets/img/hand_3.png) no-repeat 332px 74% / 200px, url(/theme/premium23/assets/img/bg_screen_5.svg) no-repeat center / cover;*/

  text-align: center;
  padding-top: 120px;
  margin-top: 300px;
  position: relative;
}

.start .rect1 {
  background: url(/theme/premium23/assets/img/Shape2.png) no-repeat 30px  90px, url(/theme/premium23/assets/img/Shape2.png) no-repeat 1070px  90px, linear-gradient(104.53deg, #0072FF 0%, #00C6FF 100.01%);
  width: 1160px;
  height: 315px;
  border-radius: 26px;
  position: absolute;
  top: 0;
  left: 7%;
  z-index: 4;
}

.start .rect1::before {
  content: '';
  width: 244px;
  height: 286px;
  background: url(/theme/premium23/assets/img/svg/logo_screen_5.svg) no-repeat center / contain;
  position: absolute;
  top: -180px;
  left: 40%;
}

.start .rect2 {
  background: linear-gradient(104.53deg, #0072FF 0%, #00C6FF 100.01%);
  opacity: 0.8;
  border-radius: 26px;
  width: 1100px;
  height: 315px;
  position: absolute;
  top: 4%;
  left: 9%;
  z-index: 3;
}

.start .rect3{
  background: linear-gradient(104.53deg, #0072FF 0%, #00C6FF 100.01%);
  opacity: 0.6;
  border-radius: 26px;
  width: 1040px;
  height: 315px;
  position: absolute;
  top: 8%;
  left: 11%;
  z-index: 2;
}

.start .shadow {
  background: linear-gradient(89.65deg, #0072FF 0.37%, #00C6FF 99.77%);
  filter: blur(170px);
  border-radius: 17px;
  width: 1100px;
  height: 60px;
  position: absolute;
  top: 42%;
  left: 10%;
  z-index: 1;
}

.start__inner {
  position: relative;
  z-index: 5;
}

.start h2 {
  color: #fff;
  margin-bottom: 30px;
}

.start .btn {
  margin: 0 auto;
  position: relative;
}

.start .btn::before {
  content: '';
  width: 260px;
  height: 140px;
  background: url(/theme/premium23/assets/img/hand_3.png) no-repeat center / contain;
  position: absolute;
  top: -17px;
  left: -241px;
}

footer {
  padding-bottom: 120px;
}

.footer__menu {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer__link {
  color: #85929D;
  margin-right: 70px;
}

.footer__link:hover {
  color: #85929D;
}

.footer__link:last-child {
  margin-right: 0;
}

.footer__socials {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}



.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
  display: none;
}

.irs--big .irs-bar {
  background-color: transparent;
  border: none;
  background: none;
}

.irs--big .irs-line {
  background: linear-gradient(8.37deg, #FFFFFF -30.86%, #ECF1F7 -10.72%, #CFDCEB 112.31%);
  box-shadow: inset -4px -4px 4px rgba(255, 255, 255, 0.7), inset 4px 4px 6px rgba(18, 46, 101, 0.1);
}

.irs--big .irs-handle {
  height: 13px;
  width: 60px;
  background: linear-gradient(89.72deg, #F0F4F9 -4.95%, #587CA5 578.66%);
  box-shadow: -1px 2px 2px rgba(24, 55, 91, 0.1), inset 0px 0px 4px rgba(46, 68, 87, 0.02), inset 0px -2px 1px rgba(39, 81, 126, 0.12);
  backdrop-filter: blur(28px);
  border-radius: 26px;
}


.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 16px;
  background: linear-gradient(8.37deg, #FFFFFF -30.86%, #ECF1F7 -10.72%, #CFDCEB 112.31%);
  box-shadow: inset -4px -4px 4px rgba(255, 255, 255, 0.7), inset 4px 4px 6px rgba(18, 46, 101, 0.1);
  border-radius: 31px;
}

.range-slider:focus {
  outline: 0;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 60px;
  height: 12px;
  background: linear-gradient(89.72deg, #F0F4F9 -4.95%, #587CA5 578.66%);
  box-shadow: -1px 2px 2px rgba(24, 55, 91, 0.1), inset 0px 0px 4px rgba(46, 68, 87, 0.02), inset 0px -2px 1px rgba(39, 81, 126, 0.12);
  backdrop-filter: blur(28px);
  border-radius: 26px;
}

.range-slider::-moz-range-thumb {
  width: 60px;
  height: 12px;
  background: linear-gradient(89.72deg, #F0F4F9 -4.95%, #587CA5 578.66%);
  box-shadow: -1px 2px 2px rgba(24, 55, 91, 0.1), inset 0px 0px 4px rgba(46, 68, 87, 0.02), inset 0px -2px 1px rgba(39, 81, 126, 0.12);
  backdrop-filter: blur(28px);
  border-radius: 26px;
}

.login {
  position: relative;
}

.login-page {
  background-color: #F8FCFF;
}

.login__form {
  background-color: #fff;
  width: 380px;
  margin: 56px auto 90px;
  padding: 60px 45px;
  box-shadow: 0px 6px 6px #E6EFF9;
  border-radius: 17px;
}

.form__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #0D223A;
  margin-bottom: 30px;
}

.login__form label {
  margin-bottom: 15px;
}

.login__form .form-control {
  background: #F8FCFF;
  text-transform: none;
}

.login__form .form-group {
  margin-bottom: 30px;
}

.forgot__form .form__title {
  margin-bottom: 12px;
}

.form__subtitle {
  text-align: center;
  margin-bottom: 40px;
}

.agreement {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.agreement__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*visibility: hidden;*/
  position: absolute;
  right: 34px;
  display: block;
  width: 30px;
  height: 30px;
}

.agreement__checkbox:focus {
  outline: 0;
}

.agreement__label {
  padding-right: 50px;
  font-weight: normal;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.03em;
  display: block;
}

.agreement__label a {
  color: #85929D;
}

.agreement__label a:hover {
}

.agreement__icon {
  position: absolute;
  pointer-events: none;
  right: 34px;
  top: 0;
}

.checkbox-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox-icon--checked {
  visibility: hidden;
  opacity: 0;
}

.agreement__checkbox:checked~.checkbox-icon {
  visibility: hidden;
  opacity: 0;
}

.agreement__checkbox:checked~.checkbox-icon.checkbox-icon--checked {
  visibility: visible;
  opacity: 1;
}

.page {
  background: #F8FCFF;
}

.main {
  margin-top: 100px;
  margin-bottom: 160px;
}

.main h2 {
  margin-bottom: 80px;
}

.block {
  background: #FFFFFF;
  box-shadow: 0px 6px 6px #E6EFF9;
  border-radius: 17px;
  padding: 40px 30px;
}

.rules {
  color: #0D223A;
}

.rules h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #0D223A;
  margin-bottom: 20px;
}

.docs__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

}

.docs__item img {
  border-radius: 17px;
  box-shadow: 0px 30px 40px #CACED3;
}

.faq {
  color: #0D223A;
}

.faq h3 {
  margin-bottom: 20px;
  font-weight: 500;
}

.faq h4 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

.faq__item {
  margin-bottom: 40px;
}

.reviews__wewant {
  background: linear-gradient(104.53deg, #0072FF 0%, #00C6FF 100.01%);
  border-radius: 17px;
  margin-bottom: 150px;
  padding: 72px 502px 24px 36px;
  color: #fff;
  position: relative;
}

.reviews__wewant:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/theme/premium23/assets/img/questions.png) no-repeat center / contain;
  width: 441px;
  height: 467px;
}

.reviews__wewant h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 14px;
}

.reviews__btn {
  margin-top: 30px;
  width: 290px;
  text-transform: none;
}

.signup__info-block {
  position: absolute;
  top: 0;
  right: 20%;
  width: 280px;

  background: #E3EDF7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  padding: 24px 28px;
  font-size: 16px;
  line-height: 19px;
}

.info-block__icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -20px;
  left: 45%;
  text-align: center;
}



/*---------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
  .top {
    width: 1280px;
    padding: 90px 120px;
  }

  .top__block {
    margin: 0 auto;
  }

  .signup__info-block {
    right: 10%;
  }
}

@media (max-width: 1440px) {
  .start {
    width: 100%;
  }

  .start .rect1 {
    left: 9%;
  }
  .start .rect2 {
    left: 11%;
  }
  .start .rect3{
    left: 13%;
  }
  .start .shadow {
    left: 12%;
  }
}

@media (max-width: 1366px) {
  .top {
    width: 1170px;
  }
}

@media (max-width: 1280px) {
  .start .rect1 {
    width: 1035px;
    background: url(/theme/premium23/assets/img/Shape2.png) no-repeat 30px 90px, url(/theme/premium23/assets/img/Shape2.png) no-repeat 940px 90px, linear-gradient(104.53deg, #0072FF 0%, #00C6FF 100.01%);
  }
  .start .rect2 {
    width: 980px;
  }
  .start .rect3{
    width: 920px;
  }
  .start .shadow {
    width: 980px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 56px;
  }

  .top {
    width: 960px;
    padding: 90px 40px;
  }

  .top__block {
    width: 860px;
    height: 232px;
  }

  .advantages__left {
    padding: 44px;
  }

  .advantages__right {
    height: 433px;
  }

  .advantages__item {
    width: 238px;
  }

  .advantages__item:nth-child(2) {
    width: 325px;
  }

  .advantages__item:nth-child(3) {
    width: 300px;
  }

  .reviews__wewant {
    padding-right: 390px;
  }

  .reviews__wewant:after {
    width: 400px;
    height: 424px;
  }

  .signup__info-block {
    right: 2%;
  }

  .start .rect1 {
    left: 7%;
    width: 980px;
    background: linear-gradient(104.53deg, #0072FF 0%, #00C6FF 100.01%);
  }
  .start .rect2 {
    left: 9%;
    width: 930px;
  }
  .start .rect3{
    left: 11%;
    width: 870px;
  }
  .start .shadow {
    left: 10%;
    width: 930px;
  }

  .top__block .hand1 {
    width: 130px;
  }
  .top__block .hand2 {
    width: 136px;
  }

  .top .rect1 {
    width: 100%;
  }

  .top .rect2 {
    width: 94%;
  }

  .top .rect3 {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .start .rect1 {
    left: 2%;
  }
  .start .rect2 {
    left: 4%;
  }
  .start .rect3{
    left: 6%;
  }
  .start .shadow {
    left: 4%;
  }
}


@media (max-width: 991px) {

  .top {
    width: 100%;
    margin-bottom: 120px;
    background: linear-gradient(104.53deg, #0072FF 0%, #00C6FF 100.01%);
  }

  .top__block {
    font-size: 18px;
    width: 720px;
  }

  .block-info-main {
    margin-bottom: 120px;
  }

  .process__img {
    height: 380px;
  }

  .calc {
    padding-bottom: 230px;
  }

  .calc__block {
    width: 100%;
    padding: 24px;
  }

  .calc__block .form-group {
    width: 220px;
  }

  .calc__profit {
    background: url(/theme/premium23/assets/img/elipse.png) no-repeat center / contain;
    width: 190px;
    height: 190px;
    padding-top: 46px;
  }

  .profit__number {
    font-size: 24px;
  }

  .advantages {
    margin-bottom: 120px;
  }

  .advantages__block {
    flex-direction: column;
  }

  .advantages__right {
    order: 1;
    width: 100%;
  }

  .advantages__left {
    order: 2;
  }

  .advantages__list {
    flex-wrap: wrap;
  }

  .advantages__item {
    margin-bottom: 60px;
  }

  .advantages__item {
    width: 330px;
  }

  .advantages__item:nth-child(2) {
    width: 350px;
  }

  .advantages__item:nth-child(3) {
    width: 350px;
  }

  .start {
    /*background: url(/theme/premium23/assets/img/bg_screen_5_mobile.svg) no-repeat center / contain;*/
    height: 900px;
    position: relative;
    margin-bottom: 20px;
  }

  .start h2 {
    color: #fff;
    width: 400px;
    margin: 0 auto 150px;
  }

  .start .btn {
    position: relative;
  }

  .start .btn::before {
    content: '';
    width: 151px;
    height: 124px;
    background: url(/theme/premium23/assets/img/hand_3_2.png) no-repeat center / contain;
    position: absolute;
    top: -144px;
    left: -99px;
  }

  .start .rect1 {
    left:50%;
    transform:translate(-50%, 0%);
    width: 440px;
    height: 490px;
  }
  .start .rect2 {
    left:50%;
    transform:translate(-50%, 0%);
    width: 400px;
    height: 490px;
  }
  .start .rect3{
    left:50%;
    transform:translate(-50%, 0%);
    width: 354px;
    height: 490px;
  }
  .start .shadow {
    top: 360px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 400px;
    height: 160px;

  }

  .start .rect1::before {
    left:50%;
    transform:translate(-50%, 0%);
  }

  .footer__link {
    margin-right: 40px;
  }

  header {
    position: relative;
    z-index: 10;
  }

  .header__menu {
    display: none;
  }

  .burger {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .burger__close {
    display: block;
  }

  .burger__open {
    display: none;
  }

  .burger.active .burger__close {
    display: none;
  }

  .burger.active .burger__open {
    display: block;
  }

  .burger__text {
    margin-right: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #0D223A;
  }

  .mobile-menu {
    display: block;
    z-index: 5;
    position: fixed;
    top: 0;
    right: -100%;
    background: #F8FCFF;
    width: 100%;
    height: 100%;
    transition: 320ms;
  }

  .mobile-menu.active {
    right: 0;
  }

  .mobile-menu__inner {
    margin-top: 150px;
    background: #fff;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 6px #E6EFF9;
    border-radius: 17px;
  }

  .header__login {
    margin-bottom: 30px;
  }

  .header__login:first-child {
    margin-right: 0;
  }

  .header__link {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .docs__item img {
    margin-bottom: 40px;
  }

  .reviews__wewant {
    padding-right: 36px;
    padding-bottom: 348px;
  }

  .reviews__wewant:after {
    width: 400px;
    height: 424px;
  }

  .advantages__img {
    width: 50%;
  }

  .signup__info-block {
    position: relative;
    top: auto;
    right: auto;
    margin: 50px auto 30px;
  }

  .top__block .hand1 {
    top: auto;
    bottom: 38px;
    left: 0px;
    width: 130px;
  }
  .top__block .hand1 img {
    clip-path: unset;
  }
  .top__block .hand2 {
    top: auto;
    bottom: 20px;
    right: 0px;
    width: 136px;
  }
  .top__block .hand2 img {
    clip-path: unset;
  }

  .top__block {
    height: 300px;
  }

  .top .rect1 {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .top {
    padding: 90px 15px;
  }

  .top__block {
    font-size: 24px;
    width: 100%;
    padding: 0 72px;
  }


  .process__img {
    height: 300px;
  }

  .calc__block {
    flex-direction: column;
  }

  .calc__profit {
    width: 264px;
    height: 264px;
    padding-top: 80px;
  }

  .profit__number {
    font-size: 30px;
  }

  .advantages__paysys {
    flex-wrap: wrap;
  }

  .advantages__item {
    width: 100%;
  }

  .advantages__item:nth-child(2) {
    width: 100%;
  }

  .advantages__item:nth-child(3) {
    width: 100%;
  }

  .footer__menu {
    flex-direction: column;
  }

  .footer__link {
    margin-right: 0;
    margin-bottom: 26px;
  }

  .footer__socials {
    justify-content: center;
  }

  .reviews__wewant {
    padding-bottom: 462px;
  }

  .reviews__wewant:after {
    width: 100%;
    height: 424px;
  }

  .advantages__right {
    height: 300px;
  }

  .advantages__img {
    right: 25%;
    width: 50%;
  }
}

@media (max-width: 575px) {

  .header__logo svg {
    width: 100%;
  }

  .top {
    padding: 40px 0px 80px;
  }

  h1 {
    padding: 0 15px;
  }

  .top__subtitle {
    padding: 0 15px;
  }

  .top__block {
    height: 350px;
  }

  .top .rect2 {
    width: 90%;
  }

  .top .rect3 {
    width: 82%;
  }

  .process__img {
    height: 1070px;
    background-image: url(/theme/premium23/assets/img/how_it_works_mobile.png);
  }

  .advantages__block {
    margin-left: -15px;
    margin-right: -15px;
  }

  .advantages__left {
    border-radius: 0 0 0 26px;
  }

  .reviews__btn {
    width: 100%;
  }

  .reviews__wewant {
    padding-bottom: 325px;
  }

  .reviews__wewant:after {
    height: 300px;
  }

}

@media (max-width: 480px) {
  .top__block {
    font-size: 20px;

    padding: 0 40px;
  }

  .advantages__img {
    width: 60%;
  }

  .start {
    height: 680px;
    margin-bottom: 0;
  }

  .start .rect1 {
    width: 100%;
  }
  .start .rect2 {
    width: 100%;
  }
  .start .rect3{
    width: 100%;
  }

  .start .shadow {
    display: none;
  }
}

@media (max-width: 425px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .start h2 {
    width: auto;
  }

  .top__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .block-info {
    padding: 32px 24px;
  }

  .advantages {
    margin-bottom: 72px;
  }

  .calc {
    padding-bottom: 120px;
  }

  .login__form {
    width: 100%;
    padding: 60px 15px;
  }

  .agreement__checkbox,
  .agreement__icon {
    right: 12%;
  }

  .reviews__wewant {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantages__img {
    width: 66%;
    right: 20%;
  }
}

@media (max-width: 375px) {
  .advantages__img {
    width: 76%;
    right: 14%;
  }

  .start {
    margin-top: 190px;
  }

  .start .btn::before {
    left: -68px;
  }

  .top .rect2 {
    width: 85%;
  }

  .top .rect3 {
    width: 76%;
  }
}

  @media (max-width: 320px) {
  .top__block {
    font-size: 18px;
    height: 480px;
    padding: 0 10px;
  }

  .process__img {
    height: 722px;
  }

  .start {
    height: 700px;
    padding-top: 240px;
  }

  .start h2 {
    margin-bottom: 110px;
  }

  .start .btn::before {
    height: 110px;
    top: -118px;
    left: -47px;
  }

    .advantages__right {
      height: 250px;
    }
}

