/* buttons */
/* horizontal-blocks */
.header {
  background: #ffffff;
  font-size: 1.8rem;
  font-family: "Montserrat-500", "Montserrat-fallback", sans-serif;
  font-weight: 500;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.header > .container .logo a {
  display: inline-block;
}
.header > .container .logo object,
.header > .container .logo img {
  pointer-events: none;
}
.header > .container .baseline {
  display: flex;
  font-family: "Montserrat-500", "Montserrat-fallback", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: right;
  margin-left: auto;
  margin-right: 2rem;
}
.header > .container .baseline > div:nth-child(1) {
  margin-left: 2rem;
  margin-right: 2rem;
}
.header > .container .baseline > div:nth-child(2) {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  border-left: 1px solid;
}
.header > .container .text-block {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Montserrat-400", "Montserrat-fallback", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 2rem;
}
.header > .container .text-block .mobile {
  display: none;
}
.header > .container .text-block strong,
.header > .container .text-block b {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-family: "Montserrat-500", "Montserrat-fallback", sans-serif;
  font-weight: 500;
}
.header > .container .logo-and-green-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}
@media (max-width: 1049px) {
  .header > .container .logo-and-green-number {
    width: 95%;
  }
}
.header > .container .callback {
  display: flex;
  align-items: stretch;
  font-family: "Montserrat-600", "Montserrat-fallback", sans-serif;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 0 auto;
}
.header > .container .callback-mobile {
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  background: rgb(46, 176, 0);
  border-radius: 50%;
  order: 2;
}
.header > .container .callback-mobile svg {
  display: block;
}
.header > .container .callback .callback-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
  color: #78b41e;
  background-color: #f7f7f7;
}
.header > .container .callback .callback-phone .arrow-right {
  margin-right: -2rem;
  margin-left: 1rem;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #f7f7f7;
}
.header > .container .callback .callback-title {
  background-color: #78b41e;
  color: #fff;
  font-size: 1.2rem;
  width: 13rem;
  padding-right: 1rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  line-height: 1.5rem;
}
@media (max-width: 1049px) {
  .header > .container .logo img {
    width: 220px;
    height: auto;
  }
  .header > .container .baseline {
    font-size: 1.8rem;
  }
  .header > .container .baseline img {
    max-width: 100px;
    height: auto;
  }
  .header > .container .text-block {
    font-size: 1.8rem;
  }
  .header > .container .text-block strong,
  .header > .container .text-block b {
    font-size: 2.2rem;
  }
}
@media (max-width: 849px) {
  .header > .container {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .header > .container .logo {
    padding: 1rem 0 0.5rem;
  }
  .header > .container .text-block {
    width: 100%;
    padding: 1rem;
  }
  .header > .container .text-block .mobile {
    display: block;
  }
  .header > .container .text-block .desktop {
    display: none;
  }
  .header > .container .baseline {
    display: none;
  }
}

.header-estimate-gutenberg {
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05), 0 1px 4px rgba(12, 12, 13, 0.1);
  margin-bottom: 2rem;
}
.header-estimate-gutenberg .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.header-estimate-gutenberg #logo {
  padding: 10px 0;
  max-width: 18%;
  flex: 0 0 18%;
  margin-top: 0.7rem;
  position: relative;
  z-index: 1;
  align-self: center;
}
.header-estimate-gutenberg #logo a {
  width: auto;
  height: auto;
  display: block;
}
.header-estimate-gutenberg #logo a svg,
.header-estimate-gutenberg #logo a img {
  position: relative;
  z-index: -1;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.header-estimate-gutenberg .callback {
  display: flex;
  align-items: stretch;
  font-family: "Montserrat-600", "Montserrat-fallback", sans-serif;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 0 auto;
}
.header-estimate-gutenberg .callback-mobile {
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  background: rgb(46, 176, 0);
  border-radius: 50%;
  order: 2;
}
.header-estimate-gutenberg .callback-mobile svg {
  display: block;
}
.header-estimate-gutenberg .callback .callback-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
  color: #78b41e;
  background-color: #f7f7f7;
}
.header-estimate-gutenberg .callback .callback-phone .arrow-right {
  margin-right: -2rem;
  margin-left: 1rem;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #f7f7f7;
}
.header-estimate-gutenberg .callback .callback-title {
  background-color: #78b41e;
  color: #fff;
  font-size: 1.2rem;
  width: 13rem;
  padding-right: 1rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  line-height: 1.5rem;
}
.header-estimate-gutenberg .header-blocks {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  gap: 3rem;
  min-height: 70px;
  order: 3;
}
.header-estimate-gutenberg .header-blocks .block-see-tv,
.header-estimate-gutenberg .header-blocks .block-see-tv-mobile {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 8px 8px 0 0;
  padding: 1rem 1rem 0 1rem;
}
.header-estimate-gutenberg .header-blocks .block-see-tv .see-tv-text,
.header-estimate-gutenberg .header-blocks .block-see-tv-mobile .see-tv-text {
  font-size: 10px;
  font-family: "Montserrat-500", "Montserrat-fallback", sans-serif;
  font-weight: 500;
  color: black;
  line-height: 1.3;
  border-right: solid 1px black;
  padding-right: 15px;
}
.header-estimate-gutenberg .header-blocks .block-see-tv .see-tv-text-mobile,
.header-estimate-gutenberg .header-blocks .block-see-tv-mobile .see-tv-text-mobile {
  font-size: 12px;
  font-family: "Montserrat-500", "Montserrat-fallback", sans-serif;
  font-weight: 500;
  color: black;
  line-height: 1.3;
  border-right: solid 1px black;
  padding-right: 8px;
}
.header-estimate-gutenberg .header-blocks .block-see-tv .see-tv-img img,
.header-estimate-gutenberg .header-blocks .block-see-tv .see-tv-img svg,
.header-estimate-gutenberg .header-blocks .block-see-tv-mobile .see-tv-img img,
.header-estimate-gutenberg .header-blocks .block-see-tv-mobile .see-tv-img svg {
  width: 80px;
  height: auto;
}
.header-estimate-gutenberg .header-blocks .social-block-image-text {
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
  padding: 1rem 1rem 0 1rem;
  gap: 4rem;
  max-width: 55%;
  flex: 0 0 55%;
}
.header-estimate-gutenberg .header-blocks .social-block-image-text .social-img img {
  vertical-align: bottom;
  border-radius: 6px 6px 0 0;
}
.header-estimate-gutenberg .header-blocks .social-block-image-text .social-text {
  font-size: 13px;
  color: black;
  font-family: "Montserrat-500", "Montserrat-fallback", sans-serif;
  font-weight: 500;
}
.header-estimate-gutenberg .header-blocks .social-block-image-text .social-name {
  font-size: 12px;
  color: black;
  font-family: "Montserrat-700", "Montserrat-fallback", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.header-estimate-gutenberg .header-blocks .social-block-economy {
  background-color: #f39200;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 1.5rem;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.header-estimate-gutenberg .header-blocks .only-social-img-mobile {
  margin-bottom: 1rem;
}
.header-estimate-gutenberg .header-blocks .see-tv-img {
  display: flex;
  align-items: center;
}
@media all and (max-width: 991.98px) {
  .header-estimate-gutenberg {
    margin-bottom: 0;
  }
  .header-estimate-gutenberg .container {
    padding: 0 1rem;
    gap: 30px;
  }
  .header-estimate-gutenberg .container #logo {
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0;
    min-width: 160px;
  }
  .header-estimate-gutenberg .container #logo a {
    height: 5rem;
  }
  .header-estimate-gutenberg .header-blocks {
    flex: 1;
    max-width: none;
    order: 1;
  }
  .header-estimate-gutenberg .header-blocks img,
  .header-estimate-gutenberg .header-blocks svg {
    width: 100%;
    height: auto;
  }
  .header-estimate-gutenberg .social-block-economy,
  .header-estimate-gutenberg .only-social-img,
  .header-estimate-gutenberg .social-block-image-text {
    display: none !important;
  }
  .header-estimate-gutenberg .block-see-tv .see-tv-text {
    display: none !important;
  }
  .header-estimate-gutenberg .block-see-tv .see-tv-img {
    display: none !important;
  }
  .header-estimate-gutenberg .block-see-tv:has(.see-tv-text-mobile) .see-tv-img {
    display: block !important;
  }
  .header-estimate-gutenberg .block-see-tv-mobile {
    gap: 8px !important;
  }
  .header-estimate-gutenberg .block-see-tv-mobile .see-tv-img-mobile {
    display: flex;
  }
  .header-estimate-gutenberg .block-see-tv-mobile .see-tv-img-mobile img,
  .header-estimate-gutenberg .block-see-tv-mobile .see-tv-img-mobile svg {
    width: 60px !important;
  }
  .header-estimate-gutenberg .top-desktop .header-blocks {
    min-height: 60px !important;
  }
}
@media all and (min-width: 981px) {
  .header-estimate-gutenberg .social-block-economy-mobile {
    display: none;
  }
}
.header-estimate-gutenberg .social-block-economy-mobile {
  background-color: #222b37;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat-700", "Montserrat-fallback", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem;
}
@media all and (max-width: 400px) {
  .header-estimate-gutenberg .header-blocks .block-see-tv-mobile {
    gap: 4px !important;
  }
  .header-estimate-gutenberg .header-blocks .block-see-tv-mobile .see-tv-text-mobile {
    padding-right: 4px !important;
  }
}

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