

/* Start:/service/remont-kompressorov/style.css?17770246114551*/
.adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.adv-card {
  background: #fff;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.adv-card__icon {
  margin-bottom: 16px;
}

.adv-card__text {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  color: #000000;
  background: transparent;
  vertical-align: middle;
  margin: 0;
  white-space: pre-line;
}

@media (max-width: 992px) {
  .adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .adv-grid {
    grid-template-columns: 1fr;
  }
}

button {
  width: 100%;
  background: #294a81;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.service-page ul {
  padding-left: 1rem;
}

.service-page ol {
  padding: 1em 0 !important;
}

.questions-block {
  position: relative;
  background: linear-gradient(37.72deg, #215088 21.46%, #4d779f 77.93%);
  min-height: 100px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 18px 0;
}

.questions-block::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 140px;
  height: calc(100% + 20px);
  background-image: url("/service/remont-kompressorov/img/manager_1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.questions-block__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.questions-block__title {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}

.questions-block__subtitle {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}

.questions-block__right {
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.questions-block__phone {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: #396594;
  background: #d9eefc;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .questions-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
  }

  .questions-block::after {
    right: 0px;
    bottom: 0;
    height: calc(100% + 30px);
  }

  .questions-block__right {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 100px;
  }
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 18px 0;
}

.brands-card {
  min-width: 220px;
  height: 70px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.brands-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .brands-grid {
    grid-template-columns: 1fr;
  }
}

.service__contacts span {
  margin-bottom: 8px;
  display: inline-block;
}

.faq-answer {
  display: none;
  padding: 10px 20px;
  background: #f8f8f8;
  margin-bottom: 10px;
  border-left: 3px solid gray;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 10px;
  margin-bottom: 5px;
  background: url(/bitrix/templates/secondary_page_tpl/images/menuf.jpg)
    repeat-x;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-weight: bold;
}

#diagnosis-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: white;
  padding: 20px 30px;
  max-width: 500px;
  width: 90%;
  position: relative;
  border-radius: 8px;
}

#close-modal {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
}

@media (max-width: 450px) {
  .questions-block::after {
    display: none;
  }
}

/* End */


/* Start:/bitrix/templates/secondary_page_tpl/components/airtechnik/main.feedback/template2/style.css?1759502208746*/
.feedback-form__row {
	width: 100% !important;
	padding: 0 !important;
	margin-bottom: 20px;
}
.feedback-form__row > input {
  height: 40px;
}
.feedback-form__row > input, 
.feedback-form__row > textarea 
{
	border: 1px solid #294a81 !important;
	margin: 0;
	outline: none;
	font-size: 14px;
	padding: 10px !important;
	width: 100% !important;
}
.feedback-form__submit input {
	width: 100%;
	max-width: 440px!important;
	background: #294A81;
	color: #fff;
	border: none;
	cursor: pointer;
	height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.feedback-form__row > textarea {
	resize: none;
}
.mfeedback {
	margin: 20px 0;
}
@media screen and (max-width:576px){
	.feedback-form__submit input {
		max-width: 100%;
	}	
}
/* End */


/* Start:/bitrix/templates/secondary_page_tpl/components/airtechnik/main.feedback/template3/style.css?1774949758746*/
.feedback-form__row {
	width: 100% !important;
	padding: 0 !important;
	margin-bottom: 20px;
}
.feedback-form__row > input {
  height: 40px;
}
.feedback-form__row > input, 
.feedback-form__row > textarea 
{
	border: 1px solid #294a81 !important;
	margin: 0;
	outline: none;
	font-size: 14px;
	padding: 10px !important;
	width: 100% !important;
}
.feedback-form__submit input {
	width: 100%;
	max-width: 440px!important;
	background: #294A81;
	color: #fff;
	border: none;
	cursor: pointer;
	height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.feedback-form__row > textarea {
	resize: none;
}
.mfeedback {
	margin: 20px 0;
}
@media screen and (max-width:576px){
	.feedback-form__submit input {
		max-width: 100%;
	}	
}
/* End */
/* /service/remont-kompressorov/style.css?17770246114551 */
/* /bitrix/templates/secondary_page_tpl/components/airtechnik/main.feedback/template2/style.css?1759502208746 */
/* /bitrix/templates/secondary_page_tpl/components/airtechnik/main.feedback/template3/style.css?1774949758746 */
