:root {
  --dark-blue: rgb(20 20 43 / 95%);
  --dark: #14142bf2;
  --gray: #f0eeee;
  --warm-gray: #a6a0a0;
  --main-color: #db0032;
  --dark-gray: #98a2b3;
  --light-gray: #e4e7ec;
}

* {
  font-family: 'Open Sans', sans-serif;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.wrapper {
  /* margin: 0 auto;
  max-width: 1920px; */
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
}

.page-template-default h1 {
  margin-bottom: 40px;
}

p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

a {
  color: var(--main-color);
}

a:hover {
  color: inherit;
}

/*Margins*/

.xs-margin {
  margin-top: 40px !important;
}

.sm-margin {
  margin-top: 70px !important;
}

.md-margin {
  margin-top: 86px !important;
}

.lg-margin {
  margin-top: 100px !important;
}

.xl-margin {
  margin-top: 140px !important;
}

.header .social-bar {
  padding: 30px 0;
}

.social-links {
  font-size: 15px;
  line-height: 24px;
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
}

.social-links a {
  color: var(--dark);
}

.header .social-actions {
  float: right;
  display: flex;
  column-gap: 16px;
}

.header .social-actions .icon-link {
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
  position: relative;
  width: 48px;
  height: 48px;
}

.header .social-actions .icon-link img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}

.header .social-actions .icon-link:nth-child(1) {
  background-color: #dbd7d7;
}

.header .social-actions .icon-link:nth-child(2) {
  background-color: #ffe2e9;
}

.header .social-actions .phone-text .text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: var(--warm-gray);
}

.line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: #f0eeee;
}

.main-section,
.page-template-page-vender .header {
  background: #f7f7f7;
  box-shadow: 0px 4px 200px rgba(232, 249, 247, 0.2);
}

.main-section h1 {
  margin-bottom: 32px;
}

.map-image {
  float: right;
  width: 80%;
}

.house-card-image {
  margin: 30px 0;
  border-radius: 8px;
}

.main-section .counters {
  max-width: 400px;
  margin-top: 48px;
}

.counters .item .digit {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 4px;
  color: var(--main-color);
}

.counters .item span {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #a6a0a0;
}

.guide-info img {
  width: 100%;
}

.guide-box {
  background-color: var(--main-color);
  color: white;
  padding: 40px 40px;
}

.guide-box .title {
  font-size: 24px;
  line-height: 32px;
}

.guide-box p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

.form-section {
  margin-top: 100px;
}

.form-header .title {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
}

.form input {
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  color: var(--dark);
  padding: 10px;
  width: 100%;
}

.form-control {
  height: inherit !important;
}

.form input.submit {
  width: 100%;
  background: var(--main-color);
  color: white !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding: 14px 12px;
  border-radius: 8px;
  margin-top: 20px;
  border: none;
}

.form a {
  color: var(--dark);
  font-weight: 600;
}

#footer {
  color: var(--gray);
  background-color: var(--dark-blue);
}

.footer-info {
  margin-top: 32px;
}

.footer-info .links {
  margin-top: 32px;
}

.footer-info a {
  color: white;
}

.footer-title {
  color: var(--dark-gray);
  margin-bottom: 12px;
}

.footer-links a {
  display: block;
  margin-bottom: 12px;
  color: var(--light-gray);
}

.footer-info a {
  display: block;
  color: white;
}

.footer-bar {
  background-color: var(--dark-blue);
  padding: 40px 0;
  font-size: 15px;
  line-height: 27px;
}

.footer-content {
  padding: 50px 0;
}

#footer .social-links .instagram img {
  height: 25px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1550px !important;
  }
}

@media (min-width: 1200px) {
  .guide-col {
    max-width: 600px;
  }
}

.stretch-left {
  margin-left: calc((100vw - 100% - -32px) / -2);
}

.stretch-right {
  margin-right: calc((100vw - 100% - -32px) / -2);
}

@media (max-width: 1199.98px) {
  .main-section .counters {
    margin-top: 0;
  }

  .main-section .info {
    margin-bottom: 60px;
    text-align: center;
  }

  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 991px) {
  .form-section {
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .header .social-bar {
    display: none;
  }

  #footer .social-links {
    margin-top: 30px;
  }

  .footer-col {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  h1,
  h2,
  .form-header .title {
    font-size: 32px;
    line-height: 48px;
  }

  .main-section .counters {
    max-width: 400px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  #footer .social-links {
    float: right;
  }
}
