@font-face {
  font-family: Oxygen-Italic;
  src: url(../media/fonts/Oxygen-Italic.ttf); }

body {
  margin: 0; }

.container:before,
.container:after {
  display: none; }

body * {
  margin: 0;
  color: #07074e;
  box-sizing: border-box;
  padding: 0;
  font-family: 'Oxygen', sans-serif; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

li {
  list-style-type: none; }

a {
  text-decoration: none; }
  a:hover {
    filter: invert(100%);
    text-decoration: none; }

.d-flex {
  display: flex; }

.mt-41 {
  margin-top: 41px; }

.mt-2 {
  margin-top: 20px !important; }

button:focus,
input:focus,
select:focus {
  outline: none; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.align-items-start {
  align-items: flex-start; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.jcsb {
  justify-content: space-between; }

.jcfe {
  justify-content: flex-end; }

.flex-column {
  flex-direction: column; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.flex-center {
  place-items: center; }

.tal-center {
  text-align-last: center; }

.jcc {
  justify-content: center; }

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

.w-100 {
  width: 100% !important; }

.mt-25 {
  margin-top: 25px; }

.position-relative {
  position: relative; }

.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex; }

h1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px; }

h6 {
  font-size: 20px;
  line-height: 36px; }

.col-lg-4 {
  width: 33.3333333333333%; }

.col-lg-8 {
  width: 75%; }

.col-lg-6 {
  width: 50%; }

.continue {
  display: none; }

p {
  font-size: 12px;
  line-height: 18px; }

.col-lg-3 {
  width: 25%; }

.btn {
  background-color: #07074e;
  border-radius: 15px;
  height: 21px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
  padding-bottom: 3px;
  text-transform: uppercase; }

.header {
  background-color: #f36c21;
  height: 50px;
  display: flex;
  align-items: center; }
  .header__phone-block {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    line-height: 45px;
    white-space: nowrap; }
    .header__phone-block__image {
      margin-right: 10px; }

.progress-mobile {
  display: none; }

.title-sect {
  padding-top: 95px;
  padding-bottom: 50px; }
  .title-sect h6 {
    font-weight: normal;
    margin-top: 10px; }
  .title-sect__image {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }

.options {
  flex-wrap: wrap; }
  .options .col-lg-3 {
    padding: 0; }
  .options .show-bl {
    display: none;
    position: absolute;
    z-index: 222;
    height: 100%; }
  .options__rating li {
    margin-right: 5px; }
  @media only screen and (max-width: 990px) {
    .options__lists-text {
      border-bottom: 1px solid #07074e;
      padding-bottom: 25px;
      margin-bottom: 30px; }
      .options__lists-text__item {
        align-items: flex-start; }
        .options__lists-text__item img {
          margin-right: 15px;
          position: relative;
          /* top: 11px; */
         }
        .options__lists-text__item p {
          font-size: 12px;
          line-height: 18px; }
          .options__lists-text__item p span {
            font-weight: bold; } }
  .options .btn {
    margin-left: 10px; }
  .options__edit-profile {
    padding-bottom: 7px;
    border-bottom: 1px dotted #07074e; }
    .options__edit-profile h5 {
      font-size: 14px;
      font-weight: bold; }
  .options__item {
    padding: 20px; }
    .options__item__absolute-image {
      position: absolute;
      top: 47px;
      right: 20px; }
    .options__item__btn--orange {
      font-size: 10px;
      line-height: 16px;
      color: #f36c21;
      margin-top: 0;
      line-height: 45px; }
    .options__item__title {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      border-bottom: 1px solid #07074e;
      padding-bottom: 12px; }
    .options__item__btn {
      position: relative;
      bottom: 10px; }
    .options__item__image {
      margin-top: 15px;
      height: 50px; }
    .options__item .options__item__btn--bottom {
      margin-left: 0;
      margin-bottom: 0; }
    .options__item__sub-title {
      font-size: 14px;
      line-height: 17px;
      font-weight: bold;
      margin-top: 12px;
      min-height: 34px; }
    .options__item p {
      margin-top: 15px; }
    .options__item__price {
      font-size: 36px;
      line-height: 40px;
      margin-top: 0;
      margin-bottom: 15px; }
      .options__item__price__span {
        font-size: 18px;
        position: relative;
        bottom: 12px;
        margin-right: 5px; }
      .options__item__price__span--bottom {
        font-size: 12px;
        position: relative;
        right: 7px; }
    .options__item__list-block {
      margin-top: 10px;
      padding-top: 40px;
      border-top: 1px dotted #07074e;
      padding-bottom: 30px; }
      .options__item__list-block__title {
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 15px; }
    .options__item__list__item {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 10px; }
      .options__item__list__item img {
        position: relative;
        margin-right: 10px;
        top: 3px; }
  .options__item--background-grey {
    background-color: #f7f7f7; }
  .options__item--background-orange {
    background-color: #f36c21; }
    .options__item--background-orange * {
      color: #fff; }
    .options__item--background-orange .options__item__title {
      border-color: #ffffff; }
    .options__item--background-orange .options__item__list-block {
      border-color: #ffffff; }

.show-profile__bl {
  display: none; }

.profile-info {
  padding: 50px 20px 30px 20px;
  background-color: #f7f7f7; }
  .profile-info__list {
    padding-top: 15px;
    padding-bottom: 15px; }
    .profile-info__list__item img {
      position: relative;
      bottom: 4px;
      margin-right: 15px; }
    .profile-info__list__item p {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 10px; }
      .profile-info__list__item p span {
        font-weight: bold; }
  .profile-info__title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px dotted #07074e;
    padding-bottom: 10px; }
  .profile-info__answer-info {
    font-size: 12px;
    line-height: 18px;
    color: #817fa3;
    font-family: Oxygen-Italic;
    margin-top: 10px;
    margin-bottom: 25px; }
  .profile-info__procent {
    padding-top: 25px;
    border-top: 1px solid #07074e; }
    .profile-info__procent__count {
      color: #f36c21;
      font-size: 36px;
      font-weight: 400; }
  .profile-info__rating {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 1px dotted #25408f; }
    .profile-info__rating__item {
      margin-right: 5px; }
    .profile-info__rating p {
      margin-top: 5px; }

.rebate__container {
  flex-direction: column;
  align-content: space-between; }

.rebate__selection {
  margin: 50px 0;
  flex-direction: row;
  align-content: space-around; }
  @media only screen and (max-width: 990px) {
    .rebate__selection {
      flex-direction: column; } }

.rebate__subtitle {
  margin-top: 20px;
  font-size: 16px; }

.rebate__item {
  border: 1px dashed #000;
  padding: 10px; }

.rebate__check {
  font-size: 40px;
  padding: 10px 0px;
  cursor: pointer; }
  .rebate__check:hover svg path {
    fill: #f36c21; }

.rebate .selected svg path {
  fill: #f36c21; }

.min-height__cstm {
  min-height: calc(100vh - 50px);
  flex-wrap: wrap; }

#phf-reason .insurance__continue {
  height: 175px;
  align-items: flex-end;
}
.insurance__continue {
  width: 50%;
  margin: 0 auto; }

.insurance__block {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  place-items: center; }

.insurance__buttons-block {
  margin-top: 45px; }
  .insurance__buttons-block__button {
    box-shadow: 2px 2px 13px -6px #07074e;
    border-radius: 10px;
    border: 1px solid #07074e;
    width: 120px;
    height: 120px;
    background-color: transparent;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    flex-direction: column;
    transition: 0.2s; }
    .insurance__buttons-block__button img {
      margin-bottom: 15px; }
    .insurance__buttons-block__button:hover {
      background-color: #07074e;
      color: #fff; }
    .insurance__buttons-block__button.selected {
      background-color: #07074e;
      color: #fff; }

.progress--bar {
  padding-top: 20px;
  margin-bottom: 100px; overflow: hidden; }
  .progress--bar__line {
    background-color: #fde4d6;
    position: relative;
    height: 3px;
    width: calc(100% - 30px);
    border-radius: 50px; }
  .progress--bar__line--fill {
    background-color: #f36c21;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: 2; }
  .progress--bar__line--fill--step1 {
    width: 10%; }
  .progress--bar__line--fill--step2 {
    width: 20%; }
  .progress--bar__line--fill--step3 {
    width: 30%; }
  .progress--bar__line--fill--step4 {
    width: 40%; }
  .progress--bar__line--fill--step5 {
    width: 50%; }
  .progress--bar__line--fill--step6 {
    width: 60%; }
  .progress--bar__line--fill--step7 {
    width: 70%; }
  .progress--bar__line--fill--step8 {
    width: 80%; }
  .progress--bar__line--fill--step9 {
    width: 90%; }
  .progress--bar__line--fill--step10 {
    width: 100%; }
  .progress--bar__text {
    text-align: center;
    font-size: 10px;
    margin-top: 15px; }

.email__form {
  max-width: 376px;
  margin: 45px auto 0 auto; }
  .email__form__input-text {
    width: 100%;
    height: 45px;
    border: 1px solid #07074e;
    border-radius: 23px;
    font-size: 16px;
    text-align: center;
    box-shadow: 2px 2px 13px -6px #07074e; }
    .email__form__input-text::placeholder {
      color: #8484a8; }
  .email__form__input-submit {
    background-color: #07074e;
    height: 30px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    margin-top: 30px;
    border: none;
    cursor: pointer; }
  .email__form__paragraph {
    font-size: 12px;
    margin-top: 20px; }

.select__dropdown {
  width: 376px;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #07074e;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../media/images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 13px;
  padding-left: 25px;
  margin-top: 45px;
  box-shadow: 2px 2px 13px -6px #07074e;
  font-size: 16px;
  color: #8484a8; }

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

.age-block__form {
  width: 300px;
  margin-top: 40px; }
  .age-block__form__input {
    width: 90px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #07074e;
    text-align: center;
    box-shadow: 2px 2px 13px -6px #07074e;
    font-size: 16px;
    padding-left: 10px; }
    .age-block__form__input::placeholder {
      color: #8484a8;
      text-align: center; }
    .age-block__form__input::-webkit-outer-spin-button, .age-block__form__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .age-block__form__submit {
    width: 100%;
    background-color: #07074e;
    color: #fff;
    margin-top: 30px;
    border-radius: 15px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    border: none; }
    .age-block__form__submit:disabled {
      background-color: #b8b8b8; }
    .age-block__form__submit:hover {
      font-weight: normal; }

.cover__paragraph {
  max-width: 550px;
  margin: 40px auto 0 auto; }
  .cover__paragraph__item {
    font-size: 12px;
    text-align: center;
    margin-top: 10px; }

.cover__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border: 1px solid #07074e;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  padding: 15px;
  max-width: 120px;
  margin-left: 12px;
  margin-right: 12px;
  transition: 0.2s;
  margin-top: 40px;
  box-shadow: 2px 2px 13px -6px #07074e; }
  .cover__button span {
    transition: 0.2s; }
  .cover__button.selected {
    background-color: #07074e;
    color: #fff; }
  .cover__button:hover {
    background-color: #07074e;
    color: #fff; }
  .cover__button:hover span {
    color: #fff; }
  .cover__button.selected span {
    color: #fff; }
  .cover__button img {
    margin-bottom: 15px; }
  .cover__button span {
    max-width: 65px; }

.options {
  padding-top: 100px; }
  .options__block {
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .options__block .profile-info {
      padding: 0 0 0 35px;
      border-left: 1px solid #07074e;
      background-color: #fff; }
      .options__block .profile-info__list {
        padding-top: 10px;
        padding-bottom: 0; }
        .options__block .profile-info__list__item p {
          margin-bottom: 5px; }
      .options__block .profile-info__title {
        margin: 0; }
    .options__block__paragraph {
      font-size: 10px;
      margin-top: 10px; }
      .options__block__paragraph a {
        color: #f36c21; }
    .options__block h1 {
      margin-bottom: 15px;
      margin-left: 20px;
      margin-right: 20px; }
    .options__block__abs-image {
      position: absolute;
      right: 0px;
      top: 80px; }
    .options__block__form {
      padding-right: 35px;
      position: relative; }
      .options__block__form__input {
        width: 100%;
        height: 45px;
        border: 1px solid #07074e;
        border-radius: 23px;
        font-size: 16px;
        padding-left: 20px;
        box-shadow: 2px 2px 13px -6px #07074e;
        margin-bottom: 29px; }
        .options__block__form__input::placeholder {
          color: #8484a8; }
      .options__block__form__submit {
        width: 100%;
        height: 30px;
        margin-top: 10px;
        border-radius: 15px;
        background-color: #07074e;
        box-shadow: 2px 2px 13px -6px #07074e;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
        border: none; }
        .options__block__form__submit[disabled="disabled"],
        .continue__btn[disabled="disabled"],
        .options__block__form__input[disabled="disabled"],
        label[for="privacyagree"][disabled="disabled"] {
          opacity:0.5;
        }

.options__label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.options__label .options__label__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.options__label__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #07074e; }

.options__label__checkmark:after {
  content: '';
  position: absolute;
  display: none; }

.options__label
.options__label__input:checked
~ .options__label__checkmark:after {
  display: block; }

.options__label .options__label__checkmark:after {
  left: 4px;
  top: -3px;
  width: 5px;
  height: 10px;
  border: solid #07074e;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.phf-fund-select-item {
  height: 40px;
  padding: 10px 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

img.phf-fund-select-pic {
  width: 50px;
  height: 100%;
  overflow: hidden;
  margin-right: 10px; }

.options__label a {
  color: #f36c21; }

.map__block {
  width: 570px;
  height: 470px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px; }

.map__paragraph {
  margin-top: 45px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px; }

.container-map {
  display: block;
  display: flex;
  position: absolute;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.container-map input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark-map {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 23px;
  width: 23px;
  background-color: #07074e;
  border: 4px solid #fff;
  border-radius: 50%;
  display: none; }

/* When the radio button is checked, add a blue background */
.container-map input:checked ~ .checkmark-map {
  display: block; }

.container-map input:checked ~ .svg-map path {
  fill: #25408f; }

.container-map:hover .svg-map path {
  fill: #25408f; }

.profile_phf-who svg path {
  stroke: #f36c21;
}

#phf-sidebar svg path {
    stroke: #f36c21;
}
.container-map__first {
  left: 0;
  top: 45px; }

.container-map__second {
  top: 15px;
  left: 220px; }

.container-map__third {
  left: 220px;
  top: 215px;
  z-index: 22; }

.container-map__four {
  top: 0;
  left: 345px; }

.container-map__five {
  top: 258px;
  left: 390px; }

.container-map__six {
  left: 390px;
  top: 332px; }

.container-map__seven {
  top: 420px;
  right: 70px; }

.container-map__seven .checkmark-map {
  top: 13px;
  left: 17px; }

.important-block {
  max-width: 800px;
  margin: 0 auto; }
  .important-block .options__label {
    font-size: 12px;
    margin-top: 10px; }
  .important-block .options__label__checkmark {
    top: 2px; }
  .important-block__form {
    margin-top: 30px; }
  .important-block__skip-question {
    color: #f36c21;
    font-size: 12px;
    display: flex;
    text-decoration: underline;
    margin-top: 15px; }
  .important-block .continue__btn {
    margin-top: 15px; }
  .important-block__txt {
    margin-top: 30px;
    margin-bottom: 20px; }
    .important-block__txt a {
      color: #f36c21;
      text-decoration: underline; }

.continue__btn {
  width: 100%;
  max-width: 300px;
  color: #fff;
  border-radius: 15px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  background-color: #07074e;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s; }
  .continue__btn svg {
    margin-right: 5px; }
    .continue__btn svg path {
      fill: #fff;
      transition: 0.2s; }
  .continue__btn:hover {
    color: #07074e;
    border: 1px solid #07074e;
    background-color: #fff; }
    .continue__btn:hover path {
      fill: #07074e; }

/* The container */
.who-block__label {
  cursor: pointer;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.who-block__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.who-block__label:hover .who-block__svg path {
  stroke: #25408f; }

.who-block__label:hover .who-bloock__label-paragraph {
  color: #25408f; }

/* When the radio button is checked, add a blue background */
.who-block__label input:checked ~ .who-block__svg path {
  stroke: #f36c21; }

.who-block__label input:checked ~ .who-bloock__label-paragraph {
  color: #f36c21; }

.who-bloock__label-paragraph {
  font-size: 12px;
  text-align: center;
  margin-top: 15px; }

#phf-state {
  padding-bottom: 50px; }

.btn-group {
  width: 350px;
  max-width: 100%; }

.phf-reason__select {
  padding: 10px 20px; }

.phf-reason__button {
  min-height: 45px;
  background-color: #fff;
  border-radius: 23px;
  border: 1px solid #07074e;
  padding-left: 10px;
  padding-right: 10px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #25408f;
  color: #fff; }

.dropdown-menu > li > a:hover label,
.dropdown-menu > li > a:focus label,
.dropdown-menu > .active > a label,
.dropdown-menu > .active > a:hover label,
.dropdown-menu > .active > a:focus label {
  color: #fff; }

.container-slider {
  display: none; }

#phf-results {
  display: none; }

.show-profile__bl--mobile {
  display: none; }

@media only screen and (max-width: 1200px) {
  .who-block__label {
    padding-left: 10px;
    padding-right: 10px; }
    .who-block__label svg {
      width: 100%;
      height: 100%;
      max-height: 100px; } }

@media only screen and (max-width: 990px) {
  .container-slider {
    display: flex; }
  .options-4 {
    display: none; }
  .title-sect__image {
    display: none; } }

@media only screen and (max-width: 800px) {
  .show-profile__bl--mobile {
    display: block; }
  .profile-info {
    display: block; }
  .header__phone-block__image {
    width: 15px; }
  h6 {
    font-size: 14px;
    line-height: 18px; }
  .col-lg-8 {
    width: 100%; }
  .progress--bar {
    display: none; }
  .progress-mobile {
    display: flex;
    margin-top: 2px;
    background-color: #f7f7f7;
    height: 5px; }
  .progress-mobile__item {
    width: 10%;
    margin-right: 2px;
    background-color: #f36c21;
    height: 5px; }
  .show-profile__bl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: 35px;
    padding-top: 35px;
    height: 105px;
    transition: 0.4s;
    width: 100%; }
  .show-profile__mobile {
    background-color: #f36c21;
    height: 36px;
    width: 100%;
    bottom: 35px;
    min-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center; }
    .show-profile__mobile__image {
      position: relative;
      margin-right: 10px; }
    .show-profile__mobile__button {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .show-profile__mobile__button p {
        color: #fff;
        font-weight: bold;
        font-size: 14px; }
  .min-height__cstm {
    min-height: calc(100vh - 57px);
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
  .col-lg-4 {
    width: auto; }
  .d-none {
    display: none; }
  .jcfs-sm {
    justify-content: flex-start; }
  .show-profile__modal {
    display: block;
    width: 100%;
    left: 0;
    z-index: 22;
    transition: 0.45s;
    max-height: 0px;
    overflow: hidden; }
    .show-profile__modal .options__item {
      height: 100%; }
    .show-profile__modal .options__lists-text {
      border: none;
      padding-bottom: 0; }
  .profile-show {
    max-height: 600px; }
  .header__phone-block {
    font-size: 12px; }
  .header__logo-image {
    width: 100px; }
  .header-container {
    justify-content: space-between; }
  .insurance__block {
    padding-bottom: 120px; }
  h1 {
    font-size: 15px;
    line-height: 20px; }
  .shor-prof-up {
    margin: 0; }
  .show-profile__bl .options__item--background-grey {
    background-color: #fff; }
  .show-profile__bl__rotate {
    transition: 0.2s; }
  .rotate__img {
    transform: rotate(180deg); }
  .container-map__first {
    left: 0;
    top: 45px; }
    .container-map__first svg {
      width: 170px;
      height: 260px; }
  .container-map__second {
    top: 30px;
    left: 172px; }
    .container-map__second svg {
      width: 100px;
      height: 153px; }
  .container-map__third {
    left: 175px;
    top: 184px;
    z-index: 22; }
    .container-map__third svg {
      width: 130px;
      height: 136px; }
  .container-map__four {
    top: 0px;
    left: 272px; }
    .container-map__four svg {
      width: 175px;
      height: 229px; }
  .container-map__five {
    top: 219px;
    left: 308px; }
    .container-map__five svg {
      width: 138px;
      height: 96px; }
  .container-map__six {
    left: 308px;
    top: 280px; }
    .container-map__six svg {
      width: 98px;
      height: 52px; }
  .container-map__seven {
    top: 352px;
    right: 55px; }
    .container-map__seven svg {
      width: 45px; }
  .map__block {
    width: 450px; }
  .options__block__form {
    padding-right: 0; }
  .col-100 {
    width: 100%; } }

@media only screen and (max-width: 575px) {
  .options__block__abs-image {
    display: none; }
  .cover__button {
    padding: 6px;
    margin-left: 6px;
    margin-right: 6px; }
  .who-block__list {
    flex-wrap: wrap;
    justify-content: center; }
  .who-block__label {
    width: 50%; }
  .container-map__first {
    left: 0;
    top: 45px; }
    .container-map__first svg {
      width: 120px;
      height: 170px; }
  .container-map__second {
    top: 29px;
    left: 122px; }
    .container-map__second svg {
      width: 65px;
      height: 110px; }
  .container-map__third {
    left: 122px;
    top: 140px; }
    .container-map__third svg {
      width: 92px;
      height: 93px; }
  .container-map__four {
    top: 19px;
    left: 191px; }
    .container-map__four svg {
      width: 120px;
      height: 143px; }
  .container-map__five {
    top: 164px;
    left: 216px; }
    .container-map__five svg {
      width: 95px;
      height: 63px; }
  .container-map__six {
    left: 214px;
    top: 206px; }
    .container-map__six svg {
      width: 67px;
      height: 33px; }
  .container-map__seven {
    top: 244px;
    right: 47px; }
    .container-map__seven svg {
      width: 30px; }
  .map__block {
    width: 320px;
    height: 285px; } }

@media only screen and (max-width: 350px) {
  .map__block {
    margin-left: -22px; } }

/**
Pete mobile css
**/
@media only screen and (max-width: 767px) {
  .opts--flex {
    flex-direction: column;
  }
  .options__block .profile-info {
    border-left: none;
    margin-top: 15px;
    padding: 0 0 0 15px;
  }
  #phf {
  }
  #phf-start-over2 {
    max-width: 100%;
  }
  .who-block__list {
    /* flex-direction: column; */
  }
  .who-block__list > .who-block__label {
    /* width: 100%; */
  }
  #phf-sidebar.col-lg-3 {
    width: 100%;
  }
  #phf-sidebar .profile-info__item > button {
    max-width: 100%;
  }
  #phf-funnel {
    padding-left: 0;
    padding-right: 0;
  }
  .who-block__label svg {
    max-height: 180px;
  }
}

.dropdown-menu {
  padding: 0;
  width: 100%;
}

.multiselect-container.dropdown-menu li a {
  padding: 0;
  display: block;
  padding: 0.25rem .5rem;
}

.phf-reason__button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#phf-details svg path {
  stroke: #f36c21;
}

body .pum-theme-5528 .pum-container, body .pum-theme-enterprise-blue .pum-container {
  padding:0px;
  border-radius: 0px;
}

body .pum-content h1{
  color: #FFF;
}

body .button-request-call {
  background-color: #07074e;
  color: #FFF;
}

.exit-intent-sidebar-text-large {
  font-size:2.5em;
}
.exit-intent-sidebar-text-medium {
  font-size:1.5em;
  line-height: 1.2;
}
.pum-content .wpcf7 .screen-reader-response {
  display:none;
}

.pum-content .wpcf7 .wpcf7-response-output {
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 768px) {

  .exit-intent-text-column {
    max-height: 500px;
  }

  .exit-intent-sidebar-text-large {
    font-size:2.1em;
  }
  .exit-intent-sidebar-text-medium {
    font-size:1.1em;
    line-height: 1.2;
  }
  
 }

 @media (max-width: 1400px) {

  .exit-intent-sidebar-text-large {
    font-size:2.1em;
  }
  .exit-intent-sidebar-text-medium {
    font-size:1.1em;
    line-height: 1.2;
  }

 }