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;
}

.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);
    }
.selectric, .selectric-items {
    font-size: .8rem;
}

.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;
}

@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;
}
