/* .garant-st ~ p,
.garant-st ~ * p{
  padding: 0;
} */
.garant-st ~ * .garant-header{
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
}
  @media(max-width: 1024px){
    .garant-st ~ * .garant-header{
      margin-bottom: 15px;
    }
  }

@media(max-width: 1024px){
  .garant-st ~ * .garant-header{
    letter-spacing: normal;
    text-transform: lowercase;
  }
  .garant-st ~ * .garant-header::first-letter{
      text-transform: uppercase;
    }
    .garant-st ~ * .garant-footer-block{
    border-radius: 0;
    margin-top: 95px;
  }
  .warranty-row {
    padding-bottom: 50px !important;
  }
}

.garant-st ~ * .garant-footer-button{
  margin-top: 50px;
  margin-bottom: 70px;
  transition: 0.35s;
}
.garant-st ~ * .garant-footer-button:hover{
     background-color: transparent; 
    /*background-color: #fff;*/
    color: #9677bf;
    color: #fff;
    border-color: #fff;
  }
  @media(max-width: 1024px){
    .garant-st ~ * .garant-footer-button{
      margin-top: 40px;
      margin-bottom: 60px;
    }
  }
  @media(max-width: 767px){
    .garant-st ~ .warranty-row{
      padding-bottom: 0 !important;
    }
    .garant-st ~ * .garant-footer-button:hover {
      background: rgba(150, 119, 191, 0.9);
      color: #fff;
      border-color: rgba(150, 119, 191, 1);
    }
  }
.garant-st ~ * .hor-line hr{
  margin-top: 0;
  margin-bottom: 60px;
}
  @media(max-width: 1024px){
    .garant-st ~ * .hor-line hr{
      margin-bottom: 30px;
    }
  }
.garant-st ~ * .garant-text-block{
  padding: 0;
}
.garant-st ~ * .garant-left-bar-text-block{
  margin-top: 150px;
}
  @media(max-width: 1024px){
    .garant-st ~ * .garant-left-bar-text-block{
      margin-top: 75px;
      margin-bottom: 200px;
    }
  }
.garant-st ~ * .garant-left-bar-head-first-letter{
  line-height: 1.17;
  padding-right: 15px;
  /* margin-top: -0.25em; */
}
.garant-st ~ * .garant-left-bar-head-text{
  font-size: 0.275em;
  line-height: inherit;
}
@media(max-width: 1024px){
  .garant-st ~ * .garant-left-bar-lead-text{
    width: 100%;
  }
  .garant-st ~ * .garant-left-bar-text{
    padding: 20px 10px 30px;
  }
  .garant-st ~ * .garant-text-block-head{
    padding-top: 30px;
    text-align: left;
  }
}
@media(max-width: 767px){
  .garant-st ~ * .garant-text-block-head{
    padding: 20px 0 15px;
  }
  .garant-st ~ * .garant-footer-block{
    margin-top: 40px;
  }
  .garant-st ~ * .garant-footer-button{
    margin-top: 30px;
    margin-bottom: 50px;
  }
}