
.section-main-title {
  padding:88px 0 94px;
   position:relative;
   background-color:#f6fafd;
}

.main-title-text {
  vertical-align:baseline; 
  box-sizing: content-box;
  margin:0 auto; 
  padding:0 15px; 
  max-width:1200px;
}

.section-text a {
  color: #3171fe;
}

.main-text {
 display: flex; 
  flex-wrap: wrap; 
  align-content: stretch; 
  justify-content: flex-start; 
  margin-left:-1.21951%; 
  margin-right: -1.21951%;
}

.main-title-column {
  -webkit-flex-basis:100%; 
  max-width:100%; 
  -webkit-flex:0 0 auto; 
  box-sizing:border-box; 
  padding-left:-1.21951%; 
  padding-right: -1.21951%;
}

.main-title-style {
  font-size:45px; 
  line-height:55px; 
  margin:0 0 25px; 
  font-weight:600; 
  letter-spacing:-.1px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.main-subtitle-column {
  -webkit-flex-basis: 75%; 
  max-width: 75%;
  -webkit-flex: 0 0 auto; 
  box-sizing: border-box; 
  padding-left: 1.21951%; 
  padding-right: 1.21951%;
}

.main-subtitle-style{
  margin-top:24px; 
  margin-bottom:0; 
  font-size:15px; 
  line-height:27px; 
  color:#42526e; 
  letter-spacing:.75px; 
  font-weight:700; 
  text-transform: uppercase; 
  margin:0 0 20px;
}

.section-text {
  padding: 40px 0 40px; 
  box-sizing: content-box; 
  max-width: 1200px; 
  margin: 0 auto; 
  position:relative;
}

.section-columns-row {
  display:flex; 
  flex-wrap: wrap; 
  align-content: stretch; 
  align-items:stretch; 
  justify-content: flex-start; 
  margin-left: -1.21951%; 
  margin-right: -1.21951%; 
  box-sizing: content-box; 
  max-width:1200px; 
  margin:0 auto; 
  padding:0 15px;
}

.aside-title-column {
  -webkit-flex-basis: 25%; 
  max-width: 25%; 
  -webkit-flex: 0 0 auto; 
  box-sizing: border-box; 
  padding-left: 1.21951%; 
  padding-right: 1.21951%; 
  width:100%;
}

.section-aside-title {
  margin-bottom: 35px; 
  padding-bottom:20px; 
  letter-spacing: .5px; 
  position: relative; 
  font-size:22px; 
  line-height: 30px; 
  margin:0 0 20px;
  font-weight: 600;
}

.section-text-column {
  margin-left: 8.33333%; 
  -webkit-flex-basis: 66.66667%; 
  max-width: 66.66667%; 
  -webkit-flex: 0 0 auto; 
  box-sizing: border-box; 
  padding-left: 1.21951%; 
  padding-right: 1.21951%;
}

.article-column {
  -webkit-flex-basis: 100%; 
  max-width: 100%;
}

.article-style {
  margin-bottom:0px; 
  margin: 0 0 20px; 
  font-size:18px;
}

.center-title-style-1 { 
  margin-bottom: 50px; 
  position:relative; 
  font-size: 38px; 
  line-height: 48px; 
  margin: 0 0 15px; 
  font-weight: 600;
}

.list-steps-style {
  -webkit-margin-before: 0;
  -webkit-margin-after: 1em; 
  -webkit-margin-start: 0; 
  -webkit-margin-end: 0; 
  -webkit-padding-start: 17px;
}

.image-style {
  width: auto; 
  max-height:500px; 
  text-align:center; 
  margin-left:auto; 
  margin-right: auto; 
  image-rendering: -webkit-optimize-contrast; 
  border:0;
}

.center-title-style-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  font-size: 38px;
  line-height: 48px;
  margin: 30px 0 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}

.text-content-style {
  margin:0 0 20px; 
  font-size: 16px; 
  box-sizing:border-box; 
  line-height: 25.6px; 
  margin-block-end: 20px; 
  margin-bottom: 20px;
}

.center-title-style-3 {
  margin-bottom: 50px; 
  font-size: 38px; 
  line-height: 48px; 
  margin: 0 0 15px; 
  font-weight: 600; 
  -webkit-font-smoothing: antialiased;     
  text-rendering: optimizeLegibility;
}

.text-content-bottom {
  margin:0 0 20px; 
  font-size: 16px; 
  box-sizing:border-box; 
  line-height: 25.6px; 
  margin-block-end: 20px; 
  margin-bottom: 20px;
}

.methods-of-earning {
  width: 100%;
  padding-bottom: 50px;
}

.methods-title {
  text-align: center;
  margin: 60px 0;
  font-weight: 600;
}

.methods-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.method {
  position: relative;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  /*height: 350px;*/
  height: 430px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 15px 0px
}

.method-title {
  font-size: 20px;
  font-weight: 500;
}

.method-description {
  font-size: 16px;
}

.method-img {
  position: absolute;
  left: 100%;
  top: 100%;
  max-height: 160px;
  transform: translate(-100%, -100%);
}

.sec_r_z {
  margin-top: 35px;
}

[dir="rtl"] .method-img {
  left: inherit;
  right: 100%;
  transform: translate(100%, -100%);
}

.see-more {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  background-color: #3171fe;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  padding: 10px 30px;
  display: block;
  margin: 35px 0 10px 0;
  width: 38%;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.see-more:hover {
  background-color: #0051ca;
}

/*RESOURCES*/

.resources-container {
  max-width: 1235px;
  margin: 0 auto;
  padding: 7em 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.resources__box {
  max-width: 1335px;
  margin: 0 auto;
}

.container__text-content {
  width: 60%;
  padding: 0 3em;
}

.container__text-content > h2,
p {
  font-size: 20px;
  color: #012c6c;
}

.container__text-content > p {
  font-size: 24px;
}

.resources__section-text a {
color: #3171fe;
}

.resources__section-text a:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.resources__item {
  position: relative;
  width: 100%;
  max-width: 1335px;
  padding: 0 5em;
  margin-top: 5em;
  display: flex;
  justify-content: space-between;
}

.resources__item--row {
  flex-direction: column;
}

.resources__text-content {
  width: 60%;
  min-width: 60%;
  padding: 1em;
}

.resources__text-content_full {
  width: 100%;
  padding: 1em;
}

.resources__text-content_second {
  width: 40%;
  min-width: 45%;
  padding: 1em;
}

.resources__section-title {
  position: relative;
  margin-bottom: 2em;
  font-size: 40px;
  font-weight: normal;
}

.resources__section-text {
  font-size: 20px;
  margin-bottom: 2em;
}

.resources__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.resources__item-img_second {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.resources__item-img_second > img {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.resources__item-img > img {
  position: relative;
  max-width: 500px;
  width: 90%;
  padding: 0 10px;
}

.resources__item-img_crypto > img {
  max-width: 600px;
  width: 200%;
}

.resources__item-images {
  margin-bottom: 3em;
  display: flex;
  justify-content: center;
}


.resources__card {
  height: 100%;
  flex-shrink: 0;
}

.resources__arrow {
  position: relative;
  width: 150px;
  height: auto;
  top: 3em;
  margin: auto 2em;
}

.resources__arrow_crypto {
  margin: auto 0;
  width: 80px;
}

[dir="rtl"] .resources__arrow {
  transform: rotate(180deg);
}

.resources__arrow--reflected {
  transform: scaleY(-1);
}

[dir="rtl"] .resources__arrow--reflected {
  transform: rotate(180deg);
}

.resources__card > img {
  position: relative;
  height: 500px;
  margin-top: 7em;
}

.resources__card_crypto > img {
  height: 280px;
}

.resources__card-title {
  position: absolute;
  width: 250px;
  padding: 0.5em;
  text-align: center;
  font-weight: 400;
  counter-increment: item;
  width: auto;
}

.resources__card-title::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #3171fe;
  z-index: 10;
  font-weight: 500;
}

.one::before {
  content: "1";
}

.two::before {
  content: "2";
}

.three::before {
  content: "3";
}

.light-blue-vector {
  position: absolute;
  transform: translate(-70%, -90%);
}

[dir="rtl"] .light-blue-vector {
  transform: translate(70%, -90%);
}

.blue-vector {
  position: absolute;
  right: 0;
  transform: translate(60%, -90%);
}

.blue-vector-crypto {
  transform: translate(60%, -10%);
}

.blue-vector--header {
  transform: translate(60%, 60%);
}

.game-title {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 0px 25px;
  font-weight: normal;
}

/* SURVEYS */
.surveys__header-container {
  padding: 4em 0;
}

.surveys__header {
  width: 100%;
}

.surveys__additional-info {
  width: 100%;
}

.surveys__item {
  width: 100%;
  display: flex;
}

.surveys__text-box {
  padding: 0 10em;
}

.surveys__title {
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 2em;
}

.container__img img {
  max-width: 400px;
}

.surveys__title::before {
  content: "2";
  position: absolute;
  transform: translate(-125%, -20%);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dce7f8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  font-weight: 400;
}

.surveys__phone {
  position: relative;
  z-index: 0;
}

.surveys__phone-img {
  min-width: 160px;
  transform: scale(1.3);
}

.surveys__phone-circle {
  position: absolute;
  width: 281px;
  height: 281px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dce7f8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  z-index: -1;
}

.font-fix {
  font-family: inherit;
}

.tips-for-earning {
  width: 100%;
  background-color: #ffff;
  position: relative;
}

.our-games {
  width: 100%;
  position: relative;
}

.tips-container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.cashback-title {
  margin: 0 0 60px 0;
}

.our-games-container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.tip {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 9px 15px 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  height: 390px;
}

.game {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 15px 0px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  height: 390px;
}

.texts {
  height: 90%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

[dir="rtl"] .texts {
  padding: 0 20px;
}

.game-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.tip-description {
  width: 100%;
  font-size: 20px;
}

.resources_top_container {
  padding-bottom: 0;
}

.resources_bottom_container {
  margin-bottom: 1em;
}

.game-description {
  width: 60%;
  font-size: 20px;
  color: #253858;
}

.tip-img {
  position: absolute;
  top: 100%;
  left: 90%;
  transform: translate(-90%, -100%);
  max-height: 160px;
}

[dir="rtl"] .tip-img {
  right: 90%;
  left: inherit;
  transform: translate(90%, -100%);
}

.game-img {
  max-width: 160px;
  max-height: 160px;
  border-radius: 30px;
}

.tips-title {
  text-align: center;
  padding-top: 30px;
  margin: 40px 0 60px 0;
  font-weight: 600;
}

li {
  color: #012c6c;
}

.our-games-title {
  text-align: center;
  padding-top: 100px;
  font-weight: 600;
}

.tip-see-more {
  font-size: 19px;
  color: #3171fe;
  font-weight: 600;
}

.game-see-more {
  font-size: 18px;
  color: #3171fe;
  margin: 30px 0 30px 0;
  font-weight: 600;
}

.game_text_res {
  color: #3171fe;
}

.our-games-description {
  font-size: 23px;
  margin: 0 0 80px 0;
  text-align: center;
  font-weight: 400;
}

.tip-title {
  font-weight: 500;
  word-break: break-word;
}

@media (min-width: 770px) {
  .game-see-more{
    position: absolute;
    top: 300px;
  }
}

@media (max-width: 1500px) {
  .light-blue-vector {
    transform: translate(-83%, -90%);
  }
  [dir="rtl"] .light-blue-vector {
    transform: translate(83%, -90%);
  }

  .blue-vector {
    transform: translate(80%, -90%);
  }

  .blue-vector-crypto {
    transform: translate(80%, -10%);
  }

  .blue-vector--header {
    transform: translate(80%, 60%);
  }
}

@media (max-width: 1100px) {
  .light-blue-vector {
    transform: translate(-85%, -90%);
  }
  
  [dir="rtl"] .light-blue-vector {
    transform: translate(85%, -90%);
  }
  .resources__section-title,
  .section-title {
    font-size: 30px !important;
  }
  .resources__card-title,
  .section-description {
    font-size: 18px !important;
  }

  .resources__section-text {
    font-size: 16px !important;
  }

  .resources__card {
    margin: 0 3em;
  }

  .resources__card_crypto {
    margin: 0;
  }

  .surveys__phone {
    transform: scale(0.7);
  }
  .tip-img {
    max-height: 110px;
  }
}

@media (max-width: 1331px) {
  .resources__card_crypto > img {
    height: 240px;
  }
  .resources__arrow {
    width: 100px !important;
    top: 3em !important;
}
}
@media (max-width: 992px) {
  .resources__arrow {
    display: none;
  }
  .second-row {
    display: none;
  }
  .light-blue-vector,
  .blue-vector,
  .blue-vector--header,
  .resources__card-title::before {
    display: none;
  }

  .resources-container {
    flex-direction: column;
  }

  .container__text-content {
    width: 100%;
    padding: 0.5em 1em;
  }

  .container__img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .resources__item {
    padding: 0;
  }

  .resources__img-phone {
    margin: 0 auto;
  }

  .resources__item,
  .resources__item-images,
  .resources__card {
    flex-direction: column;
    align-items: center;
  }

  .resources__text-content {
    width: 100%;
  }

  .resources__text-content_full {
    width: 100%;
  }

  .resources__text-content_second {
    width: 100%;
  }

  .resources__card {
    margin: 1em 0;
  }

  .resources__item-img > img {
    max-width: 300px;
  }

  .resources__item-img_crypto > img {
    max-width: 350px;
  }

  .resources__item-img {
    padding: 0;
  }

  .resources__card-title {
    position: relative;
    padding: 0.5em 2em 1em 2em;
    margin-bottom: -3em;
    width: 400px;
    font-size: 20px !important;
    line-height: normal;
    font-weight: 400;
  }
  .resources__section-title {
    left: 0;
    margin-bottom: 0.5em;
  }

  .resources__item-img_second > img {
    max-width: 400px;
  }

  .surveys__phone {
    top: -7em;
  }
  .resources__card > img {
    height: 400px;
  }

  .resources__card_crypto > img {
    height: 240px;
  }

  .surveys__phone-img {
    transform: scale(0.7);
  }

  .surveys__phone-circle {
    width: 450px;
    height: 450px;
  }

  .surveys__text-box {
    padding: 0 3em;
  }
  .resources__item {
    margin-top: 3em;
  }
}

@media (max-width: 500px) {
  .surveys__phone-circle {
    width: 320px;
    height: 320px;
  }
}

@media (min-width: 1100px) {
  .methods-container {
    max-width: 1282px !important;
  }

  .method {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
    /*height: auto;*/
  }
  [dir="rtl"] .method {
    padding-right: 50px;
    padding-left: 0;
  }
}

@media (min-width: 770px) {
  .tips-container {
    width: 98%;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .our-games-container {
    width: 98%;
    flex-direction: row;
    justify-content: space-around;
  }

  .tip {
    width: 30%;
  }
  .game {
    width: 30%;
  }
  .methods-container {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .method-img {
    position: absolute;
    top: 100%;
    height: 140px;
  }

  .method {
    width: 46%;
  }
  /*
  .method:nth-last-child(1) {
    transform: translateX(-55%);
  }
  */
  .method-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .method-description {
    font-size: 15px;
    margin-right: 40px;
    line-height: 26px;
  }

  [dir="rtl"] .method-description {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 770px) and (max-width: 940px) {
  .method {
    height: auto;
  }
}

@media (min-width: 1100px) {
  .tip-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .game-title {
    font-size: 23px;
    line-height: normal;
  }
  .tip {
    height: 400px;
  }
  /*.game {
    height: auto;
  }*/
  .tips-container {
    max-width: 1240px !important;
  }
  .our-games-container {
    max-width: 1240px !important;
  }
}

@media (min-width: 1100px) {
  .see-more {
    position: absolute;
    bottom: 11%;
  }
}

@media (max-width: 770px) {
  .our-games-description {
    font-size: 17px;
    margin: 15px 20px 40px 20px;
    line-height: 28px;
  }
  .see-more {
    margin: 35px 0 20px 0;
    display: block;
    width: inherit;
  }
  .tips-container {
    width: 90%;
  }
  .tip-title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: normal;
  }
  .tip-img {
    max-height: 130px;
  }

  .header-cashback-bottom {
    margin-bottom: 35px;
  }

  .tips-for-earning {
    margin-bottom: 50px;
  }

  .cashback-title {
    margin: 0px 20px 40px 20px !important;
  }
  .resources__card > img {
    margin-top: 3em;
  }
  .resources__item-images {
    margin-bottom: 0;
  }
  .game-img {
    max-width: 140px;
    max-height: 140px;
    border-radius: 24px;
  }
  .game-title {
    font-size: 21px;
    line-height: normal;
  }
  .our-games-title {
    padding-top: 0;
    margin: 60px 20px 0 20px;
  }
  .aside-title-column{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .methods-title {
    text-align: center;
    margin: 60px 20px 40px 20px;
  }
  .tips-title {
    margin: 40px 20px 40px 20px;
    padding-top: 0;
  }
  .methods-container {
    width: 90%;
  }
  .method {
    position: relative;
    height: auto;
    padding: 30px 25px 10px 25px;
  }
  .method-img {
    max-height: 100px;
    left: 100%;
    right: 0;
    transform: translate(-100%, 0%);
    margin: 0;
    position: absolute;
    top: 10px;
    z-index: -1;
  }

  [dir="rtl"] .method-img {
    left: 0;
    right: 100%;
    transform: translate(100%, 0%);
  }

  .image-style {
    max-height: 400px;
    margin-top: 30px;
  }

  .tip {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    height: 340px;
  }

  .game {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    height: auto;
  }

  .our-games-container {
    width: 90%;
  }

  .game-see-more {
    margin: 30px 0 40px 0;
  }

  .center-title-style-1,
  .center-title-style-2 {
    font-size: 32px;
  }

  .texts {
    height: 90%;
    padding: 0 25px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .game-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .section-text-column {
    max-width: 100%;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
  }
  .method-title {
    font-size: 24px;
    margin-bottom: 30px;
    margin-right: 110px;
    line-height: 32px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  [dir="rtl"] .method-title {
    margin-left: 110px;
    margin-right: 0;
  }
  .resources_bottom_container {
    margin-bottom: 0;
  }
}