body,
html {
  margin: 0px;
  padding: 0px;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1e1b26;
}
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;
}
footer .outer__footer ul > li {
  margin-right: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
footer .outer__footer ul > li a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s 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 > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
footer .outer__footer > 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
footer .outer__footer > .logo img {
  width: 150px;
  height: 65px;
}
footer .outer__footer > .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .outer__footer ul > li p {
  margin: 0px;
}
header {
  padding-top: 35px;
  padding-bottom: 55px;
}
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 img {
  width: 150px;
  height: 65px;
}
header .outer__header > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 15px;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
  background-color: #0d1b63;
  border-radius: 16px;
  border-top-right-radius: 4px;
  text-transform: uppercase;
}
header .container {
  max-width: 1250px;
}
.bold {
  font-weight: bold !important;
}
.outline {
  text-decoration: underline !important;
}
.red {
  color: red !important;
}
.articles__wrapper {
  padding-bottom: 120px;
}
.articles__wrapper .outer__articles .article {
  margin-bottom: 64px;
}
.articles__wrapper .outer__articles .article .discount {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px 24px;
  border: 2px solid #ff0000;
  border-radius: 8px;
  background-color: #f7eded;
}
.articles__wrapper .outer__articles .article .discount > p {
  text-align: center;
  margin: 0px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: #000000;
}
.articles__wrapper .outer__articles .article .subtitle + .text {
  margin-top: -16px;
}
.articles__wrapper .outer__articles .article .btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e7131d),
    to(#fc4032)
  );
  background: linear-gradient(to bottom, #e7131d, #fc4032);
  border-bottom: 4px solid #93040b;
  border-radius: 8px;
  font-size: 25px;
  line-height: 34px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.articles__wrapper .outer__articles .article .btn a:hover {
  opacity: 0.7;
}
.articles__wrapper .outer__articles .article .media + .btn {
  margin-top: -8px;
}
.articles__wrapper .outer__articles .article .text + .media {
  margin-top: 40px;
}
.articles__wrapper .outer__articles .article .customers__review {
  margin-top: 64px;
}
.articles__wrapper
  .outer__articles
  .article
  .customers__review
  .list__reviews
  > .elem {
  margin-bottom: 32px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  padding: 32px 40px;
}
.articles__wrapper
  .outer__articles
  .article
  .customers__review
  .list__reviews
  > .elem
  > p {
  margin: 0px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: #000000;
  font-style: italic;
}
.articles__wrapper
  .outer__articles
  .article
  .customers__review
  .list__reviews
  > .elem
  > p
  span {
  font-weight: bold;
}
.articles__wrapper
  .outer__articles
  .article
  .customers__review
  .list__reviews
  > .elem
  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-bottom: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.articles__wrapper
  .outer__articles
  .article
  .customers__review
  .list__reviews
  > .elem
  ul
  > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
}
.articles__wrapper
  .outer__articles
  .article
  .customers__review
  .list__reviews
  > .elem
  ul
  > li:last-child {
  margin-right: 0px;
}
.articles__wrapper
  .outer__articles
  .article
  .customers__review
  .list__reviews
  > .elem:last-child {
  margin-bottom: 0px;
}
.articles__wrapper .outer__articles .article .customers__review > h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.articles__wrapper .outer__articles .article .customers__review > h6 span {
  color: #2571d5;
}
.articles__wrapper .outer__articles .article .subtitle {
  margin-bottom: 40px;
}
.articles__wrapper .outer__articles .article .subtitle > h2 {
  margin: 0px;
  font-size: 32px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.articles__wrapper .outer__articles .article .subtitle > h2 span {
  color: #2571d5;
}
.articles__wrapper .outer__articles .article .text .list {
  margin-bottom: 24px;
}
.articles__wrapper .outer__articles .article .text .list:last-child {
  margin-bottom: 0px;
}
.articles__wrapper .outer__articles .article .text .list > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.articles__wrapper .outer__articles .article .text .list > .elem:last-child {
  margin-bottom: 0px;
}
.articles__wrapper .outer__articles .article .text .list > .elem .desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
}
.articles__wrapper .outer__articles .article .text .list > .elem .desc > span {
  display: block;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: #000000;
}
.articles__wrapper .outer__articles .article .text .list > .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 64px;
  max-width: 64px;
  margin-right: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.articles__wrapper .outer__articles .article .text .list > .elem > span img {
  max-width: 100%;
}
.articles__wrapper .outer__articles .article .text > p {
  margin: 0px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.articles__wrapper .outer__articles .article .text > p:last-child {
  margin-bottom: 0px;
}
.articles__wrapper .outer__articles .article .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articles__wrapper .outer__articles .article .media:last-child {
  margin-bottom: 0px;
}
.articles__wrapper .outer__articles .article .media .desc {
  text-align: center;
  width: 100%;
  padding: 15px;
  background-color: #2571d5;
}
.articles__wrapper .outer__articles .article .media .desc > p {
  margin: 0px;
  font-size: 22px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
}
.articles__wrapper .outer__articles .article .media img {
  max-width: 100%;
}
.articles__wrapper .outer__articles .article:last-child {
  margin-bottom: 0px;
}
.articles__wrapper .outer__articles .author {
  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: 32px;
}
.articles__wrapper .outer__articles .author .date {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: block;
}
.articles__wrapper .outer__articles .author .spacer {
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.articles__wrapper .outer__articles .author .by {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-right: 8px;
}
.articles__wrapper .outer__articles .author .by span {
  color: #000000;
  font-weight: 600;
}
.articles__wrapper .outer__articles .author > .image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 36px;
  max-width: 36px;
  margin-right: 8px;
  min-height: 36px;
  max-height: 36px;
  border: 2px solid #fff;
  border-radius: 250px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.articles__wrapper .outer__articles .author > .image img {
  max-width: 100%;
}
.articles__wrapper .outer__articles > .title {
  margin-bottom: 8px;
}
.articles__wrapper .outer__articles > .title > h1 {
  margin: 0px;
  font-size: 38px;
  line-height: 130%;
  font-weight: 800;
  color: #000000;
}
.articles__wrapper .outer__articles > .title > h1 span {
  color: #2571d5;
}
header .outer__header > p {
  margin: 0px;
}
.articles__wrapper .outer__articles .author .by {
  margin: 0px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .articles__wrapper .outer__articles .author {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .articles__wrapper .outer__articles .article .btn a {
    font-size: 20px;
    text-align: center;
    line-height: 130%;
  }
  .articles__wrapper .outer__articles .article .text + .media {
    margin-top: 32px;
  }
  .articles__wrapper .outer__articles .article .text > p {
    margin-bottom: 15px;
  }
  .articles__wrapper .outer__articles .article .discount {
    margin-top: 32px;
    margin-bottom: 24px;
    padding: 24px;
  }
  .articles__wrapper .outer__articles .article .discount > p {
    padding: 0px;
    font-size: 16px;
  }
  .articles__wrapper .outer__articles .article {
    margin-bottom: 48px;
  }
  .articles__wrapper .outer__articles .article .subtitle {
    margin-bottom: 24px;
  }
  .articles__wrapper .outer__articles .article .subtitle > h2 {
    font-size: 24px;
  }
  .articles__wrapper .outer__articles .article .text .list > .elem > span {
    min-width: 50px;
    max-width: 50px;
    margin-right: 16px;
  }
  .articles__wrapper .outer__articles .article .text .list > .elem > span img {
    max-width: 100%;
  }
  .articles__wrapper
    .outer__articles
    .article
    .text
    .list
    > .elem
    .desc
    > span {
    font-size: 16px;
  }
  .articles__wrapper .outer__articles .article .customers__review {
    margin-top: 48px;
  }
  .articles__wrapper .outer__articles .article .customers__review > h6 {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .articles__wrapper
    .outer__articles
    .article
    .customers__review
    .list__reviews
    > .elem {
    padding: 24px;
    margin-bottom: 20px;
  }
  .articles__wrapper
    .outer__articles
    .article
    .customers__review
    .list__reviews
    > .elem
    > p {
    font-size: 16px;
  }
  .articles__wrapper {
    padding-bottom: 64px;
  }
  header {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .articles__wrapper .outer__articles > .title > h1 {
    font-size: 28px;
  }
  .articles__wrapper .outer__articles .author .date,
  .articles__wrapper .outer__articles .author .by {
    font-size: 12px;
    line-height: 18px;
  }
  .articles__wrapper .outer__articles .author {
    margin-bottom: 24px;
  }
  .articles__wrapper .outer__articles .article .media .desc > p {
    font-size: 16px;
  }
  .articles__wrapper .outer__articles .article .media .desc {
    padding: 12px 10px;
  }
  .articles__wrapper .outer__articles .article .media {
    margin-bottom: 32px;
  }
  .articles__wrapper .outer__articles .article .text > p {
    font-size: 16px;
  }
  header .outer__header > a img {
    max-width: 156px;
  }
  footer .outer__footer ul > li a,
  footer .outer__footer ul > li {
    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;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .outer__footer ul > li {
    margin-right: 20px;
  }
  footer {
    padding: 70px 0px;
  }
  footer .outer__footer > p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  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;
  }
}
@media (max-width: 375px) {
  .articles__wrapper .outer__articles .article .btn a {
    font-size: 18px;
  }
}
