.get-quote-v2 {
  max-width: 960px;
  margin: 20px auto 31px;
  padding-left: 15px;
  padding-right: 15px;
}

.get-quote-v2__board-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get-quote-v2__board-header-img {
  height: 100px;
  width: 100px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.get-quote-v2__board-header-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.get-quote-v2__board-header-label {
  color: #ed7233;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 35px;
  text-align: center;
}

.get-quote-v2__board-main {
  margin-bottom: 19px;
}

.get-quote-v2__board-main-row {
  display: none;
  text-align: center;
}

.get-quote-v2__board-main-row.active {
  display: block;
}

.get-quote-v2__board-main-row input[type=tel] {
  background-color: transparent;
  padding: 11px 10px 9px;
  border: 1px solid #164179 !important;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  text-overflow: ellipsis;
}

.get-quote-v2__board-main-row input[type=tel] + .btn {
  width: 100%;
}

.get-quote-v2__board-main .btn {
  padding: 8px 15px;
  font-size: 17px;
  line-height: 1.2;
}

.get-quote-v2__board-main-link {
  margin-top: 45px;
  text-align: center;
}

.get-quote-v2__board-main-link.centered {
  text-align: center;
}

.get-quote-v2__board-main-link a {
  color: #ed7233;
  font-size: 15px;
}

.get-quote-v2__controls a.get-quote-v2__controls-item {
  text-decoration: none;
  color: #174078;
}

.get-quote-v2__controls-item {
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 9px 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #174078;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}

.get-quote-v2__controls-item span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 0;
  line-height: 0;
}

.get-quote-v2__controls-item span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.get-quote-v2 .choose {
  color: #ed7233;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.get-quote-v2-link-combinations {
  text-align: left;
}

.get-quote-v2-link-combinations__col:first-of-type {
  margin-bottom: 13px;
}

.get-quote-v2-link-combinations__col.--full-width {
  width: 100%;
  text-align: center;
}

.get-quote-v2-link-combinations__col.--full-width .btn {
  width: 100%;
}

.get-quote-v2-link-combinations .app-dropdown__current {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 9px 11px 9px;
  cursor: pointer;
  height: auto;
}

.app-modal.--narrow .modal-body .get-quote-v2-link-combinations input[type=text],
.app-modal.--narrow .modal-body .get-quote-v2-link-combinations input[type=email] {
  border-color: #cbcbcb;
  text-align: left;
}

@media screen and (min-width: 390px) {
  .get-quote-v2__controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .get-quote-v2__controls-item {
    width: calc(50% - 5px);
  }
}

@media screen and (min-width: 767px) {
  .get-quote-v2__main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .get-quote-v2 div.app-modal {
    visibility: visible;
    position: static;
    z-index: unset;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    backdrop-filter: unset;
    transition: none;
  }

  .get-quote-v2 div.app-modal__hider {
    display: none;
  }

  .get-quote-v2 div.app-modal .modal-content {
    max-width: unset;
    max-height: unset;
    position: static;
    background-color: unset;
    opacity: 1;
    box-shadow: unset;
    transform: unset;
    transition: none;
    overflow: visible;
  }

  .get-quote-v2 div.app-modal .modal-header {
    display: none;
  }

  .get-quote-v2__board-header {
    flex-direction: row;
    margin-bottom: 8px;
  }

  .get-quote-v2__board-header-img {
    height: 120px;
    width: 120px;
    margin-right: 14px;
    padding: 10px;
    margin-bottom: 0;
  }

  .get-quote-v2__board-header-label {
    margin-bottom: 0;
    text-align: left;
  }

  .get-quote-v2__board-main-row {
    text-align: left;
  }

  .get-quote-v2__board-main-row form {
    display: flex;
    flex-direction: column;
  }

  .get-quote-v2__board-main-row input[type=tel] {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    min-width: 50%;
    margin-right: 15px;
    font-size: 16px;
    flex-grow: 1;
    margin-bottom: 15px;
  }

  .get-quote-v2__board-main-row input[type=tel] + .btn {
    width: auto;
    flex-shrink: 0;
  }

  .get-quote-v2__board-main-link {
    margin-top: 0;
    text-align: left;
  }

  .get-quote-v2__board-main-link a {
    color: #164179;
    font-size: 17px;
  }

  .get-quote-v2__controls {
    width: 50%;
    position: relative;
    z-index: 1;
  }

  .get-quote-v2__controls:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-image: linear-gradient(to top, #174078 50%, transparent 50%);
    background-size: 1px 3px;
  }

  .get-quote-v2__controls-item {
    box-shadow: none;
    width: 50%;
    margin-bottom: 0;
  }

  .get-quote-v2__controls-item.active,
  .get-quote-v2__controls-item:hover {
    box-shadow: -2px 2px 6px 1px rgba(0, 0, 0, 0.15);
  }

  .get-quote-v2__controls-item:nth-of-type(odd) {
    border-right: 1px dotted #174078;
  }

  .get-quote-v2__controls-item span {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }

  .get-quote-v2 .choose {
    margin-top: 0;
    font-size: 20px;
  }

  .get-quote-v2-link-combinations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .get-quote-v2-link-combinations__col:first-of-type {
    margin-bottom: 0;
  }

  .get-quote-v2-link-combinations__col:nth-of-type(odd) {
    width: 46%;
  }

  .get-quote-v2-link-combinations__col:nth-of-type(even) {
    width: 51%;
  }

  .get-quote-v2-link-combinations__col.--full-width .btn {
    width: auto;
  }
}

@media screen and (min-width: 991px) {
  .get-quote-v2__board-header-label {
    font-size: 25px;
  }

  .get-quote-v2__board-main-row form {
    flex-direction: row;
  }

  .get-quote-v2__board-main-row input[type=tel] {
    margin-bottom: 0;
    min-width: 43%;
  }

  .get-quote-v2__board-main-link a {
    font-size: 19px;
  }

  .get-quote-v2__controls-item {
    font-size: 16px;
  }
}

@media screen and (min-width: 1359px) {
  .get-quote-v2 div.app-modal {
    padding-left: 20px;
  }

  .get-quote-v2__board-main-row input[type=tel] {
    min-width: 50%;
  }
}