.widget.c-faq.c-faq-template-1 {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 12vw, 48px) 0 clamp(44px, 12vw, 113px);

  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;

  padding-top: 180px;
}

.widget.c-faq.c-faq-template-1 .widget-title .line-2 {
  margin-left: 200px;
}

.widget.c-faq.c-faq-template-1 .widget-title .line-3 {
  color: rgb(45, 119, 104) !important;
  line-height: 1.6;
  margin-left: 420px;
}

.widget.c-faq.c-faq-template-1 .index-block {
  color: #141616;
  position: absolute;
}

.widget.c-faq.c-faq-template-1 .index-block:before {
  background: #141616;
}

.widget.c-faq.c-faq-template-1 .widget-content {
  margin-top: clamp(36px, 5vw, 99px);
  max-width: 1610px;
  margin-right: 0;
  margin-left: auto;
}

.widget.c-faq.c-faq-template-1 .widget-title {
  font-weight: 400;
  font-size: clamp(26px, 5vw, 78px) !important;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #141616;
}

.widget.c-faq.c-faq-template-1 .widget-title .line {
  margin: 0 0 15px;
  display: flex;
}

.widget.c-faq.c-faq-template-1 .widget-title .line:last-child {
  margin: 0;
}

.widget.c-faq.c-faq-template-1 .widget-title .line.line-2 {
  justify-content: flex-end;
}

.widget.c-faq.c-faq-template-1 .widget-title .line.line-3 {
  justify-content: center;
  transform: translateX(-80px);
  margin: clamp(8px, 4vw, 40px) 0 0 0;
  color: #2D7768;
  font-size: clamp(34px, 6vw, 78px) !important;
}

.widget.c-faq.c-faq-template-1 .widget-items {
  display: block;
  border-bottom: 1px solid #898989;
}

.widget.c-faq.c-faq-template-1 .widget-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
  border-top: 1px solid rgb(137, 137, 137);
}

.widget.c-faq.c-faq-template-1 .widget-item-question {
  display: flex;
  padding: clamp(23px, 3.4vw, 44px) 0;
  cursor: pointer;
  flex: 0 0 calc(40% + 4px);
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.widget.c-faq.c-faq-template-1 .widget-item-question-wrapper {
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.widget.c-faq.c-faq-template-1 .widget-item-question-text {
  display: block;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 25px);
  line-height: 150%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #808080;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-expanded="true"] .widget-item-question-text {
  color: #141616;
}

.widget.c-faq.c-faq-template-1 .widget-item-question-icon {
  display: flex;
  width: 40px;
  height: 40px;
}

.widget.c-faq.c-faq-template-1 .widget-item-question-icon svg {
  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -ms-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}

.widget.c-faq.c-faq-template-1 .widget-item-question-icon path {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-expanded="true"] .widget-item-question-icon path.horizontal-line {
  opacity: 0;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-expanded="true"] .widget-item-question-icon svg {
  transform: rotate(270deg);
}

.widget.c-faq.c-faq-template-1 .widget-item-answer-wrap {
  flex: 0 0 calc(50% - 10px);
}

.widget.c-faq.c-faq-template-1 .widget-item-answer {
  display: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widget.c-faq.c-faq-template-1 .widget-item-answer-wrapper {
  display: none;
  font-weight: 400;
  font-size: clamp(13px, 3vw, 18px);
  line-height: 150%;
  color: #808080;
}

.widget.c-faq.c-faq-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}

.widget.c-faq.c-faq-template-1 .widget-footer-button:hover,
.widget.c-faq.c-faq-template-1 .widget-footer-button:focus,
.widget.c-faq.c-faq-template-1 .widget-footer-button:active {
  color: #fff !important;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=left] {
  text-align: left;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=center] {
  text-align: center;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=center] .widget-item-question-text {
  padding-left: 75px;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=right] {
  text-align: right;
}

.widget.c-faq.c-faq-template-1 .widget-item[data-expanded=true] .widget-item-question-icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget.c-faq.c-faq-template-1 .widget-all-container {
  display: none;
}

.widget.c-faq.c-faq-template-1 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.widget.c-faq.c-faq-template-1 .widget-all-button i {
  display: none;
  font-size: 18px;
}

.widget.c-faq.c-faq-template-1 .widget-call-form-wrap {
  display: flex;
  justify-content: center;
}

.widget.c-faq.c-faq-template-1 .widget-call-form {
  font-weight: 400;
  font-size: clamp(12px, 3.6vw, 20px);
  line-height: 150%;
  text-transform: uppercase;
  color: #173A33;
  cursor: pointer;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.widget.c-faq.c-faq-template-1 .widget-call-form:hover {
  color: #66C3B1;
}

.widget.c-faq.c-faq-template-1 .widget-item-answer-wrapper p:last-child {
  margin: 0;
}

.widget.c-faq.c-faq-template-1 .btn-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 113px;
}

.widget.c-faq.c-faq-template-1 .btn-block .btn-title {
  font-family: Viaoda Libre;
  font-size: clamp(40px, 5vw, 52px);
  font-weight: 400;
  line-height: 110%;
}

.widget.c-faq.c-faq-template-1 .btn-block .btn-description {
  color: rgb(140, 140, 140);
  font-family: Vladivostok;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 400;
  line-height: 140%;
  margin-top: 21px;
}

.widget.c-faq.c-faq-template-1 .btn-block .widget-call-form {
  padding: 18px 43px;
  border-radius: 36px;
  background: rgb(45, 119, 104);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-top: 70px;
  transition: opacity .2s;
}

.widget.c-faq.c-faq-template-1 .btn-block .widget-call-form:hover {
  opacity: .8;
}

@media all and (max-width: 1550px) {
  .widget.c-faq.c-faq-template-1 .index-block {
    display: inline-block;
    position: relative;
    transform: translateX(55px);
    margin: 0 0 16px;
  }

  .widget.c-faq.c-faq-template-1 .index-block:before {
    transform: translate(calc(-100% - 16px));
  }

  .widget.c-faq.c-faq-template-1 .widget-item-question {
    flex: 0 0 50%;
  }

  .widget.c-faq.c-faq-template-1 .widget-item-answer-wrap {
    flex: 0 0 calc(50% - 30px);
  }

  .widget.c-faq.c-faq-template-1 .widget-item-question-text {
    padding-right: 40px;
  }
}

@media all and (max-width: 1024px) {
  .widget.c-faq.c-faq-template-1 .widget-title .line.line-3 {
    transform: translateX(18px);
  }

  .widget.c-faq.c-faq-template-1 .widget-item br {
    display: none;
  }
}

@media all and (max-width: 1000px) {
  .widget.c-faq.c-faq-template-1 .widget-item {
    flex-wrap: wrap;
  }

  .widget.c-faq.c-faq-template-1 .widget-content {
    padding: 0 20px 0 0;
  }

  .widget.c-faq.c-faq-template-1 .widget-item-answer-wrap,
  .widget.c-faq.c-faq-template-1 .widget-item-question {
    flex: 1 0 100%;
  }

  .widget.c-faq.c-faq-template-1 .widget-item-question {
    align-items: flex-start;
  }

  .widget.c-faq.c-faq-template-1 .widget-item-answer {
    padding: 0 0 26px;
  }

  .widget.c-faq.c-faq-template-1 .widget-item-question-icon {
    width: 30px;
    height: 30px;
    align-items: center;
  }

  .widget.c-faq.c-faq-template-1 {
    padding-top: 100px;
  }

  .widget.c-faq.c-faq-template-1 .widget-title .line-2,
  .widget.c-faq.c-faq-template-1 .widget-title .line-3 {
    margin-left: 0px;
  }

}

@media all and (max-width: 550px) {

  .widget.c-faq.c-faq-template-1 {
    padding-top: 0;
  }

  .ns-bitrix.c-catalog-element.c-catalog-element-services-default-4 .catalog-element-faq .widget.c-faq.c-faq-template-1 .widget-item-answer {
    padding-left: 0;
  }

  .widget.c-faq.c-faq-template-1 .index-block {
    transform: translateX(35px);
  }

  .widget.c-faq.c-faq-template-1 .widget-title .line {
    margin: 0 0 5px;
  }

  .widget.c-faq.c-faq-template-1 .widget-title .line.line-2 {
    text-align: right;
  }

  .widget.c-faq.c-faq-template-1 .widget-item-question-icon {
    width: 24px;
    height: 24px;
    align-items: center;
  }

  .widget.c-faq.c-faq-template-1 .btn-block .btn-title {
    text-align: center;
  }

  .widget.c-faq.c-faq-template-1 .widget-item-answer-wrapper p {
    margin-bottom: 10px;
  }

  .widget.c-faq.c-faq-template-1 .btn-block .btn-description {
    text-align: center;
    max-width: 80%;
  }

  .widget.c-faq.c-faq-template-1 .btn-block .widget-call-form {
    margin-top: 35px;
  }
}

@media all and (max-width: 400px) {
  .widget.c-faq.c-faq-template-1 .widget-title .line.line-2 {
    justify-content: flex-start;
  }

  .widget.c-faq.c-faq-template-1 .widget-title .line.line-2 .annotation {
    max-width: 250px;
    margin: 0 0 0 30px;
  }
}

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