#before_request ul > li {
    list-style-position: unset!important;
    list-style-type: unset!important;
    margin: 16px 0 0 0!important;
}
.kps-block {
  margin-bottom: 16px;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #ededed;
  border-radius: 3px;
  box-shadow: 0 4px 20px rgba(92,133,150,0.24);
}
@media screen and (min-width: 640px) {
  .kps-block {
    padding: 24px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .kps-block {
    padding: 32px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
  }
}
.kps-block__img-wrapper {
  padding: 22px 0 58px;
}
@media screen and (min-width: 640px) {
  .kps-block__img-wrapper {
    padding: 6px 0 62px;
  }
}
@media screen and (min-width: 1024px) {
  .kps-block__img-wrapper {
    padding: 3px 43px 0 8px;
  }
}
.kps-block__img {
  height: 120px;
}
@media screen and (min-width: 640px) {
  .kps-block__img {
    height: 138px;
  }
}
@media screen and (min-width: 1024px) {
  .kps-block__img {
    height: 156px;
  }
}
.kps-block__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  color: #1d1d1b;
}
@media screen and (min-width: 640px) {
  .kps-block__title {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .kps-block__title {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }
}
.kps-block__text {
  margin: 16px 0;
  font-size: 14px;
  line-height: 18px;
  color: #444;
}
@media screen and (min-width: 640px) {
  .kps-block__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .kps-block__text {
    color: #666;
  }
}
.kps-block__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 640px) {
  .kps-block__buttons .button {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .kps-block__buttons .button {
    width: 210px;
  }
}
.kps-block__buttons .button + .button {
  margin-top: 12px;
  margin-left: 0;
}
@media screen and (min-width: 640px) {
  .kps-block__buttons .button + .button {
    margin-top: 0;
    margin-left: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .kps-block__buttons .button + .button {
    margin-left: 16px;
  }
}
@media screen and (min-width: 640px) {
  .kps-block__buttons {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.benefits-cards {
  margin: -12px -12px 30px -12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21%;
}
@media screen and (min-width: 1024px) {
  .benefits-cards {
    margin: -16px -16px 35px -16px;
  }
}
@media screen and (min-width: 640px) {
  .benefits-cards {
    display: -ms-flexbox;
    display: flex;
    background-image: url(https://srv-tele.ga/stg/benefits.png);
  }
}
.benefits-cards__card-wrapper {
  padding: 12px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .benefits-cards__card-wrapper {
    width: 100%;
  }
  .benefits-cards__center {
    display:none;
  }
  .benefits-cards__left {
    width: 100%;
  }
  .benefits-cards__right {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .benefits-cards__card-wrapper {
    padding: 16px;
  }
}
.benefits-cards__card {
  padding: 24px;
  height: 100%;
  min-height: 156px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 20px rgba(92,133,150,0.25);
  transition: box-shadow 0.3s ease;
}
.benefits-cards__card:hover {
box-shadow: 0 4px 20px rgba(38,202,153,0.34);
}
@media screen and (min-width: 1024px) {
  .benefits-cards__card {
    min-height: 156px;
  }
}
.benefits-cards__card-head {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
}
.benefits-cards__icon {
  margin-right: 8px;
}
.benefits-cards__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.benefits-cards__list {
  padding-left: 0px;
}
.benefits-cards__item {
  font-size: 16px;
  line-height: 18px;
}
.benefits-cards__item + .benefits-cards__item {
  margin-top: 12px;
}
.benefits-cards__hided{
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-out;
}
.benefits-cards__card:hover .benefits-cards__hided{
  visibility: visible;
  opacity: 1;
  height: auto;
}
.benefits-cards__card:hover .benefits-cards__showed{
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.benefits-cards__center {
	display: none;
}
@media screen and (min-width: 640px) {
  .benefits-cards__center {
    display: flex;
    width:18%;
  }
}
.benefits-cards__right {
  width:100%;
  flex-flow: wrap;
}
@media screen and (min-width: 640px) {
  .benefits-cards__right {
    width:41%;
    padding-right:8%;
  }
}
.benefits-cards__left {
  width:100%;
  flex-flow: wrap;
}
@media screen and (min-width: 640px) {
  .benefits-cards__left {
    width:41%;
    padding-left:8%;
  }
}
