/*----UNIVERSAL----*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

/* RESET */
/* ----------------------------------------- */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, ul, ol, li, form, p, filedset, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

input[type=submit], input[type=text], input[type=email], input[type=number], button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/* Global reset-RESET */
/* The below restores some sensible defaults */
b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

abbr[title], acronym[title] {
  text-decoration: none;
}

a img {
  border: none;
  display: block;
}

/* Gets rid of IE's blue borders */
.ui-datepicker {
  z-index: 9999 !important;
  position: absolute;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 10px;
}

html.freeze {
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  font-family: proxima-nova, sans-serif;
  color: #243a4d;
  -webkit-font-smoothing: antialiased;
}
body p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #243a4d;
  font-family: proxima-nova, sans-serif;
}

a {
  outline: none;
  text-decoration: underline;
  color: #243a4d;
}

a:hover {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.preload * {
  transition: none !important;
}

/* #Auto Grid 5000 v1.2
// 1.1 - Added max-width units
// 1.2 - Added one & two-third columns

Author: Danny Spencer & Anthony Jocelyn
================================================== */
/* Adjust these values */
/*--- Grid ---*/
.container {
  margin: 0 auto;
  padding: 0;
  max-width: 1030px;
  width: 100%;
}

.form_elem__wrap {
  padding-bottom: 20px;
}
.form_elem__label {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.form_elem__input input {
  display: block;
  width: 100%;
  height: 40px;
  border: solid 1px #ACACAC;
  padding: 0 10px;
  border-radius: 2px;
  outline: none;
  transition: all 200ms ease-in;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.0125em;
}
.form_elem__input--invalid input {
  border-color: red;
}
.form_elem__select {
  position: relative;
  display: block;
  z-index: 0;
}
.form_elem__select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/select-arr.svg?856843bc53a3537b75101caedb7d16af) no-repeat center center;
  width: 15.414px;
  height: 9.121px;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form_elem__select select {
  border: 1px solid #ACACAC;
  border-radius: 2px;
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.0125em;
  font-family: proxima-nova, sans-serif;
  position: relative;
  background: #fff;
  transition: all 200ms ease-in;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 5px 10px;
  height: 40px;
}
.form_elem__select--invalid select {
  border-color: #FF0000;
}
.form_elem__message {
  padding-top: 5px;
  text-align: right;
}
.form_elem__message p {
  color: #FF0000;
  font-size: 14px;
  line-height: 16px;
}

.fe_radios {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px;
  position: relative;
}
.fe_radios:before {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: solid 1px #FF0000;
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  pointer-events: none;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}
.fe_radios__item {
  position: relative;
  margin: 2.5px;
  width: calc(100% - 5px);
  display: flex;
}
.fe_radios__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.fe_radios__item--selected .fe_radios__label {
  background: #0390D7;
  color: #fff;
}
.fe_radios__item--selected .fe_radios__label:after {
  opacity: 1;
  visibility: visible;
}
.fe_radios__label {
  padding: 10px 40px 10px 15px;
  background: #E8E8E8;
  color: #3C3C3C;
  transition: all 200ms ease-in;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  border-radius: 4px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}
.fe_radios__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background: no-repeat center;
  background-image: url(/images/check.svg?46432d2343fe7ba8b4bbbca60cfed2f8);
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}
.fe_radios--error:before {
  opacity: 1;
  visibility: visible;
}
.fe_radios--two_col .fe_radios__item {
  width: calc(50% - 5px);
}

.btn {
  padding: 12px 15px;
  color: #3C3C3C;
  background: #E8E8E8;
  font-size: 14px;
  outline: none;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: block;
  border-radius: 2px;
  position: relative;
}
.btn__prev {
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 30px;
  text-align: left;
  width: 75px;
}
.btn__prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  background: no-repeat center;
  background-image: url(/images/arr-left-prev.svg?ceee93e2bf706eaac71893afc9c52589);
  background-size: 9.121px 15.414px;
  width: 9.121px;
  height: 15.414px;
}
.btn__next {
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 55px;
  flex-grow: 1;
  text-align: left;
  background: #021F35;
  color: #fff;
}
.btn__next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: no-repeat center;
  background-image: url(/images/arr-right-white.svg?2d0816a4905d6ac699c65260e96dcfd3);
  background-size: 30.413px 15.414px;
  width: 30.413px;
  height: 15.414px;
}
.btn--disabled, .btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.db_container__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 25px;
}
.db_container__right {
  position: relative;
  width: calc(60% - 30px);
  margin: 0 15px;
}

.db_nav {
  padding: 32px 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  border-radius: 9px;
}
.db_nav__wrap {
  display: flex;
}
.db_nav__item {
  flex-grow: 1;
  background: #DDD;
  height: 10px;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  position: relative;
}
.db_nav__item--active {
  background: #0290d7;
  color: #fff;
}
.db_nav__item--active .db_nav__step {
  opacity: 1;
  visibility: visible;
}
.db_nav__title {
  font-size: 16px;
}
.db_nav__step {
  background: #0390D7;
  text-align: center;
  width: 84px;
  height: 28px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.db_nav__step--step {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.0125em;
  color: #fff;
  width: 24px;
  margin-right: 4px;
}
.db_nav__step--index {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.0125em;
  color: #fff;
  width: 24px;
}

.db_question {
  width: calc(40% - 30px);
  margin: 0 15px;
  padding: 20px 24px 24px;
  border: solid 1px #DBDBDB;
}
.db_question__step {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.0125em;
  color: #0390D7;
}
.db_question__step span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.0125em;
}

.db_actions {
  display: flex;
  margin: -5px;
}
.db_actions .btn {
  margin: 5px;
}

.db_house {
  position: relative;
}
.db_house img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.db_house__default {
  position: relative;
}

.tooltip {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  background: #ececec;
  text-align: center;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.tooltip:before {
  content: "?";
  font-size: 16px;
  font-weight: 700;
}

.modal__slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0%, -100%, 0px);
  transition: transform 400ms ease 0s;
  z-index: 101;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal__container {
  position: absolute;
  top: 20px;
  right: 0;
  box-shadow: 0;
  transition: box-shadow 200ms ease-in;
  border-radius: 10px;
  padding: 20px 50px 0 20px;
  width: calc(100% - 20px);
  height: calc(100% - 40px);
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal__overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 48, 51, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
}
.modal__overlay_trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}
.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #2E3033;
  width: 30px;
  transform-origin: center;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__heading {
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.modal__heading--main {
  font-size: 26px;
}
.modal__p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.modal__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
.modal__inner {
  padding-bottom: 10px;
}
.modal ul {
  padding-bottom: 10px;
  margin: -5px 0;
}
.modal ul li {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
  padding-left: 22px;
  margin: 5px 0;
  position: relative;
  color: #243a4d;
}
.modal ul li:before, .modal ul li:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #1daeeb;
}
.modal ul li:before {
  top: 12px;
  left: 0;
  width: 6px;
  transform: rotate(45deg);
}
.modal ul li:after {
  top: 10px;
  left: 3px;
  width: 12px;
  transform: rotate(-45deg);
}
.modal--open .modal__overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
}
.modal--open .modal__slide {
  transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1);
  transition: transform 400ms ease 0s;
}
.modal--open .modal__container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  transition: box-shadow 200ms ease-in;
}
.modal--no_scroll {
  overflow: hidden;
}
@media only screen and (min-width: 801px) {
  .modal__container {
    width: 90%;
    max-width: 800px;
    height: 90%;
    max-height: 760px;
    padding: 35px 35px 0 35px;
    border-radius: 8px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .modal__p, .modal ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .modal ul {
    margin: -7px 0;
  }
  .modal ul li {
    margin: 7px 0;
  }
  .modal ul li:before {
    top: 14px;
  }
  .modal ul li:after {
    top: 12px;
  }
}

.db_products__table table {
  width: 100%;
}
.db_products__table table td, .db_products__table table th {
  border-bottom: solid 1px #0390D7;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
}
.db_products__table table th {
  border-bottom-width: 2px;
  font-weight: 700;
  font-size: 18px;
}
.db_products__total {
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
