<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Manrope;
  src: url(../../fonts/Manrope-Medium.woff2) format("woff2"), url(../../fonts/Manrope-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Manrope;
  src: url(../../fonts/Manrope-Regular.woff2) format("woff2"), url(../../fonts/Manrope-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(/i/fonts/getrebate/Montserrat-Bold.woff2) format("woff2"), url(/i/fonts/getrebate/fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(/i/fonts/getrebate/Montserrat-Medium.woff2) format("woff2"), url(/i/fonts/getrebate/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(/i/fonts/getrebate/Montserrat-SemiBold.woff2) format("woff2"), url(/i/fonts/getrebate/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-display: swap
}

@keyframes ticket {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(-100%, 0)
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif
}

ol, ul {
  list-style-type: none
}

a {
  text-decoration: none
}

body {
  background: #2b2b2b
}

.container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative
}

.title {
  position: relative;
  padding-bottom: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0;
  color: #fff
}

.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 2px;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #2b2b2b 0, #b5b5b5 49%, #2b2b2b 100%) 0 0 no-repeat padding-box;
  border-radius: 5px
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 19px 53px;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(255, 255, 255, .3490196078) 0, rgba(43, 43, 43, .231372549) 67%, #2b2b2b 100%) 0 0 no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, .6509803922);
  border-radius: 10px;
  color: #fefefe;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  transition: all .5s;
  z-index: 2
}

.btn:hover {
  background: rgba(255, 255, 255, .168627451)
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%
}

.fixed-bg_mobile {
  display: none
}

.header {
  background: #3d3d3d;
  padding: 9px 0;
  position: fixed;
  width: 100%;
  z-index: 999
}

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

.menu .logo {
  //margin-left: 110px;
  width: 76px
}

.menu .logo img {
  display: block;
  width: 100%
}

.menu-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-mobile__title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 30px
}

.menu-mobile__wrap {
  display: flex;
  align-items: center
}

.menu__qr {
  margin-right: 10px
}

.menu__qr img {
  position: relative;
  display: block;
  transition: all .5s;
  z-index: 1
}

.menu__qr img:hover {
  transform: scale(2.5);
  transition: all .5s
}

.menu__app {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 13px;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  margin-right: 10px
}

.menu__app span {
  font-weight: 400;
  font-size: 9px
}

.menu-mobile__wrap {
  width: -webkit-fill-available;
}

.menu__app_as {
  padding-left: 42px;
  min-width: 115px;
  width: 133px;
}

.menu__app_as::before {
  content: url(/i/img/getrebate/App-Store.svg);
  position: absolute;
  left: 13px
}

.menu__app_gp {
  padding-left: 49px;
  min-width: 130px;
  width: 133px;
}

.menu__app_gp::before {
  content: url(/i/img/getrebate/Google-play.svg);
  position: absolute;
  left: 13px
}

.menu__right {
  margin-right: 20px;
  display: flex;
  /*width: 227px;*/
  justify-content: flex-end;
  align-items: center;
}

.menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 21px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #cd0607 0, #fb3844 100%) 0 0 no-repeat padding-box;
  border-radius: 5px;
  margin-right: 25px;
  transition: all .5s
}

.menu__btn:hover {
  box-shadow: 0 2px 12px #fb3844;
  transition: all .5s;
  color: white;
}

.menu__btn_mobile {
  display: none
}

.menu .lang {
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff
}

.menu .lang option {
  color: #000
}

.menu .hamburger, .menu__close {
  display: none
}

.promo {
  background: url(/i/img/getrebate/promo-bg.png) center center/cover no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 0;
  padding-top: 140px;
}

.promo__wrap {
  max-width: 560px;
  position: relative;
  z-index: 1
}

.promo .title {
  padding-bottom: 0;
  text-align: left
}

.promo .title::after {
  content: none
}

.promo .subtitle {
  margin-top: 16px;
  color: #06a4ab;
  font-weight: 700
}

.promo__descr {
  margin-top: 16px;
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  color: #fff
}

.promo__btn {
  margin-top: 40px;
  width: 256px
}

.promo__planet {
  position: absolute;
  right: 10px;
  bottom: -150px;
  z-index: -1
}

.promo__planet_mobile {
  display: none
}

.banner {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #404040 0, #212122 100%);
  padding: 63px 45px;
  position: relative;
  z-index: 1
}

.banner .stats-con-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
    margin: 0 auto;
}

.banner .counter-count {
  font-weight: 600;
  font-size: 41px;
  color: #fff
}

.banner .counter p {
  margin-top: 5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: rgba(255, 255, 255, .5215686275)
}

.ticket {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  background: #2b2b2b
}

.ticket__wrap {
  display: flex;
  animation: ticket 15s linear infinite;
  padding: 24px 12px
}

.ticket__wrap:hover {
  animation-play-state: paused
}

.ticket__item {
  display: flex;
  margin-right: 38px
}

.ticket__item:last-child {
  margin-right: 0
}

.ticket__currency {
  display: flex
}

.ticket__currency div {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #fff
}

.ticket__currency img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto 8px
}

.ticket__price {
  margin-left: 30px;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: rgba(255, 255, 255, .4)
}

.ticket__change {
  margin-left: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px
}

.red-color {
  color: #cf3737
}

.green-color {
  color: #30bb3e
}

.rebate-service {
  margin-top: 100px
}

.rebate-service .title {
  padding-bottom: 0
}

.rebate-service .title::after {
  content: none
}

.rebate-service__descr {
  position: relative;
  margin-top: 15px;
  padding-bottom: 25px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, .6509803922);
  text-align: center
}

.rebate-service__descr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 2px;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #2b2b2b 0, #b5b5b5 49%, #2b2b2b 100%) 0 0 no-repeat padding-box;
  border-radius: 5px
}

.rebate-service__wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between
}

.rebate-service-item {
  width: 46%
}

.rebate-service-item__title {
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  color: #bcd9ff
}

.rebate-service-item__descr {
  margin-top: 60px;
  min-height: 130px;
  padding: 0 15px;
}

.rebate-service-item__descr p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff
}

.rebate-service-item__descr p:last-child {
  margin-top: 15px
}

.rebate-service-example {
  margin-top: 60px
}

.rebate-service-example__title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  color: #569ffe
}

.rebate-service-example__descr {
  margin-top: 45px;
  border-left: 3px solid #569ffe;
  padding-left: 20px
}

.rebate-service-example__descr p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px
}

.rebate-service-example__descr p:last-child {
  margin-top: 0
}

.rebate-service-example__note {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #dcdcdc;
  padding-left: 23px
}

.calculator {
  display: flex;
  justify-content: space-between;
  margin-top: 100px
}

.calculator__item {
  width: 49%;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #424242 0, rgba(13, 13, 15, .3215686275) 100%);
  border-radius: 30px;
  padding: 53px 100px;
  box-sizing: border-box
}

.calculator__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #fefefe;
  margin-bottom: 70px
}

.calculator__subtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, .6470588235);
  display: block;
  margin-top: 16px
}

.calc_note {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, .6470588235);
  display: block;
  margin-top: 16px
}

.calculator__currency {
  width: 210px;
  box-sizing: border-box;
  padding: 9px 25px;
  background: #212122;
  border: 1px solid rgba(255, 255, 255, .3607843137);
  border-radius: 10px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff
}

.calculator__lot {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 25px;
  background: #212122;
  border: 1px solid rgba(255, 255, 255, .3607843137);
  border-radius: 10px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff
}

.calculator__lot::-moz-placeholder {
  color: #fff
}

.calculator__lot::placeholder {
  color: #fff
}

.calculator__btn {
  margin-top: 30px;
  width: 256px;
  padding: 19px 63px
}

.calculator__result {
  margin-top: 130px;
  font-size: 53px;
  line-height: 64px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center
}

.calculator__note {
  margin-top: 30px;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: rgba(255, 255, 255, .6509803922);
  text-align: center
}

.about-us {
  margin-top: 100px
}

.about-us__wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between
}

.about-us__items {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.about-us-item {
  width: 49%
}

.about-us-item__icon {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.about-us-item__icon svg {
  fill: #fff
}

.about-us-item:hover .about-us-item__icon::after {
  /* content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #569ffe */
}

.about-us-item:hover svg {
  //fill: #569ffe
}

.about-us-item__descr {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center
}

.about-us-img {
  width: 48%;
  background: url(/i/img/getrebate/about-us_img.png) center center/cover no-repeat;
  padding: 84px 32px;
  border-radius: 33px;
  box-sizing: border-box
}

.about-us-img img {
  display: block;
  margin: 0 auto
}

.about-us-img__descr {
  margin: 0 auto;
  max-width: 500px
}

.about-us-img__descr p {
  margin-top: 40px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center
}

.get-involved {
  margin-top: 135px
}

.get-involved__wrap {
  background: url(/i/img/getrebate/get-involved_bg.png) center center/auto no-repeat;
  padding-top: 25px
}

.get-involved__wrap .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.get-involved-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 300px;
  padding: 0 10px;
}

.get-involved-item img {
  display: block;
  margin: 0 auto;
  width: 116px;
}

.get-involved-item_center {
  //display: flex;
  //align-items: flex-start
}

.get-involved-item_center img {
  //margin-right: 20px
}

.get-involved-item__descr {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}

.get-involved-item__link {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, .6470588235)
}

.get-involved-item__link:hover {
  color: #fff
}

/* .get-involved-item__link::after {
  content: url(/i/img/getrebate/arrow_right.svg);
  margin-left: 15px
} */

.registration-form {
  margin-top: 160px
}

.registration-form form {
  max-width: 935px;
  margin: 0 auto;
  margin-top: 20px
}

.registration-form__client {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  //width: 900px;
  margin: 0 auto;
}

.registration-form__radio {
  /* margin: 0 auto; */
  margin: unset;
  margin-top: 30px
}

.registration-form__radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 42px;
  margin-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, .6470588235)
}

.registration-form__radio label::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(/i/img/getrebate/radio.png) 0 0 no-repeat
}

.registration-form__radio input[type=radio] {
  display: none
}

.registration-form__radio input[type=radio]:checked+label {
  color: #fff
}

.registration-form__radio input[type=radio]:checked+label:before {
  background: url(/i/img/getrebate/radio-active.png) 0 0 no-repeat
}

form.registration-form__wrap {
  max-width: 570px;
  margin: 0 auto;
  margin-top: 60px
}
.registration-form__wrap {
  max-width: 570px;
  margin: 0 auto;
  margin-top: 60px
}

.registration-form__wrap label {
  display: block
}

.registration-form__input {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  background: #212122;
  border: 1px solid rgba(255, 255, 255, .3607843137);
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  padding: 18px;
  padding-left: 49px;
}

.registration-form__subtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, .6470588235)
}

.registration-form__icon {
  position: relative
}

.registration-form__icon::before {
  position: absolute;
  left: 18px;
  bottom: 16px
}

.registration-form__user::before {
  content: url(/i/img/getrebate/user.svg)
}

.registration-form__phone::before {
  content: url(/i/img/getrebate/phone.svg)
}

.registration-form__message::before {
  content: url(/i/img/getrebate/message.svg)
}

.registration-form__message::before {
  content: url(/i/img/getrebate/message.svg)
}

.registration-form__password::before {
  content: url(/i/img/getrebate/lock.svg)
}

.registration-form__map::before {
  content: url(/i/img/getrebate/map.svg)
}

.registration-form__range {
  margin-top: 20px;
  position: relative
}

.registration-form__range .range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0) linear-gradient(270deg, #212122 0, #6a6a6b 100%);
  border: 1px solid rgba(255, 255, 255, .3607843137);
  border-radius: 10px
}

.registration-form__range .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0) url(/i/img/getrebate/arrow-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .3607843137);
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  z-index: 1
}

.registration-form__range .range .slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, .3607843137);
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  z-index: 1
}

.registration-form__range-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff
}

.registration-form__confirm {
  margin-top: 60px;
  display: flex;
  align-items: center;
  position: relative
}

.registration-form__confirm label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, .6470588235)
}

.registration-form__confirm label a {
  color: #569ffe;
  padding-bottom: 2px;
  transition: all .5s
}

.registration-form__confirm label a:hover {
  border-bottom: 1px solid #569ffe;
  transition: all .5s
}

.registration-form__confirm_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #707070;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  z-index: 1
}

.registration-form__confirm_checkbox:checked {
  border: 1px solid #fff
}

.r111egistration-form__confirm input[type=checkbox]:checked+label:after {
  content: url(/i/img/getrebate/tick.svg);
  position: absolute;
  left: 4px
}

.registration-form__btn {
  padding: 19px 35px;
  width: 310px;
  margin: 0 auto;
  margin-top: 60px
}

.footer {
  //margin-top: 60px;
  padding: 35px 0 40px;
  background: #3d3d3d;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px)
}

.footer .logo {
  margin-left: 0
}

.footer .menu {
  padding-bottom: 25px;
  border-bottom: .5px solid #707070
}

.footer .menu-mobile {
  width: 70%;
}

.footer .menu-mobile__wrap {
  margin-right: 200px
}

.footer .menu__app {
  display: block
}

.footer .menu__app_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500
}

.footer .menu__app_wrap span {
  font-weight: 400;
  font-size: 9px
}

.footer__info {
  margin-top: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between
}

.footer__descr {
  max-width: 470px;
  margin-right: 50px
}

.footer__descr p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #d5d8e1
}

.footer__descr p a {
  text-decoration: underline;
  color: #fff
}

.footer__descr p span {
  color: #fb3844
}

.footer__descr p:last-child {
  margin-top: 30px
}

.footer__right {
  max-width: 70%
}

.footer__risks {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #8b8b8b
}

.footer__risks span {
  color: #c8c8c8
}

.footer__links {
  display: flex;
  justify-content: space-between;
  //margin-right: 200px;
}

.footer__link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: underline;
  color: #569ffe
}

@media screen and (max-width:1023.98px) {
  .menu .logo {
    margin-left: 0
  }

  .menu-mobile__title {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 5px
  }

  .promo {
    padding: 100px 0 160px
  }

  .promo__planet {
    bottom: none;
    //top: 100px;
    width: 500px
  }

  .banner {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    padding: 0
  }

  .stats-con-wrap {
    padding: 35px 10px;
    animation: ticket 15s linear infinite
  }

  .stats-con-wrap:hover {
    animation-play-state: paused
  }

  .stats-con-wrap .counter {
    margin-right: 40px
  }

  .calculator {
    margin-top: 50px;
    flex-direction: column
  }

  .calculator__item {
    width: 100%;
    padding: 45px 40px;
  }
  .calculator__item:nth-child(2) {
    margin-top: 15px;
  }

  .calculator__sum {
    min-height: 250px;
    margin-top: 10px
  }

  .calculator__title {
    margin-bottom: 0
  }

  .calculator__title_first {
    margin-bottom: 70px
  }

  .calculator__result {
    margin-top: 40px
  }

  .calculator__note {
    margin-top: 40px
  }

  .about-us__wrap {
    flex-direction: column
  }

  .about-us__items {
    width: 100%
  }

  .about-us-img {
    margin-top: 40px;
    width: 100%
  }

  .get-involved {
    margin-top: 80px
  }

  .get-involved__wrap {
    background: url(/i/img/getrebate/get-involved_bg_tablet.png) center center/cover no-repeat;
    padding: 50px 0
  }

  .get-involved__wrap .container {
    flex-direction: column;
    align-items: center
  }

  .get-involved-item {
    width: auto;
    max-width: 360px;
    margin-top: 70px
  }

  .get-involved-item:first-child {
    margin-top: 0
  }

  .registration-form {
    margin-top: 120px
  }

  .footer .menu-mobile {
    width: auto;
    flex-direction: column-reverse
  }

  .footer .menu-mobile__wrap {
    display: flex;
    margin-right: 50px
  }

  .footer .menu-mobile__title {
    margin-top: 15px
  }

  .footer__info {
    flex-direction: column
  }

  .footer__descr {
    max-width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between
  }

  .footer__descr p {
    width: 49%
  }

  .footer__descr p:last-child {
    margin: 0
  }

  .footer__right {
    max-width: 100%
  }

  .footer__links {
    margin-top: 55px;
    margin-right: 0
  }

  .footer__links a {
    width: 49%
  }
}
/* @media screen and (min-width: 1023.98px) { */
@media screen and (min-width: 768px) {
  .promo__planet {
    width: 507px;
    right: 0%;
    top: 10%;
  }
  .rebate-service-item__descr {
    height: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .promo__planet {
    width: 353px;
  }

}

@media screen and (min-width: 769px) {
  .about-us-item:hover svg {
    fill: #569ffe
  }
  .about-us-item:hover .about-us-item__icon::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #569ffe
  }
}



@media screen and (max-width:768px) and (min-width:575px) {
  .about-us-img {
    width: 80%;
    margin: auto;
    margin-top: 40px;
  }
  .about-us-img img {
    width: 30%;
  }
  .registration-form__client {
    width: 570px;
    margin: 0 auto;
  }
  .registration-form__radio {
    margin: unset;
    margin-top: 30px;
  }
  .header .menu-mobile__title {
    display: none;
  }
}

@media screen and (max-width:767.98px) {
  .fixed-bg {
    display: none
  }

  .registration-form__client {
    width: unset;
  }

  .fixed-bg_mobile {
    //display: block
  }

  .menu-mobile__wrap {
    display: none
  }

  .promo {
    background: url(/i/img/getrebate/promo-bg_tablet.png) center bottom/cover no-repeat;
    padding: 100px 0 250px
  }

  .promo__planet {
    top: auto;
    bottom: -300px;
    width: 360px
  }

  .promo__wrap {
    max-width: 440px
  }

  .promo .title {
    font-size: 30px;
    line-height: 40px
  }

  .promo__descr {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px
  }

  .promo__subtitle {
    font-size: 30px;
    line-height: 40px
  }

  .rebate-service {
    margin-top: 45px
  }

  .rebate-service__wrap {
    margin-top: 60px
  }

  .rebate-service-item__title {
    font-size: 30px;
    line-height: 40px
  }

  .rebate-service-item__descr {
    margin-top: 0;
    min-height: auto
  }

  .rebate-service-item__descr p {
    margin-top: 30px
  }

  .rebate-service-example {
    margin-top: 35px
  }

  .rebate-service-example__descr p {
    margin-bottom: 30px
  }
}

@media screen and (max-width:768px) and (min-width:575.98px) {
  .about-us-item {
    margin-top: 10px;
  }
}

@media screen and (max-width:575.98px) {
  .title {
    font-size: 25px;
    line-height: 28px
  }

  .btn {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 20px
  }

  .menu-mobile {
    flex-direction: column;
    position: absolute;
    display: none;
    left: 0;
    top: 76px;
    background: #222;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 100%;
    padding: 25px;
    box-sizing: border-box
  }

  .menu-mobile__wrap {
    display: flex;
    order: -1
  }

  .menu-mobile__title {
    margin: 10px 0 0
  }

  .menu__btn {
    display: none
  }

  .menu__btn_mobile {
    display: block;
    margin-top: 18px;
    margin-right: 0
  }

  .menu__rigth {
    align-items: center
  }

  .menu .lang {
    //margin-right: 30px
  }

  .menu .hamburger {
    min-width: 29px;
    display: block
  }

  .menu .line {
    display: block;
    height: 2px;
    background: #909090;
    margin-top: 10px
  }

  .menu .line:nth-child(1) {
    margin-top: 0;
    width: 29px
  }

  .menu .line:nth-child(2) {
    width: 20px
  }

  .menu .line:nth-child(3) {
    width: 11px
  }

  .promo {
    padding: 101px 0 40px;
    background: url(/i/img/getrebate/promo-bg_mobile.png) center bottom/cover no-repeat
  }

  .promo .title {
    font-size: 25px;
    line-height: 28px;
    text-align: center
  }

  .promo__wrap {
    max-width: none
  }

  .promo__descr {
    font-size: 18px;
    line-height: 25px;
    text-align: center
  }

  .promo__btn {
    margin: 0 auto;
    width: 164px
  }

  .light .promo__planet, .dark .promo__planet {
    display: none
  }

  .promo__planet_mobile {
    margin-top: 10px;
    display: block;
    width: 100%
  }

  .stats-con-wrap {
    padding: 15px 10px
  }

  .stats-con-wrap .counter {
    margin-right: 40px
  }

  .stats-con-wrap .counter-count {
    font-size: 25px;
    line-height: 30px
  }

  .stats-con-wrap .counter p {
    font-size: 16px;
    line-height: 18px
  }

  .rebate-service-item__title {
    font-size: 25px;
    line-height: 28px
  }

  .rebate-service-item__descr p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px
  }

  .rebate-service-example__title {
    font-size: 22px;
    line-height: 28px
  }

  .rebate-service-example__descr {
    margin-top: 20px
  }

  .rebate-service-example__descr p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
  }

  .rebate-service-example__note {
    font-size: 16px;
    line-height: 22px
  }

  .calculator__item {
    padding: 30px 40px
  }

  .calculator__btn {
    width: 146px;
    margin-top: 25px
  }

  .calculator__title {
    font-size: 18px;
    line-height: 22px
  }

  .calculator__title_first {
    margin-bottom: 50px
  }

  .calculator__subtitle {
    font-size: 16px;
    line-height: 19px
  }

  .calculator__result {
    margin-top: 60px;
    font-size: 35px;
    line-height: 43px
  }

  .calculator__currency option {
    font-size: 12px
  }

  .calculator__note {
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px
  }

  .about-us {
    margin-top: 44px
  }

  .about-us__wrap {
    margin-top: 20px
  }

  .about-us-item {
    width: 100%;
    margin-top: 20px
  }

  .about-us-item__descr {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px
  }

  .about-us-img {
    margin-top: 40px;
    padding: 64px 15px 10px;
    width: 100%
  }

  .about-us-img img {
    width: 116px
  }

  .about-us-img__descr p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px
  }

  .get-involved {
    margin-top: 60px
  }

  .get-involved__wrap {
    background: 0 0;
    padding: 0;
    margin-top: 50px
  }

  .get-involved-item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .get-involved-item_center img {
    margin: 0 auto
  }

  .get-involved-item__wrap {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .get-involved-item__descr {
    margin-top: 25px;
    text-align: center
  }

  .get-involved-item__link {
    margin-top: 30px
  }

  .registration-form {
    margin-top: 44px
  }

  .registration-form form {
    margin-top: 30px
  }

  .registration-form__wrap {
    margin: 0
  }

  .registration-form__radio {
    margin-top: 16px
  }

  .registration-form__radio label {
    font-size: 18px
  }

  .registration-form__confirm {
    margin-top: 45px
  }

  .registration-form__confirm label {
    font-size: 16px;
    line-height: 20px
  }

  .registration-form__btn {
    margin-top: 45px;
    width: 236px
  }

  .footer .menu-mobile {
    display: flex;
    position: static;
    padding: 0;
    background: 0 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }

  .footer .menu-mobile__wrap {
    margin-right: 0
  }

  .footer .menu-mobile__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 28px
  }

  .footer .menu__app {
    width: 44px;
    min-width: 44px;
    padding: 0;
    height: 43px
  }

  .footer .menu__app_wrap {
    display: none
  }

  .footer .menu__app_as::before {
    left: 11px;
    top: 7px
  }

  .footer .menu__app_gp::before {
    left: 9px;
    top: 7px
  }

  .footer__descr {
    flex-direction: column
  }

  .footer__descr p {
    width: 100%
  }

  .footer__descr p:last-child {
    margin-top: 25px
  }

  .footer__links {
    margin-top: 0;
    flex-direction: column
  }

  .footer__links a {
    margin-top: 25px;
    width: 100%
  }

  .flex {
    display: flex
  }

  .close {
    background: url(../../img/close.svg) center center/auto no-repeat
  }

  .hide {
    //opacity: 0
  }
}
</pre></body></html>