.scontainer {
  max-width: 850px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}

.sabout {
  padding-top: 20px;
}
.sabout__header {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.sabout__text {
  font-size: 14px;
  line-height: 164%;
  color: #777777;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .sabout {
    padding-top: 20px;
  }
  .sabout__header {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .sabout__text {
    font-size: 12px;
    line-height: 164%;
  }
}
.sfaq {
  background: #FBFAFE;
  padding: 100px 0;
}
.sfaq.swhite {
  background: #fff;
  padding: 66px 0 0;
}
.sfaq__header {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 35px;
  text-align: center;
}
.sfaq__text {
  font-size: 14px;
  line-height: 164%;
  color: #777;
  margin-bottom: 50px;
}
.sfaq__hint {
  font-size: 14px;
  line-height: 164%;
  color: #777;
  margin-top: 50px;
}
.sfaq__item {
  counter-increment: list-counter;
  position: relative;
  border-radius: 27px;
  cursor: pointer;
  margin-bottom: 10px;
}
.sfaq__item:last-child {
  margin-bottom: 0;
}
.sfaq__item:before {
  content: counter(list-counter);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  background: #FBFAFE;
  top: 12px;
  left: 12px;
  font-weight: 800;
  font-size: 15px;
  line-height: 15px;
  color: #F3B000;
  border-radius: 50%;
}
.sfaq__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  height: 12px;
  width: 12px;
  background: url("../images/toggle-list.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.sfaq__item__header {
  min-height: 55px;
  padding: 10px 70px 10px 50px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
}
.sfaq__item__text {
  font-size: 16px;
  line-height: 164%;
  color: #777777;
  padding: 25px 50px 40px 50px;
  display: none;
}
.sfaq__item.active {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.sfaq__item.active:after {
  transform: rotate(180deg);
}
.sfaq__list {
  list-style: none;
  counter-reset: list-counter;
}
.sfaq__list.stypes .sfaq__item__header {
  padding-left: 65px;
}
.sfaq__list.stypes .sfaq__item:nth-child(1):before {
  content: "5.6 m";
  width: 43px;
  background: transparent;
  text-align: right;
}
.sfaq__list.stypes .sfaq__item:nth-child(2):before {
  content: "7.8 m";
  width: 43px;
  background: transparent;
  text-align: right;
}
.sfaq__list.stypes .sfaq__item:nth-child(3):before {
  content: "10 m";
  width: 43px;
  background: transparent;
  text-align: right;
}
.sfaq__list.stypes .sfaq__item:nth-child(4):before {
  content: "12 m";
  width: 43px;
  background: transparent;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .sfaq {
    padding: 35px 0;
  }
  .sfaq__header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .sfaq__text {
    font-size: 12px;
    line-height: 164%;
    margin-bottom: 35px;
  }
  .sfaq__hint {
    font-size: 12px;
    line-height: 164%;
    margin-top: 35px;
  }
  .sfaq__item {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
  .sfaq__item__header {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding-right: 50px;
  }
  .sfaq__item__text {
    padding: 25px 20px;
    font-size: 12px;
    line-height: 164%;
  }
}
.breadcrumb {
  padding-bottom: 20px;
}

.pr-about {
  font-size: 14px;
  line-height: 172%;
  color: #777777;
  max-width: 690px;
  padding-bottom: 66px;
}

@media screen and (max-width: 480px) {
  .pr-about {
    padding-bottom: 35px;
    font-size: 12px;
    line-height: 172%;
  }
}
.benefits {
  padding: 60px 0;
  background: #fbfafe;
}
.benefits__header {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.benefits__info {
  font-size: 14px;
  line-height: 164%;
  color: #777;
  margin-bottom: 30px;
}
.benefits__list {
  list-style: none;
}
.benefits__list li {
  font-size: 14px;
  line-height: 164%;
  color: #777;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
}
.benefits__list li:last-child {
  margin-bottom: 0;
}
.benefits__list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: url("../images/check-list.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .benefits__header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .benefits__info {
    font-size: 12px;
    line-height: 164%;
    margin-bottom: 22px;
  }
  .benefits__list li {
    font-size: 12px;
    line-height: 164%;
    margin-bottom: 8px;
  }
}
.blog {
  padding: 150px 0 200px;
  position: relative;
}
.blog:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 555px;
  height: 966px;
  background: url("../images/blog-shape.png") no-repeat left top;
}
.blog__inner {
  padding-top: 50px;
}
.blog__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 5;
  margin-bottom: 22px;
}
.blog__item:last-child {
  margin-bottom: 0;
}
.blog__item__img {
  width: 20%;
}
.blog__item__img img {
  max-width: 100%;
}
.blog__item__info {
  position: absolute;
  top: 50px;
  right: 50px;
  display: flex;
  justify-content: space-between;
  width: 160px;
}
.blog__item__info .bl__detail {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #777;
}
.blog__item__info .bl__detail img {
  margin-right: 8px;
}
.blog__item__text {
  width: 80%;
  padding-top: 30px;
}
.blog__header {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-indent: 6px;
  margin-bottom: 22px;
  position: relative;
}
.blog__header:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 2px;
  background: #F3B000;
  border-radius: 3px;
  transform: translateY(2px);
  margin-right: 2px;
}
.blog__text {
  font-size: 12px;
  line-height: 172%;
  color: #777;
  margin-bottom: 35px;
}
.blog__more {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #F97F0C;
}
.blog__more:hover {
  text-decoration: underline;
  color: #F97F0C;
}
.blog__social {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog:before {
    display: none;
  }
  .blog__item {
    padding: 0;
    margin-bottom: 50px;
    box-shadow: none;
  }
  .blog__item__img {
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
  }
  .blog__item__text {
    width: 100%;
  }
  .blog__item__info {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .blog {
    padding: 80px 0 120px;
  }
  .blog__header {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 22px;
  }
  .blog__text {
    font-size: 12px;
    line-height: 172%;
    margin-bottom: 22px;
  }
  .blog__item__text {
    padding-top: 15px;
  }
  .blog__item__info {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
  }
}
.rnext {
  padding: 70px 0 70px;
  background: #FBFAFE;
  position: relative;
  z-index: 2;
}
.rnext__header {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.rnext__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rnext__item__img {
  width: 20%;
}
.rnext__item__img img {
  max-width: 100%;
}
.rnext__item__detail {
  width: 80%;
  padding-left: 20px;
}
.rnext__item__header {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-indent: 6px;
  margin-bottom: 12px;
  position: relative;
}
.rnext__item__header:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 2px;
  background: #F3B000;
  border-radius: 3px;
  transform: translateY(2px);
  margin-right: 2px;
}
.rnext__item__text {
  font-size: 12px;
  line-height: 172%;
  color: #777;
  margin-bottom: 22px;
}
.rnext__item__info {
  display: flex;
  justify-content: space-between;
  width: 160px;
}
.rnext__item__info .bl__detail {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #777;
}
.rnext__item__info .bl__detail img {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .rnext {
    padding: 30px 0 60px;
  }
  .rnext__item__img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .rnext__item__img img {
    border-radius: 5px;
  }
  .rnext__item__detail {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .rnext__item__info {
    order: 1;
    margin-bottom: 15px;
  }
  .rnext__item__header {
    order: 2;
    margin-bottom: 22px;
  }
  .rnext__item__text {
    order: 3;
    margin-bottom: 0;
  }
}
.back-top.sgray {
  background: #FBFAFE;
}

.article {
  padding: 140px 0 65px;
}
.article-header {
  padding-bottom: 0;
}
.article-footer {
  padding-top: 60px;
}
.article__img {
  margin-bottom: 65px;
}
.article__img img {
  width: 100%;
}
.article__info {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
}
.article__info__inner {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__info__inner .bl__detail {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #777;
}
.article__info__inner .bl__detail img {
  margin-right: 5px;
}
.article .sfaq__list {
  margin-bottom: 35px;
}
.article__text {
  font-size: 14px;
  line-height: 164%;
  color: #777777;
  margin-bottom: 50px;
}
.article__header {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.article__social {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .article {
    padding: 100px 0 65px;
  }
  .article__img {
    margin-bottom: 26px;
  }
  .article__info {
    justify-content: flex-start;
  }
  .article__info__inner .bl__detail {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
  }
  .article__header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .article__text {
    font-size: 12px;
    line-height: 164%;
  }
}

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