@font-face {
  font-family: 'roboto-thin';
  src: url('../assets/fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-light';
  src: url('../assets/fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-regular';
  src: url('../assets/fonts/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'roboto-bold';
  src: url('../assets/fonts/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  line-height: 1.5;
}

html {
  font-family: 'roboto-regular', Arial, sans-serif;
}

html {
  background-color: transparent;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  position: relative;
}

:root {
  --main-keywords-color: rgb(67, 130, 224);
  --main-keywords-light-color: rgb(120, 174, 255);
  --white-bg-text-color: #052555;
  --footer-text-color: #525252;
}

.container {
  max-width: 1406px;
  width: 100%;
  margin: 0 auto;
}

.inner-container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.section-heading {
  color: #332152;
  font-size: 42px;
  font-family: 'roboto-bold', Arial, sans-serif;
  line-height: 1.55;
  text-align: center;
}



button {
  display: block;
  background-color: transparent;
}

.modal-form-wrapper {
  display: none;
  max-width: 560px;
  width: 100%;
  position: relative;
  margin: 51px 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}


.small-form-wrap {
  display: none;
  position: fixed;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
  bottom: 15px;
  background-color: white;
  right: 11%;
  z-index: 2;
}

.small-form-wrap h2 {
  margin-bottom: 10px;
}

.modal-form-inner-wrapper {
  padding: 25px;
}

.modal-form-heading {
  font-size: 23px;
  line-height: 1.23;
  color: black;
  margin: 0;
  text-align: center;
}

.conv-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  animation: pulse 1.5s linear infinite;
  cursor: pointer;

}

.error-msg {
  display: none;
  color: red;
  font-size: 13px;
  margin-top: 5px;
}

.form-pole {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index:1;
}

#verification_code {
  position: relative;
  z-index: 2;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.t708__icon-open {
  display: none;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.t708__icon-close {
  display: none;
}

.t708__icon-close.active,
.t708__icon-open.active {
  display: block;
}

.modal-form-inner-wrapper {
  padding: 7px 20px;
}

.overlay::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.overlay .modal-form-heading {
  font-size: 35px;
  line-height: 1.25;
  color: black;
  margin: 0;
  text-align: center;
  font-family: 'roboto-bold', Arial, sans-serif;
  ;
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.modal-form-banner {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.modal-form input {
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
}

.modal-form__submit {
  color: #ffffff;
  background-color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 100%;
  width: 100%;
  font-family: 'roboto-bold', Arial, sans-serif;
  ;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  text-transform: uppercase;
}

form>span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

form>span>a {
  text-decoration: none;
  color: rgb(248, 87, 96);
}

.iti--allow-dropdown {
  width: 100%;
}

:root {
  --main-keywords-color: rgb(67, 130, 224);
  --main-keywords-light-color: rgb(120, 174, 255);
  --white-bg-text-color: #052555;
  --footer-text-color: #525252;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}

.nav .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
}

.nav__logo img {
  width: 103px;
  height: 37px;
  object-fit: cover;
  position: relative;
  bottom: 2px;
}


.nav__list {
  display: flex;
  align-items: center;
  list-style: none;
}

.nav__item+.nav__item {
  margin-left: 37px;
}

.nav__item-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd337;
  width: 178px;
  color: #000;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;

  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 8px;
}

.nav__item a {
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  color: black;
  transition: color 0.2s;
  position: relative;
}

.nav__item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  transition: width 0.2s;
}

.nav__item a:hover::after {
  height: 1px;
  width: 100%;
  background-color: black;
}

.burger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  padding: 15px;
  background: #111;
  transform: translateX(2000px);
  transition: transform 0.5s;
  z-index: 1;
  opacity: 0;
}

.menu-btn {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.menu-btn span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 5px);
}

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 5px);
}

.burger__nav {
  padding-top: 100px;
}

.burger-menu .burger__navitem {
  list-style-type: none;
  text-align: center;
}

.burger__navitem a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  color: white;
}

.burger__navitem.logo img {
  width: 120px;
  height: 28px;
  object-fit: cover;
}

.burger__navitem+.burger__navitem {
  margin-top: 50px;
}

.burger-menu.active {
  transform: translateX(0);
  opacity: 1;
}

.menu-btn.active span:nth-of-type(1) {
  display: none;
}

.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.content section {
  padding: 45px 0;
}

.content .top-block {
  padding-top: 7px;
}

.top-block {
  pointer-events: all;
  user-select: all;
  background-image: url(../assets/img/bghome_2-test.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.top-block__content {
  position: relative;
  max-width: 580px;
  width: 100%;
  padding:30px;
  margin: 85px 0 75px 85px;
  pointer-events: all;
  user-select: all;
}

.chargeback-abs {
  pointer-events: all;
  user-select: all;
  position: absolute;
  width: 140px;
  height: 140px;
  top: 17%;
  right: -70%;
}

.invalid {
  position: relative;
  border: 1px solid red;
  padding: 5px;
}

.invalid::after {
  position: absolute;
  top: -25px;
  left: 0;
  content: 'Пожалуйста, заполните все обязательные поля.';
  color: red;
  display: block;
}

.invalid.textared-invalid {
  border: none;
}

@media (max-width: 1357px) {
  .chargeback-abs {
    right: -63%;
  }
}
@media (max-width: 1300px) {
  .chargeback-abs {
    right: -55%;
  }
}
@media (max-width: 1237px) {
  .chargeback-abs {
    right: -50%;
  }
}

.chargeback-abs img {
  pointer-events: all;
  user-select: all;
  display: inline;
  object-fit: cover;
  max-width: 100%;
  z-index: 999;
}

.top-block__content h1 {
  color: #fff;
  font-size: 35px;
  font-family: 'roboto-bold', Arial, sans-serif;
  line-height: 1.35;
  margin-bottom: 20px;
}

.top-block__content>p {
  color: #fff;
  font-size: 16px;
  max-width:480px;
  font-family: 'roboto-regular', Arial, sans-serif;
  line-height: 1.5;
  opacity: 0.75;
  margin-bottom: 20px;
}

.top-block__inner {
  display: flex;
  gap: 20px;
}

.top-block__inner>div {
  display: flex;
  flex-direction: column;
}

.top-block__inner>div:last-child {
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}

.top-block .payment img:first-child {
  margin-bottom: 15px;
}

.top-block .payment img {
  width: 68px;
  object-fit: cover;
}

.chargeback {
  flex: 0 1 209px;
}

.chargeback img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.video img {
  width: 86px;
  height: 68px;
  object-fit: cover;
  display: block;
  margin: 0 auto 5px;
  pointer-events: none;
}

.video span {
  color: rgb(136, 136, 136);
  font-family: 'roboto-bold';
  font-size: 13px
}

.open-video .hovered {
  display: none;
}

.open-video:hover img {
  display: none;
}

.open-video:hover .hovered {
  display: block;
}

.chargeback-btn {
  color: #332152;
  font-size: 16px;
  font-family: 'roboto-bold', Arial, sans-serif;
  line-height: 1.55;

  border-width: 0px;
  background-color: #ffd337;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  text-align: center;
  padding: 10px 0;
}

.protect {
  position: absolute;
  bottom: 20%;
  right: 8%;
  display: flex;
  gap: 20px;
}

.protect img:first-child {
  width: 144px;
  height: 45px;
  object-fit: cover;
}

.protect img:last-child {
  width: 144px;
  height: 57px;
  object-fit: cover;
}

.protect img:last-child {
  position: relative;
  bottom: 11px;
}

.soc-links {
  position: absolute;
  bottom: 40%;
  right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.soc-links a {
  display: block;
  margin-bottom: 15px;
}

.soc-links img {
  width: 37px;
  height: 37px;
  object-fit: cover;
}

.soc-links svg {
  width: 35px;
  height: 35px;
  object-fit: cover;
  stroke: #ffd337;
  border: 1px solid #ffd337;
  border-radius: 50%;
  display: block;
    padding: 2px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  overflow-y: auto;
  z-index: 9999;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.player {
  display: none;
  max-width: 800px;
  width: 100%;
  padding: 45px 10px 10px;
  position: fixed;
  top: 10%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 5px;
}

.close-popup {
  width: 32px;
  height: 32px;
  top: 10px;
  right: 5%;
  cursor: pointer;
  position: absolute;
  fill: white;
}

.content .cashback {
  padding-top: 0;
}

.cashback__heading {
  color: rgb(51, 33, 82);
  margin: 0;
}

.cashback__subheading {
  color: #787070;
  font-size: 18px;
  font-family: 'Arial', Arial, sans-serif;
  margin: 25px auto;
  text-align: center;
  max-width: 700px;
  width: 100%;
}

.cashback__steps {
  display: flex;
  justify-content: center;
  gap: 55px;
  padding-top: 30px;
}

.cashback__step {
  flex: 0 1 279px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.step__num {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-width: 1px;
  background-color: #ffd337;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
}

.step__heading {
  color: #000000;
  font-size: 20px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  height: 30px;
  font-weight: 700;
}

.step__text {
  color: #000000;
  font-size: 15px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  text-align: center;
}

.opportunities {
  background-color: #f4f7f9;
}

.opportunities__heading {
  color: rgb(51, 33, 82);
  font-size: 42px;
  margin: 0;
  text-align: center;
  font-family: 'roboto-bold', Arial, sans-serif;
}

.opportunities__subheading {
  font-size: 24px;
  line-height: 1.5;
  margin: 45px auto;
  max-width: 570px;
  width: 100%;
  text-align: center;
  font-family: 'roboto-regular';
  font-weight: 400;
}

.opportunities__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 55px;
  padding-top: 30px;
}

.opportunities__item {
  flex: 0 1 30%;
  background-color: rgb(255, 255, 255);
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 0px;
  height: 458px;
  padding: 25px;
}

.opportunities__img {
  width: 60px;
  height: 60px;
  margin-bottom: 60px;
}

.opportunities__img img {
  object-fit: cover;
  display: block;
}

.opportunities__heading-item {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 10px;
}

.opportunities__text {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.benefits {
  background-image: url(../assets/img/benefits-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits__heading {
  color: #ffffff;
  font-size: 42px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

.benifits__subheading {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 45px auto;
  text-align: center;
  max-width: 600px;
  width: 100%;
}

.benefits__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 65px;
}

.benefits__item {
  flex: 0 1 460px;
}

.benefits__img {
  float: left;
  width: 70px;
  height: 70px;
}

.benefits__heading-item,
.benefits__text {
  padding-left: 95px;
  margin: 0;
}

.benefits__heading-item {
  color: #ffffff;
  font-size: 22px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 10px;
}

.benefits__text {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
}

.schema__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 65px;
}

.schema__item {
  flex: 0 0 150px;
  margin-bottom: 50px;
}

.schema__item img {
  display: block;
  width: 100%;
}

.schema__heading {
  font-size: 42px;
  color: rgb(51, 33, 82);
  font-family: 'roboto-bold', Arial, sans-serif;
  margin-bottom: 85px;
  text-align: center;
}


.schema__btn {
  color: #332152;
  background-color: #ffd337;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin: 85px auto 35px;
  max-width: 260px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}

.schema__steps {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.content .faq {
  padding-top: 0;
}

.faq__heading {
  margin: 0 auto 45px;
  text-align: center;
  font-size: 32px;
  font-family: 'roboto-bold';
  text-align: center;
}

.faq__list {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.faq__item {
  margin-bottom: 35px;
}

.faq__tab {
  font-size: 24px;
  font-family: 'roboto-bold';
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq__tab svg {
  flex: 0 0 auto;
  transition: all 0.5s;
  display: block;
  padding: 3px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.faq__tab.active svg {
  transform: rotate(45deg);
}

.faq__tab:hover svg {
  background-color: rgb(213, 213, 213);
}

.faq__tab-content {
  display: none;
  font-size: 16px;
  font-family: 'roboto-light';
  margin-top: 20px;
}


.reviews .inner-container {
  position: relative;
}

.owl-carousel {
  z-index: 0;
}

.owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav span {
  color: #ffd337;
  font-size: 58px;
  font-weight: bold;
}

.reviews__heading {
  color: rgb(51, 33, 82);
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 90px;
  margin-top: 0;
  text-align: center;
  font-family: 'roboto-bold';
}

.reviews__list {
  display: flex;
}

.reviews__item {
  flex: 0 0 660px !important;
  width: 660px !important;
  margin: 0 auto;
}

.reviews__text {
  font-size: 18px;
  line-height: 26px;
font-family: 'roboto-light';
  margin: 0 auto 20px;
  text-align: center;

}

.reviews__img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}

.reviews__img img {
  object-fit: cover;
  border-radius: 50%;
}

.reviews__name {
  margin-top: 14px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  font-family: 'roboto-bold';
}

.reviews__company {
  text-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.problem__heading {
  color: rgb(51, 33, 82);
  font-size: 30px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 47px;
  max-width: 480px;
  width: 100%;
}

.ploblem__list {
  display: flex;
  justify-content: space-between;
}

.problem__item {
  flex: 0 0 182px;
}

.problem__img {
  width: 66px;
  height: 66px;
  display: block;
  margin: 0 auto 20px;
}

.problem__text {
  color: #000000;
  font-size: 18px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  text-align: center;
}

.content .reviews {
  padding-bottom: 0;
}

.content .problem {
  padding-top: 0;
}

.last-block {
  background-image: url(../assets/img/footer-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.last-block .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.last-block__left,
.last-block__right {
  flex: 0 0 40%;
}

.last-block__left {
  color: white;
}

.we-cant {
  font-size: 18px;
  letter-spacing: 2.5px;
  font-family: 'Roboto-bold', Arial, sans-serif;
  letter-spacing: 2.5px;
  margin: 0;
}

.we-cant-if p {
  margin: 0;
  font-size: 20px;
  font-family: 'roboto-thin';
}

.we-cant-if strong {
  font-family: 'roboto-bold';
}

.we-cant-if p:first-child {
  margin: 0;
  margin-bottom: 15px;
  font-size: 24px;
}

.we-cant-heading {
  line-height: 38px;
  font-size: 40px;
  margin: 20px auto;
}

.we-cant-warning {
  margin-top: 30px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'roboto-thin';
}

.last-block__right {
  background-color: white;
  padding: 34px;
}

.last-block__right h2 {
  font-size: 34px;
  line-height: 34px;
  font-family: 'roboto-bold';
  margin: 0 auto 10px;
  text-align: center;
}

.last-block__right h2 span {
  line-height: 34px;
}

.last-block__right .modal-form__submit {
  background-color: #332152;
}

.footer {
  background-color: #111111;
  background-image: -webkit-linear-gradient(top, rgb(67, 70, 109), rgba(0, 0, 0, 0.5));
  padding: 45px;
}

.footer .inner-container {
  display: flex;
  justify-content: space-between;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer__links {
  flex: 0 0 190px
}

.footer__copyright .logo {
  width: 40px;
  height: 40px;
}

.soc-links-footer img {
  width: 25px;
  height: 25px;
}

.soc-links-footer {
  position: static;
  text-align: center;
  display: flex;
  gap: 5px;
}

.soc-links-footer svg {
  width: 25px;
  height: 25px;
  object-fit: cover;
  stroke: #ffd337;
  border: 1px solid #ffd337;
  border-radius: 50%;
  display: block;
    padding: 2px;
}

.footer__copyright .copyright {
  color: #e6e6e6;
  font-size: 12px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.footer__links-heading {
  color: rgb(255, 211, 55);
  font-size: 16px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer__links a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 28px;
  font-weight: 400;
}

.footer__links p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 28px;
  font-weight: 400;
}

.chargeback-content {
  padding-top: 65px;
}

.chargeback-content .banner {
  max-width: 100%;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.chargeback-content .banner .content-wrapper {
  padding: 0;
}

.chargeback-content .banner h1 {
  position: absolute;
  color: #fff;
  font-size: 31px;
  font-family: 'Arial',Arial,sans-serif;
  line-height: 48px;
  font-weight: bold;
  bottom: 24px;
}

.chargeback-content .content-wrapper {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 10px;
}

.chargeback-content .content-wrapper img {
  max-width: 100%;
  width: 100%;
}

.chargeback-content .content-wrapper p,
.chargeback-content .content-wrapper h3,
.chargeback-content .content-wrapper h4,
.chargeback-content .content-wrapper img {
  margin: 30px auto;
}

.chargeback-content .content-wrapper ul {
  padding-left: 20px;
  list-style: numeric;
}

.chargeback-content .content-wrapper li {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 31px;
}

.chargeback-content .content-wrapper ol {
  padding-left: 21px;
}

.chargeback-content .content-wrapper ol li {
  margin-bottom: 30px;
}

.chargeback-content .content-wrapper h3 {
  color: rgb(47, 173, 72);
  font-family: 'roboto-bold';
  line-height: 37px;
  font-size: 24px;
}

.chargeback-content .content-wrapper h4 {
  color: #000;
  font-family: 'roboto-bold';
  line-height: 31px;
  font-size: 20px;
}

.chargeback-content .content-wrapper p {
  line-height: 31px;
  font-size: 20px;
}

.chargeback-content .content-wrapper .break {
  height: 1px;
  background-color: rgb(189, 189, 189);
  margin: 30px 0;
}

@media (max-width: 1180px) {
  .opportunities__item {
    height: auto;
  }

  .opportunities__list {
    align-items: flex-start;
  }
}

@media (max-width: 1150px) {

  .protect {
    display: none;
  }

  .chargeback-abs {
    display: none;
  }

  .top-block {
    background-image: url(../assets/img/small-bg.png);
    background-size: cover;
    background-attachment: fixed;
  }

  .top-block__content>p {
    margin: 0 auto 20px;
  }
  .soc-links {
    position: sticky;
    bottom: 30%;
    right: unset;
    left: 100%;
    border: 1px solid #ffd337;
    border-right: none;
    padding: 15px 15px 15px 20px;
    width: fit-content;
  }

  .content .top-block {
    padding-top: 120px;
  }

  .footer .inner-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .footer__copyright {
    flex: 0 0 100%;
  }

  .footer__links {
    flex: 0 0 45%;
  }

  .top-block__content {
    padding: 0 15px;
    margin: 0 auto;
  }

  .top-block__content h1 {
    text-align: center;
    font-size: 28px;
  }

  .top-block__content>p {
    text-align: center;
  }

  .chargeback-btn {
    max-width: 350px;
    width: 100%;
    margin: 15px auto;
  }

  .top-block__inner {
    flex-direction: column;
  }

  .chargeback {
    flex: 1 1 auto;
  }

  .chargeback img {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
  }

  .menu-btn {
    display: block;
  }

  .nav__list {
    display: none;
  }
}

/* article */

@media (max-width: 915px) {

  .chargeback-content .banner {
    display: none;
  }



  .conv-button {
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
  }

  .modal-open-small.open {
    bottom: 10px;
    right: 10px;
  }

  .conv-button {
    bottom: 50px;
    right: 30px;
  }

  .small-form-wrap {
    max-width: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
  }

  .conv-button {
    z-index: 3;
  }

  .modal-form-inner-wrapper {
    padding: 15px;
  }

  .cashback__steps,
  .opportunities__lis,
  .ploblem__list,
  .last-block .inner-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .problem__item,
  .last-block__left,
  .last-block__right {
    flex: 1 1 auto;
    margin-bottom: 45px;
  }

  .schema__list {
    gap: 25px;
  }

  .schema__item {
    flex: 0 0 100px;
  }

  .benefits__list {
    align-items: flex-start;
  }

  .cashback__step,
  .opportunities__item,
  .benefits__item {
    flex: 1 1 auto;
  }

  .schema__btn {
    margin: 25px auto;
  }

}

@media (max-width: 706px) {
  .reviews__item {
    flex: 0 0 300px !important;
    width: 300px !important;
  }

  .reviews__text {
    font-size: 14px;
    padding: 0 10px;
  }

  .invalid::after {
    font-size: 12px;
  }

}

@media (max-width: 530px) {

  .soc-links img {
    width: 27px;
    height: 27px;
  }

  .soc-links {
    position: sticky;
    bottom: 20%;
    right: unset;
    padding: 7px 7px 7px 10px;
  }

  .soc-links svg {
    width: 27px;
    height: 27px;
  }


  .footer__links {
    flex: 0 0 100%;
  }

}

@media (max-width: 348px) {

  .soc-links img {
    width: 27px;
    height: 27px;
  }

  .soc-links {
    position: sticky;
    bottom: 20%;
    right: unset;
    padding: 7px 7px 7px 10px;
  }

  .soc-links svg {
    width: 27px;
    height: 27px;
  }


  .footer__links {
    flex: 0 0 100%;
  }


  .invalid::after {
    font-size: 10px;
  }

  .interviews form button {
    position: static !important;
    text-align: center !important;
    justify-content: center;
}
}