body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat" ,sans-serif;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  background: -webkit-gradient(linear, left bottom, left top, from(#15151A), to(#15151A)), #022951;
  background: linear-gradient(0deg, #15151A, #15151A), #022951;
  padding: 6px 0px;
}
header .outer__header > p {
  margin: 0px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.bold {
  font-weight: bold;
}

.hero__section {
  padding-top: 100px;
  padding-bottom: 55px;
  position: relative;
}
.hero__section .outer__hero {
  position: relative;
  z-index: 2;
}
.hero__section .outer__hero .hero__article .hero__desc > p {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(69, 54, 68, 0.8);
}
.hero__section .outer__hero .hero__article .hero__desc > p a {
  color: #5D86EF;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.hero__section .outer__hero .hero__article .hero__desc > p a:hover {
  opacity: .7;
}
.hero__section .outer__hero .hero__article .hero__desc > h6 {
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0px;
  font-size: 28px;
  line-height: 60px;
  color: #292D32;
  font-weight: 400;
}
.hero__section .outer__hero .hero__article .hero__desc > h6 a {
  font-weight: bold;
  color: #5D86EF;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.hero__section .outer__hero .hero__article .hero__desc > h6 a:hover {
  opacity: .7;
}
.hero__section .outer__hero .hero__article .hero__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.hero__section .outer__hero .hero__article .hero__media > img {
  max-width: 100%;
}
.hero__section .outer__hero .hero__article .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__section .outer__hero .hero__article .reviews .reviews__stars {
  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;
}
.hero__section .outer__hero .hero__article .reviews .reviews__stars > p {
  margin: 0px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: 600;
}
.hero__section .outer__hero .hero__article .reviews .reviews__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;
  margin-right: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero__section .outer__hero .hero__article .reviews .reviews__stars > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}
.hero__section .outer__hero .hero__article .reviews .reviews__stars > ul > li:last-child {
  margin-right: 0px;
}
.hero__section .outer__hero .hero__article .reviews > p {
  margin: 0px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-style: italic;
}
.hero__section .outer__hero .hero__article > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 800;
  color: #292D32;
}
.hero__section .outer__hero .hero__article > h1 span {
  color: #5D5FEF;
}
.hero__section .outer__hero .hero__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.hero__section .outer__hero .hero__logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.hero__section .outer__hero .hero__logo > a:hover {
  opacity: .7;
}

.article__wrapper {
  padding-bottom: 60px;
}
.article__wrapper > p:last-child {
  margin-bottom: 0px;
}
.article__wrapper .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__wrapper .button__wrapper > a {
  min-height: 50px;
  padding-left: 60px;
  text-align: center;
  padding-right: 60px;
  font-size: 14px;
  line-height: 17px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(129.65deg, #FF974F 14.97%, #FF5652 73.02%);
  border-radius: 40px;
}
.article__wrapper .button__wrapper > a:hover {
  opacity: .7;
}
.article__wrapper .update__wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px;
  background: linear-gradient(96.11deg, #5D5FEF 0%, #5D86EF 87.45%);
}
.article__wrapper .update__wrapper .inner__wrapper {
  background: url("../img/updateback.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 90px;
  padding-left: 60px;
  text-align: center;
  padding-right: 60px;
}
.article__wrapper .update__wrapper .inner__wrapper > p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(69, 54, 68, 0.8);
  margin-top: 0px;
  margin-bottom: 30px;
}
.article__wrapper .update__wrapper .inner__wrapper > p a {
  font-weight: bold;
  text-decoration: none;
  color: #5D86EF;
}
.article__wrapper .update__wrapper .inner__wrapper > p:last-child {
  margin-bottom: 0px;
}
.article__wrapper .update__wrapper .inner__wrapper > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 60px;
  color: #292d32;
  font-weight: 400;
}
.article__wrapper .update__wrapper .inner__wrapper > h6 span {
  font-weight: bold;
  color: #5d86ef;
}
.article__wrapper .small__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article__wrapper .small__media > img {
  max-width: 260px;
  -webkit-box-shadow: 0px 50px 50px 0px #cfd4e2;
          box-shadow: 0px 50px 50px 0px #cfd4e2;
}
.article__wrapper > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 32px;
  padding-left: 12px;
}
.article__wrapper > ul > li {
  font-size: 16px;
  line-height: 30px;
  color: rgba(69, 54, 68, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.article__wrapper > ul > li:last-child {
  margin-bottom: 0px;
}
.article__wrapper > ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 3px;
  max-width: 3px;
  min-height: 3px;
  max-height: 3px;
  border-radius: 250px;
  background-color: rgba(69, 54, 68, 0.8);
  margin-right: 10px;
  position: relative;
  top: 13px;
}
.article__wrapper > h5 {
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0px;
  font-size: 28px;
  line-height: 60px;
  color: #292D32;
  font-weight: 400;
}
.article__wrapper .article__media {
  margin-top: 52px;
  margin-bottom: 52px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__wrapper .article__media.no__shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.article__wrapper .article__media.no__shadow > img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.article__wrapper .article__media .double__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 50px 50px 0px #cfd4e2;
          box-shadow: 0px 50px 50px 0px #cfd4e2;
}
.article__wrapper .article__media .double__images > img {
  width: 100%;
}
.article__wrapper .article__media > img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-box-shadow: 0px 50px 50px 0px #cfd4e2;
          box-shadow: 0px 50px 50px 0px #cfd4e2;
}
.article__wrapper .article__media > p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  color: black;
}
.article__wrapper .article__media .double__media {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}
.article__wrapper .article__media .double__media .elem__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0px 50px 50px 0px #cfd4e2;
          box-shadow: 0px 50px 50px 0px #cfd4e2;
}
.article__wrapper .article__media .double__media .elem__media > img {
  max-width: 260px;
}
.article__wrapper > h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 60px;
  color: #292D32;
  font-weight: 600;
}
.article__wrapper > h6 span {
  color: #5D86EF;
}
.article__wrapper .info__grid .elem__info {
  margin-bottom: 32px;
}
.article__wrapper .info__grid .elem__info h6 {
  margin: 0px;
  margin-bottom: 6px;
  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;
  font-size: 16px;
  line-height: 30px;
  color: #453644;
  font-weight: bold;
}
.article__wrapper .info__grid .elem__info h6 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.article__wrapper .info__grid .elem__info:last-child {
  margin-bottom: 0px;
}
.article__wrapper .info__grid p {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(69, 54, 68, 0.8);
}
.article__wrapper .info__grid p a {
  color: #5D86EF;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.article__wrapper .info__grid p a:hover {
  opacity: .7;
}
.article__wrapper > p {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(69, 54, 68, 0.8);
}
.article__wrapper > p a {
  color: #5D86EF;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.article__wrapper > p a:hover {
  opacity: .7;
}

.hero__section > img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  pointer-events: none;
}
.hero__section .article__wrapper {
  margin-top: 100px;
}
.hero__section .article__wrapper .article__media {
  margin-bottom: 32px;
}

.info__section {
  position: relative;
  background: url("../img/herospacer.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 120px;
  margin-top: -100px;
}

.step__wrapper {
  margin-bottom: 100px;
}
.step__wrapper .outer__step {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step__wrapper .outer__step .step__elem {
  max-width: 300px;
}
.step__wrapper .outer__step .step__elem .step__content > p {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(69, 54, 68, 0.8);
  font-weight: 500;
}
.step__wrapper .outer__step .step__elem .step__content > p a {
  font-weight: bold;
  color: #5d86ef;
  text-decoration: none;
}
.step__wrapper .outer__step .step__elem .step__head {
  margin-bottom: 25px;
}
.step__wrapper .outer__step .step__elem .step__head > h6 {
  margin: 0px;
  background: linear-gradient(135deg, #F1555F 9.58%, #5D5FEF 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 40px;
  line-height: 60px;
  font-weight: 800;
  margin-top: -75px;
  position: relative;
  z-index: 2;
}
.step__wrapper .outer__step .step__elem .step__head > span {
  font-size: 220px;
  line-height: 60px;
  color: #eff3f9;
  font-weight: 800;
  margin-bottom: -50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.step__wrapper .step__top {
  background: -webkit-gradient(linear, left top, left bottom, from(#B1CAFF), to(rgba(255, 255, 255, 0))), #EEF3F9;
  background: linear-gradient(180deg, #B1CAFF 0%, rgba(255, 255, 255, 0) 100%), #EEF3F9;
  padding-bottom: 60px;
  padding-top: 100px;
}
.step__wrapper .step__top .step__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step__wrapper .step__top .step__wrapper .step__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step__wrapper .step__top .step__wrapper .step__media > img {
  max-width: 535px;
  width: 100%;
}
.step__wrapper .step__top .step__wrapper .step__desc {
  width: 100%;
  max-width: 540px;
}
.step__wrapper .step__top .step__wrapper .step__desc > p {
  margin: 0px;
  font-size: 28px;
  line-height: 60px;
  color: #292d32;
  font-weight: 400;
}
.step__wrapper .step__top .step__wrapper .step__desc > p a {
  font-weight: bold;
  color: #5d86ef;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.step__wrapper .step__top .step__wrapper .step__desc > p a:hover {
  opacity: .7;
}
.step__wrapper .step__top .step__wrapper .step__desc > h6 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 60px;
  color: #292d32;
  font-weight: 600;
}

.article__element {
  margin-bottom: 100px;
}

.reviews__wrapper {
  padding-bottom: 100px;
  background: url("../img/reviewsback.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.reviews__wrapper .outer__reviews .button__wrapper {
  margin-top: 32px;
  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;
}
.reviews__wrapper .outer__reviews .button__wrapper > a {
  min-height: 50px;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  line-height: 17px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(129.65deg, #FF974F 14.97%, #FF5652 73.02%);
  border-radius: 40px;
}
.reviews__wrapper .outer__reviews .button__wrapper > a:hover {
  opacity: .7;
}
.reviews__wrapper .outer__reviews .review__grid .elem__review {
  margin-bottom: 32px;
}
.reviews__wrapper .outer__reviews .review__grid .elem__review > p {
  margin: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(69, 54, 68, 0.8);
  font-weight: 500;
}
.reviews__wrapper .outer__reviews .review__grid .elem__review > span {
  font-size: 16px;
  line-height: 30px;
  color: black;
  font-style: italic;
}
.reviews__wrapper .outer__reviews .review__grid .elem__review > 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;
  margin-bottom: 15px;
}
.reviews__wrapper .outer__reviews .review__grid .elem__review > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}
.reviews__wrapper .outer__reviews .review__grid .elem__review > ul > li:last-child {
  margin-bottom: 0px;
}
.reviews__wrapper .outer__reviews .review__grid .elem__review:last-child {
  margin-bottom: 0px;
}
.reviews__wrapper .outer__reviews > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 60px;
  color: #292d32;
  font-weight: 600;
}
.reviews__wrapper .outer__reviews > h2 span {
  font-weight: bold;
  color: #5d86ef;
}

footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #303136;
}
footer .outer__footer .bottom__part {
  text-align: center;
  margin-top: 120px;
}
footer .outer__footer .bottom__part > p {
  font-size: 16px;
  line-height: 30px;
  color: #eef1f8;
  font-weight: bold;
  margin: 0px;
}
footer .outer__footer .bottom__part > p a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer .bottom__part > p a:hover {
  opacity: .7;
}
footer .outer__footer > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
footer .outer__footer > p:last-child {
  margin-bottom: 0px;
}
footer .outer__footer > p span {
  font-weight: 500;
  font-weight: bold;
}
footer .outer__footer > p:last-child {
  margin-bottom: 0px;
}

.article__element .article__wrapper {
  padding-bottom: 0px;
}

@media (max-width: 1920px) {
  .info__section {
    background-size: 1920px;
    margin-top: -50px;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .reviews__wrapper {
    padding-bottom: 65px;
  }

  .reviews__wrapper .outer__reviews > h2 {
    font-size: 30px;
  }

  .reviews__wrapper {
    background-size: 1440px;
  }

  .article__wrapper .update__wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .article__wrapper .update__wrapper .inner__wrapper > h6 {
    font-size: 24px;
    line-height: 34px;
  }

  .article__wrapper .update__wrapper .inner__wrapper > p {
    margin-bottom: 25px;
  }

  .article__wrapper .info__grid .elem__info {
    margin-bottom: 24px;
  }

  .article__wrapper > h5 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 40px;
  }

  .step__wrapper .outer__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .step__wrapper .outer__step .step__elem {
    max-width: 100%;
    margin-bottom: 70px;
  }

  .step__wrapper .outer__step .step__elem .step__content > p {
    margin-bottom: 25px;
  }

  .step__wrapper .outer__step .step__elem .step__head > span {
    font-size: 170px;
  }

  .step__wrapper .outer__step .step__elem .step__head > h6 {
    font-size: 32px;
    line-height: 50px;
    margin-top: -65px;
  }

  .step__wrapper .step__top .step__wrapper .step__desc > p {
    font-size: 23px;
    line-height: 40px;
  }

  .step__wrapper .step__top .step__wrapper .step__desc > h6 {
    font-size: 30px;
    line-height: 45px;
  }

  .step__wrapper .step__top .step__wrapper {
    margin-bottom: 0px;
  }

  .step__wrapper .step__top {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .step__wrapper {
    margin-bottom: 50px;
    -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;
  }

  .step__wrapper .step__top .step__wrapper .step__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .step__wrapper .step__top .step__wrapper .step__media {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .article__wrapper .article__media .double__images img {
    max-width: 270px !important;
  }

  .article__wrapper .article__media > img {
    max-width: 540px !important;
  }

  .article__wrapper .article__media.smaller > img {
    max-width: 340px !important;
  }

  .article__wrapper {
    padding-bottom: 40px;
  }

  .hero__section > img {
    display: none;
  }

  .hero__section .outer__hero .hero__article > h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .hero__section {
    padding-top: 60px;
  }

  .hero__section .outer__hero .hero__logo {
    margin-bottom: 60px;
  }

  .hero__section .outer__hero .hero__article .reviews {
    margin-bottom: 25px;
  }

  .hero__section .outer__hero .hero__article .hero__desc > h6 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .hero__section .article__wrapper {
    margin-top: 60px;
  }

  .article__wrapper > h6 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .article__wrapper > p {
    margin-bottom: 25px;
  }

  .hero__section .outer__hero .hero__article .hero__desc > p {
    margin-bottom: 25px;
  }

  .hero__section .outer__hero .hero__article .hero__media {
    margin-bottom: 60px;
  }

  .hero__section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1075px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EDF0F7), to(rgba(237, 240, 247, 0)));
    background: linear-gradient(180deg, #EDF0F7 0%, rgba(237, 240, 247, 0) 100%);
  }

  .article__wrapper .article__media {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .step__wrapper .outer__step .step__elem {
    margin-bottom: 60px;
  }

  .step__wrapper .outer__step .step__elem:last-child {
    margin-bottom: 0px;
  }

  .article__element {
    margin-bottom: 60px;
  }

  footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  footer .outer__footer > p {
    margin-bottom: 25px;
  }

  footer .outer__footer .bottom__part {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  footer .outer__footer .bottom__part {
    margin-top: 45px;
  }

  .reviews__wrapper {
    padding-bottom: 35px;
  }

  .reviews__wrapper .outer__reviews > h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .article__wrapper .update__wrapper .inner__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }

  .article__wrapper .update__wrapper .inner__wrapper > h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .article__wrapper .update__wrapper .inner__wrapper > p {
    margin-bottom: 20px;
  }

  .article__element {
    margin-bottom: 45px;
  }

  .article__wrapper > h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .article__wrapper .article__media > img {
    -webkit-box-shadow: 0px 30px 30px 0px #cfd4e2;
            box-shadow: 0px 30px 30px 0px #cfd4e2;
  }

  .step__wrapper .step__top .step__wrapper .step__desc > p {
    font-size: 20px;
    line-height: 36px;
  }

  .step__wrapper .step__top .step__wrapper .step__desc > h6 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }

  .step__wrapper .step__top .step__wrapper .step__media {
    margin-top: 16px;
  }

  .step__wrapper .outer__step .step__elem .step__head > h6 {
    font-size: 26px;
    line-height: 40px;
    margin-top: -55px;
  }

  .step__wrapper .outer__step .step__elem .step__head > span {
    font-size: 140px;
  }

  .step__wrapper .outer__step .step__elem .step__content > p {
    margin-bottom: 20px;
  }

  .article__wrapper .article__media .double__images img {
    max-width: 220px !important;
  }

  .article__wrapper .article__media > img {
    max-width: 440px !important;
  }

  .article__wrapper {
    padding-bottom: 25px;
  }

  .hero__section .outer__hero .hero__article .hero__desc > p {
    margin-bottom: 20px;
  }

  .article__wrapper > p {
    margin-bottom: 20px;
  }

  .article__wrapper > h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .article__wrapper .article__media .double__media {
    max-width: 440px;
  }

  .article__wrapper .article__media .double__media .elem__media > img {
    max-width: 210px;
  }

  .article__wrapper .article__media .double__media {
    margin-bottom: 24px;
  }

  .hero__section .outer__hero .hero__article .reviews {
    -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;
  }

  .hero__section .outer__hero .hero__article .reviews > p {
    margin-left: 0px;
    margin-top: 7px;
  }

  .hero__section .outer__hero .hero__logo > a img {
    max-width: 200px;
  }

  .hero__section .outer__hero .hero__logo {
    margin-bottom: 40px;
  }

  .hero__section {
    padding-top: 40px;
  }

  .hero__section .outer__hero .hero__article > h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .hero__section .outer__hero .hero__article .hero__media {
    margin-bottom: 30px;
  }

  .hero__section .outer__hero .hero__article .hero__desc > h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .hero__section .article__wrapper {
    margin-top: 45px;
  }

  .step__wrapper .outer__step .step__elem {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .reviews__wrapper .outer__reviews .button__wrapper > a {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .article__wrapper .button__wrapper > a {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .article__wrapper .update__wrapper .inner__wrapper > p {
    margin-bottom: 15px;
  }

  .article__wrapper .small__media > img {
    max-width: 200px;
  }

  .step__wrapper .outer__step .step__elem .step__content > p {
    margin-bottom: 15px;
  }

  .step__wrapper .step__top {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .article__wrapper .article__media {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .article__wrapper .article__media .double__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__wrapper .article__media .double__images > img {
    margin-bottom: 25px;
    max-width: 290px !important;
  }
  .article__wrapper .article__media .double__images > img:last-child {
    margin-bottom: 0px;
  }

  .hero__section .outer__hero .hero__article > h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .article__wrapper > h6 {
    font-size: 22px;
    line-height: 26px;
  }

  .article__wrapper .article__media .double__media {
    -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;
  }

  .article__wrapper .article__media .double__media .elem__media {
    margin-bottom: 20px;
  }
  .article__wrapper .article__media .double__media .elem__media:last-child {
    margin-bottom: 0px;
  }

  .article__wrapper .article__media .double__media .elem__media > img {
    max-width: 250px;
  }

  .hero__section .outer__hero .hero__article .hero__desc > h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
