/* body {
  background-color: #fff;
}
.footer {
  background-color: #000;
}
.header {
  background-color: #fff;
}
.logo img {
  height: 70px;
}
.promo-block .title, .promo-block .subtitle, .sect-title{
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
  font-size: 46px;
}

.promo-block .title strong, .promo-block .subtitle strong, .form-block .title strong {
    color: #ff9b40 !important;
}

.feedbacks {
  align-items: center;
  justify-content: center;
}
.cards-img{
    padding: 20px;
}
.credit-cards-img{
    display: flex;
    justify-content: center;
}

.credit-cards-img img{
    max-height: 200px !important;
    max-width: 80vw !important;
    width: auto !important;
    height: auto !important;
}

.calculator-results__block--value {
    min-width: 90px;
}
.sect__why-we-terms {
  background-color: #ff9e40;
}
.sect-title {
  text-align: center;
}
.why-we-term__button {
  justify-content: center;
}
.form-block__text {
    margin-right: 0px !important;
}
.form-block__text .title {
  text-align: center;
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
}
.amount-control-wrapper input{
    border-radius: 15px;
}
#calculation {
  min-width: 600px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}
.calculator-results__row .btn {
  width: 100%;
}
.calculator-group__slider-range {
  height: 40px;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.calculator-group__slider-range .ui-slider-range {
  top: 45%;
  border-radius: 0px;
  height: 10%;
  background: #ff9b40;
}
.calculator-group__slider-range .ui-slider-handle {
  margin: 0px -15px;
}
.btn-lg::before, .btn-step-back {
  background: #36bbce;
}
.form__wrapper {
  background: #ffb673;
  border-radius: 25px;
}
.form-anketa-1{
    background: none;
    border-radius: 25px;
}
.form-input {
  border-radius: 15px;
}
.form-step__title{
    text-align: center;
}
.delimiter-top-triangle {
    background: url("../../img/backgrounds/svgexport-7.svg");
    background-position: 77%;
    filter: invert(73%) sepia(72%) saturate(1659%) hue-rotate(327deg) brightness(101%) contrast(106%);
}
.delimiter-bottom-triangle {
    background: url("../../img/backgrounds/svgexport-8.svg");
    background-position: 140%;
    filter: invert(73%) sepia(72%) saturate(1659%) hue-rotate(327deg) brightness(101%) contrast(106%);
}

.why-we-terms {
  margin: 15px;
}

.why-we-terms .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.why-we-terms .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  margin: 15px;
  padding: 15px;
}

.why-we-terms .blue-column {
  height: 100px;
  margin: 25px 0;
  justify-content: right;
}

.why-we-terms .green-column {
  height: 100px;
  margin: 25px 0;
  justify-content: left;
}
.why-we-term__text .sect-title{
    font-size: 20px;
}
.why-we-term__img img{
    max-width: 150px;
}
.email-notifications .promo-block__text .title{
    font-size: 30px;
}
.email-notifications .promo-block__text .subtitle{
    font-size: 24px;
}
.email-notifications #calculation {
    border-radius: 25px;
    margin-top: 0px;
    padding-right: 0px;
}
.email-notifications .feedbacks-facts .form{
    max-width: 600px;
}
.email-notifications .feedbacks-facts .calculator__pic{
    margin: 40px 0;
}
.slider-pagination {
  padding: 10px;
  margin-left: 20px !important;
}

.btn-xs::before {
  background: transparent !important;
}
.btn-xs {
  display: inline;
  color: #fff !important;
}
@media only screen and (max-width: 650px){
    #calculation {
      min-width: 400px;
    }
}
@media only screen and (max-width: 460px){
    #calculation {
      min-width: 250px;
    }
    .why-we-term__img {
      width: 120px;
    }
    .promo-block .title, .promo-block .subtitle, .sect-title {
      font-size: 32px;
    }
    .worktime {
      width: auto;
    }
}
@media only screen and (max-width: 800px){
    .feedbacks-facts{
        margin-top: 10px;
    }
    .promo-block__text .title{
      font-size: 30px;
        margin-bottom: 0px;
    }
    .promo-block__text .subtitle{
      font-size: 30px;
    }
    .promo-block .title strong {
      font-size: 31px !important;
    }  
}
@media only screen and (max-width: 1100px){
    .credit-cards-img {
      display: none;
    }
}
@media only screen and (max-width: 867px){
    .why-we-term__img {
      width: 120px;
    }
    .why-we-terms .column{
        border-width: 0px;
    }
    .promo-block .title strong {
      font-size: 47px;
    }
} */