/* Begin imports */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
/* // */
/* Begin variables */
/* // */
/* Begin body style */
body {
  position: relative;
  min-width: 320px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #282828;
  overflow-x: hidden;
}

/* Begin placeholder */
::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #929292;
}

:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #929292;
}

::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #929292;
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #929292;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.title {
  font-size: 21px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.no-padding {
  padding: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}
.uid {
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 10px 30px 13px 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_icon {
  padding: 10px 15px 13px 45px;
}
.btn_disabled {
  background-color: #ddd58f !important;
  color: #adadad !important;
  box-shadow: none !important;
  cursor: not-allowed;
}
.btn_yellow {
  background-color: #dfd04a;
  -webkit-box-shadow: 0px -3px 0 0 #938931 inset;
  box-shadow: 0px -3px 0 0 #938931 inset;
  color: #282828;
}
.btn_yellow:hover {
  -webkit-box-shadow: 0px -2px 0 0 #938931 inset;
  box-shadow: 0px -2px 0 0 #938931 inset;
}
.btn_gray {
  background: #ebebeb;
  -webkit-box-shadow: 0px -3px 0 0 #c7c7c7 inset;
  box-shadow: 0px -3px 0 0 #c7c7c7 inset;
  color: #282828;
}
.btn_gray:hover {
  -webkit-box-shadow: 0px -2px 0 0 #c7c7c7 inset;
  box-shadow: 0px -2px 0 0 #c7c7c7 inset;
}
.btn_white {
  background-color: #ffffff;
  -webkit-box-shadow: 0px -3px 0 0 #295849 inset;
  box-shadow: 0px -3px 0 0 #295849 inset;
  color: #306755;
}
.btn_white:hover {
  -webkit-box-shadow: 0px -2px 0 0 #295849 inset;
  box-shadow: 0px -2px 0 0 #295849 inset;
}

.input-field label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}
.input-field label span {
  color: #f50c0c;
}
.input-field label a {
  color: #dfd04a;
}

.input-field input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  background-color: #f8f8f8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-field_calendar input {
  padding: 0 10px 0 40px;
  background-image: url(/img/calendar-gray-icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.input-checkbox input {
  display: none;
}

.input-checkbox label {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
.input-checkbox label:before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.input-checkbox label:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/img/check-icon.png) no-repeat center;
}
.input-checkbox label a {
  color: #dfd04a;
}

.input-checkbox input:checked + label:after {
  display: block;
}

.input-checkbox_center {
  text-align: center;
}

.input-checkbox__info {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.slick-slide:focus {
  outline: none;
}

.dropdown-above .dropdown-menu-wrapper,
.dropdown-below .dropdown-menu-wrapper {
  width: 100%;
}

.dropdown-menu-container {
  width: 100%;
}

.dropdown-toggle {
  padding: 10px 25px 10px 15px;
  background: #f8f8f8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-toggle .dropdown-text {
  font-size: 15px;
  font-weight: 600;
  color: #929292;
}
.dropdown-toggle .dropdown-icon:after {
  width: 10px;
  height: 5px;
  background: url(/img/select-arrow.png) no-repeat;
  border: none;
}

.dropdown-link {
  font-size: 15px;
  font-weight: 600;
  color: #929292;
}

/* // */
/* Begin header */
.header {
  position: relative;
}
.header__top {
  position: relative;
  padding: 30px 0 20px;
  background: url(/img/header-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.header__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #37735f;
  opacity: 0.7;
  z-index: 0;
}
.header__top .container {
  position: relative;
  z-index: 1;
}
.header__title {
  position: relative;
  top: 5px;
  left: 18px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 26px;
  color: #ffffff;
  text-align: left;
}
.header__title span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.header__account {
  padding-top: 5px;
  text-align: right;
}
.header__account .btn {
  margin-right: 30px;
}
.header__account .btn:last-child {
  margin-right: 0;
}
.header__account .btn2 {
  margin-right: 30px;
}
.header__account .btn2:last-child {
  position: absolute;
  right: 0;
  top: 10px;
}
.header__account .header__title {
  width: 75%;
  display: block;
  font-size: 13px;
}
.header__login {
  padding: 10px 30px 13px 45px;
  background-image: url(/img/log-in-icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}
.header__sign-up {
  background-image: url(/img/sign-up-icon.png);
  background-repeat: no-repeat;
  background-position: 17px center;
}
.header__bottom {
  background: #306755;
}
.header__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__nav li {
  display: inline-block;
  margin-right: 13px;
}
.header__nav li:last-of-type {
  margin-right: 0;
}
.header__nav li.active a,
.header__nav li:hover a {
  color: #dfd04a;
}
.header__nav li.active a:after,
.header__nav li:hover a:after {
  display: block;
}
.header__nav a {
  position: relative;
  display: inline-block;
  padding: 16px 0 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.header__nav a:after {
  content: "";
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #dfd04a;
}

.mobile-menu {
  display: none;
}

/* // */
/* Begin banner */
.home-banner {
  padding: 46px 0 0;
  text-align: center;
}
.home-banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-banner__image {
  -webkit-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%;
  text-align: right;
}
.home-banner__text {
  -webkit-flex-basis: 83%;
  -ms-flex-preferred-size: 83%;
  flex-basis: 83%;
  max-width: 83%;
  margin-top: -15px;
  padding-left: 57px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 23px;
  text-align: left;
}

/* // */
/* Begin reasons */
.reasons {
  padding: 24px 0 20px;
  text-align: center;
}
.reasons__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  letter-spacing: 0.2px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.reasons__btn {
  vertical-align: middle;
  padding: 12px 33px 14px 30px;
  margin-top: -5px;
}

/* // */
/* Begin list */
.list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list_num {
  padding: 0;
  margin: 0;
}

.list li {
  margin-bottom: 24px;
  padding-left: 22px;
  background: url(/img/list-style-icon.png) no-repeat 1px 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.list_num li {
  margin-bottom: 24px;
  margin-left: 24px;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

/* // */
/* Begin home list */
.home-list {
  padding: 22px 0 82px;
}

/* // */
/* Begin payments */
.payments {
  padding: 25px 20px 35px 29px;
  background: #f5f5f5;
}
.payments__title {
  margin-bottom: 19px;
  padding-left: 24px;
  background: url(/img/payment-icon.png) no-repeat -2px 1px;
  font-size: 17px;
  font-weight: 600;
  color: #306755;
}
.payments__item {
  margin-bottom: 23px;
}
.payments__item:last-child {
  margin-bottom: 0;
}
.payments__date {
  padding-left: 18px;
  background: url(/img/calendar-icon.png) no-repeat -1px 2px;
  font-size: 13px;
  font-weight: 600;
  color: #306755;
}
.payments__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

/* // */
/* Begin footer */
.footer {
  padding: 0 0 20px;
  background: url(/img/footer-bg.jpg) no-repeat top left;
  -webkit-background-size: cover;
  background-size: cover;
}
.footer__top {
  background: url(/img/footer-nav-bg.png) no-repeat top right;
  -webkit-background-size: cover;
  background-size: cover;
}
.footer__nav {
  text-align: right;
}
.footer__nav ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__nav li {
  display: inline-block;
  margin-right: 21px;
}
.footer__nav li:last-of-type {
  margin-right: 0;
}
.footer__nav li:hover a {
  color: #dfd04a;
}
.footer__nav a {
  position: relative;
  display: inline-block;
  padding: 18px 0 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.footer__logo {
  display: block;
  margin-bottom: -4px;
}
.footer__copyright {
  padding-left: 7px;
  font-size: 10px;
  font-weight: 300;
  color: #a5a5a5;
}
.footer__spam {
  padding-top: 23px;
  padding-left: 63px;
  background: url(/img/spam-icon.png) no-repeat 4px 30px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #909090;
}
.footer__links {
  padding-top: 30px;
  text-align: right;
}
.footer__links a {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #8f8f8f;
}

/* // */
/* Begin account menu */
.account-menu {
  padding: 42px 0 20px;
  text-align: center;
}
.account-menu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.account-menu li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.account-menu li:last-child {
  margin-right: 0;
}
.account-menu li:last-child:after {
  display: none;
}
.account-menu li.active {
  font-weight: 800;
  text-decoration: underline;
}
.account-menu li:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -15px;
  width: 2px;
  height: 14px;
  background: #306755;
}
.account-menu a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #306755;
}

/* // */
/* Begin account */
.account {
  padding: 36px 0 70px;
}
.account__title {
  margin-bottom: 47px;
}
.account__info {
  margin-bottom: 42px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.account__info_green {
  color: #306755;
}
.account__subtitle {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.account__subtitle a {
  text-decoration: none;
  color: #282828;
}
.account__subtitle a:hover {
  text-decoration: underline;
}
.account-balance {
  margin-bottom: 77px;
  text-align: center;
}
.account-balance__title {
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 400;
}
.account-balance__update {
  margin-bottom: 34px;
  font-size: 15px;
  font-weight: 400;
}
.account-balance__form {
  width: 100%;
  max-width: 525px;
  margin: auto;
  text-align: left;
}
.account-balance__label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}
.account-balance .dropdown {
  float: left;
  width: 362px;
  margin-right: 47px;
}
.account-balance .btn {
  padding: 12px 32px 13px 32px;
  text-transform: none;
}

.transactions {
  width: 100%;
  max-width: 750px;
  background: #f8f7ea;
  padding: 48px 80px 48px 80px;
  margin: 0 auto 30px;
}
.transactions__title {
  margin-bottom: 47px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #306755;
}
.transactions__subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #306755;
}

.transactions__level {
  margin-bottom: 50px;
}
.transactions__level:last-child {
  margin-bottom: 0;
}
.transactions__item {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}
.transactions__item_personal {
  margin-bottom: 0;
  padding-top: 30px;
}
.transactions__item .unavailable {
  color: #000;
}
.transactions__item .payable {
  color: #0033ff;
}
.transactions__item .ordered {
  color: #009966;
}
.transactions__item .paid {
  color: #999999;
}
.transactions__item .reversed {
  color: red;
}
.transactions__name {
  float: left;
}
.transactions__name a {
  text-decoration: none;
  color: #336666;
}
.transactions__name a:hover {
  text-decoration: underline;
}
.transactions__sum {
  float: right;
  padding-right: 5px;
  text-align: right;
}
.transactions__sum div {
  margin-bottom: 5px;
}
.transactions__sum div:last-child {
  margin-bottom: 0;
}

.paybutton__wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.statistics {
  width: 100%;
  max-width: 750px;
  background: #f8f7ea;
  padding: 48px 80px 48px 80px;
  margin: auto;
}
.statistics__title {
  margin-bottom: 47px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #306755;
}
.statistics__item {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}
.statistics__period {
  float: left;
  width: 33.3333333%;
  text-align: left;
}
.statistics__clicks {
  float: left;
  width: 33.3333333%;
  text-align: center;
}
.statistics__points {
  float: left;
  width: 33.3333333%;
  text-align: center;
}
.statistics__detail__item {
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 400;
}
.statistics__detail__period {
  float: left;
  width: 20%;
  text-align: left;
}
.statistics__detail__offer {
  padding-left: 10px;
  float: left;
  width: 60%;
  text-align: left;
}
.statistics__detail__amount {
  float: left;
  width: 20%;
  text-align: right;
}
.statistics__ref__item {
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 400;
}
.statistics__ref__period {
  float: left;
  width: 20%;
  text-align: left;
}
.statistics__ref__offer {
  padding-left: 10px;
  float: left;
  width: 50%;
  text-align: left;
}
.statistics__ref__refid {
  float: left;
  width: 10%;
  text-align: left;
}
.statistics__ref__amount {
  float: left;
  width: 20%;
  text-align: right;
}
.statistics__detail__item .unavailable {
  color: #000;
}
.statistics__detail__item .payable {
  color: #0033ff;
}
.statistics__detail__item .ordered {
  color: #009966;
}
.statistics__detail__item .paid {
  color: #999999;
}
.statistics__detail__item .reversed {
  color: red;
}
.statistics__ref__item .unavailable {
  color: #000;
}
.statistics__ref__item .payable {
  color: #0033ff;
}
.statistics__ref__item .ordered {
  color: #009966;
}
.statistics__ref__item .paid {
  color: #999999;
}
.statistics__ref__item .reversed {
  color: red;
}

/* // */
/* Begin advertisers */
.advertisers {
  padding: 80px 0 70px;
}
.advertisers__title {
  margin-bottom: 65px;
}
.advertisers__subtitle {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.advertisers__content {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.advertisers .input-field {
  margin-bottom: 25px;
}
.advertisers .input-checkbox {
  margin-bottom: 21px;
  text-align: center;
}
.advertisers__step.hidden {
  display: none;
}
.advertisers__form {
  margin-bottom: 37px;
}
.advertisers__form .btn {
  text-transform: none;
}
.advertisers__form-controls {
  padding: 78px 0 0;
  text-align: center;
}
.advertisers__form-enter {
  margin-bottom: 13px;
  padding: 12px 86px 13px 89px;
}
.advertisers__form-submit {
  margin-right: 20px;
  padding: 12px 15px 13px 15px;
}
.advertisers__form-clear {
  padding: 12px 15px 13px 15px;
}
.advertisers__form-forgot-password {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: #dfd04a;
}
.advertisers__form-forgot-password:hover {
  text-decoration: underline;
}
.advertisers__menu {
  margin-bottom: 38px;
  background: #eeeeee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.advertisers__menu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.advertisers__menu li {
  display: inline-block;
  margin-right: 33px;
}
.advertisers__menu li:last-of-type {
  margin-right: 0;
}
.advertisers__menu li.active a {
  color: #dfd04a;
}
.advertisers__menu a {
  display: inline-block;
  padding: 13px 0 13px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #282828;
}
.advertisers__description h1,
.advertisers__description h2,
.advertisers__description h3,
.advertisers__description h4,
.advertisers__description h5,
.advertisers__description h6 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.advertisers__description p {
  margin-bottom: 25px;
}
.advertisers__description a {
  font-size: 15px;
  font-weight: 600;
  color: #dfd04a;
}

/* // */
/* Begin contact us */
.contact-us {
  padding: 80px 0 70px;
}
.contact-us__title {
  margin-bottom: 32px;
}
.contact-us__email {
  margin-bottom: 36px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.contact-us__email a {
  font-weight: 700;
  color: #dfd04a;
}

/* // */
/* Begin accordion */
.accordion {
  position: relative;
  margin-bottom: 11px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion:after {
  position: absolute;
  top: 0;
  right: 15px;
  content: "\002B";
  font-size: 40px;
  color: #535b5d;
}
.accordion.active:after {
  content: "\2212";
}
.accordion__title {
  padding: 15px 40px 15px 15px;
  background: #f4f4f4;
  font-size: 15px;
  font-weight: 700;
  color: #306755;
  cursor: pointer;
}
.accordion__content {
  display: none;
}
.accordion__content p {
  margin: 17px 0 32px;
}
.accordion__content a {
  font-weight: 600;
  color: #dfd04a;
}
.accordion.active .accordion__content {
  display: block;
}
.search_offer.active {
  display: block;
}

/* // */
/* Begin faq */
.faq {
  padding: 80px 0 90px;
}
.faq__title {
  margin-bottom: 20px;
}
.faq .payments {
  margin-top: 34px;
}

/* // */
/* Begin help */
.help {
  padding: 38px 0 70px;
}
.help__title {
  margin-bottom: 55px;
}
.help__content {
  width: 100%;
  max-width: 935px;
  margin: auto;
}
.help__content h1,
.help__content h2,
.help__content h3,
.help__content h4,
.help__content h5,
.help__content h6 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #306755;
}
.help__content .list {
  margin-bottom: 73px;
}
.help__content .list li {
  margin-bottom: 15px;
  padding-left: 37px;
}
.help__content p {
  margin-bottom: 50px;
}
.help__content img {
  margin-bottom: 50px;
}

/* // */
/* Begin hot offers*/
.hot-offers {
  padding: 36px 0 57px;
}
.hot-offers__title {
  margin-bottom: 42px;
}
.hot-offers__subtitle {
  line-height: 22px;
  text-align: center;
}
.hot-offers__subtitle_red {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 15px;
  font-weight: 400;
  color: #a40000;
}
.hot-offers__subtitle_green {
  margin-bottom: 33px;
  font-size: 16px;
  font-weight: 700;
  color: #306755;
}
.hot-offers__info {
  margin-bottom: 43px;
  text-align: center;
}
.hot-offers__content {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.hot-offers__form {
  margin-bottom: 60px;
}
.hot-offers__form .input-field {
  margin-bottom: 28px;
}
.hot-offers__submit {
  margin-top: 9px;
  padding: 12px 47px 13px 47px;
  text-transform: none;
}
.hot-offers__list {
  margin-bottom: 125px;
}
.hot-offers__list-item {
  margin-bottom: 30px;
  padding: 21px 40px 19px 27px;
  background: #f5f5f5;
}
.hot-offers__list-image {
  float: left;
  width: 18%;
  padding-top: 5px;
}
.hot-offers__list-image img {
  width: 120px;
  height: 60px;
}
.hot-offers__list-description {
  float: left;
  width: 82%;
  padding-left: 18px;
}
.hot-offers__list-title {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.hot-offers__list-title a {
  color: #306755;
}
.hot-offers__list-text {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.hot-offers__list-text strong {
  font-weight: 700;
  color: #a5992d;
}
.hot-offers__list-detail {
  padding: 14px 0 0;
}
.hot-offers__list-price {
  float: left;
  width: 29%;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.hot-offers__list-link {
  float: left;
  width: 31%;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #ab2525;
}
.hot-offers__list-link:hover {
  text-decoration: underline;
}
.hot-offers__list-period {
  float: left;
  width: 40%;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #306755;
}
.hot-offers__info-links p {
  margin-bottom: 24px;
}
.hot-offers__info-links a {
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  color: #dfd04a;
}

/* // */
/* Begin log in */
.log-in {
  padding: 80px 0 80px;
}
.log-in__title {
  margin-bottom: 65px;
}
.log-in__form {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.log-in__form .input-field {
  margin-bottom: 27px;
}
.log-in__form-enter {
  margin-bottom: 10px;
  padding: 10px 85px 13px 85px;
  text-transform: none;
}
.log-in__form-forgot-password {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: #dfd04a;
}
.log-in__form-forgot-password:hover {
  text-decoration: underline;
}

/* // */
/* Begin members area */
.members-area {
  padding: 80px 0 43px;
}
.members-area__title {
  margin-bottom: 39px;
}
.members-area__title.mobile-only {
  text-decoration: underline;
}
.members-area__content {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.members-area__earn {
  margin-bottom: 64px;
  padding: 34px 70px 12px 70px;
  background: #f5f5f5;
  text-align: center;
}
.members-area__earn-title {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.members-area__earn-text {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.members-area__earn-text strong {
  font-weight: 700;
  color: #a5992d;
}
.members-area__list {
  margin-bottom: 60px;
  border-bottom: 4px solid #ebebeb;
}
.members-area__item-wrap:nth-child(odd) .members-area__item {
  padding-right: 0px;
}
.members-area__item-wrap:nth-child(even) .members-area__item {
  padding-left: 0px;
}
.members-area__item {
  display: flex;
}
img.members-icon {
  min-width: 71px;
  margin-right: 20px;
}
.members-area__item {
  margin-bottom: 69px;
}
.members-area__name {
  display: block;
  margin-bottom: 19px;
  padding-left: 27px;
  background: url(/img/members-area-name-arrow.png) no-repeat 0 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #306755;
}
.members-area__info p {
  margin-bottom: 24px;
}
.members-area__info a {
  font-size: 15px;
  font-weight: 600;
  color: #dfd04a;
}

/* // */
/* Begin mobile offers*/
.mobile-offers {
  padding: 36px 0 127px;
}
.mobile-offers__title {
  margin-bottom: 42px;
}
.mobile-offers__subtitle {
  line-height: 22px;
  text-align: center;
}
.mobile-offers__subtitle_red {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 15px;
  font-weight: 400;
  color: #a40000;
}
.mobile-offers__subtitle_green {
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 700;
  color: #306755;
}
.mobile-offers__content {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.mobile-offers__form {
  margin-bottom: 50px;
}
.mobile-offers__form .input-field {
  margin-bottom: 28px;
}
.mobile-offers__submit {
  margin-top: 9px;
  padding: 12px 47px 13px 47px;
  text-transform: none;
}
.mobile-offers__list {
  margin-bottom: 125px;
}
.mobile-offers__list-item {
  margin-bottom: 30px;
  padding: 21px 40px 19px 27px;
  background: #f5f5f5;
}
.mobile-offers__list-image {
  float: left;
  width: 18%;
  padding-top: 5px;
}
.mobile-offers__list-image img {
  width: 120px;
  height: 60px;
}
.mobile-offers__list-description {
  float: left;
  width: 82%;
  padding-left: 18px;
}
.mobile-offers__list-title {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.mobile-offers__list-text {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.mobile-offers__list-text strong {
  font-weight: 700;
  color: #a5992d;
}
.mobile-offers__list-detail {
  padding: 14px 0 0;
}
.mobile-offers__list-price {
  float: left;
  width: 29%;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.mobile-offers__list-link {
  float: left;
  width: 31%;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #ab2525;
}
.mobile-offers__list-link:hover {
  text-decoration: underline;
}
.mobile-offers__list-period {
  float: left;
  width: 40%;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #306755;
}
.mobile-offers__info-links p {
  margin-bottom: 24px;
}
.mobile-offers__info-links a {
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  color: #dfd04a;
}

.single-pagination {
  position: relative;
  bottom: -10px;
}
.single-pagination__item {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  color: #282828;
  text-decoration: none;
}
.single-pagination_prev {
  left: 0;
  padding-left: 50px;
  background: url(/img/earn-slider-prev.png) no-repeat left center;
}
.single-pagination_next {
  right: 0;
  padding-right: 40px;
  background: url(/img/earn-slider-next.png) no-repeat right center;
}

/* // */
/* Begin offer walls */
.offer-walls {
  padding: 37px 0 0;
}
.offer-walls__title {
  margin-bottom: 52px;
}
.offer-walls__item {
  display: block;
  margin-bottom: 25px;
  background: #f5f5f5;
  padding: 30px 15px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #acacac;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offer-walls__item.active,
.offer-walls__item:hover {
  background: #e1e8e6;
  color: #306755;
}

.tabs__content-item {
  display: none;
}
.tabs__content-item.active {
  display: block;
}

/* // */
/* Begin offers wall */
.offers-wall {
  padding: 32px 0 70px;
}
.offers-wall__support {
  margin-bottom: 55px;
}
.offers-wall__support-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 47px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.offers-wall__support-btn {
  padding: 11px 40px 13px 40px;
  vertical-align: middle;
  text-transform: none;
}
.offers-wall__filter {
  margin-bottom: 75px;
}
.offers-wall__filter .dropdown {
  max-width: 265px;
}
.offers-wall__offers {
  margin-bottom: 48px;
}
.offers-wall__offers-item {
  display: block;
  margin-bottom: 30px;
  background: #f6f4e2;
  padding: 40px 15px 40px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #929292;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offers-wall__offers-item:hover {
  background: #cdcbba;
  color: #fff;
}

.powered-by__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.powered-by__logo {
  display: inline-block;
  vertical-align: middle;
}

/* // */
/* Begin offers daddy */
.offers-daddy {
  padding: 18px 0 55px;
}
.offers-daddy__content {
  width: 100%;
  max-width: 945px;
  margin: auto;
}
.offers-daddy__nav {
  margin-bottom: 45px;
  padding: 0 50px 0 46px;
  background: #306755;
}
.offers-daddy__menu {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offers-daddy__menu li {
  display: inline-block;
  margin-right: 65px;
  padding-left: 37px;
}
.offers-daddy__menu li:last-child {
  margin-right: 0;
}
.offers-daddy__menu_offers {
  background: url(/img/monitor-icon.png) no-repeat 0 center;
}
.offers-daddy__menu_mobile {
  background: url(/img/smartphone-icon.png) no-repeat 0 center;
}
.offers-daddy__menu_surveys {
  background: url(/img/note-icon.png) no-repeat 0 center;
}
.offers-daddy__menu_newes {
  background: url(/img/new-copy-icon.png) no-repeat 0 center;
}
.offers-daddy__menu a {
  display: inline-block;
  padding: 16px 0 13px;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.offers-daddy__account {
  float: right;
}
.offers-daddy__account a {
  display: inline-block;
  padding: 16px 0 13px;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.offers-daddy__offers {
  margin-bottom: 111px;
}
.offers-daddy__offers-item {
  margin-bottom: 35px;
  padding: 17px 20px 17px 20px;
  background: #f8f7ea;
}
.offers-daddy__offers-item:last-child {
  margin-bottom: 0;
}
.offers-daddy__offers-image {
  float: left;
  width: 20%;
}
.offers-daddy__offers-description {
  float: left;
  width: 57%;
  padding-left: 22px;
}
.offers-daddy__offers-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.offers-daddy__offers-category {
  margin-bottom: 12px;
  padding: 5px 0 5px 38px;
  font-size: 14px;
  font-weight: 500;
  color: #306755;
}
.offers-daddy__offers-category_offers {
  background: url(/img/monitor-green-icon.png) no-repeat left center;
}
.offers-daddy__offers-category_mobile {
  background: url(/img/smartphone-green-icon.png) no-repeat left center;
}
.offers-daddy__offers-category_surveys {
  background: url(/img/note-green-icon.png) no-repeat left center;
}
.offers-daddy__offers-category_newes {
  background: url(/img/new-copy-green-icon.png) no-repeat left center;
}
.offers-daddy__offers-text {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.offers-daddy__offers-requirement {
  font-size: 14px;
  font-weight: 700;
}
.offers-daddy__offers-detail {
  float: left;
  width: 23%;
  padding-top: 20px;
  text-align: center;
}
.offers-daddy__offers-price {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #306755;
}
.offers-daddy__offers-btn {
  padding: 16px 18px 16px 18px;
  font-size: 13px;
}

/* // */
/* Begin offers pollfish */
.offers-pollfish {
  padding: 43px 0 50px;
}
.offers-pollfish__content p {
  font-weight: 500;
  color: #306755;
}
.offers-pollfish__content p strong {
  font-weight: 700;
}

/* // */
/* Begin offers revenue */
.offers-revenue {
  padding: 44px 0 70px;
}
.offers-revenue__form {
  width: 100%;
  max-width: 555px;
  margin: auto;
}
.offers-revenue__form-info {
  margin-bottom: 37px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #a40000;
}
.offers-revenue .input-field {
  margin-bottom: 20px;
}
.offers-revenue .input-select {
  margin-bottom: 37px;
}
.offers-revenue .input-checkbox {
  margin-bottom: 37px;
}
.offers-revenue .btn {
  padding: 10px 32px 13px 43px;
  text-transform: none;
}

/* // */
/* Begin paid tasks */
.paid-tasks {
  padding: 36px 0 57px;
}
.paid-tasks__title {
  margin-bottom: 42px;
}
.paid-tasks__subtitle {
  line-height: 22px;
  text-align: center;
}
.paid-tasks__subtitle_red {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 15px;
  font-weight: 400;
  color: #a40000;
}
.paid-tasks__subtitle_green {
  margin-bottom: 33px;
  font-size: 16px;
  font-weight: 700;
  color: #306755;
}
.paid-tasks__info {
  margin-bottom: 43px;
  text-align: center;
}
.paid-tasks__content {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.paid-tasks__form {
  margin-bottom: 60px;
}
.paid-tasks__form .input-field {
  margin-bottom: 28px;
}
.paid-tasks__submit {
  margin-top: 9px;
  padding: 12px 47px 13px 47px;
  text-transform: none;
}
.paid-tasks__list {
  margin-bottom: 120px;
}
.paid-tasks__list-item {
  margin-bottom: 30px;
  padding: 34px 100px 30px 100px;
  background: #f5f5f5;
  text-align: center;
}
.paid-tasks__list-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.paid-tasks__list-text {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.paid-tasks__list-text strong {
  font-weight: 700;
  color: #a5992d;
}
.paid-tasks__list-form {
  margin-bottom: 30px;
}
.paid-tasks__list-form input {
  float: left;
}
.paid-tasks__list-form .input {
  display: inline-block;
  width: 62%;
  margin-right: 17px;
  height: 32px;
  padding: 0 15px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.paid-tasks__list-form .btn {
  padding: 8px 20px 8px 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.paid-tasks__list-link {
  float: left;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #ab2525;
}
.paid-tasks__list-link:hover {
  text-decoration: underline;
}
.paid-tasks__list-period {
  float: right;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #306755;
}
.paid-tasks__info-links p {
  margin-bottom: 24px;
}
.paid-tasks__info-links a {
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  color: #dfd04a;
}

/* // */
/* Begin rues */
.text-page {
  padding: 80px 0 30px;
}
.text-page__title {
  margin-bottom: 33px;
}
.text-page__content .list {
  margin-bottom: 30px;
}
.text-page__content .list li {
  margin-bottom: 9px;
  line-height: 20px;
}
.text-page__content h1,
.text-page__content h2,
.text-page__content h3,
.text-page__content h4,
.text-page__content h5,
.text-page__content h6 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #306755;
}
.text-page__content p {
  margin-bottom: 24px;
}
.text-page__content a {
  font-weight: 600;
  color: #dfd04a;
}
.text-page .payments {
  margin-top: 20px;
}

/* // */
/* Begin registration */
.registration {
  padding: 80px 0 80px;
}
.registration__title {
  margin-bottom: 53px;
}
.registration__content {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.registration__form-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.registration__form .input-field {
  margin-bottom: 25px;
}
.registration__form .input-checkbox {
  margin-bottom: 25px;
}
.registration__form .input-checkbox_center {
  margin-bottom: 33px;
}
.registration__step {
  border-bottom: 4px solid #ebebeb;
}
.registration__step:last-child {
  border-bottom: none;
}
.registration__step_1 {
  padding-bottom: 20px;
}
.registration__step_2 {
  padding-top: 34px;
  padding-bottom: 18px;
}
.registration__step_3 {
  padding-top: 30px;
}
.registration__step_3 .input-checkbox {
  margin-bottom: 18px;
}
.registration__wrap {
  width: 100%;
  max-width: 780px;
  margin: auto;
}
.registration .checkbox-group {
  padding-top: 23px;
}
.registration .checkbox-group__title {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.registration .checkbox-group .input-checkbox {
  margin-bottom: 10px;
}
.registration__controls-submit {
  margin-right: 16px;
  padding: 12px 23px 13px 26px;
  text-transform: none;
  letter-spacing: 0;
}
.registration__controls-clear {
  padding: 12px 15px 13px 20px;
  text-transform: none;
  letter-spacing: 0;
}

/* // */
/* Begin tutorials */
.tutorials {
  padding: 80px 0 80px;
}
.tutorials__title {
  margin-bottom: 36px;
}
.tutorials__list {
  width: 100%;
  max-width: 850px;
  margin: auto;
}
.tutorials__list iframe {
  max-width: 100%;
}
.tutorials__item {
  padding: 20px 20px 16px 20px;
  background: #efefef;
  text-align: center;
}
.tutorials__name {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}
.tutorials__link {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
  color: #dfd04a;
}
.tutorials__size {
  font-size: 12px;
  font-weight: 300;
}

/* // */
/* Begin visit cash */
.visit-cash {
  padding: 36px 0 57px;
}
.visit-cash__title {
  margin-bottom: 42px;
}
.visit-cash__subtitle {
  line-height: 22px;
  text-align: center;
}
.visit-cash__subtitle_red {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 15px;
  font-weight: 400;
  color: #a40000;
}
.visit-cash__subtitle_green {
  margin-bottom: 33px;
  font-size: 16px;
  font-weight: 700;
  color: #306755;
}
.visit-cash__info {
  margin-bottom: 43px;
  text-align: center;
}
.visit-cash__content {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.visit-cash__list {
  margin-bottom: 120px;
}
.visit-cash__list-item {
  margin-bottom: 30px;
  padding: 34px 70px 30px 70px;
  background: #f5f5f5;
  text-align: center;
}
.visit-cash__list-title {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #306755;
}
.visit-cash__list-text {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.visit-cash__list-text strong {
  font-weight: 700;
  color: #a5992d;
}
.visit-cash__list-detail {
  padding: 0 30px;
}
.visit-cash__list-link {
  float: left;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #ab2525;
}
.visit-cash__list-link:hover {
  text-decoration: underline;
}
.visit-cash__list-period {
  float: right;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #306755;
}
.visit-cash__info-links p {
  margin-bottom: 24px;
}
.visit-cash__info-links a {
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  color: #dfd04a;
}

/* Send PIN help */
.send-pin-wrapper {
  display: inline;
}
.send-pin-content {
  position: absolute;
  padding-top: 30px;
  max-width: 752px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px #000;
  overflow: hidden;
  display: none;
  z-index: 9999;
}
.send-pin-content ol {
  margin-left: 4.5rem;
  margin-bottom: 0;
}
.send-pin-question {
  cursor: pointer;
}
.send-pin-wrapper .send-pin-question:hover ~ .send-pin-content {
  display: block;
}

/* mobile classes */

.mobile-only {
  display: none;
  padding-top: 0.4rem;
}

/* // */
/* Begin media queries */
@media (max-width: 991px) {
  .mobile-only {
    display: block;
  }
}
@media (max-width: 1200px) {
  .header__title {
    font-size: 14px;
  }
  .footer__spam {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .paybutton__wrap {
    flex-direction: column;
  }
  .p-l-0 {
    padding-left: 15px;
  }
  .p-r-0 {
    padding-right: 15px;
  }
  .mobile-menu {
    display: block;
    position: relative;
    top: 3px;
    float: right;
    width: 35px;
    height: 25px;
  }
  .mobile-menu .mobile-menu__icon {
    width: 35px;
    height: 23px;
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 1;
  }
  .mobile-menu .mobile-menu__icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .mobile-menu .mobile-menu__icon span:nth-child(1) {
    top: 0;
  }
  .mobile-menu .mobile-menu__icon span:nth-child(2) {
    top: 9px;
    left: 0;
  }
  .mobile-menu .mobile-menu__icon span:nth-child(3) {
    top: 19px;
  }
  .mobile-menu .mobile-menu__icon.open span {
    background: #ffffff;
  }
  .mobile-menu .mobile-menu__icon.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .mobile-menu .mobile-menu__icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .mobile-menu .mobile-menu__icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .mobile-menu .mobile-menu__icon.open span:nth-child(2) {
    left: 10px;
    cursor: pointer;
  }
  .mobile-menu .mobile-menu__icon.open:hover {
    opacity: 0.5;
  }
  .header__bottom {
    padding: 15px 0;
  }
  .header__nav {
    display: none;
    padding-top: 30px;
  }
  .header__nav.opened {
    display: block;
  }
  .header__nav li {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .header__nav li.active a:after {
    display: none;
  }
  .header__nav a {
    display: block;
  }
  .account {
    padding: 36px 0 70px;
  }
  .footer {
    text-align: center;
  }
  .footer__nav {
    padding: 30px 0 30px;
  }
  .footer__nav ul {
    display: block;
  }
  .footer__nav li {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .footer__nav a {
    padding: 10px 0 10px;
  }
  .footer__bottom {
    padding-top: 30px;
  }
  .footer__copyright {
    margin-bottom: 30px;
  }
  .footer__spam {
    padding-left: 0;
    padding-top: 63px;
    background-position: top center;
  }
  .footer__links {
    text-align: center;
  }
  .faq {
    padding: 80px 0 70px;
  }
  .help {
    padding: 38px 0 0;
  }
  .hot-offers .input-field input {
    margin-bottom: 15px;
  }
  .hot-offers__list-image {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .hot-offers__list-description {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .hot-offers__list-title {
    text-align: center;
  }
  .hot-offers__list-text {
    text-align: center;
  }
  .hot-offers__list-price {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .hot-offers__list-link {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .hot-offers__list-period {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .home-banner {
    text-align: center;
  }
  .home-banner__image {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .home-banner__text {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .home-banner__text br {
    display: none;
  }
  .reasons {
    padding: 40px 0 20px;
  }
  .reasons__title {
    margin-bottom: 20px;
  }
  .members-area__item-wrap:nth-child(odd) .members-area__item {
    padding-right: 0;
  }
  .members-area__item-wrap:nth-child(even) .members-area__item {
    padding-left: 0;
  }
  .members-area__item {
    margin-bottom: 40px;
  }
  .mobile-offers {
    padding: 36px 0 70px;
  }
  .mobile-offers .input-field input {
    margin-bottom: 15px;
  }
  .mobile-offers__list-image {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .mobile-offers__list-description {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .mobile-offers__list-title {
    text-align: center;
  }
  .mobile-offers__list-text {
    text-align: center;
  }
  .mobile-offers__list-price {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .mobile-offers__list-link {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .mobile-offers__list-period {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .offer-walls__item {
    margin-bottom: 30px;
  }
  .offers-daddy__menu {
    float: none;
  }
  .offers-daddy__menu li {
    display: block;
    margin-right: 0;
  }
  .offers-daddy__account {
    float: none;
  }
  .offers-daddy__offers-image {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .offers-daddy__offers-description {
    float: none;
    width: 100%;
    text-align: center;
  }
  .offers-daddy__offers-title {
    display: block;
  }
  .offers-daddy__offers-category {
    display: inline-block;
  }
  .offers-daddy__offers-text {
    display: block;
  }
  .offers-daddy__offers-detail {
    float: none;
    width: 100%;
  }
  .paid-tasks .input-field input {
    margin-bottom: 15px;
  }
  .paid-tasks__list-item {
    padding: 34px 30px 30px 30px;
  }
  .paid-tasks__list-form .input {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .paid-tasks__list-form .btn {
    float: none;
    width: 100%;
  }
  .paid-tasks__list-link {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
  }
  .paid-tasks__list-period {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .tutorials {
    padding: 80px 0 40px;
  }
  .tutorials__item {
    margin-bottom: 30px;
  }
  .visit-cash__list-item {
    padding: 34px 30px 30px 30px;
  }
  .visit-cash__list-link {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
  }
  .visit-cash__list-period {
    float: none;
    display: inline-block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header {
    text-align: center;
  }
  .header__account {
    text-align: center;
  }
  .account-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account-balance .dropdown {
    width: 100%;
    margin-bottom: 15px;
  }
  .account-balance .btn {
    display: block;
    width: 100%;
  }
  .transactions {
    padding: 48px 30px 48px 30px;
  }
  .transactions__item {
    margin-bottom: 30px;
  }
  .transactions__item:last-child {
    margin-bottom: 0;
  }
  .transactions__name {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .transactions__sum {
    float: none;
    text-align: center;
  }
  .statistics {
    padding: 48px 30px 48px 30px;
  }
  .advertisers__menu li {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .header__account .btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header__account .btn:last-child {
    margin-bottom: 0;
  }
  .registration__controls-submit {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .registration__controls-clear {
    width: 100%;
  }
}

/* /custom styles/ */
section.hot-offers > div > div > div > div > div.accordion > div:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  top: 16px;
  background: url(/img/lupe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer__links {
  padding-top: 20px !important;
  text-align: right;
}
.statistics__detail__item {
  font-size: 12px !important;
  font-weight: 400;
}
section.account > div > div > div > h3 > span > a {
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  color: #ffffff;
  padding: 10px 20px;
  background: #306755;
  text-decoration: none !important;
  transition: 0.35s;
}
section.account > div > div > div > h3 > span > a:hover {
  color: #dfd04a;
  border-bottom: 3px solid #dfd04a;
}

.offer1 {
  margin-top: 490px;
}

.row .ads_row {
  margin: 0 -10px;
  margin-bottom: 20px;
}

.ads_row:before,
.ads_row:after {
  content: "";
  display: table;
  clear: both;
}

.ads_row .ads_column {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}

.ads_row .ads_column iframe {
  width: 100% !important;
}

.offer1 > div {
  position: relative;
  right: -30px;
}

@media screen and (max-width: 1300px) {
  .offer1 > div {
    position: relative;
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .mobnone {
    display: none;
  }
  .row .ads_row .ads_column {
    width: 100%;
  }
}

body .banner__mobile__link {
  display: none;
}

@media screen and (max-width: 480px) {
  .footer__links {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body .banner__mobile__link {
    display: block;
  }
  body .banner__pc__link {
    display: none;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body .banner__pc__link {
    display: none;
  }

  body .banner__mobile__link {
    display: block;
  }
  .footer__links {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

/* Modal window style */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

.payment_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(173, 173, 173, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  overflow: hidden;
  z-index: 9999;
}
.payment_modal__main {
  max-width: 752px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px #000;
  overflow: hidden;
}
.payment_modal__header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px;
}
.payment_modal__close {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgdmlld0JveD0iMCAwIDUwIDUwIiB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4Ij48cGF0aCBkPSJNIDkuMTU2MjUgNi4zMTI1IEwgNi4zMTI1IDkuMTU2MjUgTCAyMi4xNTYyNSAyNSBMIDYuMjE4NzUgNDAuOTY4NzUgTCA5LjAzMTI1IDQzLjc4MTI1IEwgMjUgMjcuODQzNzUgTCA0MC45Mzc1IDQzLjc4MTI1IEwgNDMuNzgxMjUgNDAuOTM3NSBMIDI3Ljg0Mzc1IDI1IEwgNDMuNjg3NSA5LjE1NjI1IEwgNDAuODQzNzUgNi4zMTI1IEwgMjUgMjIuMTU2MjUgWiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 28px;
}
.payment_modal__content {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 0 15px;
}
.payment_modal__footer {
  text-align: center;
  padding: 30px 0;
  background-color: #f3f3f3;
  border-top: 2px solid #d9d1d1;
}
.payment_modal__footer button {
  background: transparent;
  font-weight: 500;
  width: 150px;
  text-transform: uppercase;
  border: 1px solid #d9d1d1;
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
}

.left_video .title {
  font-size: 16px;
}
.left_video .tutorials__name {
  font-size: 11px;
}
