/*
 * Main styles and imports
 */
body {
  min-height: 100vh;
}

.article {
  padding: 25px 0;
}
.article p {
  text-indent: 25px;
  text-align: justify;
  margin-bottom: 16px;
}
.article ol, .article ul {
  margin-bottom: 16px;
}
.article ol, .article ul, .article h4 {
  padding-left: 25px;
}
.article ol li, .article ul li {
  list-style-position: inside;
  text-align: justify;
}

@media (max-width: 575px) {
  .article {
    padding: 15px 10px;
  }
}
.background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.background > * {
  transition: transform 0.5s;
}
.background.full-height {
  overflow: hidden;
}
.background > .background-hexagon {
  left: -100px;
  top: -100px;
}
.background .container {
  height: 100%;
  position: relative;
}
.background .container:before, .background .container:after {
  content: "";
  position: absolute;
  opacity: 0.05;
  background-image: url("../img/background-hexagon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.background .container:before {
  width: 596px;
  height: 668px;
  left: 45%;
  top: -295px;
}
.background .container:after {
  width: 366px;
  height: 410px;
  left: 75%;
  top: 75%;
}

.background-hexagon {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 1365px) {
  .background > .background-hexagon {
    left: -125px;
    top: -350px;
  }
}
@media (max-width: 991px) {
  .background > .background-hexagon {
    left: -175px;
    top: -500px;
  }
  .background .container {
    display: none;
  }
}
@media (max-width: 767px) {
  .background > .background-hexagon {
    left: -200px;
    top: -600px;
  }
}
@media (max-width: 575px) {
  .background > .background-hexagon {
    left: -300px;
    top: -500px;
  }
}
svg.hexagon {
  position: absolute;
  width: 0;
  height: 0;
}

.small-hexagon {
  position: absolute;
  width: 210px;
  height: 234px;
  background-image: url("../img/hexagon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
}
.small-hexagon p {
  font-size: 16px;
  line-height: 21px;
}
.small-hexagon > *:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 1600px) {
  .small-hexagon {
    width: 150px;
    height: 168px;
    padding: 0 20px;
  }
}
@media (max-width: 1365px) {
  .small-hexagon {
    width: 125px;
    height: 140px;
    padding: 0 10px;
  }
  .small-hexagon p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
/*
 * Imports
 */
/*
 * Primary page colors declaration
 */
/*
 * Reseting basic styles
 */
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

a, button {
  color: black;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:link, a:visited, button:hover, button:active, button:focus, button:link, button:visited {
  color: black;
  text-decoration: none;
  outline: none;
}

button, select {
  border: none;
  background-color: transparent;
}

p, ul, li {
  margin: 0;
  padding: 0;
}

.modal-content {
  border: none;
  border-radius: 0;
  background-clip: unset;
}

.modal-header, .modal-footer {
  border: none;
  border-radius: 0;
}

button.close {
  opacity: 1;
  transition: color 0.25s;
}
button.close:hover {
  color: #EF4242;
}

/*
 * Importing new fonts
 */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Regular.ttf");
  font-display: swap;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat Bold", "Roboto Black", sans-serif;
  font-style: normal;
  font-weight: bolder;
  color: #333333;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
}

h1 {
  font-size: 100px;
  line-height: 110px;
}

h2 {
  font-size: 70px;
  line-height: 75px;
}

h3 {
  font-size: 40px;
  line-height: 45px;
}

h4 {
  font-size: 30px;
  line-height: 35px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 15px;
  line-height: 25px;
}

.red {
  color: #EF4242;
}

.price {
  margin: 10px 0;
  color: #EF4242;
}

h5.strong {
  font-weight: bolder;
  text-transform: uppercase;
}

@media (max-width: 1599px) {
  h1 {
    font-size: 70px;
    line-height: 75px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  h4 {
    font-size: 20px;
    line-height: 25px;
  }

  h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  h6 {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
/* Inputs and Buttons */
p.error {
  font-weight: bold;
  padding: 10px 30px 0;
  color: #EF4242;
  font-size: 12px;
  line-height: 1;
}

.previous-step {
  font-family: Merriweather, "Times New Roman", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #333333;
  transition: color 0.25s;
}
.previous-step i {
  margin-right: 15px;
}
.previous-step:hover {
  color: #EF4242;
}

.form-group {
  position: relative;
}
.form-group label {
  font-family: Merriweather, "Times New Roman", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 22px;
  left: 30px;
  z-index: 4;
}
.form-group .btn {
  margin-bottom: 10px;
}
.form-group.other {
  display: none;
}
.form-group.other.active {
  display: block;
}

.button-group {
  display: flex;
  flex-direction: column;
}
.button-group button {
  width: min-content;
}
.button-group button:not(:last-child) {
  margin-bottom: 10px;
}

.check-group label, .radio-group label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  user-select: none;
}
.check-group label input, .radio-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-group label:hover input:not(:checked) ~ .check-mark, .radio-group label:hover input:not(:checked) ~ .check-mark {
  background-color: #C4C4C4;
}
.check-group label input:checked ~ .check-mark:after, .radio-group label input:checked ~ .check-mark:after {
  display: block;
}
.check-group label .check-mark:after, .radio-group label .check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-group {
  display: flex;
  flex-wrap: wrap;
}
.check-group.grid {
  margin-bottom: 0 !important;
}
.check-group.grid label {
  width: 33.333%;
  min-width: 175px;
  margin-bottom: 22px;
}
.check-group.consents-confirmation {
  padding: 5px 10px;
}
.check-group.consents-confirmation p {
  color: #C4C4C4;
}
.check-group.consents-confirmation .check-mark {
  top: 50%;
  transform: translateY(-50%);
}
.check-group label {
  display: block;
}
.check-group label .check-mark {
  position: absolute;
  top: 2.5px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1.5px solid #EF4242;
  border-radius: 15%;
  transition: background-color 0.25s;
}
.check-group label .check-mark:after {
  left: 5.5px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-group label input:checked ~ .check-mark {
  background-color: #EF4242;
}

.radio-group label {
  display: inline-block;
  font-family: "Montserrat Bold", "Roboto Black", serif;
  min-height: 20px;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}
.radio-group label:not(:last-child) {
  margin-right: 50px;
}
.radio-group label .check-mark {
  position: absolute;
  top: 2.5px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1.5px solid #EF4242;
  border-radius: 50%;
  transition: background-color 0.25s;
}
.radio-group label .check-mark:after {
  top: 2.5px;
  left: 2.5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EF4242;
}

a.link {
  color: #EF4242;
  transition: color 0.25s;
}
a.link:hover {
  color: #E13D3D;
}

.btn {
  border: none;
  font-family: "Montserrat Bold", "Roboto Black", sans-serif;
  font-style: normal;
  white-space: nowrap;
  text-transform: uppercase;
  transition: opacity 0.25s, background-color 0.25s, border-color 0.25s;
  min-width: min-content;
}
.btn i {
  margin-right: 10px;
}

.btn-lg {
  padding: 30px 40px;
  border-radius: 25px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
}

.btn-primary, .btn-primary:disabled {
  background: #EF4242;
  color: white;
  box-shadow: 0 5px 15px rgba(157, 77, 77, 0.75) !important;
  border: 1px solid #EF4242;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:link, .btn-primary:visited, .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled:focus, .btn-primary:disabled:link, .btn-primary:disabled:visited {
  color: white;
  background-color: #E13D3D !important;
  border-color: #E13D3D !important;
}

.btn-dark {
  background: #333333;
  color: white;
  box-shadow: 0 5px 15px #C4C4C4 !important;
  border: 1px solid #333333;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:link, .btn-dark:visited {
  color: white;
  background-color: black !important;
  border-color: black !important;
}

.form-control {
  color: black !important;
  font-family: "Montserrat Bold", "Roboto Black", sans-serif;
  font-style: normal;
  white-space: nowrap;
  border: 1px solid white;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.form-control.shadow {
  box-shadow: 0 5px 15px #C4C4C4 !important;
}
.form-control.error {
  border-color: #EF4242 !important;
}
.form-control:focus {
  border-color: white;
}
.form-control.shadow:focus {
  box-shadow: 0 5px 20px #C4C4C4 !important;
}
.form-control::placeholder {
  color: #C4C4C4;
  text-transform: uppercase;
}

.form-control-lg {
  padding: 55px 30px 30px;
  border-radius: 25px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
}

@media (max-width: 1599px) {
  .check-group.grid label {
    margin-bottom: 15px;
  }
  .check-group.consents-confirmation {
    padding: 10px;
  }
  .check-group.consents-confirmation p {
    font-size: 14px;
    line-height: 16px;
  }
  .check-group.consents-confirmation .check-mark {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1599px) {
  .btn-lg, .form-control-lg {
    font-size: 17px;
    line-height: 20px;
  }

  .btn-lg {
    min-width: 65px;
    padding: 20px;
  }

  .form-control-lg {
    padding: 40px 25px 20px;
    font-size: 14px;
  }

  .form-group label {
    top: 10px;
    left: 25px;
    z-index: 4;
  }
}
@media (max-width: 991px) {
  .btn-lg, .form-control-lg {
    border-radius: 15px;
  }

  .btn-lg {
    padding: 12.5px 20px;
  }

  p.error {
    font-size: 10px;
    padding: 10px 20px 0;
  }

  .form-control-lg {
    padding: 30px 20px 15px;
    font-size: 12px;
  }

  .form-group label {
    top: 7px;
    left: 20px;
    font-size: 10px;
  }

  .check-group.grid label {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .btn-lg, .form-control-lg {
    border-radius: 10px;
    font-size: 15px;
  }

  .btn-lg {
    min-width: 40px;
    padding: 12.5px 10px;
  }

  .form-control-lg {
    padding: 30px 15px 15px;
    font-size: 12px;
  }

  label {
    font-size: 8px;
    line-height: 14px;
  }

  .form-group label {
    left: 15px;
    font-size: 8px;
  }
}
@media (max-width: 575px) {
  .input-group {
    justify-content: center;
  }
  .input-group .btn, .input-group .form-control {
    border-radius: 10px !important;
  }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Paragraphs */
p, ul li, ol li {
  font-family: Merriweather, "Times New Roman", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

p.subtitle {
  font-size: 20px;
  line-height: 35px;
}

p.small {
  font-size: 12px;
  line-height: 17px;
  opacity: 0.5;
}

@media (max-width: 1365px) {
  p, ul li, ol li {
    font-size: 14px;
    line-height: 26px;
  }

  p.subtitle {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  p, ul li, ol li {
    font-size: 12px;
    line-height: 16px;
  }

  p.subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
/*
 * Loading bar
 */
.loading-bar {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 10;
}
.loading-bar .overlay {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.loading-bar .overlay h5 {
  margin: 15px 0 0;
  text-align: center;
}
.loading-bar .overlay .small-hexagon {
  width: 200px;
  height: 222px;
  transition: all 1.5s ease-in-out;
}

/*
 * Error page components
 */
.content-hexagon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-hexagon .small-hexagon {
  width: 300px;
  height: 333px;
}

.content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content > *:not(:last-child) {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .content-hexagon .small-hexagon {
    width: 200px;
    height: 222px;
  }
}
@media (max-width: 768px) {
  .content-hexagon {
    display: none;
  }
}
/*
 * Header markup and stylesheet
 */
header.header-big {
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
header.header-small {
  position: relative;
  padding: 20px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-content span {
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 20px;
  line-height: 25px;
}
.header-content span a:not(.btn) {
  color: #EF4242;
  font-weight: bold;
}
.header-content span a:not(.btn):hover, .header-content span a:not(.btn):active, .header-content span a:not(.btn):focus, .header-content span a:not(.btn):link, .header-content span a:not(.btn):visited {
  color: #E13D3D;
}
.header-content span.bold {
  font-family: "Montserrat Bold", "Roboto Black", sans-serif;
}
.header-content span:not(:last-child) {
  margin-right: 5px;
}

.call-expert, .user-info {
  display: flex;
  align-items: center;
}

.user-info {
  justify-content: flex-end;
}
.user-info > *:not(:last-child) {
  margin-right: 15px !important;
}

.call-expert-small, .user-info-small {
  display: none;
  justify-content: flex-end;
}

@media (max-width: 1599px) {
  header.header-big {
    padding-top: 75px;
  }

  .header-content img {
    width: 175px;
  }
  .header-content span {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  header.header-big {
    padding-top: 50px;
  }

  .header-content img {
    width: 150px;
  }
  .header-content span {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (max-width: 575px) {
  .call-expert-large, .user-info-large {
    display: none;
  }

  .call-expert-small, .user-info-small {
    display: flex;
  }
}
/*
 * Homepage stylesheet
 *
 *
 */
/*
 * Content sections markup on homepage
 */
.section {
  position: relative;
  overflow: hidden;
}
.section .background-hexagon {
  left: 0;
  bottom: 0;
}

.section-content {
  position: relative;
}

.section-title {
  margin: 100px auto 70px;
}
.section-title > * {
  text-align: center;
}
.section-title h2 {
  margin-bottom: 20px;
}

.section-controls {
  text-align: center;
  padding-bottom: 150px;
}
.section-controls p {
  margin-bottom: 30px;
}

@media (max-width: 1365px) {
  .section .background-hexagon {
    transform: translateX(-25%);
  }
}
@media (max-width: 991px) {
  .section-title {
    margin: 50px auto;
  }

  .section-controls {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section .background-hexagon {
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .section .background-hexagon {
    transform: translateX(-75%);
  }
}
/*
 * Get-Started section markup on homepage
 */
.get-started-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 150px;
}
.get-started-content > *:not(:last-child) {
  margin-bottom: 25px;
}

.get-started-hexagon {
  position: absolute;
  top: 150px;
  width: 120%;
}
.get-started-hexagon img {
  clip-path: url("#get-started-hexagon");
  width: 100%;
  height: 730px;
  margin-top: 75px;
}
.get-started-hexagon .small-hexagon:nth-child(2) {
  bottom: 150px;
  left: 0;
}
.get-started-hexagon .small-hexagon:nth-child(3) {
  top: 150px;
  left: 0;
}
.get-started-hexagon .small-hexagon:nth-child(4) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.get-started-hexagon .small-hexagon:nth-child(5) {
  top: 150px;
  right: 40px;
}
.get-started-hexagon .small-hexagon:nth-child(6) {
  bottom: 150px;
  right: 40px;
}

@media (max-width: 1919px) {
  .get-started-content {
    padding-top: 100px;
  }

  .get-started-hexagon {
    top: 150px;
    width: 110%;
  }
  .get-started-hexagon img {
    height: 670px;
  }
  .get-started-hexagon .small-hexagon:nth-child(2) {
    bottom: 100px;
  }
  .get-started-hexagon .small-hexagon:nth-child(6) {
    bottom: 100px;
  }
}
@media (max-width: 1599px) {
  .get-started-hexagon {
    width: 100%;
  }
  .get-started-hexagon img {
    height: 610px;
  }
}
@media (max-width: 1365px) {
  .get-started-hexagon img {
    height: 542px;
  }
  .get-started-hexagon .small-hexagon:nth-child(2) {
    bottom: 50px;
  }
  .get-started-hexagon .small-hexagon:nth-child(3) {
    top: 100px;
  }
  .get-started-hexagon .small-hexagon:nth-child(5) {
    top: 100px;
  }
  .get-started-hexagon .small-hexagon:nth-child(6) {
    bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .get-started-hexagon img {
    height: 456px;
  }
}
@media (min-width: 992px) {
  .get-started-content {
    min-height: 800px;
    height: 100vh;
    max-height: 900px;
  }
}
@media (max-width: 991px) {
  .get-started-content {
    align-items: center;
    padding-top: 200px;
  }
  .get-started-content:last-child {
    display: none;
  }
  .get-started-content > * {
    text-align: center;
  }
  .get-started-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .get-started-content {
    padding-top: 150px;
  }
}
/*
 * In-One-Place section markup on homepage
 */
.in-one-place-row {
  position: relative;
}
.in-one-place-row .small-hexagon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in-one-place-row:after {
  content: "";
  position: absolute;
  width: 881px;
  height: 991px;
  opacity: 0.05;
  top: calc((991px - 100%) / 2 * -1);
  background-image: url("../img/background-hexagon.svg");
  background-size: cover;
}

.in-one-place-row:nth-child(odd):after {
  left: 100%;
}

.in-one-place-row:nth-child(even) {
  flex-direction: row-reverse;
}
.in-one-place-row:nth-child(even):after {
  right: 100%;
}

.in-one-place-bg-line {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}

.in-one-place-row-image, .in-one-place-row-content, .in-one-place-row-image .image-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.in-one-place-row-image .image-overlay {
  clip-path: url("#hexagon");
  width: 100%;
  height: 690px;
}
.in-one-place-row-image .image-overlay img {
  min-width: 100%;
  max-height: 100%;
}

.in-one-place-row-content h3, .in-one-place-row-content p {
  width: 55%;
}
.in-one-place-row-content h3 {
  white-space: nowrap;
  margin: 25px 0 10px;
}
.in-one-place-row-content p {
  margin: 10px 0 25px;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .in-one-place-row:nth-child(odd) .in-one-place-row-content h3, .in-one-place-row:nth-child(odd) .in-one-place-row-content p {
    align-self: flex-end;
    margin-right: 45px;
  }

  .in-one-place-row:nth-child(even) .in-one-place-row-content h3, .in-one-place-row:nth-child(even) .in-one-place-row-content p {
    align-self: flex-start;
    margin-left: 45px;
  }
}
@media (max-width: 1365px) {
  .in-one-place-row-image .image-overlay {
    height: 610px;
  }

  .in-one-place-bg-line {
    display: none;
  }

  .in-one-place-row .small-hexagon img {
    transform: scale(0.75);
  }
}
@media (max-width: 1200px) {
  .in-one-place-row-image .image-overlay {
    height: 507px;
  }

  .in-one-place-row-content h3, .in-one-place-row-content p {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .in-one-place-row-image .image-overlay {
    height: 372px;
  }

  .in-one-place-row:after {
    width: 500px;
    height: 562px;
    top: calc((562px - 100%) / 2 * -1);
  }
}
@media (max-width: 767px) {
  .in-one-place-row-image .image-overlay {
    height: 270px;
  }

  .in-one-place-row .small-hexagon {
    display: none;
  }
  .in-one-place-row:after {
    width: 350px;
    height: 394px;
    top: calc((394px - 100%) / 2 * -1);
  }

  .in-one-place-row-content h3 {
    text-align: center;
  }
  .in-one-place-row-content h3, .in-one-place-row-content p {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .in-one-place-row-image .image-overlay {
    width: 355px;
    height: 400px;
  }

  .in-one-place-row:after {
    width: 250px;
    height: 281px;
    top: unset;
    bottom: -60px;
  }

  .in-one-place-row:nth-child(odd):after {
    left: 85%;
  }

  .in-one-place-row:nth-child(even):after {
    right: 85%;
  }

  .in-one-place-row:last-child:after {
    display: none;
  }

  .in-one-place-row-content h3, .in-one-place-row-content p {
    width: 65%;
  }
  .in-one-place-row-content p {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .in-one-place-row-image .image-overlay {
    width: 177px;
    height: 200px;
  }
}
/*
 * Accordion stylesheet
 */
.accordion-card {
  transition: all 1s;
}
.accordion-card h5, .accordion-card p {
  text-align: left;
}
.accordion-card .description {
  margin: 10px 0;
}
.accordion-card p {
  opacity: 0.5;
  margin: 0;
}

@media (max-width: 991px) {
  .accordion-card .open-card, .accordion-card .close-card {
    display: none;
  }
  .accordion-card:not(:last-child) {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 30px;
  }
}
@media (max-width: 1365px) {
  .accordion-card p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .custom-accordion {
    width: 105%;
    display: flex;
    margin-bottom: 70px;
  }

  .accordion-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 19%;
    transition: all 0.25s;
    padding: 15px;
    border-left: 1px solid #C4C4C4;
  }
  .accordion-card .close-card {
    display: none;
  }
  .accordion-card h5, .accordion-card p {
    text-align: left;
  }
  .accordion-card h5 {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.25s;
  }
  .accordion-card h5:hover {
    text-decoration-color: #333333;
  }
  .accordion-card .description {
    margin: 10px 0 -50px;
  }
  .accordion-card p {
    opacity: 0;
    transition: opacity 0.25s;
    margin: 0;
  }
  .accordion-card p.active {
    opacity: 0.5;
  }
  .accordion-card button {
    margin-top: auto;
  }
  .accordion-card:last-child {
    border-right: 1px solid #C4C4C4;
  }
  .accordion-card.active {
    width: 23%;
  }
  .accordion-card.active .open-card {
    display: none;
  }
  .accordion-card.active .close-card {
    display: block;
  }
}
@media (min-width: 1366px) {
  .accordion-card {
    padding: 30px;
  }
  .accordion-card .description {
    margin: 20px 0 -125px;
  }
}
/*
 * Estimation section markup
 */
.estimation > .container {
  position: relative;
}

.estimation-questions, .estimation-hexagons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 150px;
}

.estimation-hexagons .small-hexagon {
  display: none;
  width: 450px;
  height: 500px;
  align-items: center;
  transition: transform 0.25s;
  padding: 0;
}
.estimation-hexagons .small-hexagon img {
  width: 110px;
}
.estimation-hexagons .small-hexagon.active {
  display: flex;
}
.estimation-hexagons .small-hexagon .google-map-small {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  clip-path: url(#hexagon);
}
.estimation-hexagons .small-hexagon .google-map-small .map-inner {
  width: 200%;
  height: 200%;
  transform: translate(-25%, -20%);
}
.estimation-hexagons .small-hexagon .google-map-small .open-map {
  position: absolute;
  cursor: pointer;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #EF4242;
  transition: opacity 0.25s;
}
.estimation-hexagons .small-hexagon .google-map-small .open-map:hover {
  opacity: 0.25;
}

.estimation-question {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.estimation-question > *:not(:last-child):not(.row) {
  margin-bottom: 25px;
}
.estimation-question.active {
  display: flex;
}

.location-picker {
  background-color: red;
  width: 100%;
}

.estimation-tabs {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  pointer-events: none;
}
.estimation-tabs .tab {
  position: relative;
  flex-grow: 1;
  padding: 0 10px;
  overflow: hidden;
  height: 3px;
}
.estimation-tabs .tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #EF4242;
  transition: left 0.5s;
}
.estimation-tabs .tab.active:after {
  left: 0;
}

@media (max-width: 1919px) {
  .estimation-hexagons .small-hexagon {
    width: 400px;
    height: 444px;
  }
}
@media (max-width: 1599px) {
  .estimation-question > *:not(:last-child):not(.row) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .estimation-hexagons .small-hexagon {
    width: 300px;
    height: 333px;
  }
}
@media (max-width: 991px) {
  .estimation-hexagons .small-hexagon {
    width: 200px;
    height: 222px;
  }

  .estimation-question > *:not(:last-child):not(.row) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .estimation {
    padding: 150px 0 50px;
  }

  .estimation-hexagons, .estimation-questions {
    padding-top: 0;
    min-height: unset;
  }

  .estimation-hexagons {
    height: 250px;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .estimation-tabs {
    display: none;
  }
}
.textfield-apperance::-webkit-outer-spin-button,
.textfield-apperance::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.textfield-apperance {
  -moz-appearance: textfield;
}

.why-hint {
  font-size: 18px;
  color: #696e7b;
  cursor: pointer;
}

.tooltip {
  font-family: Heebo;
  line-height: 16px;
}

.tooltip > .tooltip-inner {
  max-width: initial;
  text-align: center;
  font-size: 11px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
  font-family: Montserrat Bold, Roboto Black, sans-serif;
}

.bs-tooltip-bottom,
.bs-tooltip-left,
.bs-tooltip-right,
.bs-tooltip-top {
  background-color: #fff;
  opacity: 1 !important;
  padding: 0 0;
}

.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
  border-color: #fff transparent;
}

.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
  border-color: transparent #fff;
}

.tooltip .arrow:before {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 1.3rem !important;
}

@media (max-width: 767px) {
  .select2-container--default .select2-selection--single {
    border-radius: 10px !important;
  }
}
.select2-selection__arrow b {
  display: none !important;
}

.select2-selection__rendered {
  padding: 0 !important;
  position: relative;
  top: -13px;
}

.select2-selection__placeholder {
  color: #c4c4c4 !important;
  text-transform: uppercase;
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #fff;
  height: 16px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #e13d3d;
  border-radius: 5px;
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-dropdown {
  border: 0 !important;
  border-radius: 10px !important;
  padding: 10px !important;
}

.select2-results__option--highlighted, .select2-results__option--selected {
  background: transparent !important;
  color: inherit !important;
}

.select2-container--default .select2-results > .select2-results__options {
  height: 190px !important;
}

.select2-dropdown--above {
  margin-top: -2px;
}

.check-group.grid-50 label {
  width: 50% !important;
}

.check-group label input:disabled ~ .check-mark {
  opacity: 0.5;
  background: #dddddd;
}

.estimation-hexagons .small-hexagon i {
  font-size: 101px;
}

@media (min-width: 992px) {
  .btn-life-insurance {
    font-size: 25px;
    line-height: 30px;
  }
}
.tooltip .tooltip-inner {
  text-align: left !important;
}

@media (min-width: 470px) {
  .select2-dropdown {
    min-width: 112px;
  }
}
/*
 * Dashboard stylesheet and mark-up
 */
.dashboard {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dashboard-menu .menu-item {
  display: block;
  padding: 10px 0;
  cursor: pointer;
}
.dashboard-menu .menu-item h5 {
  margin: 0;
  transition: transform 0.25s;
}
.dashboard-menu .menu-item:hover h5 {
  transform: translateX(5%);
}

.dashboard-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard-content .dashboard-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-content .dashboard-content-title .form-group {
  margin: 0;
}

.buyers .buyer, .sellers .seller, .life-leads .life-lead {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.buyers .buyer .row, .sellers .seller .row, .life-leads .life-lead .row {
  flex-grow: 2;
}
.buyers .buyer .col-md-6, .sellers .seller .col-md-6, .life-leads .life-lead .col-md-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.buyers .buyer .col-md-6:last-child, .sellers .seller .col-md-6:last-child, .life-leads .life-lead .col-md-6:last-child {
  display: flex;
  flex-direction: column;
}
.buyers .buyer .col-md-6:last-child h4, .sellers .seller .col-md-6:last-child h4, .life-leads .life-lead .col-md-6:last-child h4 {
  margin: 0;
}
.buyers .buyer .col-md-6:last-child h4, .buyers .buyer .col-md-6:last-child p, .sellers .seller .col-md-6:last-child h4, .sellers .seller .col-md-6:last-child p, .life-leads .life-lead .col-md-6:last-child h4, .life-leads .life-lead .col-md-6:last-child p {
  text-align: right;
}
.buyers .buyer .contacts, .sellers .seller .contacts, .life-leads .life-lead .contacts {
  display: flex;
  flex-wrap: wrap;
}
.buyers .buyer .contacts > h5, .sellers .seller .contacts > h5, .life-leads .life-lead .contacts > h5 {
  white-space: nowrap;
}
.buyers .buyer .contacts > h5:not(:last-child), .sellers .seller .contacts > h5:not(:last-child), .life-leads .life-lead .contacts > h5:not(:last-child) {
  margin-right: 15px;
}
.buyers .buyer .controls, .sellers .seller .controls, .life-leads .life-lead .controls {
  display: flex;
  margin-top: auto;
  justify-content: flex-end;
}
.buyers .buyer .controls > .btn:not(:last-child), .sellers .seller .controls > .btn:not(:last-child), .life-leads .life-lead .controls > .btn:not(:last-child) {
  margin-right: 10px;
}
.buyers .buyer:not(:last-child), .sellers .seller:not(:last-child), .life-leads .life-lead:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}

.agents .agent {
  padding: 10px 0;
}
.agents .agent .col-md-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.agents .agent .col-md-6:last-child {
  display: flex;
  flex-direction: column;
}
.agents .agent .col-md-6:last-child h4 {
  margin: 0;
}
.agents .agent .col-md-6:last-child h4, .agents .agent .col-md-6:last-child p {
  text-align: right;
}
.agents .agent .contacts {
  display: flex;
  flex-wrap: wrap;
}
.agents .agent .contacts > h5 {
  white-space: nowrap;
}
.agents .agent .contacts > h5:not(:last-child) {
  margin-right: 15px;
}
.agents .agent .controls {
  display: flex;
  margin-top: auto;
  justify-content: flex-end;
}
.agents .agent .controls > .btn:not(:last-child) {
  margin-right: 10px;
}
.agents .agent:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .pagination-active .page-link {
  background-color: #EF4242;
  border-color: #EF4242;
}

@media (max-width: 767px) {
  .buyers .buyer .col-md-6:last-child h4, .buyers .buyer .col-md-6:last-child p, .sellers .seller .col-md-6:last-child h4, .sellers .seller .col-md-6:last-child p {
    text-align: left;
  }
  .buyers .buyer .controls, .sellers .seller .controls {
    margin-top: 15px;
  }
}
#life-lead-form-wizard, #life-lead-form-modal {
  font-family: Merriweather, "Times New Roman", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
#life-lead-form-wizard .tab-content, #life-lead-form-modal .tab-content {
  height: auto !important;
  padding-top: 0;
  padding-bottom: 0;
}
#life-lead-form-wizard .tab-content h2, #life-lead-form-modal .tab-content h2 {
  font-size: 18px;
  line-height: 26px;
}
#life-lead-form-wizard .tab-content h3, #life-lead-form-modal .tab-content h3 {
  font-size: 18px;
  line-height: 26px;
  text-transform: initial;
}
#life-lead-form-wizard p, #life-lead-form-modal p {
  margin-bottom: 1rem;
}
#life-lead-form-wizard .form-group label, #life-lead-form-modal .form-group label {
  font-size: 16px;
  opacity: 1;
  position: static;
  color: rgb(51, 51, 51);
}
#life-lead-form-wizard .form-group .form-control, #life-lead-form-modal .form-group .form-control {
  border: 1px solid #ced4da !important;
}
#life-lead-form-wizard .form-group .parsley-error, #life-lead-form-modal .form-group .parsley-error {
  border-color: #EF4242 !important;
}
#life-lead-form-wizard .radio-group, #life-lead-form-wizard .check-group, #life-lead-form-modal .radio-group, #life-lead-form-modal .check-group {
  margin-bottom: 1rem;
}
#life-lead-form-wizard .radio-group label, #life-lead-form-wizard .check-group label, #life-lead-form-modal .radio-group label, #life-lead-form-modal .check-group label {
  font-family: Merriweather, "Times New Roman", sans-serif;
  font-size: 16px !important;
}
#life-lead-form-wizard .radio-group .custom-checkbox + .custom-checkbox, #life-lead-form-wizard .check-group .custom-checkbox + .custom-checkbox, #life-lead-form-modal .radio-group .custom-checkbox + .custom-checkbox, #life-lead-form-modal .check-group .custom-checkbox + .custom-checkbox {
  margin-top: 0.5rem;
}
#life-lead-form-wizard .radio-group.radio-group-error label, #life-lead-form-modal .radio-group.radio-group-error label {
  color: #EF4242;
}
#life-lead-form-wizard .custom-checkbox, #life-lead-form-wizard .custom-radio, #life-lead-form-modal .custom-checkbox, #life-lead-form-modal .custom-radio {
  width: 100%;
}
#life-lead-form-wizard .custom-checkbox.parsley-error, #life-lead-form-wizard .custom-radio.parsley-error, #life-lead-form-modal .custom-checkbox.parsley-error, #life-lead-form-modal .custom-radio.parsley-error {
  color: #EF4242;
}
#life-lead-form-wizard .custom-checkbox.parsley-error label, #life-lead-form-wizard .custom-radio.parsley-error label, #life-lead-form-modal .custom-checkbox.parsley-error label, #life-lead-form-modal .custom-radio.parsley-error label {
  color: #EF4242;
}
#life-lead-form-wizard .radio-group .parsley-errors-list, #life-lead-form-wizard .check-group .parsley-errors-list, #life-lead-form-wizard .form-group .parsley-errors-list, #life-lead-form-modal .radio-group .parsley-errors-list, #life-lead-form-modal .check-group .parsley-errors-list, #life-lead-form-modal .form-group .parsley-errors-list {
  display: none;
}
#life-lead-form-wizard .nav, #life-lead-form-modal .nav {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  flex: 1 1 auto;
  min-height: 1px;
  list-style: none;
}
#life-lead-form-wizard .nav li a, #life-lead-form-modal .nav li a {
  font-size: 14px;
}
#life-lead-form-wizard .nav li a.active, #life-lead-form-modal .nav li a.active {
  background: rgba(0, 123, 255, 0.2);
}
#life-lead-form-wizard .nav li a .badge, #life-lead-form-modal .nav li a .badge {
  margin-right: 10px;
  padding: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  top: -2px;
  font-size: 14px;
}
#life-lead-form-wizard .nav li + li, #life-lead-form-modal .nav li + li {
  margin-top: 10px;
}
#life-lead-form-wizard .nav-tabs, #life-lead-form-modal .nav-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.items {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 1rem;
  padding: 10px;
}

.repeater {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.fade:not(.show) {
  display: none;
}

.dropdown.bootstrap-select {
  display: block !important;
  width: 100% !important;
}
.dropdown.bootstrap-select > .dropdown-toggle {
  min-width: 100%;
}

/*
 * Result page stylesheet
 */
.google-map {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 5;
  transition: opacity 0.5s, visibility 0.5s;
}
.google-map .map-inner {
  width: 100%;
  height: 100%;
}
.google-map .google-map-info {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 400px;
  z-index: 11;
  max-height: 63px;
  background-color: white;
  border-top: 3px solid #EF4242;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transition: max-height 0.5s;
}
.google-map .google-map-info > h5, .google-map .google-map-info > p {
  line-height: 1;
  margin: 20px;
}
.google-map .google-map-info .toggle-properties, .google-map .google-map-info .close-map {
  position: absolute;
  padding: 20px;
  top: 0;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;
}
.google-map .google-map-info .toggle-properties:hover, .google-map .google-map-info .close-map:hover {
  color: #EF4242;
}
.google-map .google-map-info .toggle-properties {
  left: 0;
  transition: color 0.15s, transform 0.25s;
}
.google-map .google-map-info .toggle-properties.active {
  transform: rotate(-180deg);
}
.google-map .google-map-info .close-map {
  transition: color 0.15s;
  right: 0;
}
.google-map .google-map-info.active {
  max-height: 600px;
}
.google-map.active {
  opacity: 1;
  visibility: visible;
}

.properties {
  overflow-x: hidden;
  overflow-y: scroll;
  flex-grow: 1;
}
.properties .property {
  display: flex;
  padding: 10px 20px;
  cursor: pointer;
}
.properties .property > * {
  transition: transform 0.15s;
}
.properties .property .property-distance {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  width: 75px;
  margin-right: 15px;
}
.properties .property .property-distance .key {
  background-color: #EF4242;
  border-radius: 50%;
  position: absolute;
  color: white;
  font-weight: bold;
  top: 15px;
  left: calc(50% - 10px);
  line-height: 1;
  text-align: center;
  width: 20px;
  height: 20px;
}
.properties .property .property-distance i {
  font-size: 45px;
  color: #EF4242;
}
.properties .property .property-distance h6 {
  text-align: center;
  color: #EF4242;
  line-height: 1;
  margin: 0;
}
.properties .property .property-info h4, .properties .property .property-info h6 {
  margin: 0;
}
.properties .property:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}
.properties .property:hover > * {
  transform: translateX(10px);
}

.property-report {
  height: 535px;
  overflow: hidden;
  position: relative;
}
.property-report .row {
  height: 100%;
}
.property-report .background-map {
  position: absolute;
  filter: blur(5px);
  min-height: 100%;
  min-width: 100%;
}
.property-report .map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EF4242;
  opacity: 0.8;
}

.property-report-title, .property-report-map {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.property-report-title h5, .property-report-title h3, .property-report-title p, .property-report-map h5, .property-report-map h3, .property-report-map p {
  color: white;
}

.property-report-map {
  align-items: flex-end;
}
.property-report-map .google-map-small {
  position: relative;
  overflow: hidden;
  width: 352px;
  height: 394px;
  -webkit-clip-path: url(#hexagon);
  clip-path: url(#hexagon);
  transition: transform 0.1s;
}
.property-report-map .google-map-small .map-inner {
  width: 200%;
  height: 200%;
  transform: translate(-25%, -20%);
}
.property-report-map .google-map-small .open-map {
  position: absolute;
  cursor: pointer;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #EF4242;
  transition: opacity 0.25s;
}
.property-report-map .google-map-small .open-map:hover {
  opacity: 0.25;
}
.property-report-map .google-map-small.tick {
  transform: scale(1.02);
}

.property-details {
  margin-bottom: 50px;
}

.property-short-description {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.property-short-description .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.property-short-description .item p {
  font-size: 12px;
  line-height: 17px;
  opacity: 0.5;
  text-align: center;
  margin-top: 10px;
}
.property-short-description .item:not(:last-child) {
  margin-right: 100px;
}

.property-estimation {
  padding: 40px 0;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

.property-estimation-price, .property-estimation-offer {
  display: flex;
  flex-direction: column;
}

.property-estimation-price {
  justify-content: center;
}

.property-estimation-offer {
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: flex-end;
}

.owner-congratulation {
  padding: 70px 0 35px;
}
.owner-congratulation h2 {
  margin-bottom: 10px;
}
.owner-congratulation p {
  opacity: 0.5;
}
.owner-congratulation p:not(:last-child) {
  margin-bottom: 20px;
}

.last-assessment, .property-highlights {
  padding: 35px 0;
}
.last-assessment h5, .property-highlights h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.last-assessment table {
  width: 75%;
}
.last-assessment table tr {
  border-bottom: 1px solid #C4C4C4;
}
.last-assessment table tr th {
  font-family: Merriweather, "Times New Roman", serif;
  opacity: 0.5;
  font-weight: normal;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
}
.last-assessment table tr td {
  font-family: "Montserrat Bold", "Roboto Black", sans-serif;
  font-style: normal;
  font-weight: bolder;
  color: #333333;
  font-size: 20px;
  line-height: 25px;
  padding: 20px;
}

.property-highlights .highlight {
  display: flex;
  margin-bottom: 75px;
}
.property-highlights .highlight .highlight-image {
  padding: 25px;
  width: 100px;
  height: 100px;
}
.property-highlights .highlight .highlight-image img {
  max-width: 100%;
  max-height: 100%;
}
.property-highlights .highlight .highlight-description {
  padding: 15px 25px;
  border-left: 1px solid black;
}
.property-highlights .highlight .highlight-description p {
  opacity: 0.5;
  font-size: 20px;
  line-height: 35px;
}
.property-highlights .highlight .highlight-description h5 {
  margin-bottom: 0;
}

.our-advantages {
  padding: 35px 0;
}
.our-advantages .advantage .small-hexagon {
  width: 150px;
  height: 134px;
  position: static;
  margin-bottom: 20px;
  transition: transform 0.15s;
}
.our-advantages .advantage p {
  opacity: 0.5;
}

@media (max-width: 1599px) {
  .google-map .google-map-info {
    max-height: 58px;
  }
  .google-map .google-map-info .close-map, .google-map .google-map-info .toggle-properties {
    font-size: 15px;
    line-height: 20px;
  }

  .properties .property {
    padding: 5px 10px;
  }
  .properties .property .property-distance {
    margin-right: 10px;
  }
  .properties .property .property-distance .key {
    top: 11px;
  }
  .properties .property .property-distance i {
    font-size: 35px;
  }
}
@media (max-width: 1365px) {
  .property-highlights .highlight {
    margin-bottom: 50px;
  }
  .property-highlights .highlight .highlight-image {
    padding: 20px;
    width: 75px;
    height: 75px;
  }
  .property-highlights .highlight .highlight-description {
    padding: 10px 20px;
  }
  .property-highlights .highlight .highlight-description p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .google-map .google-map-info {
    width: 300px;
    max-height: 38px;
  }
  .google-map .google-map-info > h5, .google-map .google-map-info > p {
    margin: 10px;
  }
  .google-map .google-map-info .close-map, .google-map .google-map-info .toggle-properties {
    padding: 10px;
  }
  .google-map .google-map-info.active {
    max-height: 400px;
  }

  .properties .property .property-distance {
    padding: 3px 0;
  }
  .properties .property .property-distance .key {
    top: 8px;
    width: 10px;
    height: 10px;
    left: calc(50% - 5px);
    font-size: 12px;
  }
  .properties .property .property-distance i {
    font-size: 25px;
  }

  .last-assessment table {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .property-report-row {
    flex-wrap: wrap-reverse;
  }

  .property-report-title, .property-report-map {
    align-items: center;
  }

  .property-report-title {
    align-items: center;
  }
  .property-report-title h5, .property-report-title h3, .property-report-title p {
    text-align: center;
  }

  .property-short-description {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .property-report {
    height: 450px;
  }

  .property-report-map .google-map-small {
    width: 250px;
    height: 280px;
  }

  .property-short-description {
    padding: 20px 0;
  }
  .property-short-description .item:not(:last-child) {
    margin-right: 50px;
  }

  .property-estimation {
    padding: 10px 0 20px;
  }

  .owner-congratulation p {
    text-align: center;
  }
  .owner-congratulation p:not(:last-child) {
    margin-bottom: 10px;
  }

  .last-assessment table tr th {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .last-assessment table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }

  .owner-congratulation, .property-highlights, .last-assessment {
    padding: 20px 0;
  }
  .owner-congratulation h3, .owner-congratulation > h5, .property-highlights h3, .property-highlights > h5, .last-assessment h3, .last-assessment > h5 {
    text-align: center;
  }
  .owner-congratulation h3 br, .owner-congratulation > h5 br, .property-highlights h3 br, .property-highlights > h5 br, .last-assessment h3 br, .last-assessment > h5 br {
    display: none;
  }

  .property-highlights .highlight {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575px) {
  .google-map .google-map-info {
    width: auto;
    left: 10px;
  }

  .property-short-description .item:not(:last-child) {
    margin-right: 25px;
  }

  .property-estimation .property-estimation-price, .property-estimation .property-estimation-offer {
    align-items: center;
  }

  .last-assessment table tr th {
    padding: 5px 0;
    font-size: 10px;
    line-height: 12px;
  }
  .last-assessment table tr td {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
  }

  .our-advantages {
    flex-direction: column;
  }
  .our-advantages .advantage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 125px;
    padding-left: 150px;
  }
  .our-advantages .advantage .small-hexagon {
    position: absolute;
    left: 0;
    transform: scale(0.75) translateY(10%);
  }
}
/*
 * Footer markup and stylesheet
 */
footer {
  background-color: #333333;
  padding-top: 50px;
}
footer > div:not(:last-child) {
  margin-bottom: 70px;
}

.footer-title > * {
  color: white;
  text-align: center;
}
.footer-title h2 {
  margin-bottom: 20px;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0.5;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px;
}
.footer-copyright > * {
  margin: 10px;
}
.footer-copyright p {
  white-space: nowrap;
  color: white;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin: 25px 0 !important;
}
.footer-links > a {
  font-family: Merriweather, "Times New Roman", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: white;
  transition: color 0.25s;
}
.footer-links > a:hover {
  color: #EF4242;
}
.footer-links > a:not(:last-child) {
  margin-right: 25px;
}

.footer-subscription .form-group {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  footer > div:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer-subscription .form-group {
    width: 100%;
  }
}
@media (max-width: 638px) {
  .footer-copyright {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .footer-copyright p {
    font-size: 12px;
    line-height: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
