body,
html {
  margin: 0px;
  padding: 0px;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.container {
  max-width: 1040px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .container {
  max-width: 1240px;
}
header {
  position: absolute;
  width: 100%;
  top: 35px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .outer__header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .logo > img {
  width: 100%;
  max-width: 200px;
}
header .outer__header > p {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 16px 4px 16px 16px;
  background: #0d1b63;
  margin: 0px;
}
.hero__section {
  padding-top: 110px;
  padding-bottom: 200px;
  position: relative;
  background: url("../images/herobg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__section .bottom {
  position: absolute;
  bottom: -66px;
  max-width: 1040px;
  width: calc(100% - 30px);
  left: 50%;
  padding: 32px 24px;
  border-radius: 8px;
  border: 1px dashed #bebebe;
  background: #f4f4f4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.hero__section .bottom p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #000;
  margin: 0px;
}
.hero__section .bottom p a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.hero__section .bottom p a:hover {
  opacity: 0.7;
}
.hero__section .bottom p span {
  font-weight: bold;
}
.hero__section .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 55px;
  bottom: 0px;
}
.hero__section .media img {
  max-width: 660px;
}
.hero__section .outer__hero > .desc > p {
  margin: 0px;
  font-size: 18px;
  line-height: 130%;
  color: #6d6d6d;
}
.hero__section .outer__hero > .desc > p span {
  font-weight: bold;
}
.hero__section .outer__hero > .desc > h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  font-weight: 800;
}
.hero__section .outer__hero > .desc > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 24px;
}
.hero__section .outer__hero > .desc > span > img {
  max-width: 200px;
}
.hero__section {
  margin-bottom: 120px;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.important {
  color: #e7131d !important;
  font-weight: bold;
}
.feedbacks__wrapper {
  margin-bottom: 64px;
}
.feedbacks__wrapper .outer__feedbacks > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.feedbacks__wrapper .outer__feedbacks .feedback__list {
  margin-top: 40px;
}
.feedbacks__wrapper .outer__feedbacks .feedback__list > .el__feedback {
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid #bebebe;
  background: #f4f4f4;
  margin-bottom: 24px;
}
.feedbacks__wrapper
  .outer__feedbacks
  .feedback__list
  > .el__feedback:last-child {
  margin-bottom: 0px;
}
.feedbacks__wrapper .outer__feedbacks .feedback__list > .el__feedback > p {
  margin: 0px;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  font-style: italic;
  font-weight: 600;
}
.feedbacks__wrapper .outer__feedbacks .stars__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.feedbacks__wrapper .outer__feedbacks .stars__rating .stars ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.feedbacks__wrapper .outer__feedbacks .stars__rating .stars ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3px;
}
.feedbacks__wrapper .outer__feedbacks .stars__rating .stars ul li:last-child {
  margin-right: 0px;
}
.feedbacks__wrapper .outer__feedbacks .stars__rating > p {
  margin: 0px;
  margin-left: 15px;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
.main__wrapper .outer__main .info__wrapper {
  margin-bottom: 60px;
}
.main__wrapper .outer__main .info__wrapper .list {
  margin-top: 40px;
}
.main__wrapper .outer__main .info__wrapper .list .elem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.main__wrapper .outer__main .info__wrapper .list .elem__list .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main__wrapper .outer__main .info__wrapper .list .elem__list .desc > span {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.main__wrapper .outer__main .info__wrapper .list .elem__list .desc > span a {
  color: #000;
}
.main__wrapper .outer__main .info__wrapper .list .elem__list .desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  font-weight: 800;
}
.main__wrapper .outer__main .info__wrapper .list .elem__list > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 35px;
}
.main__wrapper .outer__main .info__wrapper .list .elem__list > span img {
  min-width: 64px;
  max-width: 64px;
}
.main__wrapper .outer__main .info__wrapper .list .elem__list:last-child {
  margin-bottom: 0px;
}
.main__wrapper .outer__main .info__wrapper .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px;
}
.main__wrapper .outer__main .info__wrapper .media > img {
  max-width: 100%;
}
.main__wrapper .outer__main .info__wrapper > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 30px;
  color: #000000;
  line-height: 130%;
  font-weight: 800;
}
.main__wrapper .outer__main .info__wrapper > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 25px;
}
.main__wrapper .outer__main .info__wrapper > ul:last-child {
  margin-bottom: 0px;
}
.main__wrapper .outer__main .info__wrapper > ul.complex > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main__wrapper .outer__main .info__wrapper > ul.complex > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.main__wrapper .outer__main .info__wrapper > ul.complex > li span img {
  min-width: 16px;
  max-width: 16px;
}
.main__wrapper .outer__main .info__wrapper > ul.complex > li p {
  margin: 0px;
}
.main__wrapper .outer__main .info__wrapper > ul > li {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.main__wrapper .outer__main .info__wrapper > ul > li:last-child {
  margin-bottom: 0px;
}
.main__wrapper .outer__main .info__wrapper > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #000000;
  line-height: 160%;
}
.main__wrapper .outer__main .info__wrapper > p a {
  color: #000000;
  text-decoration: underline;
}
.main__wrapper .outer__main .info__wrapper > p:last-child {
  margin-bottom: 0px;
}
.main__wrapper .outer__main .info__wrapper:last-child {
  margin-bottom: 0px;
}
footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1e1b26;
}
footer .outer__footer .bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .outer__footer .bottom > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer .outer__footer .bottom > ul > li {
  margin-right: 30px;
}
footer .outer__footer .bottom > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
footer .outer__footer .bottom > ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer .bottom > ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer .bottom > p {
  margin: 0px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
footer .outer__footer > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
footer .outer__footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .outer__footer .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
footer .outer__footer .logo > a:hover {
  opacity: 0.7;
}
footer .outer__footer .logo > img {
  width: 100%;
  max-width: 200px;
}
.how__much {
  margin-bottom: 64px;
}
.how__much .outer__how .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  margin-top: 64px;
}
.how__much .outer__how .grid > .el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.how__much .outer__how .grid > .el > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.how__much .outer__how .button {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.how__much .outer__how .button > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  min-height: 72px;
  border-radius: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e7131d),
    to(#fc4032)
  );
  background: linear-gradient(180deg, #e7131d 0%, #fc4032 100%);
  -webkit-box-shadow: 0px 4px 0px 0px #93040b;
  box-shadow: 0px 4px 0px 0px #93040b;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.how__much .outer__how .button > a:hover {
  opacity: 0.7;
}
.how__much .outer__how > h6 {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
}
.how__much .outer__how > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.how__much .outer__how .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.how__much .outer__how .title > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}
.how__much .outer__how .title > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.try__wrapper {
  margin-bottom: 120px;
}
.try__wrapper .pros {
  margin-top: 64px;
  margin-bottom: 48px;
}
.try__wrapper .pros .double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
.try__wrapper .pros .double > .el .content {
  padding: 29px 32px;
  background-color: #f4f4f4;
  min-height: 250px;
}
.try__wrapper .pros .double > .el .content ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.try__wrapper .pros .double > .el .content ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.try__wrapper .pros .double > .el .content ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.try__wrapper .pros .double > .el .content ul > li span img {
  min-width: 16px;
  max-width: 16px;
}
.try__wrapper .pros .double > .el .content ul > li p {
  margin: 0px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  color: #000000;
}
.try__wrapper .pros .double > .el .content ul > li:last-child {
  margin-bottom: 0px;
}
.try__wrapper .pros .double > .el:nth-child(1) > .head {
  background-color: #1e9600;
}
.try__wrapper .pros .double > .el:nth-child(1) > .head > p {
  color: #fff;
}
.try__wrapper .pros .double > .el:nth-child(2) > .head {
  background-color: #d7d7d7;
}
.try__wrapper .pros .double > .el:nth-child(2) > .head > p {
  color: #000000;
}
.try__wrapper .pros .double > .el > .head {
  padding: 19px 32px;
}
.try__wrapper .pros .double > .el > .head > p {
  margin: 0px;
  font-size: 25px;
  font-weight: bold;
  line-height: 130%;
}
.try__wrapper .pros > h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.try__wrapper .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.try__wrapper .button > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  min-height: 72px;
  border-radius: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e7131d),
    to(#fc4032)
  );
  background: linear-gradient(180deg, #e7131d 0%, #fc4032 100%);
  -webkit-box-shadow: 0px 4px 0px 0px #93040b;
  box-shadow: 0px 4px 0px 0px #93040b;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.try__wrapper .button > a:hover {
  opacity: 0.7;
}
.try__wrapper > p {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}
.try__wrapper .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.try__wrapper .media > img {
  max-width: 100%;
}
.try__wrapper .bonus {
  margin-bottom: 40px;
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px dashed #bebebe;
  background: #f4f4f4;
}
.try__wrapper .bonus p {
  margin: 0px;
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
}
.try__wrapper > .title {
  margin-bottom: 32px;
}
.try__wrapper > .title > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.try__wrapper > .title > p {
  margin: 0px;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.try__wrapper > .title > p a {
  text-decoration: underline;
  color: #000;
}
.how__much .outer__how > p a {
  color: #000;
}
@media (max-width: 1340px) {
  .hero__section .media img {
    max-width: 580px;
  }
  .hero__section .media {
    right: 30px;
  }
  .hero__section .outer__hero > .desc > h1 {
    font-size: 40px;
  }
  .hero__section .outer__hero > .desc > span > img {
    max-width: 170px;
  }
}
@media (max-width: 1200px) {
  .hero__section .media img {
    max-width: 500px;
  }
  .hero__section .media {
    right: 15px;
  }
  .hero__section {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
@media (max-width: 991px) {
  .hero__section .media {
    display: none;
  }
  .hero__section .bottom {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-bottom: -50px;
    position: relative;
    transform: none;
    left: 0px;
    top: 30px;
    margin-top: -30px;
  }
  .hero__section {
    padding-top: 85px;
    padding-bottom: 0px;
  }
  .hero__section .bottom {
    padding: 24px 16px;
  }
  .hero__section .bottom > p {
    font-size: 12px;
    line-height: 160%;
  }
  header {
    top: 20px;
  }
  header .outer__header .logo > a img {
    max-width: 155px;
  }
  .hero__section .media {
    position: static;
  }
  .hero__section .outer__hero {
    text-align: center;
  }
  .hero__section .outer__hero .desc {
    margin-bottom: 30px;
  }
  .hero__section .outer__hero > .desc > p {
    font-size: 14px;
    line-height: 20px;
  }
  .hero__section {
    margin-bottom: 110px;
  }
  .how__much .outer__how .button > a,
  .try__wrapper .button > a {
    font-size: 22px;
  }
}
.how__much .outer__how .button > a,
.try__wrapper .button > a {
  text-align: center;
  padding: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .how__much .outer__how .button > a,
  .try__wrapper .button > a {
    font-size: 19px;
  }
  .try__wrapper > .title > h6 {
    font-size: 25px;
  }
  .try__wrapper > .title > p {
    font-size: 15px;
  }
  .try__wrapper .bonus {
    padding: 16px;
    margin-bottom: 32px;
    text-align: center;
  }
  .try__wrapper .bonus p {
    font-size: 13px;
    line-height: 17px;
  }
  .try__wrapper .media {
    margin-bottom: 24px;
  }
  .try__wrapper > p {
    font-size: 15px;
  }
  .try__wrapper > p {
    margin-bottom: 24px;
  }
  .try__wrapper .button > a {
    min-height: 53px;
    font-size: 18px;
  }
  .try__wrapper .pros {
    margin-top: 46px;
    margin-bottom: 24px;
  }
  .try__wrapper .pros > h6 {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .try__wrapper .pros .double {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
  .try__wrapper .pros .double > .el .content {
    min-height: 0px;
  }
  .try__wrapper .pros .double > .el > .head > p {
    font-size: 22px;
  }
  .how__much {
    margin-bottom: 48px;
  }
  .feedbacks__wrapper {
    margin-bottom: 48px;
  }
  .how__much .outer__how .grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .how__much .outer__how .title > h6 {
    font-size: 25px;
  }
  .how__much .outer__how .title {
    margin-bottom: 24px;
  }
  .how__much .outer__how > p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .how__much .outer__how > h6 {
    font-size: 20px;
  }
  .how__much .outer__how .button > a {
    min-height: 56px;
    font-size: 20px;
  }
  footer {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  footer .outer__footer > p {
    font-size: 14px;
    line-height: 150%;
  }
  footer .outer__footer .bottom {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .outer__footer .bottom > p {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  footer .outer__footer .bottom > ul > li {
    margin-right: 20px;
  }
  footer .outer__footer .bottom > ul > li > a {
    font-size: 14px;
  }
  .main__wrapper .outer__main .info__wrapper .list {
    margin-top: 32px;
  }
  .main__wrapper .outer__main .info__wrapper .list .elem__list > span {
    margin-right: 15px;
  }
  .main__wrapper .outer__main .info__wrapper .list .elem__list > span img {
    min-width: 48px;
    max-width: 48px;
  }
  .main__wrapper .outer__main .info__wrapper .list .elem__list {
    margin-bottom: 24px;
  }
  .main__wrapper .outer__main .info__wrapper .list .elem__list:last-child {
    margin-bottom: 0px;
  }
  .main__wrapper .outer__main .info__wrapper .list .elem__list .desc > p {
    font-size: 18px;
  }
  .main__wrapper .outer__main .info__wrapper .list .elem__list .desc > span {
    font-size: 15px;
  }
  .main__wrapper .outer__main .info__wrapper > h6 {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .main__wrapper .outer__main .info__wrapper .media {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .main__wrapper .outer__main .info__wrapper {
    margin-bottom: 55px;
  }
  .main__wrapper .outer__main .info__wrapper:last-child {
    margin-bottom: 0px;
  }
  .main__wrapper .outer__main .info__wrapper > p {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .main__wrapper .outer__main .info__wrapper > ul {
    margin-bottom: 20px;
  }
  .main__wrapper .outer__main .info__wrapper > ul > li {
    font-size: 15px;
    line-height: 150%;
  }
  .hero__section .bottom {
    bottom: -90px;
  }
  .hero__section .outer__hero > .desc > span > img {
    max-width: 140px;
  }
  .hero__section .outer__hero > .desc > span {
    margin-bottom: 16px;
  }
  .hero__section .outer__hero > .desc > h1 {
    font-size: 27px;
    line-height: 35px;
  }
  .hero__section .media img {
    width: 100%;
  }
  .feedbacks__wrapper .outer__feedbacks > h6 {
    font-size: 25px;
  }
  .feedbacks__wrapper .outer__feedbacks .feedback__list {
    margin-top: 32px;
  }
  .feedbacks__wrapper .outer__feedbacks .feedback__list > .el__feedback {
    margin-bottom: 16px;
    padding: 24px 32px;
  }
  .feedbacks__wrapper .outer__feedbacks .stars__rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feedbacks__wrapper .outer__feedbacks .stars__rating > p {
    margin-left: 0px;
    margin-top: 5px;
    font-size: 15px;
  }
  .feedbacks__wrapper .outer__feedbacks .stars__rating .stars ul li img {
    max-width: 19px;
  }
  .try__wrapper {
    margin-bottom: 64px;
  }
}
@media (max-width: 480px) {
  .how__much .outer__how .button > a,
  .try__wrapper .button > a {
    font-size: 17px;
  }
  .hero__section .bottom {
    bottom: -120px;
  }
  .hero__section {
    margin-bottom: 110px;
  }
  header .outer__header .logo > img {
    max-width: 140px;
  }
}
@media (max-width: 400px) {
  .hero__section {
    margin-bottom: 110px;
  }
  .try__wrapper .pros .double > .el .content {
    padding: 20px;
  }
  .feedbacks__wrapper .outer__feedbacks .feedback__list > .el__feedback {
    padding: 16px 20px;
  }
  .hero__section .bottom {
    bottom: -160px;
  }
}
@media (max-width: 380px) {
  .how__much .outer__how .button > a {
    font-size: 16px;
  }
  .try__wrapper .button > a {
    font-size: 16px;
  }
  footer .outer__footer .bottom > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .outer__footer .bottom > ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  footer .outer__footer .bottom > ul > li:last-child {
    margin-bottom: 0px;
  }
}
