html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 20px;
}

body {
  min-width: 320px;
  /* font: .7rem / 1.375 'Proxima Nova', Arial, sans-serif; */
  font: inherit;
  color: rgb(74, 74, 74);
  background: rgb(255, 255, 255);
  margin: 0;
}


::selection {
    background: rgb(251, 80, 57);
    color: #fff;
    text-shadow: none;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: 0 0 .625em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1875;
  padding: 0 20px;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
}

optgroup {
  font-weight: bold;
}

table {
  /* border-collapse: collapse; */
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after,
input[type="search"] {
  box-sizing: border-box;
}

@media only screen and (min-width:720px) {
  h1 {
    margin-bottom: .5em;
    font-size: 2.38rem;
    line-height: 1.2em;
  }
}

p {
    /* font: .8rem / 1.375 Arial, sans-serif; */
    color: rgb(74, 74, 74);
    padding: 0 10px;
}

p:first-child {
  margin-top: 0;
  color: rgb(74, 74, 74);
}

p:last-child {
  margin-bottom: 0;
}

.CP_wrap a, .CP_wrap a:hover {
    text-decoration: none;
    color: rgb(248, 81, 65);
}

a:hover {
    text-decoration: none;
}

select {
    width: 100%;
    height: 44px;
}

/* Нативный select — стиль формы пожертвования */
select.js-donation-select,
select.js-donation-currency {
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--RF-red);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    border: 1px solid var(--RF-red);
    border-radius: 4px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 40px 0 12px;
    cursor: pointer;
}
select.js-donation-select:focus,
select.js-donation-currency:focus {
    outline: none;
    border-color: rgb(215, 50, 30);
}
select.js-donation-select option,
select.js-donation-currency option {
    background: #fff;
    color: rgb(74, 74, 74);
    text-transform: none;
    font-weight: normal;
}

.form-label {
  display: block;
  margin-bottom: .3em;
  color: rgb(111, 112, 114);
  font-size: .9rem;
}

.form-input {
    height: 44px;
    border: 1px solid rgb(246, 246, 246);
    background: #eaeaea;
    padding: 0 25px;
    border-radius: 4px;
    width: 100%;
    font: .8rem / 1.375 Arial, sans-serif;
    color: rgb(74, 74, 74);
    font-size: .9rem;
    }
input.form-input.autocompletable-search {
    width: -webkit-fill-available;
    width: -moz-available;
    }
.form-input:focus, textarea .form-input:focus, .form_comments:focus {
    outline: 0;
    border-color: rgb(248, 81, 65);
    background: rgb(246, 246, 246);
}

.form-input:after {
  content: "*";
  color: red;
}

.form-checkbox {
  cursor: pointer;
  font-size: .75rem;
  line-height: 57px;
}

.form-checkbox-input {
  display: none;
}

.form-checkbox-label:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  margin-right: .5em;
  background: #eaeaea;
  vertical-align: middle;
  margin-top: -3px;
}

.form-checkbox-input:checked + .form-checkbox-label:before {
    background-image: radial-gradient(
    circle,
    rgb(248, 81, 65) 0%,
    rgb(248, 81, 65) 6px,
    rgb(247, 247, 247) 7px,
    rgb(247, 247, 247) 100%
    );
}
label.error {
  display: block;
  max-width: 230px;
  width: 100%;
  color: #f85141;
  font-size: 13px
} 

input.form-input.error {
   /* background-color: #e8dbe5; */
    -webkit-box-shadow: 0 0 5px 3px rgba(255,0,0,0.59) ;
    box-shadow: 0 0 5px 3px rgba(255,0,0,0.59) ;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
    }

.how-item {
  padding-top: 10px;
  padding-bottom: 0;
}

.report-data {
  display: none;
  background: rgb(255, 255, 255);
  position: relative;
}

.report-data:before {
  content: '';
  position: absolute;
  border: 16px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  margin-left: -44px;
  -webkit-transform: translateX(-485px);
  -ms-transform: translateX(-485px);
  transform: translateX(-485px);
}

.report-data {
  display: block;
}

.report-data:before {
  display: none;
  content: '';
  position: absolute;
  border: 16px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  margin-left: -44px;
  -webkit-transform: translateX(-485px);
  -ms-transform: translateX(-485px);
  transform: translateX(-485px);
}

.form_comments {
  height: 76px;
  border: 1px solid rgb(247, 247, 247);
  background: #eaeaea;
  padding: 0 25px;
  border-radius: 4px;
  width: 100%;
  resize: none;
}

.button {
  display: block;
  padding: 0 10px;
  height: 46px;
  border: 0;
  border-radius: 4px;
  /* font-size: .9rem; */
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(248, 81, 65);
  width: 100%;
  text-shadow: none;
  display: inline-block;
}
.button.is__gray {
  color: rgb(74, 74, 74) !important;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(106, 107, 109);
  width: 100%;
  outline: 0;
}

.button.is__gray[disabled] {
    background: rgb(234, 234, 234);
    border: 1px solid rgb(200, 200, 200);
    height: 46px;
    color: rgb(150, 150, 150) !important;
    width: auto;
    cursor: default;
    width: 100%;
}

button.button.is__price {
    color: rgb(255, 255, 255);
     width: 100%;
     outline: 0;
}
.button.is__price.is__gray { color: rgb(74, 74, 74); }
.button.is__price.is__gray.is__card:hover {
    background: var(--RF-red);
    color: rgb(255, 255, 255);
    border-color: var(--RF-red);
}

@media only screen and (min-width:720px) {
  .button {
    display: inline-block;
    padding: 0 30px;
    height: 46px;
    line-height: 44px;
    width: auto;
    width: 100%;
  }
}

.navgtr_table th,
td {
  /* border: 0.125em solid #333; */
  line-height: 1.3;
  padding: 0.50em;
  text-align: left;
  vertical-align: top;
}

.bottom_report th,
td {
  line-height: 1.3;
  padding: 0;
}

menu {
  list-style: none;
}

.holder_sso {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.form_container_sso {
  margin: 20px 0 20px;
}

@media only screen and (min-width:768px) {
  .form_container_sso {
    margin: 58px 50px 65px;
    padding: 50px;
  }
}

.form_margin_top_fix_sso {
  margin-top: 25px !important;
}

@media only screen and (min-width:1200px) {
  .form_margin_top_fix_sso {
    margin-top: 25px !important;
  }
}
.p-box {
    padding: 10px;
}

/* ======= Compact form: layout wrapper ======= */
.holder_CP_form_PP {
    max-width: 1200px;
    margin: 0 auto;
}
.CP_content {
    background: var(--RF-white);
    padding: 10px;
}
.CP_wrap {
    padding: 10px;
    background: var(--RF-black-haze);
}
@media only screen and (min-width: 450px) {
    .CP_wrap { padding: 40px; }
}

/* ======= Tab headers ======= */
.holder_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.holder_tabs > a {
    flex: 1;
    min-width: 160px;
    display: flex;
}
.tabs-switchers {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    background: rgb(255,255,255);
    margin: 0 auto;
}
.tabs-switcher-in {
    font-size: .6rem;
    line-height: 1.333;
    text-transform: uppercase;
    font-weight: bold;
}
.tab_title {
    color: var(--RF-red);
    font-size: .7rem;
    display: flex;
    align-items: center;
}

/* ======= Card tab ======= */
.tabs-switchers.card            { background: var(--RF-red); }
.tabs-switchers.card:hover      { background: rgb(239,70,50); }
.paycard_title.tab_title        { color: var(--RF-white); }
.paycard_title:before {
    content: '';
    background: var(--card-cloudpayments);
    background-repeat: no-repeat;
    height: 42px;
    width: 42px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.CP_mob_txt, .PS_mob_txt { font-size: .4rem; }

/* ======= Submit button full-width ======= */
.submit_redd_btn { width: 100%; }
.submit_redd_btn .button { width: 100%; cursor: pointer; }
