body,
html {
  margin: 0px;
  padding: 0px;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
header {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 35px;
  z-index: 3;
}
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 > a > img {
  max-width: 156px;
  width: 156px;
  height: auto;
}
header .outer__header .advertorial p {
  padding: 8px 15px;
  border-radius: 16px 4px 16px 16px;
  background: #000;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}
header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hero__section {
  position: relative;
}
.hero__section .outer__hero {
  position: relative;
  padding-top: 170px;
  padding-bottom: 80px;
  max-width: 43%;
}
.hero__section .outer__hero > h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 130%;
  font-weight: 800;
  color: #ffffff;
}
.hero__section .outer__hero .fact {
  margin-top: 70px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #5c6b78;
  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;
}
.hero__section .outer__hero .fact .desc > h6 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #4bae4f;
  font-weight: bold;
  margin-bottom: 3px;
}
.hero__section .outer__hero .fact .desc > p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.hero__section .outer__hero .fact .desc > p .colored {
  color: #4bae4f;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.hero__section .outer__hero .fact .desc > p .colored:hover {
  opacity: 0.7;
}
.hero__section .outer__hero .fact .desc > p .bold {
  font-weight: bold;
}
.hero__section .outer__hero .fact > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
}
.hero__section .outer__hero .author p {
  margin: 0px;
  font-size: 16px;
  line-height: 130%;
  color: #c7c7c7;
}
.hero__section .outer__hero .author p span {
  font-weight: bold;
}
.hero__section .double__grid {
  position: absolute;
  left: 0px;
  top: 0px;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
}
.hero__section .double__grid .square__colored {
  background-color: #23313d;
}
.hero__section .double__grid .square__image {
  background: url("../images/heroimage_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container {
  max-width: 1250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #23313d;
}
footer .outer__footer {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
footer .outer__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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
footer .outer__footer ul > li {
  margin-right: 30px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #fff;
}
footer .outer__footer ul > li a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
footer .outer__footer ul > li a:hover {
  opacity: 0.7;
}
footer .outer__footer ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer .desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
footer .outer__footer .desc > p span {
  font-weight: bold;
}
footer .outer__footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .outer__footer .logo > a > img {
  max-width: 100%;
  width: 150px;
  height: auto;
}
footer .outer__footer .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content__wrapper {
  padding-top: 60px;
  padding-bottom: 120px;
}
.content__wrapper .element__article {
  margin-bottom: 64px;
}
.content__wrapper .element__article .double__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  margin-bottom: 45px;
}
.content__wrapper .element__article .double__info > .desc > h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 160%;
  font-weight: bold;
  color: #000000;
}
.content__wrapper .element__article .double__info > .desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.content__wrapper .element__article .double__info > .desc > p:last-child {
  margin-bottom: 0px;
}
.content__wrapper .element__article .double__info > .desc > h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.content__wrapper .element__article .double__info > .desc > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
.content__wrapper .element__article .double__info > .desc > .media > img {
  max-width: 180px;
}
.content__wrapper .element__article .double__info > .product__image {
  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;
}
.content__wrapper .element__article .double__info > .product__image > img {
  max-width: 100%;
}
.content__wrapper .element__article .update {
  margin: 40px 0px;
  text-align: center;
  padding: 32px 24px;
  border-radius: 8px;
  background: #314455;
}
.content__wrapper .element__article .update > span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: #fff;
}
.content__wrapper .element__article .update > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 160%;
  font-weight: bold;
  color: #fff;
}
.content__wrapper .element__article .update > p .colored {
  color: #4bae4f;
}
.content__wrapper .element__article .btn > a {
  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;
  text-decoration: none;
  border-radius: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2b922f),
    to(#60c964)
  );
  background: linear-gradient(180deg, #2b922f 0%, #60c964 100%);
  -webkit-box-shadow: 0px 4px 0px 0px #2b6e2d;
  box-shadow: 0px 4px 0px 0px #2b6e2d;
  min-height: 72px;
  font-size: 25px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content__wrapper .element__article .btn > a:hover {
  opacity: 0.7;
}
.content__wrapper .element__article .product__table {
  width: 100%;
}
.content__wrapper .element__article .product__table table {
  width: 100%;
  text-align: left;
  border-spacing: 4px;
}
.content__wrapper .element__article .product__table table tr td {
  padding: 25px 24px;
}
.content__wrapper .element__article .product__table table tr td > p {
  margin: 0px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  color: #ffffff;
}
.content__wrapper .element__article .product__table table tr td > img {
  min-width: 26px;
  max-width: 26px;
}
.content__wrapper .element__article .product__table table tr td:nth-child(3),
.content__wrapper .element__article .product__table table tr td:nth-child(4) {
  border: 1px solid #e6e6e6;
  background: #fafafa;
}
.content__wrapper .element__article .product__table table tr td:nth-child(2) {
  border: 1px solid #e6e6e6;
  background: #4bae4f;
}
.content__wrapper .element__article .product__table table tr td:nth-child(1) {
  border: 1px solid #d5d5d5;
  background: #314455;
}
.content__wrapper .element__article .product__table table tr th {
  padding: 36px 24px;
  border: 1px solid #d5d5d5;
  background: #e8e8e8;
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
  color: #000000;
}
.content__wrapper .element__article .product__table table tr th.colored {
  color: #348037;
}
.content__wrapper .element__article .product__table table .center {
  text-align: center;
}
.content__wrapper .element__article > .list .elem {
  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: 24px;
}
.content__wrapper .element__article > .list .elem:last-child {
  margin-bottom: 0px;
}
.content__wrapper .element__article > .list .elem .desc {
  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;
}
.content__wrapper .element__article > .list .elem .desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
}
.content__wrapper .element__article > .list .elem .desc > span {
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.content__wrapper .element__article > .list .elem .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 35px;
}
.content__wrapper .element__article > .list .elem .media img {
  min-width: 64px;
  max-width: 64px;
}
.content__wrapper .element__article > .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.content__wrapper .element__article > .media > img {
  max-width: 100%;
}
.content__wrapper .element__article > h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
}
.content__wrapper .element__article > h3.smaller {
  margin-bottom: 16px;
}
.content__wrapper .element__article > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.content__wrapper .element__article > h2.smaller {
  margin-bottom: 16px;
}
.content__wrapper .element__article > h2 .colored {
  color: #4bae4f;
}
.content__wrapper .element__article .bold {
  font-weight: bold;
}
.content__wrapper .element__article a.colored {
  font-weight: bold;
  color: #4bae4f;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  text-decoration: none;
}
.content__wrapper .element__article a.colored:hover {
  opacity: 0.7;
}
.content__wrapper .element__article > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content__wrapper .element__article > ul.bigger li span img {
  min-width: 20px;
  max-width: 20px;
}
.content__wrapper .element__article > 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: 12px;
}
.content__wrapper .element__article > ul li:last-child {
  margin-bottom: 0px;
}
.content__wrapper .element__article > ul li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.content__wrapper .element__article > ul li > span img {
  max-width: 16px;
}
.content__wrapper .element__article > p {
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 25px;
}
.content__wrapper .element__article > h6 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #000000;
}
.content__wrapper .element__article:last-child {
  margin-bottom: 0px;
}
.content__wrapper .container {
  max-width: 1040px;
}
@media (max-width: 1200px) {
  .hero__section .outer__hero {
    max-width: 47%;
  }
  .hero__section .outer__hero > h1 {
    font-size: 30px;
  }
  .hero__section .outer__hero .fact {
    margin-top: 45px;
    padding: 20px;
  }
}
.small__hero {
  display: none;
}
.small__product {
  display: none;
}
@media (max-width: 991px) {
  .small__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .small__product > img {
    max-width: 100%;
  }
  .content__wrapper .element__article .double__info {
    grid-template-columns: 1fr;
  }
  .content__wrapper .element__article .double__info > .product__image {
    display: none;
  }
  .content__wrapper .element__article .double__info > .desc > h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .content__wrapper .element__article .double__info > .desc > .media {
    margin-bottom: 15px;
  }
  .content__wrapper .element__article .double__info > .desc > .media img {
    max-width: 144px;
  }
  .content__wrapper .element__article .double__info {
    margin-bottom: 24px;
  }
  .content__wrapper .element__article .btn > a {
    min-height: 53px;
    font-size: 18px;
  }
  .content__wrapper .element__article .update {
    margin: 32px 0px;
  }
  .content__wrapper .element__article .update {
    padding: 20px 16px;
  }
  .content__wrapper {
    padding-bottom: 64px;
    padding-top: 40px;
  }
  .content__wrapper .element__article > h6 {
    font-size: 20px;
  }
  .content__wrapper .element__article > p {
    font-size: 15px;
  }
  .content__wrapper .element__article > ul li {
    font-size: 15px;
  }
  .content__wrapper .element__article > ul {
    margin-bottom: 24px;
  }
  .content__wrapper .element__article {
    margin-bottom: 48px;
  }
  .content__wrapper .element__article > h2 {
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 130%;
  }
  .content__wrapper .element__article > .media {
    margin-bottom: 32px;
  }
  .content__wrapper .element__article > h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .content__wrapper .element__article > .list .elem .media img {
    min-width: 48px;
    max-width: 48px;
  }
  .content__wrapper .element__article > .list .elem .media {
    margin-right: 15px;
  }
  .content__wrapper .element__article > .list .elem .desc > p {
    font-size: 18px;
  }
  .content__wrapper .element__article > .list .elem .desc > span {
    font-size: 15px;
  }
  footer .outer__footer ul {
    margin-top: 30px;
  }
  footer .outer__footer ul > li {
    font-size: 14px;
    line-height: 20px;
  }
  footer {
    padding-top: 70px;
  }
  .content__wrapper .element__article .product__table table tr th {
    padding: 15px 4px;
    font-size: 10px;
  }
  .content__wrapper .element__article .product__table table tr td > img {
    min-width: 17px;
    max-width: 17px;
  }
  .content__wrapper .element__article .product__table table {
    border-spacing: 1px;
  }
  .content__wrapper .element__article .product__table table tr td {
    padding: 12px 4px;
  }
  .content__wrapper .element__article .product__table table tr td > p {
    font-size: 10px;
  }
  footer .outer__footer .desc > p {
    font-size: 14px;
    line-height: 22px;
  }
  footer .outer__footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .outer__footer ul > li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .small__hero {
    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;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 40px;
  }
  .small__hero img {
    max-width: 100%;
  }
  .hero__section .outer__hero {
    max-width: 100%;
  }
  .hero__section .outer__hero > h1 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 15px;
  }
  .hero__section .outer__hero .fact > span {
    margin-right: 16px;
  }
  .hero__section .outer__hero .fact > span img {
    min-width: 64px;
    max-width: 64px;
  }
  .hero__section .outer__hero .author p {
    font-size: 14px;
    text-align: center;
  }
  .hero__section .outer__hero .fact {
    margin-top: 32px;
    padding: 16px;
  }
  .hero__section .outer__hero .fact .desc > h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .hero__section .double__grid {
    display: none;
  }
  .hero__section {
    background-color: #23313d;
  }
  header {
    top: 20px;
  }
  .hero__section .outer__hero {
    padding-top: 84px;
    padding-bottom: 32px;
  }
}
@media (max-width: 480px) {
  footer .outer__footer ul > li {
    margin-right: 20px;
  }
}
@media (max-width: 370px) {
  footer .outer__footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .outer__footer ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  footer .outer__footer ul > li:last-child {
    margin-bottom: 0px;
  }
  header .outer__header > a img {
    max-width: 135px;
  }
}
