@charset "UTF-8";
#service .container {
  width: 100%;
  max-width: 112.4rem;
  padding: 0 5rem;
  margin: 0 auto;
}
#service .container--81r {
  max-width: 88rem;
}
#service .common-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#service .common-button {
  border: none;
  background: none;
  outline: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}
#service .common-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#service .common-form-row {
  margin-bottom: 1.5rem;
}
#service .common-form-row:last-child {
  margin-bottom: 0;
}
#service .common-form-group-block {
  margin-bottom: 1.5rem;
}
#service .common-form-group-block:last-child {
  margin-bottom: 0;
}
#service .common-form-row-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
#service .common-form-error-block {
  display: none;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
#service .common-form-error-confirm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 2.5rem;
  width: auto;
  padding: 0.5rem 1.5rem;
  margin: 0;
  background-color: #00664F;
  border-radius: 0.5rem;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
#service .common-form-error-confirm-button:hover {
  background-color: #008063;
}
#service .common-form-error-confirm-button:active, #service .common-form-error-confirm-button:focus {
  background-color: #004d3b;
}
#service .common-form-error-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  color: red;
}
#service .common-form-thanks-block {
  display: none;
}
#service .common-form-thanks-block-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#service .common-form-thanks-icon {
  max-width: 3.5rem;
  margin-bottom: 1rem;
}
#service .common-form-thanks-title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  color: #00AD50;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
#service .common-form-thanks-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222322;
  margin-bottom: 3rem;
  text-align: center;
}
#service .ital-undr-line {
  font-style: italic;
  text-decoration: underline;
}
#service .common-form-thanks-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 5rem;
  width: 100%;
  max-width: 28rem;
  padding: 1rem;
  border: 1px solid #00AD50;
  color: #00AD50;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.5rem;
  text-transform: uppercase;
  margin: 0 auto;
}
#service .common-form-thanks-link:visited {
  color: #00AD50;
}
#service .common-form-thanks-link:hover {
  color: #00c75c;
  border-color: #00c75c;
}
#service .common-form-thanks-link:active, #service .common-form-thanks-link:focus {
  color: #009444;
  border-color: #009444;
}
#service .common-input-wrapper {
  position: relative;
  flex: 1 1 calc(100% - 1.5rem);
}
#service .common-input-wrapper--50p {
  flex-basis: calc(50% - 1.5rem);
}
#service .common-input-wrapper--65p {
  max-width: calc(65% - 1rem);
}
#service .common-input-wrapper--60p {
  flex-basis: calc(60% - 1.5rem);
}
#service .common-input-wrapper--40p {
  flex-basis: calc(40% - 1.5rem);
}
#service .common-input-wrapper--35p {
  max-width: calc(35% - 1rem);
}
#service .common-input-wrapper--30p {
  flex-basis: calc(30% - 1.5rem);
}
#service .common-input-wrapper--20p {
  flex-basis: calc(20% - 1.5rem);
}
#service .common-input-wrapper--select:after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 0.6rem;
  background-image: url(/static/images/arrow_down_gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#service .common-input {
  width: 100%;
  min-height: 6rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem !important;
  background: none;
  margin: 0;
  padding: 2rem 1.2rem 0 1.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.015em;
  color: #222322;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#service .common-input--select {
  padding-right: 4rem;
}
#service .common-input--state {
  text-transform: uppercase;
}
#service .common-input-label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.172;
  letter-spacing: 0.025em;
  color: #222322;
  position: absolute;
  top: 1.2rem;
  left: 1.7rem;
}
#service .common-input-label span {
  color: #9D4A46;
}
#service .common-input-checkbox {
  display: none;
}
#service .common-input-checkbox:checked ~ .common-input-checkbox-block {
  border-color: #00AD50;
}
#service .common-input-checkbox:checked ~ .common-input-checkbox-block .section-checkbox-icon {
  display: block;
}
#service .common-input-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#service .common-input-checkbox-block {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
#service .common-input-checkbox-text {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #0D0F0F;
  cursor: pointer;
}
#service .section-checkbox-icon {
  margin: 0;
  max-width: 1.5rem;
  display: none;
}
#service .common-input-default-code {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #222322;
  font-size: 1.6rem;
  position: absolute;
  left: 1.6rem;
  bottom: 0.1rem;
  line-height: 3.8rem;
  vertical-align: middle;
  height: 3.8rem;
}
#service .common-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 5rem;
  width: 100%;
  max-width: 22rem;
  border-radius: 0.5rem;
  overflow: hidden;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #D88D22;
  margin: 0 auto;
}
#service .common-form-button:hover {
  background-color: #df9934;
}
#service .common-form-button:active, #service .common-form-button:focus {
  background-color: #c27f1f;
}
#service .common-section {
  margin-top: 8rem;
}
#service .common-section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  color: #000000;
  line-height: 1.305;
  letter-spacing: 0.015em;
  text-transform: none;
}
#service .common-section-description {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #222322;
  text-align: center;
  line-height: 1.4;
}
#service .common-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222322;
  margin-bottom: 1.5rem;
}
#service .common-text:last-child {
  margin-bottom: 0;
}
#service .common-list {
  list-style: disc;
  margin-left: 2.8rem;
  margin-bottom: 1.5rem;
}
#service .common-list:last-child {
  margin-bottom: 0;
}
#service .common-list li {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 0.3rem;
}
#service .common-list li:last-child {
  margin-bottom: 0;
}
#service .thank-you {
  padding: 1.2rem 0 50rem;
  position: relative;
}
#service .thank-you-background {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 47rem;
  background-image: url(/static/images/local_new/service/thank_you/thank_you_background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: transparent;
  z-index: -1;
}
#service .thank-you-inner {
  margin-top: 2.3rem;
}
#service .thank-you-content {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 1px solid #E3E5EA;
  border-radius: 0.5rem;
  padding: 5rem 2.5rem 6.5rem;
}
#service .thank-you-icon {
  max-width: 3.5rem;
  margin-bottom: 1rem;
}
#service .thank-you-title {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  line-height: 120%;
  font-weight: 700;
  color: #222322;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}
#service .thank-you-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: #222322;
  width: 100%;
  max-width: 36rem;
}
#service .thank-you-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 28rem;
  min-height: 5rem;
  padding: 0.5rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0.5rem;
  background-color: #00AD50;
  margin: 4rem auto 0;
}
#service .thank-you-link:visited {
  color: #ffffff;
}
#service .thank-you-link:hover {
  color: #ffffff;
  background-color: #00c75c;
}
#service .thank-you-link:focus, #service .thank-you-link:active {
  background-color: #009444;
  color: #ffffff;
}
#service .breadcrumbs-mobile {
  display: none;
}
#service .quote-mobile {
  display: none;
  background-color: #00664F;
  width: 100%;
}
#service .quote-mobile.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
#service .quote-mobile-inner {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#service .quote-mobile-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.085em;
  width: max-content;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
#service .quote-mobile-link img {
  max-width: 3.2rem;
  margin-right: 0.7rem;
  margin-left: 0;
  flex: 1 0 auto;
}
#service .quote-mobile-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
#service .quote-mobile-button {
  width: 100%;
  max-width: 26rem;
  background-color: #D88D22;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 5rem;
  padding: 1rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}
#service .quote-mobile-button:visited {
  color: #ffffff;
  background-color: #D88D22;
}
#service .quote-mobile-button:hover {
  color: #ffffff;
  background-color: #df9934;
}
#service .quote-mobile-button:active, #service .quote-mobile-button:focus {
  color: #ffffff;
  background-color: #c27f1f;
}
#service .intro {
  background-color: #c3c3c3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#service .intro--ac-tune {
  background-image: url(/static/images/local_new/service/ac_tune/intro_background.jpg);
}
#service .intro--ionizer {
  background-image: url(/static/images/local_new/service/ionizer/intro_background.jpg);
}
#service .intro--duct-sealing {
  background-image: url(/static/images/local_new/service/duct_sealing/intro_background.jpg);
}
#service .intro--attic-insulation {
  background-image: url(/static/images/local_new/service/attic_insulation/intro_background.jpg);
}
#service .intro--duct-repairs {
  background-image: url(/static/images/local_new/service/duct_repairs/intro_background.jpg);
}
#service .intro--ac-replacement {
  background-image: url(/static/images/local_new/service/ac_replacement/intro_background.jpg);
}
#service .intro--duct-cleaning {
  background-image: url(/static/images/local_new/service/duct_cleaning/intro_background.jpg);
}
#service .intro--dryer-cleaning {
  background-image: url(/static/images/local_new/service/dryer_cleaning/intro_background.jpg);
}
#service .intro--uv-light {
  background-image: url(/static/images/local_new/service/uv_light/intro_background.jpg);
}
#service .intro--hvac-replacement {
  background-image: url(/static/images/local_new/service/hvac_replacement/intro_background.jpg);
}
#service .intro--ac-repair {
  background-image: url(/static/images/local_new/service/ac_repair/intro_background.jpg);
}
#service .intro--state {
  background-image: url(/static/images/local_new/service/state/intro_background.jpg);
}
#service .intro-inner {
  padding: 0;
  min-height: 48rem;
}
#service .intro-top {
  position: relative;
}
#service .intro-top:before {
  display: block;
  width: 100%;
  height: 5.5rem;
  content: "";
  background-color: #F2F3F5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#service .intro-top-inner {
  display: flex;
  justify-content: space-between;
  min-height: 5.5rem;
  position: relative;
  z-index: 2;
}
#service .intro-top-call-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D88D22;
  width: 100%;
  max-width: 41rem;
  min-height: 5.5rem;
  padding: 1rem 2rem;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.085em;
  font-weight: 600;
}
#service .intro-top-call-link span {
  margin-left: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.015em;
  line-height: 1;
}
#service .intro-top-call-link:visited {
  color: #ffffff;
  background-color: #D88D22;
}
#service .intro-top-call-link:hover {
  color: #ffffff;
  background-color: #df9934;
}
#service .intro-top-call-link:active, #service .intro-top-call-link:focus {
  color: #ffffff;
  background-color: #c27f1f;
}
#service .intro-top-call-link-icon {
  max-width: 1.5rem;
  margin: 0 0.7rem 0 0;
}
#service .intro-content {
  padding: 5.5rem 0;
}
#service .intro-content-inner {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  align-items: center;
}
#service .intro-left {
  width: 100%;
  max-width: 48rem;
}
#service .intro-link {
  display: block;
  width: 100%;
  max-width: 15rem;
  margin-bottom: 1.5rem;
}
#service .intro-logo {
  margin: 0;
}
#service .intro-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  color: #222322;
  letter-spacing: 0.015em;
  margin: 0 auto;
}
#service .intro-title--white {
  color: #ffffff;
}
#service .intro-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222322;
  max-width: 46rem;
  margin-top: 1rem;
}
#service .intro-text--white {
  color: #ffffff;
}
#service .intro-right {
  width: 100%;
  max-width: 48rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  overflow: hidden;
  padding: 3rem;
}
#service .intro-right--ac-tune {
  padding: 5rem 4rem;
}
#service .intro-right-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.015em;
  color: #222322;
  margin-bottom: 1.7rem;
}
#service .intro-right-title--ac-tune {
  margin-bottom: 1rem;
}
#service .intro-right-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#service .intro-right-form-button {
  margin-top: 1rem;
}
#service .intro-right-text {
  margin-bottom: 3rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #222322;
}
#service .guarantees {
  background-color: #F2F3F5;
}
#service .guarantees-inner {
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .guarantees-item-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #00664F;
  line-height: 1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}
#service .guarantees-separator {
  height: 100%;
  width: 1px;
  background-color: #E3E5EA;
  margin: 0 3rem;
}
#service .guarantees-item-link {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #00664F;
  line-height: 1;
  letter-spacing: 0.085em;
}
#service .guarantees-item-link img {
  max-width: 3.2rem;
  margin-right: 0.7rem;
}
#service .guarantees-item-link .common-image-phone {
  max-width: 2rem;
}
#service .guarantees-item-link:hover {
  color: #008063;
}
#service .guarantees-item-link:active, #service .guarantees-item-link:focus {
  color: #004d3b;
}
#service .offers-title {
  margin-bottom: 4rem;
}
#service .offers-slider {
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: space-between;
  overflow: hidden;
}
#service .offers-slider .slick-list {
  width: 100%;
}
#service .offers-item {
  width: 50%;
  margin: 0 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #00AD50;
  padding: 3.5rem 2.5rem 5rem;
  text-align: center;
}
#service .offers-item-subtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
  font-weight: 600;
  color: #00AD50;
  line-height: 1.3;
  text-transform: uppercase;
}
#service .offers-item-title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #222322;
  line-height: 1.3;
}
#service .offers-item-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #7F8082;
  line-height: 1.4;
}
#service .symptoms-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: capitalize;
}
#service .symptoms-inner {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #00664F;
}
#service .symptoms-left {
  width: 46%;
}
#service .symptoms-right {
  width: 54%;
}
#service .symptoms-left {
  display: flex;
  flex-direction: column;
  padding: 4rem 3.5rem;
  justify-content: center;
}
#service .symptoms-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  color: #FFFFFF;
}
#service .symptoms-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 5rem;
  width: 100%;
  max-width: 23rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem;
  text-transform: uppercase;
  background-color: #D88D22;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
#service .symptoms-button:hover {
  background-color: #df9934;
}
#service .symptoms-button:active, #service .symptoms-button:focus {
  background-color: #c27f1f;
}
#service .symptoms-image--mobile {
  display: none;
}
#service .why-title {
  margin-bottom: 4rem;
}
#service .why-title--content {
  text-align: left;
  margin-bottom: 0.5rem;
}
#service .why-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 9rem;
}
#service .why-item {
  width: 100%;
  max-width: 22rem;
  position: relative;
}
#service .why-item-image {
  max-width: 12rem;
  margin-bottom: 1.5rem;
}
#service .why-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #00664F;
  text-align: center;
}
#service .why-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
  margin-bottom: 8rem;
}
#service .why-content:last-child {
  margin-bottom: 0;
}
#service .why-content:nth-child(odd) {
  flex-direction: row;
}
#service .why-content:nth-child(odd) .why-background {
  left: -3rem;
}
#service .why-content:nth-child(even) {
  flex-direction: row-reverse;
}
#service .why-content:nth-child(even) .why-background {
  right: -3rem;
}
#service .why-left, #service .why-right {
  width: 100%;
  max-width: 48rem;
  position: relative;
}
#service .why-left p, #service .why-right p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222322;
  margin-bottom: 1.5rem;
}
#service .why-left p:last-child, #service .why-right p:last-child {
  margin-bottom: 0;
}
#service .why-right-top {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
#service .why-right-bottom {
  border-radius: 0.5rem;
  overflow: hidden;
}
#service .why-background {
  position: absolute;
  top: 50%;
  display: block;
  height: 20rem;
  background-color: #F4FAF7;
  z-index: -1;
  transform: translateY(-50%);
  width: 1000%;
}
#service .why-subtitle {
  color: #00664F;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
#service .why-minititle {
  color: #222322;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
#service .why-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 5rem;
  width: 100%;
  max-width: 26rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem;
}
#service .why-link--bg {
  margin: 3.8rem 0 2rem 0;
  background-color: #D88D22;
  color: #ffffff;
}
#service .why-link--bg:visited {
  color: #ffffff;
}
#service .why-link--bg:hover {
  color: #ffffff;
  background-color: #df9934;
}
#service .why-link--bg:active, #service .why-link--bg:focus {
  color: #ffffff;
  background-color: #c27f1f;
}
#service .why-link--out {
  color: #D88D22;
  border: 1px solid #D88D22;
}
#service .why-link--out:visited {
  color: #D88D22;
}
#service .why-link--out:hover {
  color: #df9934;
  border-color: #df9934;
}
#service .why-link--out:active, #service .why-link--out:focus {
  color: #c27f1f;
  border-color: #c27f1f;
}
#service .cities-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
#service .cities-item {
  width: 16.3%;
  padding: 0.7rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
#service .cities-link {
  font-size: 1.6rem;
  color: #00664F;
  text-decoration: underline;
}
#service .cities-link:visited {
  color: #00664F;
}
#service .cities-link:hover {
  color: #008063;
}
#service .cities-link:active, #service .cities-link:focus {
  color: #004d3b;
}
#service .best-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
}
#service .best-left, #service .best-right {
  width: 100%;
  max-width: 48rem;
}
#service .best-title {
  text-align: left;
  margin-bottom: 1.5rem;
  max-width: 41rem;
}
#service .best-left-image {
  margin-top: 4.4rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
#service .best-right {
  padding: 3.4rem 4rem;
  background-color: rgba(244, 250, 247, 0.81);
}
#service .best-right-title {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #00664F;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
}
#service .best-right-title img {
  max-width: 2.7rem;
  margin: 0 1rem 0 0;
}
#service .best-right-list {
  list-style: decimal;
  padding-left: 1.7rem;
}
#service .best-right-list li {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.48;
}
#service .promises-title {
  margin-bottom: 4rem;
}
#service .promises-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
#service .promises-item {
  width: 100%;
  max-width: 22rem;
  position: relative;
}
#service .promises-item-separator {
  display: block;
  width: 100%;
  max-width: 12rem;
  height: 0.1rem;
  background-color: #00AD50;
  margin: 2.3rem -5rem 0;
}
#service .promises-item-image--consultations {
  max-width: 7.1rem;
  margin-bottom: 1.8rem;
}
#service .promises-item-image--financing {
  max-width: 6.4rem;
  margin-bottom: 3.5rem;
}
#service .promises-item-image--appointments {
  max-width: 5.8rem;
  margin-bottom: 1.9rem;
}
#service .promises-item-image--technicians {
  max-width: 4.5rem;
  margin-bottom: 1.9rem;
}
#service .promises-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #00664F;
  text-align: center;
  margin-bottom: 0.5rem;
}
#service .promises-item-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #222322;
  text-align: center;
}
#service .video-section-inner {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  position: relative;
}
#service .video-section-background {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 20rem;
  background-color: #F2F3F5;
  z-index: -1;
  transform: translateY(-50%) translateX(-50%);
  width: 1000%;
}
#service .signs {
  background-color: #F2F3F5;
  padding: 8rem 0;
}
#service .signs-title {
  margin-bottom: 4rem;
}
#service .signs-content {
  margin-top: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
#service .signs-item {
  width: 100%;
  max-width: 23.35rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
#service .signs-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #AFAFAF;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
#service .signs-item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4rem;
  z-index: 2;
  background-color: #AFAFAF;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
#service .signs-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}
#service .reviews-inner {
  background-color: #FFFFFF;
  padding: 6rem 4.5rem;
  border: 1px solid #E3E5EA;
  border-radius: 0.5rem;
  overflow: hidden;
}
#service .reviews-title {
  margin-bottom: 4rem;
}
#service .reviews-slider {
  display: flex;
  padding: 0 4.75rem;
  justify-content: space-between;
}
#service .reviews-slider img {
  display: block;
}
#service .reviews-slider-button {
  outline: none;
  top: 45%;
  transform: translateY(-50%);
  height: 2.5rem;
  width: 1.25rem;
  position: absolute;
  background: none;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#service .reviews-slider-prev-button {
  left: 0;
  background-image: url(/static/images/lamp_installation/arrow_icon_left.svg);
}
#service .reviews-slider-next-button {
  right: 0;
  background-image: url(/static/images/lamp_installation/arrow_icon_right.svg);
}
#service .reviews-item {
  margin: 0 2rem;
}
#service .reviews-item-stars {
  display: flex;
  width: 10.4rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
#service .reviews-item-stars--1 {
  width: 2rem;
}
#service .reviews-item-stars--2 {
  width: 4.1rem;
}
#service .reviews-item-stars--3 {
  width: 6.2rem;
}
#service .reviews-item-stars--4 {
  width: 8.3rem;
}
#service .reviews-item-stars--4 {
  width: 10.4rem;
}
#service .reviews-item-icon {
  width: 100%;
  max-width: 2rem;
  height: auto;
  margin-right: 0.1rem;
}
#service .reviews-item-icon:last-child {
  margin-right: 0;
}
#service .reviews-item-text {
  font-family: "Roboto", sans-serif;
  color: #222322;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#service .reviews-item-author-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#service .reviews-item-author {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D0F0F;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
#service .reviews-item-author-icon {
  max-width: 2rem;
  margin: 0;
  margin-left: 0.5rem;
}
#service .assistance-inner {
  border-radius: 0.5rem;
  background-color: #00664F;
  padding: 9rem 11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
#service .assistance-left {
  width: 100%;
  max-width: 37rem;
}
#service .assistance-title {
  color: #ffffff;
  margin-bottom: 1.1rem;
  text-align: left;
}
#service .assistance-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 3.8rem;
}
#service .assistance-link {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: underline;
}
#service .assistance-linkvisited, #service .assistance-link:hover, #service .assistance-link:active, #service .assistance-link:focus {
  color: #ffffff;
}
#service .assistance-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  min-height: 5rem;
  width: 100%;
  max-width: 21rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
#service .assistance-button--bg {
  color: #ffffff;
  background-color: #D88D22;
}
#service .assistance-button--bg:visited {
  color: #ffffff;
}
#service .assistance-button--bg:hover {
  color: #ffffff;
  background-color: #df9934;
}
#service .assistance-button--bg:active, #service .assistance-button--bg:focus {
  color: #ffffff;
  background-color: #c27f1f;
}
#service .assistance-button--out {
  display: none;
  margin-top: 2rem;
  color: #ffffff;
  border: 1px solid #ffffff;
}
#service .assistance-button--out:visited {
  color: #ffffff;
}
#service .assistance-button--out:hover {
  color: #ffffff;
}
#service .assistance-button--out:active, #service .assistance-button--out:focus {
  color: #ffffff;
}
#service .assistance-right {
  max-width: 21rem;
}
#service .cta {
  background-color: #F2F3F5;
  padding: 8rem 0;
}
#service .cta--bottom {
  background-color: #00664F;
}
#service .cta-inner {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 8rem 12rem 3.5rem;
}
#service .cta-inner--ac-tune {
  max-width: 78rem;
  margin: 0 auto;
  padding: 8rem 12rem 7rem;
}
#service .cta-title {
  margin-bottom: 0.5rem;
}
#service .cta-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #222322;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
#service .cta-subtitle {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.015em;
  color: #222322;
  margin-bottom: 4rem;
}
#service .cta-subtitle--ac-tune {
  font-weight: 700;
  margin-bottom: 3.5rem;
}
#service .cta-link {
  color: #00AD50;
  text-decoration: underline;
}
#service .cta-link:visited {
  color: #00AD50;
}
#service .cta-link:hover {
  color: #00c75c;
}
#service .cta-link:active, #service .cta-link:focus {
  color: #009444;
}
#service .cta-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#service .cta-form-row {
  margin-top: 4rem;
}
#service .cta-form-button {
  margin-top: 1rem;
}
#service .cta-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 5rem;
}
#service .cta-button {
  display: none;
  margin-top: 2rem;
  background: none;
  border: 1px solid #D88D22;
  color: #D88D22;
}
#service .cta-button:visited {
  color: #D88D22;
  background: none;
}
#service .cta-button:hover {
  border-color: #df9934;
  color: #df9934;
  background: none;
}
#service .cta-button:focus, #service .cta-button:active {
  border-color: #c27f1f;
  color: #c27f1f;
  background: none;
}
#service .cta-bottom-item {
  width: 100%;
  max-width: 23rem;
}
#service .cta-bottom-item-icon {
  max-width: 4rem;
  margin-bottom: 1rem;
}
#service .cta-bottom-item-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #212322;
}
#service .benefits-item {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
  align-items: center;
}
#service .benefits-item .benefits-item-background {
  display: none;
}
#service .benefits-item .benefits-item-right {
  height: 35rem;
}
#service .benefits-item .benefits-item-right .embed {
  height: 100%;
}
#service .benefits-other {
  margin-top: 11rem;
}
#service .benefits-other .benefits-item {
  margin-bottom: 7rem;
}
#service .benefits-other .benefits-item .benefits-item-right {
  height: auto;
}
#service .benefits-other .benefits-item .benefits-item-right .embed {
  height: 0;
}
#service .benefits-other .benefits-item .benefits-item-background {
  display: block;
}
#service .benefits-other .benefits-item:nth-child(odd) {
  flex-direction: row-reverse;
}
#service .benefits-other .benefits-item:nth-child(odd) .benefits-item-background {
  right: -3rem;
}
#service .benefits-other .benefits-item:nth-child(even) {
  flex-direction: row;
}
#service .benefits-other .benefits-item:nth-child(even) .benefits-item-background {
  left: -3rem;
}
#service .benefits-other .benefits-item:last-child {
  margin-bottom: 0;
}
#service .benefits-title {
  text-align: left;
  margin-bottom: 2rem;
}
#service .benefits-item-left, #service .benefits-item-right {
  width: 100%;
  max-width: 48rem;
  position: relative;
}
#service .benefits-item-background {
  position: absolute;
  top: 50%;
  display: block;
  height: 20rem;
  background-color: #F4FAF7;
  z-index: -1;
  transform: translateY(-50%);
  width: 1000%;
}
#service .benefits-item-left-content {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
#service .benefits-item-list-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00664F;
  margin-bottom: 0.8rem;
}
#service .benefits-item-list {
  list-style: disc;
  padding-left: 1.8rem;
}
#service .benefits-item-list li {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0.1rem;
  color: #222322;
}
#service .benefits-item-list li:last-child {
  margin-bottom: 0;
}
#service .separator {
  margin: 6rem 0;
}
#service .separator--best-company .separator-inner {
  background-color: #DFF2E8;
}
#service .separator-inner {
  width: 100%;
  max-width: 12rem;
  height: 0.8rem;
  margin: 0 auto;
  background-color: #F2F3F5;
  border-radius: 1rem;
}
#service .services-title, #service .additional-service-title {
  margin-bottom: 4rem;
}
#service .services-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: none;
  padding: 0;
  margin: 0 0 6rem 0;
  gap: 1.5rem;
  min-height: 4rem;
}
#service .services-list-item {
  width: 100%;
  max-width: 15.8rem;
}
#service .services-list-button {
  width: 100%;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 4rem;
  padding: 1rem;
  background-color: #F2F3F5;
  color: #00664F;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}
#service .services-list-button.active {
  background-color: #00664F;
  color: #ffffff;
}
#service .services-tab-inner, #service .additional-service-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
#service .services-tab-left, #service .services-tab-right, #service .additional-service-left, #service .additional-service-right {
  width: 100%;
  max-width: 48rem;
}
#service .services-tab-right {
  border-radius: 0.5rem;
  overflow: hidden;
}
#service .services-tab-image {
  border-radius: 0.5rem;
  overflow: hidden;
}
#service .services-tab-title, #service .additional-service-inner-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #00664F;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}
#service .services-tab-text, #service .additional-service-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 1.5rem;
}
#service .services-tab-text:last-child, #service .additional-service-text:last-child {
  margin-bottom: 0;
}
#service .services-tab-link, #service .additional-service-link {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00AD50;
  padding: 1rem;
  width: 100%;
  max-width: 18rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #00AD50;
  text-transform: uppercase;
  border-radius: 0.5rem;
}
#service .services-tab-link:visited, #service .additional-service-link:visited {
  color: #00AD50;
}
#service .services-tab-link:hover, #service .additional-service-link:hover {
  border-color: #00c75c;
  color: #00c75c;
}
#service .services-tab-link:active, #service .services-tab-link:focus, #service .additional-service-link:active, #service .additional-service-link:focus {
  border-color: #009444;
  color: #009444;
}
#service .services-tab-list {
  margin-top: 1.5rem;
  list-style: disc;
  margin-left: 2.8rem;
}
#service .services-tab-list li {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 0.3rem;
}
#service .services-tab-list li:last-child {
  margin-bottom: 0;
}
#service .cooling-services .services-tab-inner {
  flex-direction: row-reverse;
}
#service #сooling-services-list .services-list-item {
  width: 100%;
  max-width: 15.8rem;
}
#service .additional-service {
  padding-top: 8rem;
  background-color: rgba(242, 243, 245, 0.5);
}
#service .additional-service:last-child {
  padding-bottom: 12rem;
}
#service .additional-service:nth-child(odd) .additional-service-inner {
  flex-direction: row;
}
#service .additional-service:nth-child(even) .additional-service-inner {
  flex-direction: row-reverse;
}
#service .best-company {
  margin-bottom: 10rem;
}
#service .best-company h2, #service .best-company h3 {
  font-family: "Roboto", sans-serif;
}
#service .best-company img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#service .best-company p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #4D4D4D;
  line-height: 1.45;
}
#service .best-company a {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #2A6450;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
#service .best-company a:visited {
  color: #2A6450;
}
#service .best-company a:hover {
  color: #32765e;
}
#service .best-company a:active, #service .best-company a:focus {
  color: #225242;
}
#service .best-company-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  text-align: center;
  margin: 0 auto 4rem;
  color: #000000;
}
#service .best-company-video-container {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
}
#service .best-company-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  margin: 0 auto 3rem;
  color: #000000;
}
#service .best-company-placeholder-paragraph {
  text-align: center;
}
#service .best-company-hero-image {
  margin-bottom: 2.5rem !important;
}
#service .submitted-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: large;
  font-weight: bold;
}

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