.app-wrap,
.app-wrap *,
.app-wrap:before,
.app-wrap:after,
.app-wrap *:before,
.app-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration-skip-ink: none;
}

.app-wrap {
  margin-top: -20px;
  padding: 20px 30px;
  background-color: #f6f6f6;
}

.app-wrap img {
  max-width: 100%;
  height: auto;
}

.app-wrap .about-author {
  margin-left: 0;
  margin-right: 0;
}

.app-wrap__bread .kama_breadcrumbs {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #b4b4b4;
}

.app-wrap__bread .kama_breadcrumbs a {
  color: #0072d9;
  text-decoration: none;
}

.app-wrap__bread .kama_breadcrumbs a:hover {
  text-decoration: underline;
}

.app-wrap__main {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  padding: 40px 40px 0 40px;
}

.app-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0eeee;
}

.app-head__main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-right: 10px;
}

.app-head__logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex: 0 0 120px;
  -moz-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  -o-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}

.app-head__title {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
}

.app-head__more {
  margin-top: 10px;
}

.app-head__more-link {
  color: #0072d9;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #d9e3f3;
}

.app-head__more-link:hover {
  color: #0072d9;
  border-bottom-color: transparent;
}

.app-head__mob {
  display: none;
}

.app-head__btn,
a.app-head__btn {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 30px;
  background-color: #56cd19;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  text-align: center;
}

.app-head__btn:hover,
a.app-head__btn:hover {
  color: #fff;
  background-color: #5eda1e;
}

.app-slider {
  position: relative;
  margin-right: -40px;
  margin-bottom: 30px;
}

.app-slider__item {
  margin-right: 20px;
  outline: none;
}

.app-slider__arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  outline: none;
  cursor: pointer;
}

.app-slider__arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/page-apps/ico-arrow-slider.svg) center center no-repeat;
  -webkit-background-size: 13px 22px;
  background-size: 13px 22px;
  border-radius: 50%;
}

.app-slider__arrow.slick-prev {
  left: -25px;
  display: none !important;
}

.app-slider__arrow.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.app-slider__arrow.slick-next {
  right: -25px;
}

.app-section {
  margin-bottom: 40px;
}

.app-title {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px 0;
}

.app-desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 22px;
}

.app-desc__sum {
  display: inline-block;
  vertical-align: bottom;
  color: #56cd19;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #56cd19;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 225, 0, 0.14);
  padding: 8px 10px;
  margin: -9px 0;
}

.app-desc p,
#content .app-desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 22px 0;
}

.app-desc p:last-child,
#content .app-desc p:last-child {
  margin-bottom: 0;
}

.app-list {
  max-width: 610px;
}

.app-list__item {
  border-bottom: 1px solid #ededed;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 0;
}

.app-form iframe {
  max-width: 100%;
}

.app-video {
  position: relative;
  display: block;
  max-width: 620px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.app-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.app-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.app-more,
a.app-more {
  display: inline-block;
  vertical-align: bottom;
  color: #56cd19;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 10px 14px;
  background-color: #fff;
  border: 1px dashed #56cd19;
  border-radius: 8px;
  text-decoration: none;
}

.app-more:hover,
a.app-more:hover {
  background-color: #56cd19;
  color: #fff;
}

.app-faq {

}

.app-faq__item {
  border-bottom: 1px solid #f0eeee;
  padding: 15px 0;
}

.app-faq__head {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 0 13px 70px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.app-faq__head:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #bbb;
}

.app-faq__head:after {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.app-faq__item_open .app-faq__head:after {
  opacity: .5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 18px;
}

.app-faq__body {
  display: none;
}

.app-faq__desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0 10px 70px;
}

.app-faq__desc p,
#content .app-faq__desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 22px 0;
}

.app-faq__desc p:last-child,
#content .app-faq__desc p:last-child {
  margin-bottom: 0;
}

.app-question {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0eeee;
}

.app-question__main {
  margin-right: 30px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px 8px 0px 0px;
}

.app-question__desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.app-question__desc p,
#content .app-question__desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 22px 0;
}

.app-question__desc p:last-child,
#content .app-question__desc p:last-child {
  margin-bottom: 0;
}

.app-question__answer {
  margin-top: -1px;
  margin-left: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 0px 0px 8px 8px;
}

.app-question__author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.app-question__author-img {
  width: 40px;
  -webkit-flex: 0 0 40px;
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  -o-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 10px;
}

.app-question__author-img img {
  border-radius: 50%;
  display: block;
}

.app-question__author-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

@media (max-width: 1000px) {
  .app-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .app-slider__arrow.slick-next {
    right: 10px;
  }
  .app-slider__arrow.slick-prev {
    left: 10px;
  }
}

@media (max-width: 800px) {
  .app-wrap__main {
    padding: 10px;
  }
  .app-head__logo {
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    -o-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-right: 10px;
  }
  .app-head__btn,
  a.app-head__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .app-slider {
    margin-right: -10px;
  }
}

@media (max-width: 680px) {
  .app-head {
    display: block;
  }
  .app-head__main {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .app-head__mob_active {
    display: block;
  }
  .app-head__mob {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 500;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    padding: 10px;
    background-color: #fff;
  }
  .app-head__btn,
  a.app-head__btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (max-width: 480px) {
  .app-desc__sum {
    vertical-align: middle;
    margin: 5px 0;
    font-size: 18px;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .app-faq__head {
    padding: 6px 0 6px 46px;
  }
  .app-faq__head:before {
    width: 36px;
    height: 36px;
  }
  .app-faq__head:after {
    top: 14px;
    left: 8px;
  }
  .app-faq__item_open .app-faq__head:after {
    top: 12px;
  }
  .app-faq__desc {
    padding-left: 46px;
  }
  .app-question__main {
    margin-right: 15px;
    padding: 15px;
  }
  .app-question__answer {
    margin-left: 15px;
    padding: 15px;
  }
}

@media (max-width: 425px) {
  .app-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .app-wrap__main {
    border-radius: 0;
  }
}