body,
html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

@font-face {
  font-family: "SfPro";
  src: url("../fonts/SFPRODISPLAYBOLD.OTF");
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

header .outer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .outer__header img {
  display: block;
  padding-bottom: 20px;
}

header .outer__header>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

header .outer__header>a:hover {
  opacity: .7;
}

header .outer__header>p {
  margin: 0px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  background: #061723;
  border-radius: 16px 4px 16px 16px;
}

header .outer__header>img {
  max-width: 300px;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.hero__section {
  overflow: hidden;
  background-color: #E7F2F7;
  position: relative;
}

.hero__section .container {
  padding-top: 150px;
  padding-bottom: 90px;
  position: relative;
}

.hero__section .container>img {
  position: absolute;
  right: -150px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0px;
  pointer-events: none;
}

.hero__section .outer__hero {
  position: relative;
}

.hero__section .outer__hero .feedback {
  position: absolute;
  right: 0px;
  top: -30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 32px 16px;
  max-width: 375px;
  padding: 20px;
  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 .feedback>p {
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  color: #1e1e1e;
}

.hero__section .outer__hero .feedback>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.hero__section .outer__hero .feedback>span>img {
  max-width: 100px;
  min-width: 100px;
}

.hero__section .outer__hero .hero__desc {
  position: relative;
  z-index: 2;
  max-width: 840px;
}

.hero__section .outer__hero .hero__desc .hero__list {
  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-top: 90px;
}

.hero__section .outer__hero .hero__desc .hero__list>.elem__list {
  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-right: 60px;
}

.hero__section .outer__hero .hero__desc .hero__list>.elem__list:last-child {
  margin-right: 0px;
}

.hero__section .outer__hero .hero__desc .hero__list>.elem__list>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}

.hero__section .outer__hero .hero__desc .hero__list>.elem__list>p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  color: black;
  font-weight: 600;
}

.hero__section .outer__hero .hero__desc>p {
  margin: 0px;
  font-size: 18px;
  line-height: 27px;
  color: #1e1e1e;
  font-weight: 500;
  max-width: 700px;
}

.hero__section .outer__hero .hero__desc>h1 {
  max-width: 700px;
  background: -webkit-gradient(linear, left top, left bottom, from(#061723), to(#375C77));
  background: linear-gradient(180deg, #061723 0%, #375C77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  line-height: 120%;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 20px;
}

.semibold {
  font-weight: 600;
}

.desc__wrapper {
  padding-top: 120px;
  padding-bottom: 50px;
}

.desc__wrapper .outer__desc {
  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;
}

.desc__wrapper .outer__desc .desc__text {
  max-width: 595px;
  margin-left: 60px;
}

.desc__wrapper .outer__desc .desc__text>p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
  font-weight: 400;
}

.desc__wrapper .outer__desc .desc__text>p:last-child {
  margin-bottom: 0px;
}

.desc__wrapper .outer__desc .desc__text>ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 30px;
}

.desc__wrapper .outer__desc .desc__text>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  color: #1e1e1e;
  font-weight: bold;
}

.desc__wrapper .outer__desc .desc__text>ul>li:last-child {
  margin-bottom: 0px;
}

.desc__wrapper .outer__desc .desc__text>ul>li>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.desc__wrapper .outer__desc .desc__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.desc__wrapper .outer__desc .desc__media .float__info {
  position: absolute;
  left: -36px;
  height: auto;
  padding: 32px 25px;
  background: #F0EFED;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  min-width: 225px;
  max-width: 225px;
}

.desc__wrapper .outer__desc .desc__media .float__info .float__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.desc__wrapper .outer__desc .desc__media .float__info .float__media>img {
  max-width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.desc__wrapper .outer__desc .desc__media .float__info h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 27px;
  color: #1e1e1e;
  font-weight: 800;
}

.desc__wrapper .outer__desc .desc__media .float__info p {
  margin: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1e1e1e;
}

.desc__wrapper .outer__desc .desc__media>img {
  max-width: 100%;
  width: 100%;
}

a.link {
  text-decoration: underline;
  color: #11c18c;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

a.link:hover {
  opacity: .7;
}

.try__wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}

.try__wrapper>.left__stick {
  position: absolute;
  top: 50px;
  left: 0px;
  pointer-events: none;
}

.try__wrapper>.right__stick {
  position: absolute;
  right: 0px;
  top: -250px;
}

.try__wrapper .outer__try {
  position: relative;
  z-index: 2;
}

.try__wrapper .outer__try .try__desc {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.try__wrapper .outer__try .try__desc .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;
  margin-top: 40px;
}

.try__wrapper .outer__try .try__desc .button__wrapper>a {
  min-height: 60px;
  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: #11C18C;
  border-radius: 40px;
  text-decoration: none;
  font-size: 20px;
  line-height: 23px;
  color: white;
  font-weight: bold;
  font-family: "SfPro", sans-serif;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.try__wrapper .outer__try .try__desc .button__wrapper>a:hover {
  background-color: #229371;
}

.try__wrapper .outer__try .try__desc>h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
  color: #1e1e1e;
  font-weight: bold;
}

.try__wrapper .outer__try .try__desc>p {
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
}

.try__wrapper .outer__try .video__wrapper {
  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;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
}

.try__wrapper .outer__try .video__wrapper>video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
  border-radius: 8px;
  z-index: 3;
}

.try__wrapper .outer__try .video__wrapper>a {
  position: absolute;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.try__wrapper .outer__try .video__wrapper>a:hover {
  opacity: .7;
}

.try__wrapper .outer__try .video__wrapper>img {
  border-radius: 8px;
  max-width: 100%;
}

.try__wrapper .outer__try .head__try {
  text-align: center;
  margin-bottom: 50px;
}

.try__wrapper .outer__try .head__try>p {
  font-size: 20px;
  line-height: 30px;
  color: #1e1e1e;
  margin: 0px;
}

.try__wrapper .outer__try .head__try>h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 54px;
  font-weight: 800;
  color: #061723;
}

.solution__wrapper {
  background-color: #113244;
  padding-top: 100px;
  padding-bottom: 130px;
}

.solution__wrapper .outer__solution {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.solution__wrapper .outer__solution .solution__more {
  margin-top: 35px;
}

.solution__wrapper .outer__solution .solution__more .solution__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 55px;
}

.solution__wrapper .outer__solution .solution__more .solution__grid>.elem__solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution__wrapper .outer__solution .solution__more .solution__grid>.elem__solution>img {
  border-radius: 8px;
  max-width: 100%;
}

.solution__wrapper .outer__solution .solution__more>h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
}

.solution__wrapper .outer__solution>h6 {
  text-align: center;
  margin: 0px;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 30px;
}

.solution__wrapper .outer__solution>p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.solution__wrapper .outer__solution>h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  line-height: 54px;
  font-weight: 800;
  line-height: 120%;
}

.extra {
  font-weight: 800;
}

footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #041A26;
}

footer .outer__footer {
  text-align: center;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

footer .outer__footer .bottom__footer {
  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__footer>p {
  margin: 0px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

footer .outer__footer .bottom__footer>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__footer>ul>li {
  margin-right: 30px;
}

footer .outer__footer .bottom__footer>ul>li>a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

footer .outer__footer .bottom__footer>ul>li>a:hover {
  opacity: .7;
}

footer .outer__footer .bottom__footer>ul>li:last-child {
  margin-right: 0px;
}

footer .outer__footer>p {
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

footer .outer__footer>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px;
}

.availability {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #ECEAE5;
}

.availability.discount {
  background-color: #E5ECE9;
}

.availability.discount>img {
  position: absolute;
  left: 0px;
  right: auto;
}

.availability.discount .outer__availability>h2>span:before {
  background: url("../images/sticklonger.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.availability .outer__availability .methods>p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.availability .outer__availability .methods>ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.availability .outer__availability .methods>ul>li {
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.availability .outer__availability .methods>ul>li:last-child {
  margin-right: 0px;
}

.availability .outer__availability .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.availability .outer__availability .button__wrapper>a {
  min-height: 67px;
  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: #11C18C;
  border-radius: 40px;
  text-decoration: none;
  font-size: 23px;
  line-height: 27px;
  color: white;
  font-weight: bold;
  font-family: "SfPro", sans-serif;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.availability .outer__availability .button__wrapper>a:hover {
  background-color: #229371;
}

.availability .outer__availability>h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: bold;
  line-height: 150%;
  color: #1E1E1E;
}

.availability .outer__availability>h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
  color: #061723;
}

.availability .outer__availability>h2>span {
  position: relative;
}

.availability .outer__availability>h2>span span {
  position: relative;
}

.availability .outer__availability>h2>span:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 12px;
  background: url("../images/stick.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.availability>img {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq__wrapper .outer__faq .faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.faq__wrapper .outer__faq .faq__grid>.faq__elem {
  padding: 35px 22px;
  background: #FFFFFF;
  border: 1px solid #1E1E1E;
  border-radius: 8px;
}

.faq__wrapper .outer__faq .faq__grid>.faq__elem .faq__content {
  padding-left: 28px;
}

.faq__wrapper .outer__faq .faq__grid>.faq__elem .faq__content>p {
  margin: 0px;
  font-size: 18px;
  line-height: 27px;
  color: #1E1E1E;
}

.faq__wrapper .outer__faq .faq__grid>.faq__elem .faq__head {
  margin-bottom: 6px;
}

.faq__wrapper .outer__faq .faq__grid>.faq__elem .faq__head>h6 {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 30px;
  color: #1E1E1E;
  font-weight: bold;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq__wrapper .outer__faq .faq__grid>.faq__elem .faq__head>h6>span {
  position: relative;
  top: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}

.faq__wrapper .outer__faq>h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 45px;
  color: #061723;
  line-height: 120%;
  font-weight: 800;
}

.article__wraper {
  padding-top: 125px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.article__wraper>.article__left {
  position: absolute;
  left: 0px;
  bottom: 80px;
  pointer-events: none;
}

.article__wraper>.article__right {
  position: absolute;
  right: 0px;
  top: -100px;
  pointer-events: none;
}

.article__wraper .outer__article .article__elem {
  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;
  margin-bottom: 100px;
}

.article__wraper .outer__article .article__elem:last-child {
  margin-bottom: 0px;
}

.article__wraper .outer__article .article__elem .article__media {
  position: relative;
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__wraper .outer__article .article__elem .article__media>.article__grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
}

.article__wraper .outer__article .article__elem .article__media>.article__grid .elem__grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.article__wraper .outer__article .article__elem .article__media>.article__grid .elem__grid>img {
  max-width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

.article__wraper .outer__article .article__elem .article__media .float__circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -30px;
  right: -30px;
}

.article__wraper .outer__article .article__elem .article__media .float__circle.left__top {
  top: -30px;
  left: -30px;
}

.article__wraper .outer__article .article__elem .article__media>img {
  border: 1px solid #D9D9D9;
  max-width: 100%;
  border-radius: 8px;
}

.article__wraper .outer__article .article__elem>.article__desc {
  max-width: 630px;
  width: 100%;
}

.article__wraper .outer__article .article__elem>.article__desc>h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 150%;
  color: #1E1E1E;
}

.article__wraper .outer__article .article__elem>.article__desc.bigger>p {
  font-size: 18px;
  line-height: 27px;
}

.article__wraper .outer__article .article__elem>.article__desc>p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 150%;
  color: #1E1E1E;
}

.article__wraper .outer__article .article__elem>.article__desc>h2 {
  margin-top: 0px;
  font-size: 45px;
  font-weight: 800;
  color: #061723;
  line-height: 120%;
  margin-bottom: 25px;
}

.article__wraper .outer__article .article__elem>.article__desc>h2 .circle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.article__wraper .outer__article .article__elem>.article__desc>h2 .circle span {
  position: relative;
}

.article__wraper .outer__article .article__elem>.article__desc>h2 .circle:before {
  content: "";
  position: absolute;
  width: 122px;
  height: 72px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/circlespan.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.article__wraper .outer__article .article__elem>.article__desc>h2 .underline {
  position: relative;
  display: inline-block;
}

.article__wraper .outer__article .article__elem>.article__desc>h2 .underline span {
  position: relative;
}

.article__wraper .outer__article .article__elem>.article__desc>h2 .underline:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 12px;
  background: url("../images/sticklonger.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.article__wraper .outer__article .article__elem>.article__desc:nth-child(1) {
  margin-right: 45px;
}

.article__wraper .outer__article .article__elem>.article__desc:nth-child(2) {
  margin-left: 45px;
}

.buy__wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #113244;
}

.buy__wrapper .outer__buy .buy__steps {
  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;
}

.buy__wrapper .outer__buy .buy__steps>.stick {
  height: 2px;
  min-width: 215px;
  background-color: #C8F1FC;
  margin: 0px -70px;
  display: block;
  position: relative;
  top: 85px;
}

.buy__wrapper .outer__buy .buy__steps>.elem__step {
  text-align: center;
  max-width: 345px;
  width: 100%;
}

.buy__wrapper .outer__buy .buy__steps>.elem__step .step__desc>p {
  margin: 0px;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.buy__wrapper .outer__buy .buy__steps>.elem__step .step__desc>p a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.buy__wrapper .outer__buy .buy__steps>.elem__step .step__desc>p a:hover {
  opacity: .7;
}

.buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #B5E9E9;
  border-radius: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 180px;
  max-width: 180px;
  min-height: 180px;
  max-height: 180px;
  margin-bottom: 25px;
}

.buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle>p {
  margin: 0px;
  font-size: 100px;
  line-height: 100px;
  color: #022E57;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  position: relative;
  left: -10px;
}

.buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle>span {
  font-size: 20px;
  color: #022E57;
  line-height: 150%;
  font-weight: 900;
  font-style: italic;
}

.buy__wrapper .outer__buy .after__steps {
  text-align: center;
  margin-top: 60px;
}

.buy__wrapper .outer__buy .after__steps>p {
  margin: 0px;
  font-size: 25px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: bold;
}

.buy__wrapper .outer__buy .head__buy {
  text-align: center;
  margin-bottom: 75px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.buy__wrapper .outer__buy .head__buy>p {
  text-align: center;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}

.buy__wrapper .outer__buy .head__buy>h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 120%;
  font-weight: 800;
  color: #FFFFFF;
}

.info__section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #B5E9E9;
}

.info__section .outer__info {
  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;
}

.info__section .outer__info .info__desc {
  max-width: 595px;
}

.info__section .outer__info .info__desc>h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 54px;
  font-weight: 800;
  color: #061723;
}

.info__section .outer__info .info__desc ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.info__section .outer__info .info__desc ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  font-weight: 400;
}

.info__section .outer__info .info__desc ul>li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.info__section .outer__info .info__desc ul>li:last-child {
  margin-bottom: 0px;
}

.info__section .outer__info>.info__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 595px;
  width: 100%;
  margin-right: 70px;
  border-radius: 16px;
  overflow: hidden;
}

.info__section .outer__info>.info__media .small__info {
  padding: 30px 75px;
  text-align: center;
  background: #2FF188;
}

.info__section .outer__info>.info__media .small__info>h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 29px;
  color: #1E1E1E;
  font-weight: 800;
}

.info__section .outer__info>.info__media .small__info>p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.info__section .outer__info>.info__media .small__info>p a {
  text-decoration: underline;
  color: #1E1E1E;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.info__section .outer__info>.info__media .small__info>p a:hover {
  opacity: .7;
}

.info__section .outer__info>.info__media>img {
  max-width: 100%;
}

.customers__wrapper {
  padding-top: 100px;
  padding-bottom: 130px;
  background-color: #ECEAE5;
}

.customers__wrapper .outer__customers .customers__grid>.elem__customer {
  margin-bottom: 30px;
  padding: 30px 40px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

.customers__wrapper .outer__customers .customers__grid>.elem__customer>p {
  margin-bottom: 12px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
}

.customers__wrapper .outer__customers .customers__grid>.elem__customer>p:last-child {
  margin-bottom: 0px;
}

.customers__wrapper .outer__customers .customers__grid>.elem__customer>ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 12px;
  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;
}

.customers__wrapper .outer__customers .customers__grid>.elem__customer>ul>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3px;
}

.customers__wrapper .outer__customers .customers__grid>.elem__customer>ul>li:last-child {
  margin-right: 0px;
}

.customers__wrapper .outer__customers .customers__grid>.elem__customer:last-child {
  margin-bottom: 0px;
}

.customers__wrapper .outer__customers>h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 45px;
  line-height: 120%;
  font-weight: 800;
  color: #061723;
}

.benefits__wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #113244;
}

.benefits__wrapper .outer__benefits {
  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;
}

.benefits__wrapper .outer__benefits .benefits__wrapper--box>h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 120%;
  color: #FFFFFF;
  font-weight: 800;
}

.benefits__wrapper .outer__benefits .benefits__wrapper--box ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.benefits__wrapper .outer__benefits .benefits__wrapper--box ul>li {
  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: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.benefits__wrapper .outer__benefits .benefits__wrapper--box ul>li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.benefits__wrapper .outer__benefits .benefits__wrapper--box ul>li:last-child {
  margin-bottom: 0px;
}

.benefits__wrapper .outer__benefits>.benefits__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 555px;
  width: 100%;
  margin-right: 40px;
}

.benefits__wrapper .outer__benefits>.benefits__media>img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}

.mobile__visible {
  display: none;
}

.button__wrapper>a span {
  margin-left: 5px;
}

.mobile__image {
  display: none;
}

.best__results {
  padding-top: 110px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ECEBEA), to(#ECEBEA)), #ECEBEA;
  background: linear-gradient(0deg, #ECEBEA, #ECEBEA), #ECEBEA;
  padding-bottom: 135px;
  position: relative;
}

.best__results .result__box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  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;
}

.best__results .result__box .result__feedback {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  max-width: 595px;
  padding: 30px 45px;
  background: #B3E9E8;
  border-radius: 8px;
  width: 100%;
}

.best__results .result__box .result__feedback>img {
  position: absolute;
  right: 45px;
  bottom: -25px;
}

.best__results .result__box .result__feedback>p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  font-style: italic;
}

.best__results .result__box>img {
  max-width: 740px;
}

.best__results .outer__results .results__desc {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.best__results .outer__results .results__desc>span {
  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: 25px;
}

.best__results .outer__results .results__desc>p {
  margin: 0px;
  font-size: 18px;
  line-height: 27px;
  color: #1E1E1E;
}

.best__results .outer__results .results__desc>h6 {
  margin: 0px;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 37px;
  color: #1E1E1E;
  font-weight: bold;
}

.best__results .outer__results .results__desc>h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#061723), to(#375C77));
  background: linear-gradient(180deg, #061723 0%, #375C77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 60px;
  line-height: 120%;
  font-weight: 800;
}

.double__info {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}

.double__info .outer__double {
  position: relative;
  z-index: 2;
}

.double__info>.double__right {
  position: absolute;
  right: 0px;
  top: 60px;
}

.double__info>.double__left {
  position: absolute;
  left: 0px;
  bottom: 80px;
}

.double__info .double__elem {
  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;
  margin-bottom: 120px;
}

.double__info .double__elem:last-child {
  margin-bottom: 0px;
}

.double__info .double__elem .double__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 555px;
  width: 100%;
  position: relative;
}

.double__info .double__elem .double__media .float__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: -30px;
  bottom: -30px;
}

.double__info .double__elem .double__media .float__image>img {
  max-width: 312px;
  border-radius: 8px;
}

.double__info .double__elem .double__media>img {
  max-width: 555px;
  border-radius: 8px;
  width: 100%;
}

.double__info .double__elem .double__desc {
  max-width: 555px;
}

.double__info .double__elem .double__desc>p:last-child {
  margin-bottom: 0px;
}

.double__info .double__elem .double__desc .desc__more {
  text-align: center;
}

.double__info .double__elem .double__desc .desc__more>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
}

.double__info .double__elem .double__desc .desc__more>p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin: 0px;
}

.double__info .double__elem .double__desc .desc__more>h2 {
  margin: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#061723), to(#375C77));
  background: linear-gradient(180deg, #061723 0%, #375C77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 60px;
  line-height: 120%;
  margin-bottom: 24px;
}

.double__info .double__elem .double__desc .desc__more>h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #1E1E1E;
}

.double__info .double__elem .double__desc>h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 37px;
  color: #1E1E1E;
  font-weight: bold;
}

.double__info .double__elem .double__desc>p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.double__info .double__elem .double__desc>h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 120%;
  color: #061723;
  font-weight: 800;
}

.double__info .double__elem .double__desc:nth-child(1) {
  margin-right: 50px;
}

.double__info .double__elem .double__desc:nth-child(2) {
  margin-left: 50px;
}

@media (max-width: 1280px) {
  .best__results .result__box>img {
    max-width: 600px;
  }

  .best__results .result__box .result__feedback {
    max-width: 495px;
  }

  .best__results .result__box .result__feedback {
    bottom: 50px;
  }

  .hero__section .container>img {
    right: -50px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info {
    left: -5px;
  }

  .article__wraper .outer__article .article__elem .article__media .float__circle {
    right: -15px;
  }

  .article__wraper .outer__article .article__elem .article__media .float__circle.left__top {
    left: -15px;
  }
}

@media (max-width: 1200px) {
  .double__info .double__elem .double__desc {
    max-width: 480px;
  }

  .benefits__wrapper {
    position: relative;
    z-index: 2;
    margin-top: -1px;
  }

  .best__results .outer__results .results__desc {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .best__results .result__box {
    position: static;
  }

  .best__results {
    padding-bottom: 0px;
  }

  .hero__section .outer__hero .hero__desc>h1 {
    max-width: 600px;
  }

  .hero__section .outer__hero .hero__desc>p {
    max-width: 560px;
  }

  .hero__section .outer__hero .hero__desc>h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero__section .outer__hero .hero__desc {
    max-width: 740px;
  }

  .hero__section .outer__hero .hero__desc .hero__list>.elem__list {
    margin-right: 30px;
  }

  .info__section .outer__info>.info__media {
    margin-right: 35px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle {
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle>span {
    font-size: 16px;
  }

  .buy__wrapper .outer__buy .buy__steps>.stick {
    top: 63px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle>p {
    font-size: 80px;
    line-height: 80px;
    left: -8px;
  }

  .buy__wrapper .outer__buy .buy__steps>.stick {
    min-width: 170px;
  }

  .buy__wrapper .outer__buy .buy__steps {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .article__wraper .outer__article .article__elem>.article__desc>h2 {
    font-size: 37px;
  }

  .article__wraper .outer__article .article__elem>.article__desc>h2 .circle:before {
    width: 100px;
    height: 65px;
  }

  .desc__wrapper .outer__desc .desc__text>ul>li {
    font-size: 20px;
    line-height: 26px;
  }

  .desc__wrapper .outer__desc .desc__text {
    max-width: 450px;
  }

  .desc__wrapper .outer__desc .desc__media {
    max-width: 480px;
  }

  .desc__wrapper .outer__desc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .desc__wrapper .outer__desc .desc__media .float__info {
    padding: 16px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info p {
    font-size: 14px;
    line-height: 22px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info {
    min-width: 180px;
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .double__info .double__elem .double__media .float__image {
    position: static;
    margin-top: 16px;
  }

  .double__info .double__elem>.double__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .double__info .double__elem .double__media .float__image>img {
    max-width: 100%;
    width: 100%;
  }

  .double__info .double__elem .double__desc .desc__more>h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .double__info .double__elem .double__desc .desc__more>h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .double__info .double__elem .double__desc .desc__more>p {
    font-size: 16px;
    line-height: 24px;
  }

  .double__info .double__elem {
    margin-bottom: 50px;
  }

  .double__info .double__elem .double__desc {
    max-width: 640px;
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .double__info .double__elem .double__desc>h2 {
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 120%;
  }

  .double__info .double__elem .double__desc>p {
    font-size: 15px;
    line-height: 150%;
  }

  .double__info .double__elem .double__desc>h6 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .double__info .double__elem .double__media {
    max-width: 640px;
    margin-bottom: 50px;
  }

  .double__info .double__elem .double__media>img {
    max-width: 100%;
  }

  .double__info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .double__info .double__elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .double__info .double__elem>.double__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .double__info .double__elem>.double__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .best__results {
    overflow: hidden;
  }

  .best__results .outer__results .results__desc>h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .best__results .outer__results .results__desc>p {
    font-size: 16px;
    line-height: 24px;
  }

  .best__results .outer__results .results__desc>h6 {
    margin-bottom: 20px;
  }

  .best__results {
    padding-top: 70px;
  }

  .best__results .outer__results .results__desc>h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .hero__section .outer__hero .feedback {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .hero__section .outer__hero .hero__desc {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__section .outer__hero .hero__desc>h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 120%;
  }

  .hero__section .outer__hero .hero__desc>p {
    font-size: 15px;
    line-height: 150%;
  }

  .hero__section .outer__hero .hero__desc .hero__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
    grid-column-gap: 20px;
  }

  .hero__section>.container>img {
    display: none;
  }

  .hero__section>.container>img.mobile__image {
    display: block;
    height: auto;
    max-width: 340px;
    top: auto;
  }

  header .outer__header>img {
    max-width: 165px;
  }

  header {
    top: 20px;
  }

  .hero__section .container {
    padding-top: 105px;
    padding-bottom: 250px;
  }

  .hero__section .container>img {
    right: 0px;
    bottom: 0px;
  }

  .desc__wrapper {
    padding-bottom: 0px;
    padding-top: 80px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info .float__media {
    margin-top: 0px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info .float__media img {
    max-width: 180px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info {
    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;
  }

  .desc__wrapper .outer__desc .desc__media .float__info .float__text {
    text-align: left;
    margin-right: 20px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info .float__text>h6 {
    text-align: left;
  }

  .desc__wrapper .outer__desc .desc__media .float__info .float__text>p {
    text-align: left;
  }

  .desc__wrapper .outer__desc .desc__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .desc__wrapper .outer__desc .desc__media .float__info {
    margin-top: 16px;
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }

  .desc__wrapper .outer__desc .desc__media .float__info {
    position: static;
  }

  .desc__wrapper .outer__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .desc__wrapper .outer__desc .desc__media {
    max-width: 640px;
    margin-bottom: 40px;
  }

  .desc__wrapper .outer__desc .desc__text {
    max-width: 640px;
    margin-left: 0px;
    width: 100%;
  }

  .try__wrapper>img {
    display: none;
  }

  .try__wrapper .outer__try .head__try>p {
    font-size: 16px;
    line-height: 24px;
  }

  .try__wrapper .outer__try .video__wrapper {
    margin-bottom: 40px;
  }

  .try__wrapper .outer__try .try__desc>h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .try__wrapper .outer__try .try__desc>p {
    font-size: 15px;
    line-height: 22px;
  }

  .try__wrapper .outer__try .try__desc .button__wrapper {
    margin-top: 40px;
  }

  .try__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .try__wrapper .outer__try .head__try>h2 {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 15px;
  }

  .try__wrapper .outer__try .head__try {
    margin-bottom: 40px;
  }

  .solution__wrapper {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .solution__wrapper .outer__solution>h2 {
    font-size: 33px;
    line-height: 39px;
  }

  .solution__wrapper .outer__solution .solution__more {
    margin-top: 20px;
  }

  .solution__wrapper .outer__solution .solution__more>h6 {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
  }

  .solution__wrapper .outer__solution .solution__more .solution__grid {
    grid-column-gap: 35px;
  }

  .solution__wrapper .outer__solution>h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .solution__wrapper .outer__solution>p {
    font-size: 15px;
    line-height: 22px;
  }

  .benefits__wrapper--box {
    max-width: 555px;
  }

  .benefits__wrapper .outer__benefits .benefits__wrapper--box ul>li {
    font-size: 15px;
    line-height: 22px;
  }

  .benefits__wrapper .outer__benefits .benefits__wrapper--box>h2 {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 15px;
  }

  .benefits__wrapper {
    padding: 60px 0px;
  }

  .benefits__wrapper .outer__benefits {
    -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;
  }

  .benefits__wrapper .outer__benefits>.benefits__media {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .benefits__wrapper .outer__benefits>.benefits__media>img {
    width: 100%;
  }

  .customers__wrapper .outer__customers .customers__grid>.elem__customer {
    margin-bottom: 16px;
  }

  .customers__wrapper .outer__customers .customers__grid>.elem__customer>p {
    font-size: 14px;
    line-height: 21px;
  }

  .customers__wrapper .outer__customers .customers__grid>.elem__customer>ul>li img {
    max-width: 21px;
  }

  .customers__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .customers__wrapper .outer__customers .customers__grid>.elem__customer {
    padding: 30px;
  }

  .customers__wrapper .outer__customers>h2 {
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 39px;
  }

  .info__section .outer__info>.info__media .small__info {
    padding: 30px 20px;
  }

  .info__section .outer__info>.info__media .small__info>h6 {
    font-size: 18px;
    line-height: 25px;
  }

  .info__section .outer__info>.info__media .small__info>p {
    font-size: 15px;
    line-height: 22px;
  }

  .info__section .outer__info .info__desc ul>li {
    font-size: 15px;
    line-height: 22px;
  }

  .info__section .outer__info .info__desc>h2 {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 25px;
  }

  .info__section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .info__section .outer__info {
    -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;
  }

  .info__section .outer__info>.info__media {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .buy__wrapper .outer__buy .head__buy {
    margin-bottom: 40px;
  }

  .buy__wrapper .outer__buy .buy__steps {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buy__wrapper .outer__buy .buy__steps>.stick {
    position: relative;
    top: 0px;
    width: 2px;
    margin: 5px 0px;
    min-width: 0px;
    height: 30px;
    margin-left: 68px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step>.step__circle {
    margin-bottom: 0px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step {
    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;
    width: 100%;
    max-width: 100%;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step>.step__circle {
    margin-right: 20px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step .step__desc>p {
    text-align: left;
  }

  .buy__wrapper .outer__buy .head__buy>h2 {
    font-size: 33px;
    line-height: 39px;
  }

  .buy__wrapper .outer__buy .after__steps>p {
    font-size: 20px;
    line-height: 28px;
  }

  .buy__wrapper .outer__buy .after__steps {
    margin-top: 50px;
  }

  .buy__wrapper .outer__buy .head__buy>p {
    font-size: 17px;
    line-height: 25px;
  }

  .buy__wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .article__wraper .outer__article .article__elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article__wraper .outer__article .article__elem>.article__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .article__wraper .outer__article .article__elem>.article__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .article__wraper .outer__article .article__elem>.article__desc {
    max-width: 650px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .article__wraper .outer__article .article__elem .article__media {
    max-width: 650px;
    margin-bottom: 40px;
  }

  .availability>img {
    max-width: 70px;
  }

  footer .outer__footer>a img {
    max-width: 210px;
  }

  footer .outer__footer>a {
    margin-bottom: 35px;
  }

  footer .outer__footer>p {
    font-size: 14px;
    line-height: 150%;
  }

  footer .outer__footer .bottom__footer>ul>li>a {
    font-size: 14px;
    line-height: 150%;
  }

  footer .outer__footer .bottom__footer>p {
    font-size: 14px;
    line-height: 150%;
  }

  .availability {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .availability .outer__availability>h2 {
    font-size: 33px;
  }

  .availability .outer__availability>h6 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .availability .outer__availability .button__wrapper {
    margin-bottom: 50px;
  }

  .availability .outer__availability .methods>ul li img {
    max-width: 46px;
  }

  .availability .outer__availability .methods>ul>li {
    margin-right: 12px;
  }

  .availability .outer__availability .methods>p {
    font-size: 15px;
    line-height: 22px;
  }

  .faq__wrapper {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .faq__wrapper .outer__faq>h2 {
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 39px;
  }

  .faq__wrapper .outer__faq .faq__grid>.faq__elem {
    padding: 21px 12px;
  }

  .article__wraper {
    padding-top: 95px;
    padding-bottom: 80px;
  }

  .article__wraper .outer__article .article__elem>.article__desc>h2 {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 20px;
  }

  .article__wraper .outer__article .article__elem>.article__desc>p {
    font-size: 15px;
    line-height: 22px;
  }

  .article__wraper .outer__article .article__elem>.article__desc>h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .article__wraper .outer__article .article__elem>.article__desc>h2 .circle:before {
    width: 88px;
    height: 60px;
  }

  .article__wraper .outer__article .article__elem {
    margin-bottom: 75px;
  }

  .hero__section .outer__hero .hero__desc .hero__list>.elem__list {
    margin-right: 0px;
  }
}

.hero__section>.container>img.mobile__image {
  pointer-events: none;
}

@media (max-width: 767px) {
  .solution__grid {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .double__info>img {
    display: none;
  }

  .hero__section .outer__hero .feedback>p {
    font-size: 13px;
    line-height: 18px;
  }

  .try__wrapper .outer__try .video__wrapper>a img {
    max-width: 50px;
  }

  .try__wrapper .outer__try .try__desc .button__wrapper>a {
    width: 100%;
    max-width: 340px;
  }

  .solution__wrapper .outer__solution .solution__more .solution__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step .step__desc>p {
    font-size: 15px;
    line-height: 22px;
  }

  .article__wraper .outer__article .article__elem .article__media .float__circle {
    right: 20px;
  }

  .article__wraper .outer__article .article__elem .article__media .float__circle.left__top {
    left: 20px;
  }

  .article__wraper .outer__article .article__elem .article__media .float__circle.left__top img,
  .article__wraper .outer__article .article__elem .article__media .float__circle img {
    max-width: 115px;
  }

  .article__wraper>img {
    display: none;
  }

  .availability .outer__availability .button__wrapper>a {
    width: 100%;
    max-width: 340px;
  }

  .faq__wrapper .outer__faq .faq__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .faq__wrapper .outer__faq .faq__grid>.faq__elem .faq__head>h6 {
    font-size: 17px;
    line-height: 20px;
  }

  .faq__wrapper .outer__faq .faq__grid>.faq__elem .faq__head>h6>span {
    top: 0px;
  }

  .faq__wrapper .outer__faq .faq__grid>.faq__elem .faq__content>p {
    font-size: 16px;
    line-height: 24px;
  }

  .availability .outer__availability .button__wrapper>a {
    min-height: 60px;
    font-size: 20px;
    line-height: 23px;
  }

  .availability>img {
    display: none;
  }

  .availability .outer__availability .button__wrapper>a .mobile {
    display: none;
  }

  .availability .outer__availability .button__wrapper>a .mobile__visible {
    display: inline;
  }

  footer .outer__footer .bottom__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .outer__footer .bottom__footer>p {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  footer .outer__footer .bottom__footer>ul>li {
    margin-right: 20px;
  }

  .article__wraper .outer__article .article__elem .article__media>.article__grid {
    margin-top: 10px;
  }

  .article__wraper .outer__article .article__elem .article__media>.article__grid {
    grid-column-gap: 7px;
  }
}

@media (max-width: 540px) {
  .best__results .result__box>img {
    max-width: 600px;
  }

  .best__results .result__box .result__feedback>p {
    font-size: 14px;
    line-height: 150%;
  }

  .best__results .result__box .result__feedback {
    padding: 20px;
    width: calc(100% - 30px);
  }
}

@media (max-width: 480px) {
  .hero__section .outer__hero .hero__desc .hero__list>.elem__list>span img {
    max-width: 45px;
  }

  .hero__section .outer__hero .hero__desc .hero__list>.elem__list>p {
    font-size: 13px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info .float__media img {
    min-width: 130px;
    max-width: 130px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle>span {
    font-size: 11px;
    line-height: 16px;
  }

  .buy__wrapper .outer__buy .buy__steps>.elem__step .step__circle>p {
    font-size: 56px;
    line-height: 60px;
    left: -5px;
  }

  .buy__wrapper .outer__buy .buy__steps>.stick {
    margin-left: 47px;
  }

  .best__results .result__box .result__feedback>img {
    max-width: 45px;
    right: 15px;
  }
}

@media (max-width: 375px) {
  .double__info .double__elem .double__desc .desc__more>p br {
    display: none;
  }

  .best__results .result__box>img {
    max-width: 540px;
  }

  .hero__section>.container>img.mobile__image {
    max-width: 290px;
  }

  .desc__wrapper .outer__desc .desc__media .float__info .float__media img {
    min-width: 110px;
    max-width: 110px;
  }

  .availability .outer__availability .methods>ul li img {
    max-width: 39px;
  }

  footer .outer__footer .bottom__footer>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;
  }

  footer .outer__footer .bottom__footer>ul>li {
    margin-bottom: 10px;
    margin-right: 0px;
  }

  footer .outer__footer .bottom__footer>ul>li:last-child {
    margin-bottom: 0px;
  }
}

.logo{
  width: 150px;
  height: 65px;
  margin-bottom: 20px;
}