

/* Start:/local/templates/rs.scarlett/assets/css/base-reviews.css?176666641834883*/
/*@charset "UTF-8";*/

/*@font-face {*/
/*  font-family: "Museo Sans Cyrl";*/
/*  src: local("MuseoSansCyrl300"), url("/local/templates/rs.scarlett/assets/css/../fonts/MuseoSansCyrl300.woff2") format("woff2"), url("/local/templates/rs.scarlett/assets/css/../fonts/MuseoSansCyrl300.woff") format("woff");*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: "Museo Sans Cyrl";*/
/*  src: local("MuseoSansCyrl700"), url("/local/templates/rs.scarlett/assets/css/../fonts/MuseoSansCyrl700.woff2") format("woff2"), url("/local/templates/rs.scarlett/assets/css/../fonts/MuseoSansCyrl700.woff") format("woff");*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: "TT Prosto Sans";*/
/*  src: local("TT-Prosto-Sans-Trial-Bold"), url("/local/templates/rs.scarlett/assets/css/../fonts/TT-Prosto-Sans-Trial-Bold.woff2") format("woff2"), url("/local/templates/rs.scarlett/assets/css/../fonts/TT-Prosto-Sans-Trial-Bold.woff") format("woff");*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: "TT Prosto Sans";*/
/*  src: local("TT-Prosto-Sans-Trial-Light"), url("/local/templates/rs.scarlett/assets/css/../fonts/TT-Prosto-Sans-Trial-Light.woff2") format("woff2"), url("/local/templates/rs.scarlett/assets/css/../fonts/TT-Prosto-Sans-Trial-Light.woff") format("woff");*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

a {
  color: inherit;
}

* {
  min-width: 0;
}

body {
  color: #1B1B1B;
}

*::-moz-selection {
  background: #00C0D7;
  color: #fff;
}

*::selection {
  background: #00C0D7;
  color: #fff;
}

html {
  overflow-x: hidden;
}

img {
  pointer-events: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.page,
.header,
.footer {
  position: relative;
  z-index: 2;
}

.base-container {
  margin: 0 auto;
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
}

.header,
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page {
  padding-top: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.stroke {
  fill: none !important;
  color: #fff;
}

.page {
  background: #F1F1F2 !important;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  font-size: 16px;
  width: 100%;
  display: block;
  font-family: Museo-700, sans-serif;
  padding: 0 20px;
  height: 40px;
  cursor: pointer;
  color: #555A5A;
  background: rgba(0, 192, 215, 0.08);
  border-radius: 4px;
}

.input::-webkit-input-placeholder {
  color: #555A5A;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input::-moz-placeholder {
  color: #555A5A;
  font-size: 16px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input:-ms-input-placeholder {
  color: #555A5A;
  font-size: 16px;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input::-ms-input-placeholder {
  color: #555A5A;
  font-size: 16px;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input::placeholder {
  color: #555A5A;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input:focus::-webkit-input-placeholder {
  color: transparent !important;
  -webkit-transition: none;
  transition: none;
  font-size: 0 !important;
  text-shadow: none;
}

.input:focus::-moz-placeholder {
  color: transparent !important;
  -moz-transition: none;
  transition: none;
  font-size: 0 !important;
  text-shadow: none;
}

.input:focus:-ms-input-placeholder {
  color: transparent !important;
  -ms-transition: none;
  transition: none;
  font-size: 0 !important;
  text-shadow: none;
}

.input:focus::-ms-input-placeholder {
  color: transparent !important;
  -ms-transition: none;
  transition: none;
  font-size: 0 !important;
  text-shadow: none;
}

.input:focus::placeholder {
  color: transparent !important;
  -webkit-transition: none;
  transition: none;
  font-size: 0 !important;
  text-shadow: none;
}

textarea.input {
  resize: none;
  padding: 13px 16px;
  background-color: rgba(0, 192, 215, 0.08);
  min-height: 152px;
}

textarea.input::-webkit-input-placeholder {
  color: #555A5A;
}

textarea.input::-moz-placeholder {
  color: #555A5A;
}

textarea.input:-ms-input-placeholder {
  color: #555A5A;
}

textarea.input::-ms-input-placeholder {
  color: #555A5A;
}

textarea.input::placeholder {
  color: #555A5A;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox__input:checked + .checkbox__text:before {
  border: 2px solid #00C0D7;
}

.checkbox__input:checked + .checkbox__text a {
  color: #00C0D7 !important;
}

.checkbox__text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: -0.3px;
  line-height: 1.625;
  cursor: pointer;
  font-size: 14px;
  font-family: Museo-300, sans-serif;
}

.checkbox__text a {
  font-family: Museo-700, sans-serif;
  text-decoration: underline;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 2px solid #1B1B1B;
  background-color: #fff;
}

.checkbox__text:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 2px;
  background: url("/local/templates/rs.scarlett/assets/css/../img/base-reviews/tick.svg") center center/contain no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.base-select {
  display: block;
  width: 100%;
  position: relative;
}

.base-select option[disabled] {
  display: none;
}

.base-select__head {
  min-height: 40px;
  padding: 4px 20px 4px 20px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #555A5A;
  font-family: Museo-700, sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #EBFAFC;
  width: 100%;
  border-radius: 4px;
}

.base-select__head svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 12px;
  width: 12px;
  margin: 0 0 0 17px;
  fill: #555A5A;
}

.base-select__head.active svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.base-select__list {
  border: 1px solid #EBFAFC;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}

.base-select__item {
  padding: 15px 20px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #555A5A;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  cursor: pointer;
}

.page {
  padding-top: 16px;
}

.money-reviews-title {
  font-family: Museo-700, sans-serif;

  font-style: normal;
  line-height: 114%;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 32px;
  color: #1B1B1B !important;
}

@media (min-width: 991.98px) {
  .money-reviews-fund {
    padding-top: 105px !important;
  }
  /*.money-reviews-intro {*/
  /*  padding-top: 40px;*/
  /*}*/

}


.money-reviews-intro__content {
  padding: 40px;
}

.money-reviews-intro__body {
  border-radius: 24px;
  background: url("/local/templates/rs.scarlett/assets/css/../img/base-reviews/intro-bg.jpg") center center/cover no-repeat;
}

.money-reviews-intro__title {
  color: #fff;
  font-family: Museo-700, sans-serif;
  line-height: 160%;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.money-reviews-intro__title strong {
  font-size: 28px;
  /*font-family: Museo-700, sans-serif;*/
  text-transform: uppercase;

}

.money-reviews-intro__button {
  font-family: Museo-700, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  color: #00C0D7 !important;
  background: #fff;
  padding: 2px 20px;
  flex: 0 0 auto;
  text-decoration: none !important;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  border: 2px solid #fff;
}

.money-reviews-intro {
  margin-bottom: 24px;
  counter-reset: base-item;
  list-style: none;
}

/*.money-reviews-intro li {*/
/*  display: -webkit-inline-box;*/
/*  display: -ms-inline-flexbox;*/
/*  display: inline-flex;*/
/*  flex-direction: column;*/
/*}*/
.money-reviews-intro ol li {
  list-style: none !important;
  position: relative;
}
.money-reviews-intro li span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  font-family: Museo-300, sans-serif !important;
}
.money-reviews-intro ol li::before {
  content: counter(base-item) ". ";
  counter-increment: base-item;
  font-size: 16px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  line-height: 24px;
  margin-right: 17px;
  color: #fff;
  position: absolute;
  left: -17px;
  top: -3px;
}

.money-reviews-intro__image img {
  max-width: 100%;
  height: auto;
}

.money-reviews-intro__body li {
  margin-bottom: 24px;
}

.money-reviews-intro__body li:last-child {
  margin: 0;
}
.money-reviews-intro__body ol,
.money-reviews-intro__body ul {
  margin-bottom: 20px;
}
.money-reviews-intro__body li > div > div:first-child {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-family: Museo-700, sans-serif;
  line-height: 120%;
  margin-bottom: 8px;
}

.money-reviews-intro__content li  {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-family: Museo-400, sans-serif;
  line-height: 125%;
}
.money-reviews-intro__content li b {
  font-family: Museo-700, sans-serif;
  font-size: 20px;
  line-height: 1;
  display: block;
}
.money-reviews-intro__content p{
  margin-bottom: 12px;
  font-size: 12px;
  font-family: Museo-300, sans-serif;
  line-height: 1;
}
.money-reviews-intro__body {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  line-height: 20px;
}
.money-reviews-intro__body a {
  text-decoration: underline;
  color: #fff;
}
.money-reviews-fund {
  margin-bottom: 36px;
}

.money-reviews-fund__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -12px;
}

.money-reviews-fund__coin {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.money-reviews-fund__coin:nth-child(1) {
  left: 25%;
}

.money-reviews-fund__coin:nth-child(2) {
  left: 50%;
}

.money-reviews-fund__coin:nth-child(3) {
  left: 75%;
}

.money-reviews-fund__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 12px;
}

.money-reviews-fund__text {
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  line-height: 20px;
  max-width: 250px;
  margin: 0 auto;
}

.item-money-reviews-fund__body {
  border-radius: 24px;
  background: #fff;
  padding: 14px 16px;
}

.item-money-reviews-fund__price {
  color: #1B1B1B;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-family: Museo-700, sans-serif;
  line-height: 32px;
  /* 114.286% */
  text-transform: uppercase;
  margin-bottom: 4px;
}

.money-reviews-fund__item:nth-child(4) .item-money-reviews-fund__price {
  color: #BB7923;
}

.money-reviews-fund__item:nth-child(5) .item-money-reviews-fund__price {
  color: #B6B6B6;
}

.money-reviews-fund__item:nth-child(6) .item-money-reviews-fund__price {
  color: #CFB114;
}

.money-reviews-fund__item:nth-child(7) .item-money-reviews-fund__price {
  color: #00c0d7;
}

.item-money-reviews-fund__label {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  line-height: 20px;
  color: #929292;
  margin-bottom: 8px;
}

.item-money-reviews-fund__text {
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  line-height: 20px;
  color: #929292;
  margin-bottom: 8px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.item-money-reviews-fund__quantity {
  text-align: center;
  color: #18181A;
  font-size: 16px;
  font-style: normal;
  font-family: Museo-700, sans-serif;
  line-height: 16px;
}

.money-reviews-form {
  background: #FFF;
  padding: 64px 0;

}
@media (min-width: 991.98px) {
  .money-reviews-form {

    padding: 105px 0;

  }
}
@media (min-width: 991.98px) {
  .money-reviews-form {
    margin-bottom: 80px !important;
  }
}

.money-reviews-form__container {
  max-width: 636px;
  margin: 0 auto;
}

.money-reviews-form__input {
  position: relative;
  margin-bottom: 16px;
}

.money-reviews-form__input.base-error input {
  background: #FCEBEB;
}

.money-reviews-form__input .input_attention{
  margin-top: 10px;
  line-height: 1.625;
  display: block;
  font-size: 12px;
}

.money-reviews-form__tooltip {
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 10;
}

.money-reviews-form__tooltip .tooltip-money-reviews__icon svg {
  fill: #D60101;
}

.money-reviews-form__tooltip .tooltip-money-reviews__content {
  background: #fff !important;
}

.money-reviews-form__tooltip .tooltip-money-reviews__content::before {
  border: 6px solid transparent;
  border-bottom: 6px solid #fff !important;
}

.money-reviews-form__error {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  font-size: 13px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  line-height: 20px;
  color: #D70000;
}

.money-reviews-form__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 14px;
}

.money-reviews-form__file {
  margin-bottom: 6px;
}

.money-reviews-form__file:last-child {
  margin: 0;
}

.money-reviews-form__select {
  margin-bottom: 16px;
}

.money-reviews-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Museo-700, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  min-height: 40px;
  border-radius: 4px;
  background: #00C0D7;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.money-reviews-form__text {
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
  color: #1B1B1B;
}

.money-reviews-form__text strong {
  font-family: Museo-700, sans-serif;
}
.money-reviews-form__text a{
  text-decoration: underline;
}

.tooltip-money-reviews__body {
  position: relative;
}

.tooltip-money-reviews__icon svg {
  width: 24px;
  height: 24px;
  fill: #00C0D7;
}

.tooltip-money-reviews__content {
  position: absolute;
  background: #EBFAFC;
  z-index: 10;
  padding: 8px;
  white-space: nowrap;
  border-radius: 4px;
  right: 0;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tooltip-money-reviews__content.active {
  opacity: 1;
  visibility: visible;
}

.tooltip-money-reviews__content::before {
  content: "";
  position: absolute;
  /* Абсолютное позиционирование */
  border: 6px solid transparent;
  border-bottom: 6px solid #EBFAFC;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  right: 6px;
}

.photo-money-reviews-form input {
  display: none !important;
}

.photo-money-reviews-form__download svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
  height: 24px;
  fill: #5B5B5B;
}

.photo-money-reviews-form__title {
  color: #5B5B5B;
  font-family: Museo-700, sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.photo-money-reviews-form__label {
  font-size: 13px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 16px;
}

.photo-money-reviews-form__tooltip {
  z-index: 10;
  right: 6px;
  top: 6px;
  position: absolute;
}

.photo-money-reviews-form__body {
  position: relative;
  height: 100%;
  cursor: pointer;
  text-align: center;
  padding: 16px;
  border: 2px dashed rgba(27, 27, 27, 0.16);
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.photo-money-reviews-form__body.base-error {
  border-color: #D70000 !important;
}

.photo-money-reviews-form__body.base-error .photo-money-reviews-form__label {
  color: #D70000 !important;
}

.photo-money-reviews-form__body.empty_file {
  border-color: #D70000 !important;
}

.photo-money-reviews-form__body.empty_file .photo-money-reviews-form__title {
  color: #D70000 !important;
}

.file-money-reviews-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.file-money-reviews-form__icon {
  margin-right: 8px;
}

.file-money-reviews-form__icon svg {
  width: 24px;
  height: 24px;
  fill: #00C0D7;
}

.file-money-reviews-form__name {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 8px;
  color: #1B1B1B;
}

.file-money-reviews-form__trash svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
  height: 24px;
  fill: #D70000;
}

@media (min-width: 991.98px) {
  .money-reviews-brands {
    padding-top: 105px !important;
  }
}


.money-reviews-faq__item {
  background: #DEEDF0;
  margin-bottom: 16px;
  border-radius: 24px;
}

.money-reviews-faq__item:last-child {
  margin: 0;
}

.money-reviews-faq__label {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-style: normal;
  font-family: Museo-700, sans-serif;
  line-height: 20px;
  color: #1B1B1B;
  margin-right: 16px;
}
.money-reviews-faq__label.active {
  color: #5B5B5B !important;
}

.money-reviews-faq__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.money-reviews-faq__icon svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #5B5B5B;
}

.money-reviews-faq__icon svg:last-child {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.money-reviews-faq__button {
  border-radius: 16px;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Museo-700, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  min-height: 56px;
  padding: 16px 24px;
  background: #fff;
}

.money-reviews-faq__button.active svg:first-child {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.money-reviews-faq__button.active svg:last-child {
  width: 16px;
  height: 16px;
  opacity: 1;
  visibility: visible;
}

.money-reviews-faq__content {
  background: #DEEDF0;
  padding: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.money-reviews-faq__content p {
  font-size: 16px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  line-height: 24px;
  margin-bottom: 20px;
}

.money-reviews-faq__content p:last-child {
  margin: 0;
}

.money-reviews-faq__content li {
  font-size: 16px;
  font-style: normal;
  font-family: Museo-300, sans-serif;
  line-height: 24px;
  margin-bottom: 25px;
}

.money-reviews-faq__content li:last-child {
  margin: 0;
}

.money-reviews-faq__content li::before {
  content: "·";
  margin-right: 6px;
}


.money-reviews-brands{
  padding-bottom: 56px;
}

.money-reviews-brands__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  justify-content: center;
}

.money-reviews-brands__item {
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.item-money-reviews-brands__image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 100%;
  height: auto;
}

.item-money-reviews-brands__link {
  padding: 3px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 144px;
}

@media (min-width: 567.98px) {
  .money-reviews-form__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px 6px -12px;
    justify-content: center;
  }

  .photo-money-reviews-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding: 0 12px;
  }

  .photo-money-reviews-form__download {
    margin-bottom: 3px;
  }

  .photo-money-reviews-form__title {
    margin-bottom: 8px;
  }
}

@media (min-width: 767.98px) {
  .money-reviews-intro__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .money-reviews-intro__top {
    margin-bottom: 50px;
  }

  .item-money-reviews-brands__label {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .money-reviews-intro__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .money-reviews-intro__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .money-reviews-intro__body .money-reviews-intro {
    display: block !important;
  }

  .money-reviews-intro__top {
    margin-bottom: 80px;
  }

  .money-reviews-intro__title {
    margin-right: 20px;
  }

  .money-reviews-intro__list {
    display: none;
  }

  .money-reviews-intro__more {
    font-size: 16px;
    font-style: normal;
    font-family: Museo-700, sans-serif;
    line-height: 20px;
    color: #fff;
  }

  .money-reviews-intro__image {
    padding: 40px 40px 0 0;
  }

  .money-reviews-intro__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .money-reviews-fund__text {
    display: none;
  }

  .money-reviews-fund__item:nth-child(4) .item-money-reviews-fund__label {
    color: #BB7923;
  }

  .money-reviews-fund__item:nth-child(5) .item-money-reviews-fund__label {
    color: #B6B6B6;
  }

  .money-reviews-fund__item:nth-child(6) .item-money-reviews-fund__label {
    color: #CFB114;
  }

  .money-reviews-fund__item:nth-child(7) .item-money-reviews-fund__label {
    color: #00c0d7;
  }

  .money-reviews-brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }

  .item-money-reviews-brands__image img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
}

@media (max-width: 1870px) {
  .money-reviews-title {
    font-size: calc(24px + 4 * (100vw - 320px) / 1550);
  }

  .money-reviews-title {
    margin-bottom: calc(24px + 8 * (100vw - 320px) / 1550);
  }

  .money-reviews-intro {
    margin-bottom: calc(32px + 48 * (100vw - 320px) / 1550);
  }

  .money-reviews-form {
    margin-bottom: calc(32px + 48 * (100vw - 320px) / 1550);
  }

  .money-reviews-faq {
    margin-bottom: calc(32px + 48 * (100vw - 320px) / 1550);
  }

  .money-reviews-brands {
    padding-bottom: calc(56px + 64 * (100vw - 320px) / 1550);
  }
}
.page .jq-selectbox {
  display: none !important;
}
@media (max-width: 991.98px) {
  
  .money-reviews-intro__content li b {
    font-size: 16px;
  }
  /*.money-reviews-menu {
    display: none;
  }*/
  .money-reviews-intro__content {
    padding: 0 24px 24px 24px;
  }

  .money-reviews-intro__body {
    margin-bottom: 36px;
  }

  .money-reviews-intro__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .money-reviews-intro__body .money-reviews-intro__list {
    display: none !important;
  }

  .money-reviews-intro li::before {
    color: #00C0D7;
  }

  .money-reviews-intro__more {
    display: none;
  }

  .money-reviews-intro__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
  }

  .money-reviews-intro__image {
    margin-bottom: 16px;
  }

  .money-reviews-intro__body li {
    color: #00C0D7;
  }

  .money-reviews-intro__content li  {
    color: #fff;
  }

  .money-reviews-fund__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .money-reviews-fund__coin:nth-child(1) {
    display: none;
  }

  .money-reviews-fund__coin:nth-child(2) {
    display: none;
  }

  .money-reviews-fund__coin:nth-child(3) {
    left: 50%;
    top: 46.5%;
  }

  .money-reviews-fund__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 16px;
  }

  .item-money-reviews-fund__body {
    padding: 24px 16px;
  }

  .item-money-reviews-fund__label {
    margin-bottom: 16px;
  }

  .item-money-reviews-fund__text {
    display: none;
  }

  .item-money-reviews-fund__quantity {
    font-size: 13px;
  }

  .money-reviews-brands__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  .money-reviews-brands__item {
    margin-bottom: 16px;
    padding: 0 8px;
  }
}
.list-money-reviews-intro {
  display: none !important;
}
@media (max-width: 767.98px) {
  .money-reviews-intro__body {
    background: url("/local/templates/rs.scarlett/assets/css/../img/base-reviews/intro-bg-mobile.jpg") center center/cover no-repeat;
  }
  .money-reviews-intro__top {
    margin-bottom: 20px;
  }
  .money-reviews-intro li {
    color: #fff;
  }
  .money-reviews-intro__title strong {
    font-size: 20px;
  }

  .money-reviews-intro__title {
    text-align: center;
    font-size: 16px;
  }

  .money-reviews-intro__title {
    margin-bottom: 16px;
  }

  .money-reviews-intro__button {
    width: 100%;
  }

  .money-reviews-intro__image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .money-reviews-form {
    padding: 26px 0;
  }

  .item-money-reviews-brands__image {
    margin-bottom: 15px;
  }

  .item-money-reviews-brands__link {
    min-height: 116px;
  }

  .item-money-reviews-brands__label {
    font-size: 13px;
    font-style: normal;
    font-family: Museo-300, sans-serif;
    line-height: 16px;
    color: #5B5B5B;
    text-align: center;
  }

  .item-money-reviews-brands:nth-child(3) .item-money-reviews-brands__image {
    margin-bottom: 0;
  }
}

@media (max-width: 567.98px) {
  .checkbox__text br {
    display: none;
  }

  .money-reviews-form__photos {
    margin-bottom: 6px;
  }

  .money-reviews-form__photo {
    margin-bottom: 16px;
  }

  .money-reviews-form__photo:last-child {
    margin: 0;
  }

  .photo-money-reviews-form__download {
    margin-right: 8px;
  }

  .photo-money-reviews-form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
  }



  .photo-money-reviews-form__body {
    padding: 24px 10px;
  }

  .item-money-reviews-brands:nth-child(3) .item-money-reviews-brands__image img {
    max-width: 75px;
  }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
  .money-reviews-intro__image img {
    max-width: 60%;
  }
}

@media (any-hover: hover) {
  .input:hover::-webkit-input-placeholder {
    color: #1B1B1B;
  }

  .input:hover::-moz-placeholder {
    color: #1B1B1B;
  }

  .input:hover:-ms-input-placeholder {
    color: #1B1B1B;
  }

  .input:hover::-ms-input-placeholder {
    color: #1B1B1B;
  }

  .input:hover::placeholder {
    color: #1B1B1B;
  }

  .checkbox__text a:hover {
    text-decoration: none;
  }

  .base-select__head:hover {
    color: #1B1B1B;
  }

  .base-select__head:hover svg {
    fill: #1B1B1B;
  }

  .base-select__item:hover {
    color: #1B1B1B;
  }

  .money-reviews-intro__button:hover {
    background: transparent;
    color: #fff !important;
  }

  .money-reviews-intro__more:hover {
    text-decoration: underline;
  }

  .money-reviews-form__button:hover {
    background: #66D9E7;
  }

  .photo-money-reviews-form__body:hover .photo-money-reviews-form__title {
    color: #1B1B1B;
  }

  .photo-money-reviews-form__body:hover .photo-money-reviews-form__download svg {
    fill: #1B1B1B;
  }

  .file-money-reviews-form:hover .file-money-reviews-form__trash svg {
    opacity: 0.32;
  }

  .file-money-reviews-form:hover .file-money-reviews-form__name {
    opacity: 0.72;
  }

  .money-reviews-faq__button:hover svg {
    fill: #00C0D7;
  }

  .money-reviews-faq__button:hover .money-reviews-faq__label {
    color: #5B5B5B;
  }

  .item-money-reviews-brands__link:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

.base-select__list {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}
.money-reviews-form__input_other {
  display: none;
}
.money-reviews-form__input_other.active {
  display: block;
}

.base-modal {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(30, 30, 30, 0.67);
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  z-index: 999;

  padding: 15px;
}
.base-modal__content {
  text-align: left;
  height: auto;
  margin: auto;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 45px 40px;
  max-width: 660px;
  position: relative;
}
.base-modal__text {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}
.base-modal__subtext{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 120%;
  margin-top: 25px;
}
.base-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.base-modal__close {
  width: 24px;
  height: 24px;
}
.base-modal.active {
  opacity: 1;
  visibility: visible;
}
.money-reviews-form__agree{
  text-align: center;
  margin: 30px 0 30px;
}
.money-reviews-form__agree a{
  text-decoration: underline;
}

.money-reviews-intro__bottom {
  display: flex;
  justify-content: space-between;
}
.money-reviews-intro__more {
  margin-right: 15px;
  align-self: flex-end;
}

@media (min-width: 991.98px) {
  .money-reviews-faq,
  .money-reviews-intro {
    margin-bottom: 0 !important;
  }


}
.money-reviews-menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 70px;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  z-index: 999;
  background: hsla(0, 0%, 100%, .9);
}
.money-reviews-menu.active {
  top: 60px;
  opacity: 1;
  visibility: visible;
}
.money-reviews-menu__list {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.money-reviews-menu__list li {
  margin-right: 20px;
}
.money-reviews-menu__list li:last-child {
  margin-right: 0;
}
.money-reviews-menu__link {
  font-family: Museo-500, sans-serif;
}
.money-reviews-menu__link.active {
  color: #5fbfd3;
  font-family: Museo-700, sans-serif;
}
.photo-money-reviews-form__error {
  position: absolute;
  bottom: -2px;
  transform: translate(0, 100%);
  font-size: 10px;
  color: #ff0000;
  left: 0;
  width: calc(100% + 10px);
  text-align: left;
  display: none;
}
.photo-money-reviews-form__body.base-error .photo-money-reviews-form__error {
  display: inline-flex;
}
.verifycode-popup-form{
  text-align: center;
}
.verifycode-popup-form h2, .verifycode-popup-form h3 {
  margin: 2rem;
  font-weight: 300;
  line-height: 1.3;
}
.verifycode-popup-form .data-table {
  margin: auto;
  padding-bottom: 10px;
  width: 75%;
}
.verifycode-popup-form .data-table tr td{
  display: block;
  margin-bottom: 2rem;
}
.verifycode-popup-form input.field-text {
  border: 2px solid #9d9d9d82;
  padding: 0 20px;
  height: 50px;
  border-radius: 0;
  color: #9d9d9d;
  box-shadow: none;
  text-align: center;
}
.btn-verifycode{
  padding: 0 25px;
}

/* End */
/* /local/templates/rs.scarlett/assets/css/base-reviews.css?176666641834883 */
