body, html {
  margin: 0px;
  padding: 0px;
  background-color: #FBF4F4;
}

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

.top__part {
  background-color: #FFC107;
  padding: 14px 0px;
  overflow: hidden;
}
.top__part .tickercontainer {
  height: auto !important;
}
.top__part .outer__top {
  width: 140%;
  position: relative;
  left: -40%;
}
.top__part ul {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  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;
}
.top__part ul li {
  white-space: nowrap;
  padding: 0px !important;
  font-size: 29px;
  line-height: 34px;
  margin: 0px 28px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.top__part ul li span {
  font-weight: 700;
}
.top__part ul li span.spacer {
  margin: 0px 56px;
}
.top__part ul li.flex {
  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;
}
.top__part ul li img {
  max-width: 40px;
  min-width: 40px;
}

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

header {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 2px solid #002657;
  background-color: #fff;
}
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;
  position: relative;
}
header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 66px;
  width: 287px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 29px;
  line-height: 44px;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: 600;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header > a:hover {
  opacity: 0.7;
}
header .outer__header .btn {
  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;
}
header .outer__header .btn > a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s 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;
  min-height: 66px;
  width: 287px;
  border: 2px solid #000;
  border-radius: 250px;
  text-decoration: none;
  font-size: 29px;
  line-height: 44px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
  background-color: #D53932;
}
header .outer__header .btn > a:hover {
  opacity: 0.7;
}
header .outer__header .logo {
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .outer__header .logo > a {
  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;
}
header .outer__header .logo > a img {
  max-width: 324px;
}

.hero__section {
  background-color: #FBF4F4;
  padding: 100px 0px;
}
.hero__section .outer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__section .outer__hero .media {
  width: 100%;
  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;
  max-width: 650px;
}
.hero__section .outer__hero .media img {
  max-width: 100%;
  border-radius: 55px;
}
.hero__section .outer__hero .gift {
  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: 9px;
}
.hero__section .outer__hero .gift > a {
  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;
  width: 100%;
  max-width: 370px;
  height: 88px;
  text-decoration: underline;
  font-size: 40px;
  line-height: 60px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__section .outer__hero .gift > a:hover {
  opacity: 0.7;
}
.hero__section .outer__hero .btn {
  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: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.hero__section .outer__hero .btn > a {
  width: 100%;
  height: 98px;
  border: 4px solid #000000;
  border-radius: 250px;
  background-color: #D53932;
  text-decoration: none;
  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;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__section .outer__hero .btn > a:hover {
  opacity: 0.7;
}
.hero__section .outer__hero .desc {
  margin-right: 60px;
  padding-top: 15px;
  max-width: 580px;
  min-width: 580px;
}
.hero__section .outer__hero .desc > p {
  margin: 0px;
  font-size: 33px;
  line-height: 50px;
  color: #000000;
}
.hero__section .outer__hero .desc > p span {
  font-weight: bold;
}
.hero__section .outer__hero .desc > h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 79px;
  line-height: 120%;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.02em;
}

.subscription__info {
  padding: 70px 0px;
  background-color: #51E6AF;
  overflow: hidden;
}
.subscription__info .outer__subscription .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.subscription__info .outer__subscription .grid .elem {
  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;
  padding: 24px 20px;
  background-color: #FFFFFF;
  border-radius: 29px;
}
.subscription__info .outer__subscription .grid .elem > p {
  margin: 0px;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  font-weight: 400;
}
.subscription__info .outer__subscription .grid .elem > span {
  margin-bottom: 24px;
  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;
}
.subscription__info .outer__subscription .grid .elem > span img {
  max-height: 29px;
}
.subscription__info .outer__subscription > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000000;
}

.how__works {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FBF4F4;
}
.how__works .outer__how .bottom {
  margin-top: 75px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how__works .outer__how .bottom > a {
  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;
  width: 100%;
  max-width: 520px;
  height: 98px;
  border: 4px solid #000000;
  border-radius: 250px;
  background-color: #D53932;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.how__works .outer__how .bottom > a:hover {
  opacity: 0.7;
}
.how__works .outer__how .bottom > p {
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 33px;
  font-weight: 500;
  color: #000000;
}
.how__works .outer__how .bottom > p span {
  font-weight: bold;
}
.how__works .outer__how .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: 60px;
}
.how__works .outer__how .grid .elem .desc {
  padding-top: 24px;
}
.how__works .outer__how .grid .elem .desc .txt > p {
  margin: 0px;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  font-weight: 400;
}
.how__works .outer__how .grid .elem .desc .title > span {
  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;
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  border-radius: 250px;
  background-color: #FFC107;
  font-size: 48px;
  line-height: 120%;
  font-weight: bold;
  color: #000000;
  margin-bottom: 18px;
}
.how__works .outer__how .grid .elem .desc .title > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}
.how__works .outer__how .grid .elem > .media {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how__works .outer__how .grid .elem > .media > img {
  max-width: 100%;
  border-radius: 42px;
}
.how__works .outer__how > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 60px;
  line-height: 120%;
  font-weight: 600;
  color: #000000;
}

.cta__wrapper {
  padding: 100px 0px;
  background: url("../img/ctaback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta__wrapper .outer__cta {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 56px;
  border: 5px solid #000000;
  background-color: #fff;
  border-radius: 61px;
}
.cta__wrapper .outer__cta .double {
  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;
}
.cta__wrapper .outer__cta .double .desc {
  width: 100%;
  max-width: 460px;
}
.cta__wrapper .outer__cta .double .desc > .el {
  margin-bottom: 42px;
  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;
}
.cta__wrapper .outer__cta .double .desc > .el:last-child {
  margin-bottom: 0px;
}
.cta__wrapper .outer__cta .double .desc > .el > span {
  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;
  margin-right: 12px;
}
.cta__wrapper .outer__cta .double .desc > .el .desc > p {
  margin: 0px;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  font-weight: 500;
}
.cta__wrapper .outer__cta .double .desc > .el .desc > span {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  color: #000000;
}
.cta__wrapper .outer__cta .double .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;
  margin-right: 48px;
}
.cta__wrapper .outer__cta .double .media img {
  min-width: 430px;
  max-width: 430px;
  width: 100%;
}
.cta__wrapper .outer__cta > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 60px;
  line-height: 120%;
  font-weight: 600;
  color: #000000;
}

.subscribe__wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
}
.subscribe__wrapper .outer__subscribe .btn {
  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: 100px;
}
.subscribe__wrapper .outer__subscribe .btn > a {
  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;
  width: 100%;
  max-width: 590px;
  height: 98px;
  border: 4px solid #000000;
  border-radius: 250px;
  background-color: #D53932;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.subscribe__wrapper .outer__subscribe .btn > a:hover {
  opacity: 0.7;
}
.subscribe__wrapper .outer__subscribe .dbl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 42px;
}
.subscribe__wrapper .outer__subscribe .dbl .desc {
  padding: 60px 40px;
  border: 2px solid #FFC107;
  background-color: #fff;
  border-radius: 50px;
}
.subscribe__wrapper .outer__subscribe .dbl .desc > h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 120%;
  font-weight: 600;
  color: #000000;
}
.subscribe__wrapper .outer__subscribe .dbl .desc > p {
  margin: 0px;
  font-size: 26px;
  line-height: 39px;
  color: #000000;
  font-weight: 500;
}
.subscribe__wrapper .outer__subscribe .dbl .desc > p span {
  font-weight: bold;
}
.subscribe__wrapper .outer__subscribe .dbl .desc > p a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.subscribe__wrapper .outer__subscribe .dbl .desc > p a:hover {
  opacity: 0.7;
}
.subscribe__wrapper .outer__subscribe .dbl .media {
  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;
}
.subscribe__wrapper .outer__subscribe .dbl .media img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  padding-top: 44px;
  padding-bottom: 80px;
}
footer .outer__footer {
  text-align: center;
}
footer .outer__footer .after {
  margin-top: 28px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
footer .outer__footer .after > p {
  margin: 0px;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  font-style: italic;
}
footer .outer__footer .after > p span {
  color: #000000;
  font-weight: bold;
}
footer .outer__footer > p {
  margin: 0px;
  font-size: 26px;
  line-height: 39px;
  color: #000000;
}
footer .outer__footer > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 28px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .outer__footer > ul > li.spacer {
  margin: 0px 12px;
  font-size: 26px;
}
footer .outer__footer > ul > li > a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
  font-size: 26px;
  line-height: 39px;
  color: #000000;
  text-decoration: none;
}
footer .outer__footer > ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .outer__footer > a img {
  max-width: 324px;
}

.testimonials__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../img/backcats.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #69CEE9;
  overflow: hidden;
}
.testimonials__wrapper .slider__testimon {
  width: 100%;
  margin-top: 60px;
  width: calc(100% + 160px);
  margin-left: -80px;
}
.testimonials__wrapper .slider__testimon .slick-slide {
  margin: 0 18px;
}
.testimonials__wrapper .slider__testimon .slick-list {
  margin: 0 -18px;
}
.testimonials__wrapper .slider__testimon .inn {
  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;
  position: relative;
}
.testimonials__wrapper .slider__testimon .inn > span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  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;
  padding: 6px 15px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 250px;
  text-transform: uppercase;
}
.testimonials__wrapper .slider__testimon .inn img {
  max-width: 100%;
  border-radius: 54px;
  width: 100%;
}
.testimonials__wrapper .box {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 40px;
  background-color: #FFFFFF;
  border-radius: 42px;
}
.testimonials__wrapper .box p {
  font-size: 48px;
  margin: 0px;
  line-height: 140%;
  color: #000000;
  font-weight: 600;
}

.cta__wrapper .outer__cta .double .desc > .el {
  padding-left: 85px;
  position: relative;
}

.cta__wrapper .outer__cta .double .desc > .el .desc > span > span {
  position: absolute;
  left: 0px;
  top: 0px;
}

.hero__gallery {
  padding-top: 58px;
  padding-bottom: 95px;
}
.hero__gallery .outer__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__gallery .outer__gallery .gallery {
  width: calc(100% - 635px);
  max-width: 680px;
  margin-right: 40px;
}
.hero__gallery .outer__gallery .gallery .side__gallery {
  margin-top: 17px;
}
.hero__gallery .outer__gallery .gallery .side__gallery .slick-slide {
  height: 121px !important;
  margin: 0 9px;
}
.hero__gallery .outer__gallery .gallery .side__gallery .slick-slide img {
  cursor: pointer;
  border: 2px solid transparent;
}
.hero__gallery .outer__gallery .gallery .side__gallery .slick-current img {
  border: 2px solid #000000;
}
.hero__gallery .outer__gallery .gallery .side__gallery .slick-list {
  margin: 0 -9px;
}
.hero__gallery .outer__gallery .gallery .side__gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hero__gallery .outer__gallery .gallery .side__gallery .elem > img {
  width: 100%;
  border-radius: 23px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__gallery .outer__gallery .gallery .main__gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hero__gallery .outer__gallery .gallery .main__gallery .slick-slide {
  height: inherit !important;
}
.hero__gallery .outer__gallery .gallery .main__gallery .elem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  border-radius: 55px;
}
.hero__gallery .outer__gallery .desc {
  padding-top: 130px;
  max-width: 595px;
  width: 100%;
}
.hero__gallery .outer__gallery .desc > p {
  margin: 0px;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}
.hero__gallery .outer__gallery .desc .btns {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 33px;
  padding-right: 33px;
  margin-top: 25px;
}
.hero__gallery .outer__gallery .desc .btns > .gift {
  font-size: 40px;
  line-height: 60px;
  color: #000000;
  font-weight: 600;
  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;
  text-transform: uppercase;
  margin-top: 23px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__gallery .outer__gallery .desc .btns > .gift:hover {
  opacity: 0.7;
}
.hero__gallery .outer__gallery .desc .btns > .subscribe {
  height: 98px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #000000;
  border-radius: 250px;
  background-color: #D53932;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 100%;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__gallery .outer__gallery .desc .btns > .subscribe:hover {
  opacity: 0.7;
}
.hero__gallery .outer__gallery .desc > span {
  display: block;
  margin-top: 20px;
  font-size: 33px;
  line-height: 38px;
  color: #115F6E;
  font-weight: 500;
}
.hero__gallery .outer__gallery .desc .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero__gallery .outer__gallery .desc .reviews > 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;
}
.hero__gallery .outer__gallery .desc .reviews > ul > li {
  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;
  margin-right: 1px;
}
.hero__gallery .outer__gallery .desc .reviews > ul > li:last-child {
  margin-right: 0px;
}
.hero__gallery .outer__gallery .desc .reviews > p {
  margin: 0px;
  margin-left: 12px;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  font-weight: 500;
}
.hero__gallery .outer__gallery .desc > h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000000;
  font-weight: 600;
}

.why__wrapper {
  padding-bottom: 120px;
}
.why__wrapper .outer__why .double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.why__wrapper .outer__why .double > .elem {
  border-radius: 20px;
  overflow: hidden;
}
.why__wrapper .outer__why .double > .elem .content .list {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.why__wrapper .outer__why .double > .elem .content .list ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding-bottom: 40px;
}
.why__wrapper .outer__why .double > .elem .content .list ul > li {
  margin-bottom: 30px;
  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;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}
.why__wrapper .outer__why .double > .elem .content .list ul > li:last-child {
  margin-bottom: 0px;
}
.why__wrapper .outer__why .double > .elem .content .list ul > li span {
  position: relative;
  top: -4px;
  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;
  margin-right: 11px;
}
.why__wrapper .outer__why .double > .elem .content .media {
  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;
}
.why__wrapper .outer__why .double > .elem .content .media img {
  max-width: 100%;
}
.why__wrapper .outer__why .double > .elem > .head {
  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;
  height: 105px;
  margin-bottom: 30px;
}
.why__wrapper .outer__why .double > .elem > .head > p {
  font-size: 35px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #000000;
}
.why__wrapper .outer__why .double > .elem:nth-child(1) {
  background-color: #fff;
}
.why__wrapper .outer__why .double > .elem:nth-child(1) .head {
  background-color: #51E6AF;
}
.why__wrapper .outer__why .double > .elem:nth-child(2) {
  border: 2px solid #FFFFFF;
}
.why__wrapper .outer__why .double > .elem:nth-child(2) .head {
  background-color: #fff;
}
.why__wrapper .outer__why .top {
  margin-bottom: 70px;
  text-align: center;
}
.why__wrapper .outer__why .top > p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 120%;
  font-weight: 600;
  color: #000000;
}
.why__wrapper .outer__why .top > span {
  display: block;
  font-size: 36px;
  line-height: 120%;
  font-weight: 500;
  color: #000000;
}

.hero__gallery .outer__gallery .desc > h1 {
  margin-bottom: 12px;
}

@media (max-width: 1400px) {
  .hero__gallery .outer__gallery .desc {
    padding-top: 80px;
    max-width: 490px;
  }
  .hero__gallery .outer__gallery .gallery {
    width: calc(100% - 540px);
    max-width: 100%;
  }
  .hero__gallery .outer__gallery .desc > h1 {
    font-size: 48px;
  }
  .hero__gallery .outer__gallery .desc > p {
    font-size: 24px;
  }
  .hero__gallery .outer__gallery .desc .btns > .subscribe {
    height: 85px;
    font-size: 34px;
  }
  .hero__gallery .outer__gallery .desc .btns > .gift {
    font-size: 34px;
  }
  .hero__gallery .outer__gallery .desc > span {
    font-size: 26px;
    line-height: 34px;
  }
  .hero__gallery .outer__gallery .desc .reviews > p {
    font-size: 24px;
    line-height: 34px;
  }
  .cta__wrapper .outer__cta > h2 {
    font-size: 48px;
  }
  .subscribe__wrapper .outer__subscribe .dbl .desc > h2 {
    font-size: 40px;
  }
  .subscribe__wrapper .outer__subscribe .dbl .desc > h2 br {
    display: none;
  }
  .testimonials__wrapper .box p {
    font-size: 40px;
  }
  .testimonials__wrapper .box {
    padding: 40px 30px;
  }
  footer .outer__footer > ul > li > a {
    font-size: 22px;
    line-height: 32px;
  }
  footer .outer__footer > ul > li.spacer {
    font-size: 22px;
  }
  footer .outer__footer > p {
    font-size: 22px;
    line-height: 32px;
  }
  footer .outer__footer .after > p {
    font-size: 18px;
    line-height: 26px;
  }
  footer .outer__footer .after {
    max-width: 700px;
  }
  .testimonials__wrapper .slider__testimon .inn span {
    font-size: 20px;
    line-height: 25px;
  }
  .how__works .outer__how > h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .how__works {
    padding: 70px 0px;
  }
  .how__works .outer__how .bottom {
    margin-top: 55px;
  }
  .how__works .outer__how .bottom > p {
    margin-top: 24px;
    font-size: 26px;
    line-height: 32px;
  }
  .how__works .outer__how .bottom > a {
    height: 75px;
    max-width: 440px;
    font-size: 32px;
    line-height: 40px;
  }
  .how__works .outer__how .grid .elem .desc .title > p {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .how__works .outer__how .grid .elem .desc .txt > p {
    font-size: 22px;
    line-height: 32px;
  }
  header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .subscription__info .outer__subscription > h2 {
    font-size: 50px;
  }
  .hero__section .outer__hero .desc > h1 {
    font-size: 60px;
  }
  .hero__section .outer__hero .desc > p {
    font-size: 26px;
    line-height: 44px;
  }
  .hero__section .outer__hero .desc {
    min-width: 440px;
    max-width: 440px;
  }
  .hero__section .outer__hero .btn > a {
    height: 85px;
    font-size: 34px;
  }
  .hero__section .outer__hero .gift > a {
    font-size: 34px;
    height: 80px;
  }
  .subscription__info .outer__subscription .grid .elem > p {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  .main__gallery .slick-slide {
    margin: 0 7px;
  }
  .main__gallery .slick-list {
    margin: 0 -7px;
  }
  .hero__gallery .outer__gallery .desc > h1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 120%;
  }
  .main__gallery {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .hero__gallery {
    padding-top: 25px;
  }
  .hero__gallery .outer__gallery .desc .reviews {
    margin-bottom: 25px;
  }
  .hero__gallery .outer__gallery .desc > p {
    font-size: 20px;
  }
  .hero__gallery .outer__gallery .desc > span {
    font-size: 20px;
    line-height: 25px;
  }
  .hero__gallery .outer__gallery .desc .btns {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
  }
  .hero__gallery .outer__gallery .desc .btns > .subscribe {
    height: 65px;
    font-size: 24px;
    line-height: 30px;
  }
  .hero__gallery .outer__gallery .desc .btns > .gift {
    margin-top: 30px;
    font-size: 24px;
    line-height: 140%;
  }
  .hero__gallery {
    padding-bottom: 130px;
  }
  .hero__gallery .outer__gallery .desc .reviews > p {
    font-size: 17px;
    line-height: 24px;
  }
  .hero__gallery .outer__gallery .desc .reviews > ul > li img {
    max-width: 18px;
    min-width: 18px;
  }
  .hero__gallery .outer__gallery .gallery .side__gallery .slick-slide {
    height: 100px !important;
  }
  .hero__gallery .outer__gallery .gallery .side__gallery {
    display: none;
  }
  .hero__gallery .outer__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__gallery .outer__gallery .gallery {
    width: 100%;
  }
  .hero__gallery .outer__gallery .desc {
    padding-top: 60px;
    max-width: 100%;
  }
  .testimonials__wrapper .slider__testimon .inn img {
    border-radius: 20px;
  }
  .testimonials__wrapper .slider__testimon .slick-slide {
    margin: 0px 10px;
  }
  .testimonials__wrapper .slider__testimon .slick-list {
    margin: 0px -10px;
  }
  .testimonials__wrapper .slider__testimon .inn > span {
    left: 50%;
    width: 100%;
    bottom: 20px;
    max-width: calc(100% - 40px);
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    background-color: transparent;
    line-height: 20px;
    padding: 0px;
  }
  .testimonials__wrapper .slider__testimon .inn > span span {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 15px;
    font-weight: 500;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 250px;
    word-break: break-all;
  }
  .hero__section {
    padding: 70px 0px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .outer__header .logo > a img {
    max-width: 280px;
  }
  .subscription__info .outer__subscription > h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .why__wrapper {
    padding-bottom: 75px;
  }
  .why__wrapper .outer__why .double > .elem .content .list ul > li {
    font-size: 20px;
    line-height: 26px;
  }
  .why__wrapper .outer__why .top > span br {
    display: none;
  }
  .why__wrapper .outer__why .double > .elem .content .list ul > li span img {
    min-width: 32px;
    max-width: 32px;
  }
  .why__wrapper .outer__why .double > .elem .content .list ul > li span {
    top: -3px;
  }
  .why__wrapper .outer__why .top > p {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 120%;
  }
  .why__wrapper .outer__why .double {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 43px;
  }
  .why__wrapper .outer__why .double > .elem > .head > p {
    margin: 0px;
    font-size: 32px;
    line-height: 120%;
  }
  .why__wrapper .outer__why .double > .elem > .head {
    height: 90px;
  }
  .why__wrapper .outer__why .top > span {
    font-size: 20px;
    line-height: 30px;
  }
  .why__wrapper .outer__why .top {
    margin-bottom: 45px;
  }
  .hero__gallery .outer__gallery .gallery .main__gallery .elem img {
    border-radius: 23px;
  }
  .cta__wrapper .outer__cta .double .desc > .el .desc > span span {
    position: static;
    margin-right: 10px;
    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;
  }
  .cta__wrapper .outer__cta .double .desc > .el .desc > span span img {
    min-width: 44px;
    max-width: 44px;
  }
  .cta__wrapper .outer__cta .double .desc > .el .desc > p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .cta__wrapper .outer__cta .double .desc > .el .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;
  }
  .cta__wrapper .outer__cta .double .desc > .el {
    padding-left: 0px;
  }
  .cta__wrapper .outer__cta > h2 {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .cta__wrapper .outer__cta {
    padding: 32px 20px;
    border-radius: 24px;
    border: 0px;
  }
  .cta__wrapper {
    padding: 50px 0px;
  }
  .cta__wrapper .outer__cta .double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta__wrapper .outer__cta .double .media {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .cta__wrapper .outer__cta .double .media img {
    max-width: 430px;
    min-width: 0px;
    width: 100%;
  }
  .subscribe__wrapper .outer__subscribe .dbl .media img {
    border-radius: 24px;
  }
  .subscribe__wrapper .outer__subscribe .dbl .desc > p {
    font-size: 20px;
    line-height: 30px;
  }
  .subscribe__wrapper .outer__subscribe .dbl .desc > h2 {
    margin-bottom: 12px;
  }
  .subscribe__wrapper .outer__subscribe .dbl .desc > h2 {
    font-size: 32px;
  }
  .subscribe__wrapper .outer__subscribe .dbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .subscribe__wrapper .outer__subscribe .dbl .desc {
    margin-top: 20px;
  }
  .subscribe__wrapper {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .subscribe__wrapper .outer__subscribe .btn {
    margin-top: 45px;
  }
  .subscribe__wrapper .outer__subscribe .btn > a {
    height: 64px;
    max-width: 380px;
    font-size: 24px;
    line-height: 140%;
    border: 2px solid #000000;
  }
  .subscribe__wrapper .outer__subscribe .dbl .desc {
    padding: 24px 20px;
    border-radius: 24px;
  }
  .testimonials__wrapper .box p {
    font-size: 25px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
  .testimonials__wrapper .box p br {
    display: none;
  }
  .testimonials__wrapper .box {
    padding: 20px 12px;
    max-width: 540px;
    border-radius: 24px;
  }
  .testimonials__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonials__wrapper .slider__testimon {
    margin-top: 30px;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .outer__footer > a {
    margin-bottom: 20px;
  }
  footer .outer__footer > a img {
    max-width: 155px;
  }
  footer .outer__footer > ul {
    margin-bottom: 20px;
  }
  footer .outer__footer .after {
    margin-top: 20px;
  }
  footer .outer__footer > p {
    font-size: 20px;
    line-height: 30px;
  }
  footer .outer__footer > ul > li > a {
    font-size: 20px;
    line-height: 30px;
  }
  footer .outer__footer > ul > li.spacer {
    font-size: 20px;
  }
  .how__works .outer__how .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .how__works .outer__how .grid {
    max-width: 240px;
    grid-row-gap: 48px;
  }
  .how__works .outer__how .bottom > a {
    height: 64px;
    border: 2px solid #000000;
    font-size: 24px;
  }
  .how__works .outer__how .bottom > p {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
  }
  .how__works .outer__how .grid .elem .desc .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .how__works .outer__how .grid .elem .desc .txt > p {
    font-size: 20px;
  }
  .how__works .outer__how .grid .elem .desc .title > span {
    margin-bottom: 0px;
    margin-right: 10px;
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
    font-size: 32px;
  }
  .how__works .outer__how .grid .elem .desc .title > p {
    margin-bottom: 0px;
    font-size: 32px;
  }
  .how__works .outer__how > h2 {
    margin-bottom: 25px;
    font-size: 36px;
  }
  .subscription__info .outer__subscription > h2 {
    font-size: 36px;
    line-height: 120%;
  }
  .subscription__info {
    padding: 40px 0px;
  }
  .subscription__info .outer__subscription .grid .elem > span {
    margin-bottom: 12px;
  }
  .subscription__info .outer__subscription .grid .elem > p {
    font-size: 20px;
    line-height: 150%;
  }
  .subscription__info .outer__subscription .grid {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .subscription__info .outer__subscription .grid .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .subscription__info .outer__subscription .grid .slick-slide {
    height: inherit !important;
  }
  .subscription__info .outer__subscription .grid span img {
    max-height: 26px;
  }
  .subscription__info .outer__subscription .grid .slick-slide {
    margin: 0 10px;
  }
  .subscription__info .outer__subscription .grid .slick-list {
    margin: 0 -10px;
  }
  .hero__section .outer__hero .gift {
    margin-top: 30px;
  }
  .hero__section .outer__hero .gift a {
    height: auto;
    min-height: auto;
    font-size: 24px;
    line-height: 140%;
  }
  .hero__section .outer__hero .btn > a {
    min-height: 65px;
    height: 65px;
    font-size: 24px;
    line-height: 140%;
  }
  .hero__section .outer__hero .btn {
    margin-top: 30px;
  }
  .hero__section .outer__hero .desc > h1 {
    margin-bottom: 15px;
    font-size: 42px;
  }
  .hero__section .outer__hero .desc > p {
    font-size: 20px;
    line-height: 30px;
  }
  .hero__section .outer__hero .btn {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero__section .outer__hero .media {
    max-width: 100%;
  }
  .hero__section .outer__hero .desc {
    margin-top: 42px;
    padding-top: 0px;
    margin-right: 0px;
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }
  .hero__section .outer__hero .desc > h1 br {
    display: none;
  }
  .hero__section .outer__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero__section {
    padding: 30px 0px;
    padding-bottom: 75px;
  }
  header .outer__header > a {
    display: none;
  }
  header .outer__header .logo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  header .outer__header .logo > a img {
    max-width: 155px;
  }
  header .outer__header .btn > a {
    min-height: 39px;
    width: auto;
    min-width: 160px;
    font-size: 18px;
  }
  header {
    padding: 18px 0px;
  }
  header .outer__header {
    padding: 0px;
  }
  .top__part {
    padding: 11px 0px;
  }
  .top__part ul li {
    font-size: 18px;
    line-height: 27px;
    margin: 0px 5px;
  }
  .top__part ul li img {
    min-width: 18px;
    max-width: 18px;
  }
  .top__part ul li span.spacer {
    margin: 0px 10px;
  }
}
@media (max-width: 767px) {
  .testimonials__wrapper .slider__testimon .inn > span span {
    font-size: 14px;
    line-height: 18px;
    text-transform: initial;
  }
}
@media (max-width: 480px) {
  .testimonials__wrapper .slider__testimon {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 390px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .subscription__info .outer__subscription .grid {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .subscription__info .outer__subscription .grid .elem > span img {
    max-height: 18px;
  }
  header .outer__header .logo > a img {
    max-width: 120px;
  }
  header .outer__header .btn > a {
    min-height: 40px;
    min-width: 140px;
    font-size: 15px;
    line-height: 27px;
  }
}
@media (max-width: 360px) {
  .testimonials__wrapper .slider__testimon .inn > span span {
    font-size: 12px;
    line-height: 16px;
  }
  .testimonials__wrapper .slider__testimon .inn > span {
    max-width: calc(100% - 20px);
  }
}