/*
* STARS - kz-comments
*/
.checked {
  color: orange;
}

/*
* Links
*/
.kz-text a {
  color: blue;
  text-decoration: underline;
  font-weight: bold;
}

/*
* SOCIAL BUTTONS - kz-social
*/
.btn-f {
  background-color: #3a579d;
  border-color: #3a579d;
}

.btn-t {
  background-color: #00aaf0;
  border-color: #00aaf0;
}

.btn-g {
  background-color: #df4a32;
  border-color: #df4a32;
}

.btn-l {
  background-color: #0077b5;
  border-color: #0077b5;
}

/*
* BLOCKQUOTE - kz-text
*/

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

/*
* FIGURE (Images) - kz-text
*/
.figure {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

/*
* BUTTONS - kz-button
*/

.btn-cta {
  box-shadow: 0 5px 0 0 #bc1f1f;
  -webkit-box-shadow: 0 5px 0 0 #bc1f1f;
  -moz-box-shadow: 0 5px 0 0 #bc1f1f;
  font-size: 1.5rem;
  font-weight: 500;
}

.btn-cta a:hover {
  color: SeaGreen;
  border-bottom: 1px solid Black;
}

/* ---LOCALES - Right to Left Languages---
*
*/

.rtl {
  direction: rtl;
  text-align: right;
}

.float-left {
  max-width: 40%;
}

.float-right {
  max-width: 40%;
}

/* ---Comments - ---
*
*/

.comment-image {
  width: 100%;
  max-width: 360px;
}

/* ---Figures - ---
*
*/

figcaption {
  font-size: 90%;
  color: #6c757d;
}

/* ---Dropcap - ---
*
*/

.dropcap {
  float: left;
  max-width: 1em;
  font-size: 400%;
  line-height: 80%;
  padding-right: 5px;
}

.attention .card-body * {
  margin-bottom: 0;
}

.standout-headline {
  text-align: center;
  background-color: rgba(255, 227, 149, 0.53);
  font-size: 16px;
  padding: 15px;
  margin-top: 15px;
}
.standout-headline a {
  font-weight: bold;
  color: #405cb3;
  text-decoration: underline;
}

.trending-country {
  padding-top: 10px;
  padding-bottom: 10px;
}
.trending-country .flag-icon {
  font-size: 25px;
  margin-left: 10px;
}
.trending-country .flag-icon-jp {
  border: 1px solid #e4e4e4;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.features-wrapper {
  display: block;
  width: 100%;
}
.feature {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 15px;
}
.feature .feature-text {
  margin-left: 15px;
}

.reviews-wrapper {
  display: block;
  width: 100%;
}
.review {
  position: relative;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 4px;
  border-color: #d6d6d6;
  padding: 22px 22px 30px;
  margin-top: 36px;
  margin-bottom: 22px;
  border-radius: 6px;
  background-color: #fff;
}
.review-quote {
  position: absolute;
  top: -23px;
  left: 20px;
  font-size: 23px;
  line-height: 45px;
  background: #d6d6d6;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 100%;
}
.review .review-head,
.video-review .video-review-head {
  width: 100%;
  /* margin-bottom: 35px; */
}
.video-review .video-review-head {
  margin-bottom: 10px;
}
.review .review-head span,
.video-review .video-review-head span {
  width: 49%;
  display: inline-block;
}
.review .review-head span:first-child,
.video-review .video-review-head span:first-child {
  color: #f2c94c;
}
.review .review-head span:last-child,
.video-review .video-review-head span:last-child {
  text-align: right;
  color: #4caf50;
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 500;
}
.review .review-body {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.review .review-body h5 {
  margin-top: 0px;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 12px;
}
.review .review-body p {
  font-size: 1.1em;
}
.review .review-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.review .review-img {
  border: 2px solid #cbcbcb;
  display: inline-block;
  height: fit-content;
  padding: 4px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotateZ(-4deg) translate3d(-50px, 15px, 0);
  transform: rotateZ(-4deg) translate3d(-50px, 15px, 0);
  margin-right: -20px;
}
.review .review-img img {
  width: 100%;
}
.review .review-author {
  width: 100%;
  margin-top: 10px;
  color: #24515e;
  font-size: 16px;
}
.review .review-author:before {
  content: "â ";
}

.limited-avail {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 72px;
  border-radius: 6px;
  background-color: #efefef;
  text-align: center;
}
.limited-avail-wrapper {
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}
.title-flag {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: #0a64a5;
}
.title-flag-text {
  color: white;
  font-size: 20px;
  line-height: 1.28em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.triangle-bottom-left,
.triangle-bottom-right,
.triangle-top-left,
.triangle-top-right {
  position: absolute;
  width: 0;
  height: 0;
  border-style: none;
  border-width: 1px;
  border-color: #0a64a5;
}
.triangle-bottom-left {
  left: -20px;
  top: auto;
  right: auto;
  bottom: 0;
  border-left: 20px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 18px;
}
.triangle-bottom-right {
  left: auto;
  top: auto;
  right: -20px;
  bottom: 0;
  border-right: 20px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 18px;
}
.triangle-top-left {
  left: -20px;
  top: 0;
  right: auto;
  bottom: auto;
  border-left: 20px solid transparent;
  border-top-style: solid;
  border-top-width: 18px;
}
.triangle-top-right {
  left: auto;
  top: 0;
  right: -20px;
  bottom: auto;
  border-right: 20px solid transparent;
  border-top-style: solid;
  border-top-width: 18px;
}
.limited-cta a {
  display: flex;
  width: 100%;
  height: 56px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 19px 12px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #28a745;
  /* box-shadow: 0 3px 8px 0 rgba(8,5,37,.2); */
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}
.limited-cta a:hover {
  background-color: #218838;
  text-decoration: none;
}
.limited-cta .limited-cta-text {
  margin-top: 20px;
  font-size: 13px;
}

.video-review {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.video-review:nth-child(even) {
  flex-direction: row-reverse;
}
.video-review-img {
  min-width: 250px;
  max-width: 250px;
  width: 100%;
  min-height: 445px;
  margin-right: 20px;
}
.video-review:nth-child(even) .video-review-img {
  margin-left: 20px;
  margin-right: 0;
}
.video-review blockquote footer {
  font-size: 0.875em;
  font-style: italic;
}
.video-review blockquote footer:before {
  content: "- ";
}
.video-review-stars {
  color: #f2c94c;
}

.bottom-bar {
  display: none;
}
.bottom-bar.show {
  display: block;
}

.kz-content {
  background-color: white;
}

.logo-quotes {
  float: left;
  width: 100%;
  position: relative;
  border: 2px solid #cacaca;
  border-radius: 10px;
  padding: 0 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.logo-quotes h5 {
  width: 100%;
  text-align: center;
  margin-top: -15px !important;
  margin-bottom: 16px !important;
  font-weight: bold;
}
.logo-quotes h5 span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 18px;
  background: #fff;
  padding: 0 20px;
}
.logo-quotes ul {
  padding-left: 0;
  margin-bottom: 0;
}
.logo-quotes ul li {
  margin: 0 5px;
  list-style: none;
  text-align: center;
  flex: 1;
}
.logo-quotes ul li figure {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.logo-quotes ul li p {
  color: #718399;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .review {
    margin-top: 30px;
    margin-bottom: 24px;
    padding: 20px;
  }
  .review .review-head,
  .video-review .video-review-head {
    margin-bottom: 20px;
  }
  .review .review-img {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .review .review-img img {
    width: auto;
    border: 2px solid #cbcbcb;
    padding: 4px;
  }
  .review .review-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .review .review-author {
    font-size: 15px;
    margin-top: 4px;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .limited-avail {
    padding: 32px 16px;
  }
  .limited-avail-wrapper {
    margin-bottom: 20px;
  }
  .video-review-img {
    display: none;
  }
}

/* ================================= */

body {
  font-family: "Poppins", sans-serif;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #212020;
}
h2.title {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 24px 0;
}
p.subtitle {
  margin-bottom: 24px;
  text-align: center;
}
#header {
  padding-bottom: 17px;
  padding-top: 17px;
}
#header .logo {
  width: auto;
  max-height: 90px;
  display: block;
}
.nav {
  text-align: right;
  padding-top: 40px;
  margin-bottom: 0;
}
.nav.float-right {
  max-width: 100%;
}
.nav li {
  display: inline-block;
  margin-left: 10px;
}
.nav li a {
  font-family: "Poppins";
  font-size: 13px;
  line-height: 13px;
  color: #808080;
  text-transform: uppercase;
}
#hero {
  padding-top: 50px;
  padding-bottom: 50px;
}
#hero h1 {
  margin-bottom: 20px;
}
#hero .text {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}
.hero-features,
.about-features {
  list-style: disc;
  padding-left: 30px;
  margin: 0 0 30px 0;
}
.hero-features li,
.about-features li {
  margin-bottom: 13px;
}
.hero-features li i {
  margin-right: 4px;
  color: #fff;
}
.btn_cta {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 535px;
  background: #000;
  color: #ffffff !important;
  border-radius: 5px;
  padding: 15px 60px 15px 0;
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 20px;
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 5s;
}
.btn_cta .bottom_text {
  font-size: 17px;
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.btn_cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAsCAYAAAB2d9g5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRjdGMTE3NDA3MjA2ODExODIyQUUyMjNGOEQxQ0UwMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyM0U0OTE3OUFDOUQxMUU4QUMyNUFFNkI2MkUxODAzOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyM0U0OTE3OEFDOUQxMUU4QUMyNUFFNkI2MkUxODAzOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RTM3REFBMDJCMjA2ODExOEE2RDgxRDMxQUZCNEQzRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRjdGMTE3NDA3MjA2ODExODIyQUUyMjNGOEQxQ0UwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtZf+wwAAAHdSURBVHjavNe9bsIwEABgc2ViQVRhIQwIvIL6CKETc6VO9CEQEs/AhliY2Fgr9REKW8dW6kjERIaKSAjxAOldpFYB8mNbl5zkgR/7g9jns0uO44iY6GJbYXvG5oqUWK/XQicgDmu32+/L5fLBtu0NvpaCMSAOm81mlpRSzOdzmxuFOKxarYZvWJbFjkIS9hfcKKRheaCA2CoNY0e3260MgmAfKMbhcAiGw+Ee00lSSuFbWk1gZ4GDGKPaIP3KItFwlXqeJ0ajkev7Pm07nspUROe03+9L7TwsCr3YaYpAb/bSvNG4zTtXFJI+yAuFtAHyQCFrAG4UVAbgREE1YblQ0NnoOVDQrS4R9EW1TwR9vWu1Wtol7Xw+N7GsvQ0Gg3vVPpVK5afX6z2VDUpos16vbyaTSUfnwRyPRwcPZi6YYPh4Oo1GQxmjOa/Vaq7uojHGcA5d3bRgwVRBNkwFlIh9cGFZoKRkXSwWTS6MopyGUbJS0nJhSf8wNywOzBW7BnPHomAhWBh0cqYTNJ2kNYK+T/2M7hafppjRZQbLTJeuCiaYCQjT6fT7dDo94tP1VeaMii8VYeML6W63E+PxOAtlwf5XaQbKhl3kYQLKit3sNFfoFzdGUQqXaoHxK8AANYmcLCFW19EAAAAASUVORK5CYII=");
  background-size: 18px 27px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
}
#steps {
  padding: 55px 0 74px 0;
  border-bottom: 1px solid #e3e3e3;
  background: #f9f9f9;
}
#steps h2 {
  margin-bottom: 24px;
}
.steps-product-img {
  display: block;
  margin: 0 auto;
  max-height: 460px;
}
.step {
  text-align: center;
}
.step .title {
  color: #212020;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}
.step .img_block .num {
  width: 44px;
  height: 44px;
  background: #000;
  text-align: center;
  font-size: 26px;
  line-height: 43px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.step .img_block {
  width: 80px;
  height: 80px;
  border: 10px solid;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 12px;
}
.step .img_block img {
  width: 176px;
  height: 176px;
  border-radius: 50%;
}
#about {
  padding: 70px 0 77px;
}
#about h2 {
  margin-bottom: 27px;
}
#about .text {
  margin-bottom: 30px;
}
.owl-border,
.item-border {
  width: 100%;
  padding: 8px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  display: block;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  color: white !important;
  background: black !important;
  border-radius: 100%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  outline: none !important;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: translate3d(50%, -50%, 0);
  -webkit-transform: translate3d(50%, -50%, 0);
}
.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
  display: inline-block;
  font-size: 23px !important;
  line-height: 40px;
}
.owl-carousel .owl-nav .owl-prev i {
  padding-right: 4px;
}
.owl-carousel .owl-nav .owl-next i {
  padding-left: 4px;
}
#cta,
#ctatwo {
  padding: 37px 0;
  background: #000;
}
#cta .message,
#ctatwo .message {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}
#cta .message--sub {
  font-size: 20px;
  font-weight: 400;
}
#cta .message--sub,
#ctatwo .message--sub {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
#benefits {
  padding: 60px 0 0;
  background: url("../images/benefits_bg.jpg") repeat-x center 0;
}
.benefits_list {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 30px;
  margin: -10px;
}
.benefits_list .benefit_item {
  width: calc(100% / 3);
  float: left;
  height: 200px;
  overflow: hidden;
  padding: 10px;
}
.benefits_list .image_block {
  height: 60px;
  width: 60px;
  border: 1px solid #a8a8a8;
  background: #ffffff;
  border-radius: 50%;
  float: left;
  display: table;
  text-align: center;
  overflow: hidden;
}
.benefits_list .image_block .image_cell {
  display: table-cell;
  vertical-align: middle;
}
.benefits_list .right_block {
  float: left;
  margin-left: 20px;
  width: 210px;
  padding-top: 17px;
}
.benefits_list .right_block .title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  color: #222121;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.benefits_list .right_block .text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #222121;
}
#faqs {
  padding: 60px 0 75px;
}
#faqs h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 35px;
  font-weight: bold;
}
#faqlist {
  margin-bottom: 35px;
}
#faqlist .card {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
#faqlist button {
  position: relative;
  padding: 18px 0 18px 20px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #222121;
  text-decoration: none;
}
#faqlist button i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#faqlist button.collapsed i:before {
  content: "\f067";
}
#faqlist .card-body {
  color: #7b7777;
  font-size: 15px;
  line-height: 25px;
}
#reviews {
  padding: 50px 0 20px;
  background: #f9f9f9;
}
.review_list {
  padding: 0 50px;
}
.review_list .review_item {
  overflow: hidden;
  padding: 18px 22px 22px 18px;
  border: 1px solid #eaeaea;
  background: #ffffff;
  margin-bottom: 17px;
}
.review_list .review_item .left_block {
  width: 94px;
  float: left;
  margin-right: 8px;
}
.review_list .review_item .left_block .stars {
  margin-bottom: 12px;
}
.stars {
  display: block;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
.stars i {
  margin: 0 -1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fbbb27;
}
.stars > i {
  vertical-align: top;
  color: #fbbb27;
}
.stars > i:first-child {
  margin-left: 0;
}
.last-star {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.last-star .star-active {
  color: #fbbb27;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.last-star .star-inactive {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  /* overflow: hidden; */
}
.review_list .review_item .left_block .avatar {
  height: 56px;
  width: 56px;
  margin: 0 auto;
  background: #f9f9f9;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 56px;
}
.review_list .review_item .left_block .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.review_list .review_item .right_block {
  float: left;
  width: calc(100% - 110px);
}
.review_list .review_item .right_block .name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #75787b;
  margin-bottom: 20px;
}
.review_list .review_item .right_block .status {
  font-size: 24px;
  line-height: 16px;
  color: #51af39;
  font-weight: 300;
  float: right;
  vertical-align: text-bottom;
}
.review_list .review_item .right_block .text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #75787b;
}
#buy {
  padding: 40px 0 0;
}
#buy h2 {
  margin-bottom: 30px;
  text-align: center;
}
#buy p {
  position: relative;
  padding-left: 42px;
  font-size: 20px;
}
#buy i {
  color: #28a745;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
footer.mt-5 {
  margin-top: 0px !important;
  background: #2a303d;
  color: #7c869a;
}
.copyright {
  text-align: center;
  color: #b0b0b0;
  font-size: 14px;
  margin-top: 12px;
}

@media (max-width: 1220px) {
  #benefits {
    background-repeat: repeat;
  }
}

@media (max-width: 991px) {
  .nav {
    padding-top: 20px;
  }
  #hero {
    padding-top: 40px;
  }
  .benefits_list .right_block {
    float: none;
    margin-left: 0;
    width: auto;
    padding-top: 11px;
    max-width: 150px;
    margin: 0 auto;
  }
  .benefits_list .benefit_item {
    width: calc(100% / 2);
    text-align: center;
    margin-bottom: 10px;
    min-height: 184px;
    height: 240px;
  }
  .benefits_list .image_block {
    height: 80px;
    width: 80px;
    border: 1px solid #a8a8a8;
    background: #ffffff;
    border-radius: 50%;
    float: none;
    display: table;
    text-align: center;
    margin: 0 auto;
  }
  .benefits_list .image_block .image_cell img {
    max-width: 40px;
    max-height: 40px;
  }
  #faqs {
    padding: 30px 0;
  }
  #faqs h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 23px 0 5px;
  }
  .review_list {
    padding: 0;
  }
  .review_list .review_item .left_block {
    width: 58px;
    float: left;
    margin-right: 6px;
  }
  .review_list .review_item .right_block {
    float: left;
    width: calc(100% - 65px);
  }
  .review_list .review_item .left_block .avatar {
    height: 36px;
    width: 36px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 18px;
  }
  .review_list .review_item .right_block .name,
  .review_list .review_item .right_block .text {
    font-size: 16px;
    line-height: 24px;
  }
  .stars i {
    margin: 0 -1px;
    font-size: 9px;
  }
  .stars > i,
  .last-star {
    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  #header .logo {
    max-height: 60px;
  }
  .step .img_block {
    width: 60px;
    height: 60px;
    border: 6px solid #dff4ee;
  }
  .step .img_block .num {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
  }
  .hero-features,
  .about-features {
    list-style: none;
    padding-left: 0;
  }
  #about .row:nth-child(2n + 1) .col-sm-12:first-child {
    order: 2;
    margin-bottom: 24px;
  }
  #about .row:nth-child(2n + 2) .col-sm-12:last-child {
    margin-bottom: 24px;
  }
  #about .row:last-child .col-sm-12:last-child {
    margin-top: 24px;
  }
  #about .text {
    margin-bottom: 16px;
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hamburger {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.hamburger span {
  background-color: #000;
  width: 2em;
  height: 0.2em;
  margin: 0.26em 0;
  display: block;
  transition: all 0.4s ease;
  transform-origin: 0 0;
  font-size: 0.78rem;
}
.hamburger.close span:nth-child(1) {
  transform: rotate(45deg) translate(1px, -1px);
}
.hamburger.close span:nth-child(2) {
  transform: scaleX(0);
}
.hamburger.close span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 0);
}
