﻿@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  color: #000;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}

a,
button {
  text-decoration: none;
  border: 0;
  transition: all 0.3s ease;
}

p {
  margin-bottom: 1.7rem;
  line-height: 1.5;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

picture {
  display: block;
  text-align: center;
}

.card {
  border: 0;
  border-radius: 0;
  background: none;
}

.block-padding {
  padding: 50px 0;
}

.row-margin {
  margin: 50px 0;
}

.white {
  color: #fff;
}

.red {
  color: #FF0000;
}

.skyblue {
  color: #00DCFF;
}

.dark-bg {
  background: #212121;
}

.content {
  max-width: 1000px;
  margin: 0 auto;
}

.button-phone {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.button-phone .text {
  color: #B7B7B7;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 300;
}

.button-phone .text .fa-phone {
  font-size: 20px;
  margin-right: 10px;
}

.button-phone .value {
  color: #FF0000;
  font-family: "Bebas Neue";
  font-size: 45px;
  line-height: 1;
}

.primary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  width: 100%;
  background: #FF0000;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.primary-button img {
  margin-right: 15px;
}

.primary-button:hover {
  color: #fff;
  background: #cc0000;
}

.primary-button.green {
  background: #44B950;
}

.primary-button.green:hover {
  background: #369440;
}

.primary-button.red {
  background: #262626;
  color: #fff !important;
}

.primary-button.red:hover {
  background: #0d0d0d;
}

.product-options-block .row {
  --bs-gutter-y: 20px;
}

.product-options-block .card {
  position: relative;
  border: 0;
  border-radius: 0;
  background: none;
  overflow: hidden;
}

.product-options-block .card input[type=radio] {
  position: absolute;
  left: -9999px;
}

.product-options-block .card label {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.product-options-block .card label img {
  width: 100%;
  transition: opacity 0.3s ease;
}

.product-options-block .card label .default {
  opacity: 1;
}

.product-options-block .card label .selected {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.product-options-block .card input[type=radio]:checked+label .default {
  opacity: 0;
}

.product-options-block .card input[type=radio]:checked+label .selected {
  opacity: 1;
}

.terms-page {
  padding: 50px 0;
}

.terms-page h2 {
  margin-bottom: 50px;
}

.terms-page h3 {
  margin-bottom: 15px;
  font-size: 23px;
}

.terms-page p,
.terms-page ul,
.terms-page ol {
  font-size: 16px;
  color: #333;
}

.terms-page ul {
  list-style: disc;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .order-form-block .order-steps .steps.second_step .payment-methods {
    max-width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .order-form-block .order-steps .steps.second_step .payment-methods .option-item {
    flex: 0 0 48%;
    margin: 0 1%;
    max-width: 350px;
  }

  .order-form-block .order-steps .steps.third_step .body {
    padding: 40px 100px;
  }

  .order-form-block .order-steps .order-summary .body .savings {
    display: flex;
    align-items: center;
  }

  .order-form-block .order-steps .order-summary .body .savings .left {
    flex: 0 0 342px;
    margin-bottom: 0;
    margin-right: 50px;
  }

  .order-form-block .order-steps .order-summary .body .savings .right {
    flex: 1 1 auto;
  }

  .order-form-block .order-steps .order-summary .body .countdown {
    max-width: 642px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .order-form-block .order-steps .order-summary .body .countdown .text {
    font-size: 24px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }

  .container {
    max-width: 1320px;
  }

  .block-padding {
    padding: 80px 0;
  }

  .row-margin {
    margin: 80px 0;
  }

  .section-title {
    font-size: 70px;
    line-height: 70px;
  }

  .section-title.highlight {
    text-align: start;
    padding: 5px 15px 12px 15px;
  }

  .section-title.line {
    padding-bottom: 35px;
  }

  .section-card .body {
    padding: 50px 70px;
  }

  .product-card {
    max-width: 1000px;
    margin: 0 auto 60px auto;
  }

  .product-card .head .number {
    padding: 30px;
  }

  .product-card .head .text {
    padding: 30px;
    font-size: 28px;
  }

  .product-card .body {
    padding: 40px;
  }

  .product-card .reviews {
    margin-bottom: 60px;
    display: flex;
  }

  .product-card .reviews .left {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-right: 40px;
    border-right: 1px solid #BBBBBB;
    margin-right: 50px;
    flex: 0 0 45%;
  }

  .product-card .reviews .left picture {
    max-width: 336px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .product-card .reviews .right {
    flex: 1 1 auto;
  }

  .product-card .title-bar {
    font-size: 28px;
  }

  .product-card .pros-cons {
    margin-bottom: 60px;
  }

}

header.header-home {
  background: #000000;
}

header.header-home nav {
  border-bottom: 1px solid #353535;
  padding: 10px 0;
}

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

header.header-home .top .logo {
  display: inline-block;
  max-width: 110px;
}

header.header-home .top .button-phone {
  margin: 0 10px;
}

header.header-home .top .button-phone .text {
  font-size: 12px;
}

header.header-home .top .button-phone .value {
  font-size: 33px;
}

header.header-home .top #buttonToggleMenu {
  background: none;
  padding: 0;
}

header.header-home .bottom {
  align-items: center;
  justify-content: center;
  padding: 10px 0 5px 0;
}

header.header-home .bottom .link {
  color: #fff;
  font-size: 18px;
  margin-right: 25px;
}

header.header-home .bottom .link:hover {
  color: #FF0000;
}

header.header-home .bottom .button {
  flex: 0 0 200px;
}

header.header-home .bottom.show {
  display: flex;
}

header.header-order {
  text-align: center;
}

header.header-order .top {
  background: #FF0000;
  color: #fff;
  padding: 10px 10px 8px 10px;
}

header.header-order .top h1 {
  font: normal 25px "Bebas Neue";
  line-height: 1;
}

header.header-order .bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

header.header-order .bottom p {
  font-size: 13px;
}

header.header-order .bottom p b {
  font-weight: 600;
}

header.header-order .bottom p b:not(.red) {
  color: #007EBF;
}

@media (min-width: 992px) {
  header.header-home nav {
    padding: 20px 0;
  }

  header.header-home .top .logo {
    max-width: 220px;
  }

  header.header-home .top .button-phone {
    margin: 0 10px;
  }

  header.header-home .top .button-phone .text {
    font-size: 16px;
  }

  header.header-home .top .button-phone .value {
    font-size: 55px;
  }

  header.header-home .bottom {
    display: none !important;
  }

  header.header-order .top {
    padding: 15px 10px 12px 10px;
  }

  header.header-order .top h1 {
    font-size: 45px;
  }

  header.header-order .bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header.header-order .bottom p {
    font-size: 17px;
  }
}

.disclaimer-block {
  padding: 20px 0;
}

.disclaimer-block p {
  border: 1px solid #212121;
  color: #000000;
  font-size: 10px;
  padding: 5px 15px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
}

footer {
  background: #0A0A0A;
  padding: 25px 0 30px 0;
}

footer .button-phone {
  margin-bottom: 15px;
}

footer .logo {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 150px;
}

footer .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 992px) {
  .disclaimer-block {
    padding: 50px 0;
  }

  .disclaimer-block p {
    padding: 20px;
    border-radius: 0;
    padding: 25px;
    font-size: 14px;
  }

  footer {
    padding: 40px 0;
  }

  footer .button-phone {
    margin-bottom: 0;
  }

  footer .button-phone .text {
    font-size: 18px;
  }

  footer .button-phone .text .fa-phone {
    font-size: 22px;
  }

  footer .button-phone .value {
    font-size: 55px;
  }

  footer .logo {
    margin-bottom: 0;
    max-width: 220px;
  }

  footer .copyright {
    font-size: 16px;
  }
}

.scroll-down-block {
  background: transparent linear-gradient(180deg, #00CC29 0%, #007508 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}

.scroll-down-block h6 {
  font-family: "Bebas Neue";
  font-size: 45px;
  line-height: 1;
  font-weight: normal;
}

.scroll-down-block p {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
}

.info-block {
  background: #EFFDFF 0% 0% no-repeat padding-box;
  border: 2px solid #00BFDE;
  border-radius: 9px;
  padding: 20px;
  text-align: start;
  display: flex;
}

.info-block picture {
  flex: 0 0 65px;
  margin-right: 20px;
}

picture .name {
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
  font-weight: 600;
}

.s3h-block-1 {
  background: #000000;
  color: #fff;
}

.s3h-block-1 .top-row h1 {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
}

.s3h-block-1 .top-row .h1-sub {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}

.s3h-block-1 .top-row picture {
  max-width: 300px;
  margin: 0 auto 40px auto;
  position: relative;
  left: 20px;
}

.s3h-block-1 .top-row .h2-sub {
  font-size: 19px;
  margin-bottom: 30px;
}

.s3h-block-1 .top-row h2 {
  text-decoration: underline;
  font-size: 30px;
}

.s3h-block-1 .bottom-row .card {
  text-align: center;
  margin-bottom: 50px;
}

.s3h-block-1 .bottom-row .card .head {
  margin-bottom: 15px;
}

.s3h-block-1 .bottom-row .card .head span {
  font-style: italic;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}

.s3h-block-1 .bottom-row .card .head h3 {
  display: inline-block;
  font-size: 19px;
  text-decoration: underline;
}

.s3h-block-1 .bottom-row .card .body {
  text-align: start;
}

.s3h-block-1 .bottom-row .card .body picture {
  float: left;
  margin: 0 15px 5px 0;
  max-width: 160px;
}

.s3h-block-1 .bottom-row .card .body p {
  font-weight: 300;
}

.s3h-block-1 .bottom-row .h2-sub {
  font-size: 18px;
  margin-bottom: 30px;
}

.s3h-block-1 .bottom-row h2 {
  font-size: 30px;
  text-decoration: underline;
}

.s3h-block-2 .top-row {
  margin-bottom: 50px;
}

.s3h-block-2 .top-row .quiz-card {
  background: #212121;
  padding: 30px 15px;
  text-align: center;
}

.s3h-block-2 .top-row .quiz-card .head {
  background: #fff;
  border: 3px solid #00CC29;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.s3h-block-2 .top-row .quiz-card .head p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.s3h-block-2 .top-row .quiz-card .body {
  background: #000000;
  border-radius: 5px;
  padding: 30px 15px;
  margin: 0 20px;
  color: #fff;
}

.s3h-block-2 .top-row .quiz-card .body ul.indicator {
  display: flex;
  column-gap: 7px;
  margin-bottom: 20px;
}

.s3h-block-2 .top-row .quiz-card .body ul.indicator li {
  height: 7px;
  background: #707070;
  flex: 1 1 auto;
  border-radius: 10px;
}

.s3h-block-2 .top-row .quiz-card .body ul.indicator li.active {
  background: #43ff00;
}

.s3h-block-2 .top-row .quiz-card .body .quiz {
  display: none;
}

.s3h-block-2 .top-row .quiz-card .body .quiz.active {
  display: block;
}

.s3h-block-2 .top-row .quiz-card .body .quiz h6 {
  font-size: 16px;
  font-weight: 400;
}

.s3h-block-2 .top-row .quiz-card .body .quiz label {
  font-size: 18px;
}

.s3h-block-2 .top-row .quiz-card .body .quiz .choices button {
  display: block;
  width: 100%;
  margin: 0 auto 10px auto;
  max-width: 250px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  display: flex;
  transition: all 0.3s ease;
}

.s3h-block-2 .top-row .quiz-card .body .quiz .choices button span {
  position: relative;
  padding-left: 25px;
}

.s3h-block-2 .top-row .quiz-card .body .quiz .choices button span:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.s3h-block-2 .top-row .quiz-card .body .quiz .choices button:hover,
.s3h-block-2 .top-row .quiz-card .body .quiz .choices button:focus {
  background: #43ff00;
}

.s3h-block-2 .top-row .quiz-card .body .quiz .choices button:hover span::before,
.s3h-block-2 .top-row .quiz-card .body .quiz .choices button:focus span::before {
  background: #000;
}

.s3h-block-2 .top-row .quiz-card .body .results h5 {
  color: #43FF00;
  font-size: 20px;
}

.s3h-block-2 .top-row .quiz-card .body .results .h5-sub {
  font-size: 18px;
  line-height: 1.3;
}

.s3h-block-2 .top-row .quiz-card .body .results h6 {
  font-family: "Bebas Neue";
  font-size: 30px;
  font-weight: normal;
}

.s3h-block-2 .top-row .quiz-card .body .results .button {
  background: transparent linear-gradient(180deg, #FF0000 0%, #800000 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 18px rgba(0, 0, 0, 0.4392156863), 0px 3px 26px rgba(0, 0, 0, 0.1607843137);
  border: 5px solid #FF0000;
  border-radius: 50px;
  font-size: 30px;
  font-weight: normal;
  font-family: "Bebas Neue";
  line-height: 25px;
  color: #fff;
  padding: 10px 20px;
  display: block;
}

.s3h-block-2 .top-row .quiz-card .body .results .button:hover {
  color: #ff6a6a;
}

.s3h-block-2 .top-row .scroll-down-block {
  margin-top: 30px;
  display: none;
}

.s3h-block-2 .bottom-row .h2-sub {
  margin-bottom: 30px;
}

.s3h-block-2 .bottom-row .row {
  --bs-gutter-y: 30px;
}

.s3h-block-2 .bottom-row .card {
  height: 100%;
  padding-top: 100px;
}

.s3h-block-2 .bottom-row .card .head {
  width: 130px;
  height: 130px;
  background: transparent linear-gradient(180deg, #00DCFF 0%, #006E80 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  font-family: "Bebas Neue";
  padding: 20px 10px 10px 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.s3h-block-2 .bottom-row .card .head .percent {
  font-size: 80px;
  line-height: 70px;
}

.s3h-block-2 .bottom-row .card .head .sign {
  position: absolute;
  font-size: 40px;
  right: 10px;
  top: 23px;
}

.s3h-block-2 .bottom-row .card .body {
  background: #212121;
  border-radius: 5px;
  padding: 50px 30px 30px 30px;
  color: #fff;
  height: 100%;
}

.s3h-block-2 .bottom-row .card .body p {
  font-size: 17px;
  line-height: 1.5;
}

.s3h-block-2 .bottom-row .percentages {
  margin-bottom: 50px;
}

.s3h-block-2 .bottom-row h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.s3h-block-2 .bottom-row .chart {
  margin-bottom: 40px;
}

.s3h-block-2 .bottom-row .chart .caption {
  font-size: 13px;
  font-style: italic;
  margin-top: 20px;
}

.s3h-block-3 .top-row h2 {
  font-size: 25px;
  margin-bottom: 30px;
}

.s3h-block-3 .top-row .banner {
  margin-bottom: 30px;
}

.s3h-block-3 .top-row .video {
  margin-top: 50px;
}

.s3h-block-3 .top-row .video-player {
  position: relative;
  cursor: pointer;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 0 !important;
  box-shadow: 0 0 15px 5px #7e7e7e;
}

.s3h-block-3 .top-row .video-player:after {
  content: "";
  background: url("icon-youtube.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 50px;
  display: none;
}

.s3h-block-3 .top-row .video-player.stop:after,
.s3h-block-3 .top-row .video-player.paused:after {
  display: block;
}

.s3h-block-3 .top-row .video-player.playing:after {
  display: none;
}

.s3h-block-3 .top-row .video-player video {
  background: #000000;
}

.s3h-block-3 .middle-row b,
.s3h-block-3 .bottom-row b {
  font-weight: 600;
}

.s3h-block-3 .middle-row .row,
.s3h-block-3 .bottom-row .row {
  --bs-gutter-y: 30px;
}

.s3h-block-3 .middle-row h3,
.s3h-block-3 .bottom-row h3 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.s3h-block-3 .middle-row ul li,
.s3h-block-3 .bottom-row ul li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}

.s3h-block-3 .middle-row ul li:not(:last-of-type),
.s3h-block-3 .bottom-row ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.s3h-block-3 .middle-row ul li:before,
.s3h-block-3 .bottom-row ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("icon-arrow.png") no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 14px;
}

.s3h-block-4 .top-row h2 {
  text-decoration: underline;
  font-size: 30px;
}

.s3h-block-4 .top-row .row {
  --bs-gutter-y: 40px;
}

.s3h-block-4 .top-row .card {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  height: 100%;
}

.s3h-block-4 .top-row .card picture {
  margin-bottom: 20px;
}

.s3h-block-4 .top-row .card h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.s3h-block-4 .top-row>p {
  color: #fff;
}

.s3h-block-4 .bottom-row h2 {
  font-size: 48px;
  font-family: "Bebas Neue";
  font-weight: normal;
  line-height: 1;
}

.s3h-block-5 {
  padding-bottom: 0;
}

.s3h-block-5 h2 {
  font-size: 22px;
  line-height: 1.7;
  text-decoration: underline;
}

.s3h-block-5 .card .body {
  border: 1px solid #212121;
  padding: 30px 30px 50px 30px;
  margin: 0 15px;
  border-top: 0;
  background: #F8F8F8;
  max-width: 330px;
  margin: 0 auto;
}

.s3h-block-5 .card .body h3 {
  border: 1px solid #707070;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: "Bebas Neue";
  text-align: center;
  font-weight: normal;
  padding: 10px 10px 5px 10px;
  color: #212121;
}

.s3h-block-5 .card .body p {
  color: #212121;
}

.s3h-block-5 .card picture {
  margin-top: -10px;
}

.s3h-block-5 .card.item-1 .body {
  border-top: 1px solid #212121;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.s3h-block-6 .card {
  text-align: center;
}

.s3h-block-6 .card picture {
  max-width: 280px;
  margin: 0 auto;
}

.s3h-block-6 .card .body {
  margin-bottom: 30px;
}

.s3h-block-6 .card .body h3 {
  position: relative;
  font-size: 150px;
  font-family: "Bebas Neue";
  line-height: 120px;
  width: 150px;
  margin: 0 auto 10px auto;
  font-weight: normal;
}

.s3h-block-6 .card .body h3 span {
  display: inline-block;
}

.s3h-block-6 .card .body h3 img.sign {
  position: absolute;
  right: -30px;
}

.s3h-block-6 .card .body p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.s3h-block-6 .card.middle {
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.s3h-block-7 h2 {
  font-size: 20px;
  line-height: 1.5;
}

.s3h-block-7 .top-row .content {
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}

.s3h-block-7 .middle-row h2 {
  font-weight: 500;
  font-size: 28px;
}

.s3h-block-7 .middle-row .content {
  background: transparent linear-gradient(180deg, #333333 0%, #212121 100%) 0% 0% no-repeat padding-box;
  padding: 30px 20px;
}

.s3h-block-7 .middle-row .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.s3h-block-7 .middle-row .card {
  background: #E9E9E9;
  max-width: 344px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin: 0 auto 60px auto;
}

.s3h-block-7 .middle-row .card picture {
  position: relative;
}

.s3h-block-7 .middle-row .card picture>img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.s3h-block-7 .middle-row .card picture .inches {
  position: absolute;
  max-width: 120px;
  top: -10px;
  right: -10px;
}

.s3h-block-7 .middle-row .card .body {
  padding: 40px 20px;
}

.s3h-block-7 .middle-row .card .body h4 {
  font-size: 17px;
  margin-bottom: 20px;
  font-style: italic;
}

.s3h-block-7 .middle-row .card .body p {
  font-size: 15px;
}

.s3h-block-7 .middle-row .card .body .name {
  text-align: end;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

.s3h-block-7 .bottom-row ul li {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}

.s3h-block-7 .bottom-row ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.s3h-block-7 .bottom-row ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url("icon-arrow.png") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 17px;
}

.s3h-block-7 .bottom-row h3 {
  font-size: 20px;
}

.s3h-block-8 .container {
  max-width: 850px;
}

.s3h-block-8 h2 {
  font-size: 60px;
  font-family: "Bebas Neue";
  line-height: 60px;
  font-weight: normal;
}

.s3h-block-8 .row {
  --bs-gutter-y: 40px;
}

.s3h-block-8 .card {
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.s3h-block-8 .card .body {
  height: 100%;
  padding: 30px 15px;
}

.s3h-block-8 .card .body h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

.s3h-block-9 .info-bar {
  background: transparent linear-gradient(180deg, #00DCFF 0%, #006E80 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
}

.s3h-block-9 .top-row .info-bar {
  position: relative;
  margin-top: 100px;
  padding: 130px 20px 40px 20px;
}

.s3h-block-9 .top-row .info-bar picture {
  position: absolute;
  max-width: 200px;
  height: 200px;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
}

.s3h-block-9 .top-row .info-bar .name {
  font-size: 19px;
  font-style: italic;
}

.s3h-block-9 .top-row .info-bar .body h6 {
  font-family: "Bebas Neue";
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
}

.s3h-block-9 .top-row .info-bar .body p {
  font-weight: 300;
}

.s3h-block-9 .top-row h2,
.s3h-block-9 .top-row h3 {
  font-size: 20px;
}

.s3h-block-9 .bottom-row .info-bar {
  padding: 10px;
}

.s3h-block-9 .bottom-row .info-bar h6 {
  font-size: 15px;
  font-style: italic;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

.s3h-block-9 .bottom-row .content {
  max-width: 100%;
  border: 3px solid #00DCFF;
  border-top: 0;
  padding: 30px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #F5FEFF;
}

.s3h-block-9 .bottom-row .content .card picture {
  max-width: 250px;
  margin: 0 auto 30px auto;
}

.s3h-block-9 .bottom-row .content .card .body h4 {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5px;
}

.s3h-block-9 .bottom-row .content .card .body .h4-sub {
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 20px;
}

.s3h-block-9 .bottom-row .content .card.item-1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00DCFF;
}

.s3h-block-10 {
  padding-top: 0;
}

.s3h-block-10 .top-row .image-bar {
  background-size: cover;
  text-align: center;
  padding: 20px 20px 25px 20px;
  color: #fff;
}

.s3h-block-10 .top-row .image-bar .h6-sub {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}

.s3h-block-10 .top-row .image-bar h6 {
  font-weight: normal;
  font-size: 32px;
  font-family: "Bebas Neue";
  font-style: italic;
  line-height: 1;
}

.s3h-block-10 .top-row .title-bar {
  text-align: center;
}

.s3h-block-10 .top-row .title-bar h2 {
  font-weight: normal;
  font-size: 50px;
  font-family: "Bebas Neue";
  line-height: 1;
}

.s3h-block-10 .top-row .compare-table .card .head {
  position: relative;
  padding-bottom: 10px;
}

.s3h-block-10 .top-row .compare-table .card .head:before {
  content: "";
  height: 50%;
  width: 100%;
  background: transparent linear-gradient(180deg, #A4A4A4 0%, #4A4A4A 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.s3h-block-10 .top-row .compare-table .card .head img {
  position: relative;
  z-index: 2;
}

.s3h-block-10 .top-row .compare-table .card .body {
  border: 1px solid #707070;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
}

.s3h-block-10 .top-row .compare-table .card .body h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.s3h-block-10 .top-row .compare-table .card .body ul li {
  position: relative;
  padding-left: 25px;
}

.s3h-block-10 .top-row .compare-table .card .body ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.s3h-block-10 .top-row .compare-table .card .body ul li .fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: red;
  font-size: 18px;
}

.s3h-block-10 .top-row .compare-table .card.item-2 .head:before {
  background: transparent linear-gradient(180deg, #00CC29 0%, #006615 100%) 0% 0% no-repeat padding-box;
}

.s3h-block-10 .top-row .compare-table .card.item-2 .body {
  border: 1px solid #00CC29;
}

.s3h-block-10 .top-row .compare-table .card.item-2 .body ul li .fa {
  color: green;
}

.s3h-block-10 .top-row .compare-table .versus {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}

.s3h-block-10 .top-row .compare-table .versus span {
  background: #fff;
  color: #C10000;
  font-family: "Bebas Neue";
  font-size: 70px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.s3h-block-10 .top-row .compare-table .versus:before {
  content: "";
  background: transparent linear-gradient(180deg, #C10000 0%, #610000 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  height: 70%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.s3h-block-10 .bottom-row h2 {
  text-align: start;
  font-size: 20px;
}

.s3h-block-10 .bottom-row ul {
  max-width: 500px;
  margin: 0 auto;
}

.s3h-block-10 .bottom-row ul li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}

.s3h-block-10 .bottom-row ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.s3h-block-10 .bottom-row ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-size: contain;
  width: 15px;
  height: 14px;
}

.s3h-block-11 .top-row {
  background-size: cover;
}

.s3h-block-11 .top-row h2 {
  font-size: 20px;
}

.s3h-block-11 .bottom-row {
  position: relative;
}

.s3h-block-11 .bottom-row .image-bar {
  background-size: cover;
  padding: 30px 20px 90px 20px;
}

.s3h-block-11 .bottom-row .image-bar h6 {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-weight: normal;
  font-family: "Bebas Neue";
  font-size: 55px;
  line-height: 50px;
}

.s3h-block-11 .bottom-row .content {
  margin-top: -100px;
}

.s3h-block-11 .bottom-row .content .row {
  --bs-gutter-y: 30px;
}

.s3h-block-11 .bottom-row .content .card {
  height: 100%;
}

.s3h-block-11 .bottom-row .content .card .body {
  height: 100%;
  background: #212121;
  border-radius: 5px;
  padding: 40px 20px;
  color: #fff;
}

.s3h-block-11 .bottom-row .content .card .body h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.s3h-block-11 .bottom-row .content .card .body h3 .icon {
  flex: 0 0 50px;
  margin-right: 20px;
}

.s3h-block-11 .bottom-row .content .card .body p {
  font-weight: 300;
}

.s3h-block-11 .bottom-row:after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: scaleY(-1);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.s3h-block-11 .bottom-row>* {
  position: relative;
  z-index: 2;
}

.s3h-block-12 .info-bar {
  background: transparent linear-gradient(180deg, #00DCFF 0%, #006E80 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 50px 20px;
  margin: 50px 0;
}

.s3h-block-12 .info-bar .body h6 {
  font-family: "Bebas Neue";
  font-size: 45px;
  font-weight: normal;
  line-height: 1;
}

.s3h-block-12 .info-bar .body .h6-sub {
  font-size: 18px;
}

.s3h-block-12 .info-bar .body p {
  font-weight: 300;
}

.s3h-block-12 .info-bar .body em {
  font-weight: 400;
}

.s3h-block-12 #accordion .accordion-item,
.s3h-block-12 #accordion .accordion-button {
  border-radius: 0;
  border: 0;
}

.s3h-block-12 #accordion .accordion-button {
  background: #00BFDE;
  flex-direction: column;
  align-items: start;
  padding: 10px 50px 10px 10px;
  outline: 0;
  box-shadow: none;
}

.s3h-block-12 #accordion .accordion-button h5 {
  font-weight: normal;
  font-family: "Bebas Neue";
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

.s3h-block-12 #accordion .accordion-button .h5-sub {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.s3h-block-12 #accordion .accordion-button:before {
  content: "+";
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  font-family: Arial;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.s3h-block-12 #accordion .accordion-button:not(.collapsed):before {
  content: "–";
  font-family: "Poppins";
  font-size: 45px;
}

.s3h-block-12 #accordion .accordion-button:after {
  display: none;
}

.s3h-block-12 #accordion .accordion-body {
  padding: 0;
}

.s3h-block-12 #accordion .accordion-body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}

.s3h-block-12 #accordion .accordion-body .h3-sub {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
}

.s3h-block-12 #accordion .accordion-body h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.s3h-block-13 .title-bar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: center;
}

.s3h-block-13 .title-bar h2 {
  font-family: "Bebas Neue";
  font-size: 27px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

.s3h-block-13 .title-bar .seal {
  margin-left: 30px;
  flex: 0 0 140px;
}

.s3h-block-13 .title-bar>* {
  position: relative;
  z-index: 2;
}

.s3h-block-13 .title-bar:after {
  content: "";
  background: #212121;
  height: 60%;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.s3h-block-13 .card {
  max-width: 400px;
  margin: 0 auto;
}

.s3h-block-13 .card picture {
  max-width: 350px;
  margin: 0 auto 20px auto;
}

.s3h-block-13 .card ul {
  padding-left: 25px;
}

.s3h-block-13 .card ul li {
  background: #212121;
  position: relative;
  color: #fff;
  border-radius: 30px;
  padding: 7px 30px;
  font-weight: 300;
  font-size: 13px;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.1;
  min-height: 55px;
}

.s3h-block-13 .card ul li:not(:last-of-type) {
  margin-bottom: 25px;
}

.s3h-block-13 .card ul li span {
  background: transparent linear-gradient(180deg, #00BFDE 0%, #00606F 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 45px;
  height: 45px;
  font-family: "Bebas Neue";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 30px;
  border-radius: 50%;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.s3h-block-14 .info-block {
  flex-direction: column;
}

.s3h-block-14 .info-block picture {
  flex: 0 0 65px;
  margin: 0 auto 15px auto;
  max-width: 65px;
}

.s3h-block-14 .info-block h6 {
  font-size: 23px;
  text-decoration: underline;
}

.s3h-block-14 .row {
  --bs-gutter-y: 40px;
}

.s3h-block-14 .card {
  padding-top: 80px;
}

.s3h-block-14 .card picture {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
}

.s3h-block-14 .card .body {
  border: 1px solid #212121;
  padding: 110px 20px 40px 20px;
  border-radius: 5px;
}

.s3h-block-14 .card .body h3 {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 23px;
  line-height: 1;
  color: #C10000;
}

.s3h-block-14 .card .body p {
  font-size: 15px;
}

.s3h-block-15 {
  padding-top: 0;
}

.s3h-block-15 .card {
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
}

.s3h-block-15 .card .body {
  padding: 40px 20px 20px 20px;
}

.s3h-block-15 .card .body h3 {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center;
}

.s3h-block-15 .card .body p {
  font-weight: 300;
}

.s3h-block-16 .top-row h2 {
  font-size: 24px;
}

.s3h-block-16 .top-row .seals img {
  max-width: 220px;
}

.s3h-block-16 .middle-row h2 {
  font-size: 50px;
  font-family: "Bebas Neue";
  color: #C10000;
  line-height: 1;
  font-weight: normal;
}

.s3h-block-16 .middle-row .h2-sub {
  font-size: 20px;
  font-weight: 600;
}

.s3h-block-16 .bottom-row .content {
  margin-top: -20px;
  position: relative;
  z-index: 2;
  background: transparent linear-gradient(180deg, #F3F3F3 0%, #ECECEC 100%) 0% 0% no-repeat padding-box;
  border-radius: 9px;
  padding: 20px;
}

.s3h-block-16 .bottom-row .content h2 {
  font-size: 40px;
  font-weight: normal;
  font-family: "Bebas Neue";
  line-height: 1;
}

.s3h-block-16 .bottom-row .content .h2-sub {
  font-size: 15px;
}

.s3h-block-16 .bottom-row .content .button {
  background: transparent linear-gradient(180deg, #FF0000 0%, #800000 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 18px rgba(0, 0, 0, 0.4392156863), 0px 3px 26px rgba(0, 0, 0, 0.1607843137);
  border: 5px solid #FF0000;
  border-radius: 50px;
  font-size: 30px;
  font-weight: normal;
  font-family: "Bebas Neue";
  line-height: 25px;
  color: #fff;
  padding: 10px 20px;
}

.s3h-block-16 .bottom-row .content .button:hover {
  color: #ff6a6a;
}

.s3h-block-16 .bottom-row .content .info-block {
  border: 1px solid #707070;
  border-radius: 9px;
  background: #fff;
}

.s3h-block-16 .bottom-row .content .info-block b {
  font-weight: 600;
}

.s3h-block-16 .bottom-row .content .info-block p {
  font-size: 13px;
  margin-bottom: 8px;
}

.s3h-block-16 .bottom-row .content p.text {
  font-size: 15px;
}

.s3h-block-16 .bottom-row .content p.text span {
  background: #00DCFF;
  display: inline-block;
  padding: 2px 5px 0 5px;
}

@media (min-width: 992px) {
  .scroll-down-block {
    border-radius: 20px;
    padding: 25px;
  }

  .scroll-down-block h6 {
    font-size: 105px;
    line-height: 90px;
  }

  .scroll-down-block p {
    line-height: 1.2;
    font-size: 23px;
    font-weight: 300;
  }

  .info-block {
    padding: 30px 50px;
  }

  .info-block picture {
    flex: 0 0 145px;
    margin-right: 50px;
  }

  .s3h-block-1 {
    padding-bottom: 50px;
  }

  .s3h-block-1 .top-row h1 {
    font-size: 70px;
  }

  .s3h-block-1 .top-row .h1-sub {
    font-size: 27px;
  }

  .s3h-block-1 .top-row picture {
    max-width: 609px;
    margin-bottom: 50px;
  }

  .s3h-block-1 .top-row .h2-sub {
    font-size: 30px;
  }

  .s3h-block-1 .top-row h2 {
    font-size: 37px;
  }

  .s3h-block-1 .bottom-row .card {
    text-align: start;
  }

  .s3h-block-1 .bottom-row .card .head {
    margin-bottom: 20px;
  }

  .s3h-block-1 .bottom-row .card .head span {
    font-size: 18px;
    margin-bottom: 0;
  }

  .s3h-block-1 .bottom-row .card .head h3 {
    font-size: 45px;
  }

  .s3h-block-1 .bottom-row .card .body {
    text-align: start;
    display: flex;
    align-items: center;
  }

  .s3h-block-1 .bottom-row .card .body picture {
    float: none;
    margin: 0 60px 0 0;
    max-width: 285px;
    flex: 0 0 285px;
  }

  .s3h-block-1 .bottom-row .card .body p {
    font-size: 23px;
  }

  .s3h-block-1 .bottom-row .h2-sub {
    font-size: 24px;
    font-weight: 600;
  }

  .s3h-block-1 .bottom-row h2 {
    font-size: 37px;
  }

  .s3h-block-2 .top-row {
    position: relative;
  }

  .s3h-block-2 .top-row:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background: #000;
    position: absolute;
    z-index: 1;
  }

  .s3h-block-2 .top-row .quiz-card {
    z-index: 2;
    position: relative;
    padding: 50px 100px;
    border-radius: 20px;
  }

  .s3h-block-2 .top-row .quiz-card .head {
    padding: 20px 50px;
    margin-bottom: 40px;
  }

  .s3h-block-2 .top-row .quiz-card .head p {
    font-size: 28px;
  }

  .s3h-block-2 .top-row .quiz-card .body {
    border-radius: 20px;
    padding: 50px 40px;
    margin: 0;
  }

  .s3h-block-2 .top-row .quiz-card .body ul.indicator {
    column-gap: 10px;
    margin-bottom: 30px;
  }

  .s3h-block-2 .top-row .quiz-card .body ul.indicator li {
    height: 10px;
  }

  .s3h-block-2 .top-row .quiz-card .body .quiz h6 {
    font-size: 25px;
  }

  .s3h-block-2 .top-row .quiz-card .body .quiz label {
    font-size: 31px;
  }

  .s3h-block-2 .top-row .quiz-card .body .quiz .choices button {
    max-width: 500px;
    border-radius: 15px;
    font-size: 30px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }

  .s3h-block-2 .top-row .quiz-card .body .quiz .choices button span {
    padding-left: 45px;
  }

  .s3h-block-2 .top-row .quiz-card .body .quiz .choices button span:before {
    width: 25px;
    height: 25px;
  }

  .s3h-block-2 .top-row .quiz-card .body .results h5 {
    font-size: 35px;
  }

  .s3h-block-2 .top-row .quiz-card .body .results .h5-sub {
    font-size: 30px;
    padding: 0 100px;
  }

  .s3h-block-2 .top-row .quiz-card .body .results h6 {
    font-size: 40px;
  }

  .s3h-block-2 .top-row .quiz-card .body .results .button {
    font-size: 40px;
    padding: 25px 20px 20px 20px;
  }

  .s3h-block-2 .top-row .scroll-down-block {
    margin-top: 80px;
  }

  .s3h-block-2 .bottom-row {
    overflow: hidden;
  }

  .s3h-block-2 .bottom-row .h2-sub {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .s3h-block-2 .bottom-row .row {
    --bs-gutter-x: 50px;
  }

  .s3h-block-2 .bottom-row .card {
    padding-top: 80px;
  }

  .s3h-block-2 .bottom-row .card .head {
    width: 150px;
    height: 150px;
    padding: 20px 20px 10px 0;
  }

  .s3h-block-2 .bottom-row .card .head .percent {
    font-size: 90px;
    line-height: 80px;
  }

  .s3h-block-2 .bottom-row .card .head .sign {
    font-size: 50px;
    right: 15px;
    top: 28px;
  }

  .s3h-block-2 .bottom-row .card .body {
    border-radius: 15px;
    padding: 100px 30px 30px 30px;
  }

  .s3h-block-2 .bottom-row .card .body p {
    font-size: 20px;
  }

  .s3h-block-2 .bottom-row .percentages {
    margin-bottom: 80px;
  }

  .s3h-block-2 .bottom-row h2 {
    font-size: 33px;
    margin-bottom: 50px;
  }

  .s3h-block-2 .bottom-row .chart {
    margin-bottom: 80px;
  }

  .s3h-block-2 .bottom-row .chart .caption {
    font-size: 17px;
    margin-top: 40px;
  }

  .s3h-block-3 .top-row h2 {
    font-size: 35px;
    margin-bottom: 50px;
  }

  .s3h-block-3 .top-row .banner {
    margin-bottom: 80px;
  }

  .s3h-block-3 .top-row .video {
    margin-top: 80px;
  }

  .s3h-block-3 .top-row .video-player:after {
    width: 160px;
    height: 110px;
  }

  .s3h-block-3 .middle-row h3,
  .s3h-block-3 .bottom-row h3 {
    font-size: 23px;
  }

  .s3h-block-3 .middle-row ul li,
  .s3h-block-3 .bottom-row ul li {
    font-size: 18px;
    padding-left: 40px;
  }

  .s3h-block-3 .middle-row ul li:not(:last-of-type),
  .s3h-block-3 .bottom-row ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .s3h-block-3 .middle-row ul li:before,
  .s3h-block-3 .bottom-row ul li:before {
    width: 23px;
    height: 22px;
  }

  .s3h-block-4 .top-row h2 {
    font-size: 50px;
  }

  .s3h-block-4 .top-row .card {
    border-radius: 20px;
    padding: 30px;
  }

  .s3h-block-4 .top-row .card picture {
    margin-bottom: 20px;
  }

  .s3h-block-4 .top-row .card h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .s3h-block-4 .top-row .card p {
    font-size: 20px;
  }

  .s3h-block-4 .bottom-row h2 {
    font-size: 80px;
  }

  .s3h-block-5 {
    padding-bottom: 80px;
  }

  .s3h-block-5 h2 {
    font-size: 50px;
  }

  .s3h-block-5 .row {
    --bs-gutter-y: 50px;
  }

  .s3h-block-5 .card .body {
    margin: 0;
    border-top: 1px solid #212121;
    max-width: 100%;
    border-radius: 20px !important;
    padding: 30px 30px 110px 30px;
  }

  .s3h-block-5 .card .body h3 {
    font-size: 38px;
  }

  .s3h-block-5 .card picture {
    margin-top: -80px;
  }

  .s3h-block-6 .card picture {
    max-width: 330px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .s3h-block-6 .card .body {
    margin-bottom: 30px;
  }

  .s3h-block-6 .card .body h3 {
    position: relative;
    font-size: 150px;
    font-family: "Bebas Neue";
    line-height: 120px;
    width: 150px;
    margin: 0 auto 10px auto;
    font-weight: normal;
  }

  .s3h-block-6 .card .body h3 span {
    display: inline-block;
  }

  .s3h-block-6 .card .body h3 img.sign {
    position: absolute;
    right: -30px;
  }

  .s3h-block-6 .card .body p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
  }

  .s3h-block-6 .card.middle {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
  }

  .s3h-block-6 .card.middle:before,
  .s3h-block-6 .card.middle:after {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    background: #707070;
  }

  .s3h-block-6 .card.middle:before {
    left: -10px;
  }

  .s3h-block-6 .card.middle:after {
    right: -10px;
  }

  .s3h-block-7 h2 {
    font-size: 35px;
  }

  .s3h-block-7 .middle-row h2 {
    font-size: 35px;
  }

  .s3h-block-7 .middle-row .content {
    border-radius: 20px;
    padding: 60px 40px 80px 40px;
  }

  .s3h-block-7 .middle-row .content h3 {
    font-size: 30px;
  }

  .s3h-block-7 .middle-row .card {
    max-width: 800px;
    border-radius: 20px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 80px;
  }

  .s3h-block-7 .middle-row .card picture {
    order: 2;
    flex: 0 0 280px;
  }

  .s3h-block-7 .middle-row .card picture>img {
    border-top-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
  }

  .s3h-block-7 .middle-row .card picture .inches {
    max-width: 150px;
    top: -30px;
    right: -30px;
  }

  .s3h-block-7 .middle-row .card .body {
    padding: 40px;
  }

  .s3h-block-7 .middle-row .card .body h4 {
    font-size: 18px;
  }

  .s3h-block-7 .middle-row .card .body p {
    font-size: 16px;
  }

  .s3h-block-7 .middle-row .card .body .name {
    font-size: 19px;
  }

  .s3h-block-7 .bottom-row h3 {
    font-size: 25px;
  }

  .s3h-block-8 h2 {
    font-size: 85px;
    line-height: 85px;
  }

  .s3h-block-8 .col-md-6 {
    width: 45%;
  }

  .s3h-block-9 .info-bar {
    max-width: 1400px;
    margin: 0 auto;
  }

  .s3h-block-9 .top-row .info-bar {
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 60px;
    display: flex;
  }

  .s3h-block-9 .top-row .info-bar picture {
    flex: 0 0 350px;
    position: unset;
    max-width: 350px;
    height: 400px;
    left: unset;
    top: unset;
    transform: unset;
    margin-right: 40px;
  }

  .s3h-block-9 .top-row .info-bar picture .name {
    font-size: 20px;
    font-weight: 300;
  }

  .s3h-block-9 .top-row .info-bar .body {
    padding-top: 30px;
  }

  .s3h-block-9 .top-row .info-bar .body h6 {
    font-size: 47px;
  }

  .s3h-block-9 .top-row .info-bar .body p {
    font-weight: 300;
    line-height: 1.8;
    font-size: 19px;
  }

  .s3h-block-9 .top-row h2 {
    font-size: 35px;
  }

  .s3h-block-9 .top-row .h2-sub {
    font-size: 20px;
  }

  .s3h-block-9 .top-row h3 {
    font-size: 23px;
  }

  .s3h-block-9 .bottom-row .info-bar {
    padding: 20px 70px;
  }

  .s3h-block-9 .bottom-row .info-bar h6 {
    font-size: 28px;
    line-height: 1.3;
  }

  .s3h-block-9 .bottom-row .content {
    padding: 50px;
  }

  .s3h-block-9 .bottom-row .content .card {
    flex-direction: row;
  }

  .s3h-block-9 .bottom-row .content .card picture {
    max-width: 400px;
    flex: 0 0 450px;
    margin: 0 30px 0 0;
  }

  .s3h-block-9 .bottom-row .content .card .body h4 {
    font-size: 55px;
  }

  .s3h-block-9 .bottom-row .content .card .body .h4-sub {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .s3h-block-9 .bottom-row .content .card.item-1 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .s3h-block-10 {
    padding-top: 50px;
  }

  .s3h-block-10 .top-row .image-bar {
    max-width: 1296px;
    margin: 0 auto;
    padding: 50px;
  }

  .s3h-block-10 .top-row .image-bar .h6-sub {
    font-size: 20px;
  }

  .s3h-block-10 .top-row .image-bar h6 {
    font-size: 55px;
  }

  .s3h-block-10 .top-row .title-bar {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
  }

  .s3h-block-10 .top-row .title-bar h2 {
    font-size: 70px;
  }

  .s3h-block-10 .top-row .compare-table .card {
    height: 100%;
  }

  .s3h-block-10 .top-row .compare-table .card .head {
    padding: 20px 20px 60px 20px;
    margin-bottom: 15px;
  }

  .s3h-block-10 .top-row .compare-table .card .head:before {
    height: 100%;
    width: 100%;
    border-radius: 15px;
  }

  .s3h-block-10 .top-row .compare-table .card .body {
    border: 3px solid #707070;
    padding: 30px 40px;
    border-radius: 15px;
    position: relative;
    height: 100%;
  }

  .s3h-block-10 .top-row .compare-table .card .body h3 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -65px;
    z-index: 2;
    width: 100%;
    left: 0;
    font-weight: 500;
  }

  .s3h-block-10 .top-row .compare-table .card .body ul li {
    font-size: 21px;
    padding-left: 40px;
  }

  .s3h-block-10 .top-row .compare-table .card .body ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .s3h-block-10 .top-row .compare-table .card .body ul li .fa {
    top: 0;
    font-size: 28px;
  }

  .s3h-block-10 .top-row .compare-table .card.item-2 .body {
    border: 3px solid #00CC29;
  }

  .s3h-block-10 .top-row .compare-table .versus {
    margin-top: 50% !important;
  }

  .s3h-block-10 .bottom-row h2 {
    font-size: 32px;
  }

  .s3h-block-10 .bottom-row ul {
    max-width: 550px;
  }

  .s3h-block-10 .bottom-row ul li {
    font-size: 18px;
  }

  .s3h-block-11 .top-row h2 {
    font-size: 40px;
  }

  .s3h-block-11 .bottom-row .image-bar {
    background-size: cover;
    padding: 60px 20px 110px 20px;
  }

  .s3h-block-11 .bottom-row .image-bar h6 {
    font-size: 120px;
    line-height: 110px;
  }

  .s3h-block-11 .bottom-row .content .card .body {
    border-radius: 20px;
    padding: 60px 40px;
  }

  .s3h-block-11 .bottom-row .content .card .body h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .s3h-block-11 .bottom-row .content .card .body h3 .icon {
    flex: 0 0 80px;
  }

  .s3h-block-12 .info-bar {
    margin: 80px 0;
    border-radius: 20px;
    padding: 40px 60px;
    text-align: center;
  }

  .s3h-block-12 .info-bar .body h6 {
    font-size: 70px;
  }

  .s3h-block-12 .info-bar .body .h6-sub {
    font-size: 22px;
    line-height: 1.2;
  }

  .s3h-block-12 #accordion .accordion-button {
    padding: 20px 70px 20px 30px;
  }

  .s3h-block-12 #accordion .accordion-button h5 {
    font-size: 50px;
  }

  .s3h-block-12 #accordion .accordion-button .h5-sub {
    font-size: 18px;
  }

  .s3h-block-12 #accordion .accordion-button:before {
    right: 30px;
  }

  .s3h-block-12 #accordion .accordion-body {
    padding: 40px 0;
  }

  .s3h-block-12 #accordion .accordion-body h3 {
    font-size: 28px;
  }

  .s3h-block-12 #accordion .accordion-body .h3-sub {
    font-size: 19px;
  }

  .s3h-block-12 #accordion .accordion-body h4 {
    font-size: 23px;
    text-align: start;
  }

  .s3h-block-12 #accordion .accordion-body .row .col-lg-4 {
    width: 38.333333%;
  }

  .s3h-block-12 #accordion .accordion-body .row .col-lg-8 {
    width: 61.666667%;
  }

  .s3h-block-13 .title-bar {
    max-width: 1296px;
    margin: 0 auto;
  }

  .s3h-block-13 .title-bar h2 {
    font-size: 60px;
  }

  .s3h-block-13 .title-bar .seal {
    margin-left: 50px;
    flex: 0 0 250px;
  }

  .s3h-block-13 .card {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .s3h-block-13 .card picture {
    max-width: 550px;
    flex: 0 0 550px;
    margin: 0 40px 0 0;
  }

  .s3h-block-13 .card .body {
    flex: 1 1 auto;
  }

  .s3h-block-13 .card ul {
    padding-left: 25px;
  }

  .s3h-block-13 .card ul li {
    border-radius: 30px;
    padding: 15px 40px;
    font-size: 18px;
    min-height: 70px;
  }

  .s3h-block-13 .card ul li span {
    width: 55px;
    height: 55px;
    font-size: 45px;
    line-height: 45px;
  }

  .s3h-block-14 .info-block {
    padding: 40px 50px;
  }

  .s3h-block-14 .info-block picture {
    flex: 0 0 120px;
    margin: 0 auto 30px auto;
    max-width: 120px;
  }

  .s3h-block-14 .info-block h6 {
    font-size: 40px;
  }

  .s3h-block-14 .row {
    --bs-gutter-y: 40px;
  }

  .s3h-block-14 .card {
    padding-top: 100px;
  }

  .s3h-block-14 .card picture {
    width: 338px;
  }

  .s3h-block-14 .card .body {
    padding: 130px 40px 50px 40px;
  }

  .s3h-block-14 .card .body h3 {
    font-size: 50px;
  }

  .s3h-block-14 .card .body p {
    font-size: 18px;
  }

  .s3h-block-15 {
    padding-top: 80px;
  }

  .s3h-block-15 .content {
    max-width: 1296px;
  }

  .s3h-block-15 .card {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .s3h-block-15 .card picture {
    order: 2;
    flex: 0 0 400px;
    margin-left: 40px;
  }

  .s3h-block-15 .card .body {
    order: 1;
    padding: 40px 20px 20px 20px;
  }

  .s3h-block-15 .card .body h3 {
    font-size: 40px;
    text-align: start;
  }

  .s3h-block-15 .card .body p {
    font-size: 25px;
  }

  .s3h-block-16 {
    padding-bottom: 0;
  }

  .s3h-block-16 .top-row h2 {
    font-size: 45px;
  }

  .s3h-block-16 .top-row .info-block p {
    line-height: 1.8;
  }

  .s3h-block-16 .top-row .seals img {
    max-width: 250px;
  }

  .s3h-block-16 .middle-row h2 {
    font-size: 85px;
  }

  .s3h-block-16 .middle-row .h2-sub {
    font-size: 25px;
  }

  .s3h-block-16 .bottom-row .content {
    margin-top: 80px;
    border-radius: 20px;
    padding: 70px;
  }

  .s3h-block-16 .bottom-row .content h2 {
    font-size: 70px;
  }

  .s3h-block-16 .bottom-row .content .h2-sub {
    font-size: 27px;
  }

  .s3h-block-16 .bottom-row .content .button {
    font-size: 50px;
    line-height: 40px;
    padding: 25px 20px 20px 20px;
  }

  .s3h-block-16 .bottom-row .content .info-block {
    padding: 50px 50px;
  }

  .s3h-block-16 .bottom-row .content .info-block p {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }

  .s3h-block-16 .bottom-row .content p.text {
    font-size: 22px;
  }
}

.special-offer-row {
  background: #EFFDFF;
}

.special-offer {
  text-align: center;
}

.special-offer h5 {
  font-size: 15px;
  font-weight: bold;
}

.special-offer .timer {
  background-size: contain;
  width: 360px;
  height: 154px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Anton";
  font-size: 60px;
  color: #20222B;
}

.special-offer .offer-box {
  border: 2px solid #FF0000;
  border-radius: 5px;
  padding: 30px 10px;
}

.special-offer .offer-box h6 {
  font: italic 33px "Bebas Neue";
  margin-bottom: 20px;
  line-height: 1;
}

.special-offer .offer-box>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-offer .offer-box>div img {
  max-width: 120px;
}

.s3o-block-1 {
  padding-top: 20px;
}

.s3o-block-1 .logos,
.s3o-block-1 .secure {
  max-width: 320px;
  margin: 0 auto;
}

.s3o-block-1 .info-box {
  border: 2px solid #FF0000;
  border-radius: 5px;
  padding: 20px 10px;
}

.s3o-block-1 .info-box h3 {
  font: italic 27px "Bebas Neue";
  margin-bottom: 10px;
}

.s3o-block-1 .info-box>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s3o-block-1 .info-box>div img {
  max-width: 120px;
}

.s3o-block-1 p {
  font-size: 15px;
}

.s3o-block-1 p b {
  font-weight: 600;
}

.s3o-block-2 .h2-text {
  font-size: 18px;
}

.s3o-block-2 .top-row h2 {
  font-size: 30px;
}

.s3o-block-2 .top-row p {
  font-size: 15px;
}

.s3o-block-2 .top-row p b {
  font-weight: 600;
}

.s3o-block-2 .bottom-row .row {
  --bs-gutter-y: 40px;
}

.s3o-block-2 .bottom-row picture .image-info {
  display: flex;
  justify-content: space-between;
  margin: 15px 5% 0 5%;
  text-align: start;
  align-items: center;
}

.s3o-block-2 .bottom-row picture .image-info .name-age {
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
}

.s3o-block-2 .bottom-row picture .image-info .review {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 13px;
}

.s3o-block-2 .bottom-row picture .image-info .review img {
  width: 20px;
  margin-right: 5px;
}

.s3o-block-3 {
  background: #F3F3F3;
}

.s3o-block-3 .row {
  --bs-gutter-y: 40px;
}

.s3o-block-3 .card {
  max-width: 350px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.s3o-block-3 .card .body {
  background: #212121;
  padding: 30px 20px;
  color: #fff;
}

.s3o-block-3 .card .body p {
  line-height: 1.7;
  font-weight: 300;
}

.s3o-block-3 .card .body .top {
  margin-bottom: 30px;
}

.s3o-block-3 .card .body .bottom {
  text-align: end;
}

.s3o-block-3 .card .body .name {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 5px;
}

.s3o-block-3 .card .body .review {
  font-weight: 300;
  font-size: 15px;
}

.s3o-block-3 .card .body .review img {
  max-width: 22px;
  margin-right: 5px;
}

.s3o-block-4 .top-row .scroll-down-block {
  padding: 10px 15px 5px 15px;
}

.s3o-block-4 .top-row h2 {
  font-size: 18px;
}

.s3o-block-4 .top-row .row {
  --bs-gutter-y: 20px;
}

.s3o-block-4 .top-row .card {
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  height: 100%;
}

.s3o-block-4 .top-row .card picture {
  max-width: 60px;
  margin: 0 auto;
}

.s3o-block-4 .bottom-row b {
  font-weight: 600;
}

.s3o-block-5 h2 {
  font: normal 35px "Bebas Neue";
  line-height: 1;
}

.s3o-block-5 .middle-row .charts {
  --bs-gutter-y: 40px;
}

.s3o-block-5 .middle-row .info-block {
  flex-direction: column;
  text-align: center;
  margin-top: 80px;
}

.s3o-block-5 .middle-row .info-block picture {
  max-width: 65px;
  margin: -50px auto 10px auto;
}

.s3o-block-5 .middle-row .info-block h6 {
  font-size: 29px;
  font-family: "Bebas Neue Pro";
}

.s3o-block-5 .middle-row .other-products {
  text-align: start;
}

.s3o-block-5 .middle-row .other-products ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

.s3o-block-5 .middle-row .other-products ul li:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 5px;
}

.s3o-block-5 .middle-row .other-products ul li.staying-power:before {
  background: #2F68A7;
}

.s3o-block-5 .middle-row .other-products ul li.rocket-man:before {
  background: #BB151C;
}

.s3o-block-5 .middle-row .other-products .card {
  border: 2px solid transparent;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
  position: relative;
}

.s3o-block-5 .middle-row .other-products .card:before {
  content: "";
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 60%;
}

.s3o-block-5 .middle-row .other-products .card .body {
  position: relative;
  z-index: 3;
}

.s3o-block-5 .middle-row .other-products .card h3 {
  font: normal 35px "Bebas Neue";
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
}

.s3o-block-5 .middle-row .other-products .card picture {
  margin-bottom: 20px;
}

.s3o-block-5 .middle-row .other-products .card .text {
  font: normal 20px "Bebas Neue";
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 10px;
}

.s3o-block-5 .middle-row .other-products .card .text:before {
  content: "";
  background: #FF0000;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(6deg);
}

.s3o-block-5 .middle-row .other-products .card a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}

.s3o-block-5 .middle-row .other-products .card.staying-power {
  border-color: #2F68A7;
}

.s3o-block-5 .middle-row .other-products .card.staying-power:before {
  background: transparent linear-gradient(180deg, #2F68A7 0%, #183454 100%) 0% 0% no-repeat padding-box;
}

.s3o-block-5 .middle-row .other-products .card.rocket-man {
  border-color: #BB151C;
}

.s3o-block-5 .middle-row .other-products .card.rocket-man:before {
  background: transparent linear-gradient(180deg, #BB151C 0%, #5E0B0E 100%) 0% 0% no-repeat padding-box;
}

.s3o-block-5 .bottom-row {
  border-bottom: 1px solid #707070;
}

.s3o-block-5 .bottom-row .content {
  text-align: start;
}

.s3o-block-5 .bottom-row .content ul li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.s3o-block-5 .bottom-row .content ul li b {
  font-weight: 600;
}

.s3o-block-5 .bottom-row .content ul li:not(:last-of-type) {
  margin-bottom: 25px;
}

.s3o-block-5 .bottom-row .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("icon-arrow.png") no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 14px;
}

.s3o-block-6 {
  overflow: hidden;
}

.s3o-block-6 h2 {
  font-size: 22px;
}

.s3o-block-6 .h2-sub {
  font-size: 18px;
  font-weight: 500;
}

.s3o-block-6 .dark-bar {
  background: #212121;
  padding: 15px 10px;
}

.s3o-block-6 .dark-bar h3 {
  font-size: 14px;
  font-weight: 600;
}

.s3o-block-7 h2 {
  font-size: 22px;
}

.s3o-block-7.order-form .order-steps .button-container button {
  max-width: 280px;
  text-transform: uppercase;
  font-size: 35px;
  margin: 0 auto;
  font-family: "Bebas Neue";
  line-height: 1;
  background: transparent linear-gradient(180deg, #00CC29 0%, #007508 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #00CC29;
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
  padding: 13px 10px 10px 10px;
  display: block;
  width: 100%;
}

.s3o-block-7.order-form .order-steps .button-container button:hover {
  color: #87f692;
}

.s3o-block-7.order-form .order-steps .steps {
  border: 1px solid #212121;
  border-radius: 9px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto 50px auto;
  background: #fff;
}

.s3o-block-7.order-form .order-steps .steps .head {
  display: flex;
  overflow: hidden;
  border-radius: 0;
  border-bottom: 1px solid #212121;
  font-family: "Bebas Neue";
}

.s3o-block-7.order-form .order-steps .steps .head .step {
  text-align: center;
  padding: 10px 15px 8px 15px;
  font-size: 30px;
  flex: 0 0 auto;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #212121;
  font-weight: normal;
}

.s3o-block-7.order-form .order-steps .steps .head .label {
  flex: 0 1 100%;
  font-size: 26px;
  display: flex;
  align-items: center;
  padding: 6px 15px 10px 15px;
  font-weight: bold;
  background: #fff;
  font-family: "Bebas Neue Pro";
}

.s3o-block-7.order-form .order-steps .steps .body {
  padding: 30px 15px;
}

.s3o-block-7.order-form .order-steps .steps .body .input-form {
  margin-bottom: 25px;
  position: relative;
}

.s3o-block-7.order-form .order-steps .steps .body .input-form label {
  display: none;
}

.s3o-block-7.order-form .order-steps .steps .body .input-form label.form-check-label {
  display: block;
}

.s3o-block-7.order-form .order-steps .steps .body .input-form .form-control,
.s3o-block-7.order-form .order-steps .steps .body .input-form .form-select {
  font-size: 16px;
  box-shadow: none !important;
  padding: 5px 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  height: 35px;
}

.s3o-block-7.order-form .order-steps .steps .body .input-form .invalid-feedback {
  position: absolute;
  font-size: 13px;
  font-style: italic;
  bottom: -20px;
}

.s3o-block-7.order-form .order-steps .first_step .steps:after {
  content: "";
  background-size: cover;
  width: 100%;
  height: 930px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.s3o-block-7.order-form .order-steps .first_step .steps .body {
  position: relative;
  z-index: 2;
}

.s3o-block-7.order-form .order-steps .first_step .steps .body .discount label {
  font-size: 18px;
  font-weight: 600;
}

.s3o-block-7.order-form .order-steps .first_step .steps .body .discount input {
  background: rgba(0, 204, 41, 0.1098039216) 0% 0% no-repeat padding-box;
  border: 2px solid #00CC29;
  border-radius: 5px;
  text-align: center;
  color: #007A18;
  font-size: 18px;
  font-weight: 600;
}

.s3o-block-7.order-form .order-steps .first_step .steps .body .button-container {
  padding-top: 600px;
}

.s3o-block-7.order-form .order-steps .first_step .steps .body .button-container button {
  margin-bottom: 15px;
}

.s3o-block-7.order-form .order-steps .first_step .steps .body .button-container .secure-text {
  color: #707070;
  font-size: 14px;
  margin-bottom: 15px;
}

.s3o-block-7.order-form .order-steps .first_step .steps .body .button-container .secure-text img {
  margin: 0 5px 0 0;
}

.s3o-block-7.order-form .order-steps .second_step .payment-methods {
  max-width: 350px;
  margin: 0 auto;
}

.s3o-block-7.order-form .order-steps .second_step .payment-methods .option-item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}

.s3o-block-7.order-form .order-steps .second_step .payment-methods .option-item input[type=radio] {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 5px;
}

.s3o-block-7.order-form .order-steps .second_step .payment-methods .option-item label {
  display: block;
  cursor: pointer;
  position: relative;
}

.s3o-block-7.order-form .order-steps .second_step .payment-methods .option-item label span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #191919;
}

.s3o-block-7.order-form .order-steps .third_step .cc-number {
  position: relative;
}

.s3o-block-7.order-form .order-steps .third_step .cc-number:before {
  content: "\f09d";
  font: normal normal normal 33px/1 FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.s3o-block-7.order-form .order-steps .third_step .cc-number[data-type=visa]:before {
  content: "\f1f0";
}

.s3o-block-7.order-form .order-steps .third_step .cc-number[data-type=master]:before {
  content: "\f1f1";
}

.s3o-block-7.order-form .order-steps .third_step .cc-number[data-type=discover]:before {
  content: "\f1f2";
}

.s3o-block-7.order-form .order-steps .third_step .cc-number[data-type=amex]:before {
  content: "\f1f3";
}

.s3o-block-7.order-form .order-steps .third_step .creditCardType-box>div:not(.active) {
  display: none;
}

.s3o-block-7.order-form .order-steps .third_step .creditCardType-box>div .icon {
  max-width: 65px;
  margin: 0 auto;
}

.s3o-block-7.order-form .order-steps .third_step .creditCardType-box>div .name {
  display: none;
}

.s3o-block-7.order-form .order-steps .third_step .agree-checkbox {
  position: relative;
  margin: 10px auto 30px auto;
  max-width: 560px;
}

.s3o-block-7.order-form .order-steps .third_step .agree-checkbox .form-check {
  padding: 0;
  margin: 0;
}

.s3o-block-7.order-form .order-steps .third_step .agree-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.s3o-block-7.order-form .order-steps .third_step .agree-checkbox label {
  text-align: start;
  background: #fff;
  border: 1px solid #cecedb;
  border-radius: 50px;
  padding: 12px 15px 12px 60px;
  cursor: pointer;
  color: #000;
  position: relative;
  font-size: 15px;
  display: block;
  font-weight: 600;
}

.s3o-block-7.order-form .order-steps .third_step .agree-checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid #000;
  background: #fff;
  left: 27px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.s3o-block-7.order-form .order-steps .third_step .agree-checkbox label a {
  color: #fb1c1c;
  font-weight: 500;
}

.s3o-block-7.order-form .order-steps .third_step .agree-checkbox input[type=checkbox]:checked+label:before {
  content: "✔";
  border: 1px solid #39b54a;
  background: #39b54a;
}

.s3o-block-7.order-form .order-steps .third_step .terms-text {
  color: #5c5c5c;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.s3o-block-7.order-form .order-steps .third_step .terms-text span {
  font-weight: 600;
}

.s3o-block-7.order-form .order-steps .third_step .terms-text a {
  color: #0a3aea;
  font-weight: 500;
}

.s3o-block-7.order-form .order-steps .order_summary .card {
  border: 1px solid #212121;
  border-radius: 9px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto 50px auto;
}

.s3o-block-7.order-form .order-steps .order_summary .card .head {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 13px 15px;
  font-size: 17px;
  color: #fff;
  background: #212121;
  font-weight: 300;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body {
  padding: 20px 15px;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body .price-line {
  position: relative;
  text-align: center;
  padding: 0 3px;
  display: inline-block;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body .price-line:before {
  content: "";
  height: 2px;
  background: #f00;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.s3o-block-7.order-form .order-steps .order_summary .card .body ul {
  margin-bottom: 30px;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body ul li {
  padding: 10px 0;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body ul li picture {
  flex: 0 0 85px;
  margin-right: 10px;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body ul li .text {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body ul li .text .title {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body ul li .text .description {
  font-size: 13px;
  line-height: 1.4;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body ul li .right {
  flex: 0 0 60px;
  text-align: end;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body .row {
  --bs-gutter-y: 10px;
}

.s3o-block-7.order-form .order-steps .order_summary .card .body .total {
  font-weight: 600;
}

.s3o-block-7.order-form .order-steps .final_step .button-container {
  margin-bottom: 40px;
}

.s3o-block-7.order-form .order-steps .final_step .form-check {
  max-width: 320px;
  margin: 0 auto 30px auto;
  padding-left: 30px;
  position: relative;
}

.s3o-block-7.order-form .order-steps .final_step .form-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  float: unset;
  position: absolute;
  left: 0;
  margin: 0;
  top: 2px;
}

.s3o-block-7.order-form .order-steps .final_step .form-check input[type=checkbox]:checked {
  background-color: #00BFDE;
  border-color: #00BFDE;
  color: #fff;
}

.s3o-block-7.order-form .order-steps .final_step .form-check label {
  color: #000 !important;
}

.s3o-block-7.order-form .order-steps .final_step .form-check a {
  color: #00BFDE;
  text-decoration: underline;
}

.s3o-block-7.order-form .order-steps .final_step .terms-text {
  font-size: 13px;
}

.s3o-block-7.order-form .order-steps .final_step .terms-text b {
  font-weight: 500;
}

.s3o-block-7.order-form .order-steps .final_step .terms-text a {
  color: #000;
  text-decoration: underline;
}

.s3o-block-7.order-form .order-steps .paypal-container {
  max-width: 300px;
}

@media (min-width: 992px) {
  .special-offer h5 {
    font-size: 22px;
  }

  .special-offer .timer {
    width: 530px;
    height: 226px;
    font-size: 93px;
  }

  .special-offer .offer-box {
    max-width: 750px;
    margin: 0 auto;
    border: 4px solid #FF0000;
    padding: 40px 20px;
  }

  .special-offer .offer-box h6 {
    font-size: 50px;
  }

  .special-offer .offer-box>div img {
    max-width: 212px;
  }

  .s3o-block-1 {
    padding-top: 20px;
  }

  .s3o-block-1 .content {
    max-width: 800px;
  }

  .s3o-block-1 .logos,
  .s3o-block-1 .secure {
    max-width: unset;
  }

  .s3o-block-1 .info-box {
    border: 4px solid #FF0000;
    max-width: 530px;
    margin: 0 auto;
  }

  .s3o-block-1 .info-box h3 {
    font: italic 38px "Bebas Neue";
  }

  .s3o-block-1 .info-box>div img {
    max-width: 212px;
  }

  .s3o-block-1 p {
    font-size: 18px;
  }

  .s3o-block-2 .h2-text {
    font-size: 25px;
  }

  .s3o-block-2 .top-row h2 {
    font-size: 55px;
  }

  .s3o-block-2 .top-row p {
    font-size: 20px;
  }

  .s3o-block-2 .bottom-row picture .image-info {
    margin: 30px 5% 0 5%;
  }

  .s3o-block-2 .bottom-row picture .image-info .name-age {
    font-size: 20px;
  }

  .s3o-block-2 .bottom-row picture .image-info .review {
    font-size: 19px;
  }

  .s3o-block-2 .bottom-row picture .image-info .review img {
    width: 30px;
  }

  .s3o-block-2 .bottom-row .info-block p {
    line-height: 2;
    font-size: 21px;
  }

  .s3o-block-3 .row {
    --bs-gutter-y: 50px;
  }

  .s3o-block-3 .card {
    max-width: 100%;
    flex-direction: row;
  }

  .s3o-block-3 .card picture {
    flex: 0 0 350px;
  }

  .s3o-block-3 .card .body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
  }

  .s3o-block-3 .card .body p {
    font-size: 17px;
    line-height: 1.5;
  }

  .s3o-block-3 .card .body .name {
    font-size: 20px;
  }

  .s3o-block-3 .card .body .review {
    font-size: 16px;
  }

  .s3o-block-3 .card .body .review img {
    max-width: 30px;
  }

  .s3o-block-4 .top-row .scroll-down-block {
    padding: 20px 25px 10px 25px;
    max-width: 800px;
  }

  .s3o-block-4 .top-row .scroll-down-block h6 {
    font-size: 80px;
  }

  .s3o-block-4 .top-row h2 {
    font-size: 38px;
  }

  .s3o-block-4 .top-row .info-block p {
    font-size: 26px;
  }

  .s3o-block-4 .top-row .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .s3o-block-4 .top-row .card {
    text-align: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    height: 100%;
    padding: 30px 50px 60px 50px;
  }

  .s3o-block-4 .top-row .card picture {
    max-width: 100px;
  }

  .s3o-block-4 .top-row .card p {
    font-size: 21px;
  }

  .s3o-block-4 .top-row .card.item-1,
  .s3o-block-4 .top-row .card.item-3 {
    border-right: 1px solid #707070;
  }

  .s3o-block-4 .top-row .card.item-5 {
    border: 0;
  }

  .s3o-block-4 .bottom-row p {
    font-size: 27px;
  }

  .s3o-block-5 h2 {
    font-size: 70px;
  }

  .s3o-block-5 .middle-row p {
    font-size: 22px;
  }

  .s3o-block-5 .middle-row .info-block {
    margin-top: 150px;
  }

  .s3o-block-5 .middle-row .info-block picture {
    max-width: 145px;
    margin: -100px auto 10px auto;
  }

  .s3o-block-5 .middle-row .info-block h6 {
    font-size: 75px;
  }

  .s3o-block-5 .middle-row .other-products p {
    font-size: 18px;
  }

  .s3o-block-5 .middle-row .other-products ul {
    margin: 0 80px;
  }

  .s3o-block-5 .middle-row .other-products .card {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 30px;
  }

  .s3o-block-5 .middle-row .other-products .card:before {
    height: 65%;
  }

  .s3o-block-5 .middle-row .other-products .card h3 {
    font-size: 70px;
  }

  .s3o-block-5 .middle-row .other-products .card .text {
    font-size: 40px;
  }

  .s3o-block-5 .middle-row .other-products .card a {
    font-size: 20px;
  }

  .s3o-block-5 .bottom-row .info-block h6 {
    font-size: 28px;
  }

  .s3o-block-5 .bottom-row .content ul li {
    font-size: 18px;
    padding-left: 40px;
  }

  .s3o-block-5 .bottom-row .content ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .s3o-block-5 .bottom-row .content ul li:before {
    width: 23px;
    height: 22px;
  }

  .s3o-block-6 h2 {
    font-size: 45px;
  }

  .s3o-block-6 .h2-sub {
    font-size: 25px;
  }

  .s3o-block-6 p {
    font-size: 20px;
  }

  .s3o-block-6 .dark-bar {
    background: #212121;
    padding: 25px 50px;
  }

  .s3o-block-6 .dark-bar h3 {
    font-size: 30px;
  }

  .s3o-block-7 h2 {
    font-size: 45px;
  }

  .s3o-block-7.order-form .order-steps .button-container button {
    max-width: 460px;
    font-size: 50px;
  }

  .s3o-block-7.order-form .order-steps .steps {
    max-width: 700px;
  }

  .s3o-block-7.order-form .order-steps .steps .head .step {
    padding: 15px 30px 13px 30px;
    font-size: 35px;
    line-height: 35px;
  }

  .s3o-block-7.order-form .order-steps .steps .head .label {
    font-size: 30px;
    padding: 13px 30px 15px 30px;
  }

  .s3o-block-7.order-form .order-steps .steps .body {
    padding: 40px 45px;
  }

  .s3o-block-7.order-form .order-steps .steps .body .input-form .form-control,
  .s3o-block-7.order-form .order-steps .steps .body .input-form .form-select {
    height: 40px;
  }

  .s3o-block-7.order-form .order-steps .first_step {
    background-size: cover;
  }

  .s3o-block-7.order-form .order-steps .first_step .steps {
    max-width: 500px;
  }

  .s3o-block-7.order-form .order-steps .first_step .steps:after {
    content: unset;
  }

  .s3o-block-7.order-form .order-steps .first_step .steps .body .button-container {
    margin-top: 30px;
    padding-top: 0;
  }

  .s3o-block-7.order-form .order-steps .first_step .steps .body .button-container button {
    margin-bottom: 30px;
    max-width: 350px;
  }

  .s3o-block-7.order-form .order-steps .second_step .payment-methods {
    max-width: 100%;
  }

  .s3o-block-7.order-form .order-steps .second_step .payment-methods .option-item {
    margin-bottom: 30px;
    padding-left: 40px;
  }

  .s3o-block-7.order-form .order-steps .second_step .payment-methods .option-item label {
    display: flex;
    margin: 0;
  }

  .s3o-block-7.order-form .order-steps .second_step .payment-methods .option-item label span {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .s3o-block-7.order-form .order-steps .second_step .payment-methods .option-item label img {
    height: 40px;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card {
    max-width: 700px;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card .head {
    font-size: 20px;
    padding: 15px 45px 13px 45px;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card .body {
    padding: 20px 45px;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card .body ul li {
    padding: 15px 0;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card .body ul li picture {
    flex: 0 0 150px;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card .body ul li .text .title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card .body ul li .text .description {
    font-size: 16px;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card .body ul li .right {
    flex: 0 0 80px;
    font-size: 20px;
    font-weight: 500;
  }

  .s3o-block-7.order-form .order-steps .order_summary .card .body .total {
    font-size: 20px;
  }

  .s3o-block-7.order-form .order-steps .final_step .button-container {
    max-width: 700px;
    margin: 0 auto 60px auto;
  }

  .s3o-block-7.order-form .order-steps .final_step .form-check {
    max-width: 670px;
  }

  .s3o-block-7.order-form .order-steps .final_step .terms-text {
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto;
  }

  .s3o-block-7.order-form .order-steps .paypal-container {
    max-width: 500px;
  }
}

@property --progress-value {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}

:root {
  --progress-value: 0;
}

@keyframes css-progress {
  to {
    --progress-value: 100;
  }
}

.quiz-block {
  padding: 30px 0;
}

.quiz-block .content {
  max-width: 850px;
}

.quiz-block .quiz-card {
  display: none;
}

.quiz-block .quiz-card.active {
  display: block;
}

.quiz-block .quiz-card .button-next,
.quiz-block .quiz-card .button-submit,
.quiz-block .quiz-card .button-fs-next {
  background: transparent linear-gradient(180deg, #00CC29 0%, #007508 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px;
  font-weight: 500;
}

.quiz-block .quiz-card .body {
  background: transparent linear-gradient(180deg, #F3F3F3 0%, #ECECEC 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin-bottom: 20px;
}

.quiz-block .quiz-card .body .indicator {
  padding: 20px 20px 10px 20px;
}

.quiz-block .quiz-card .body .indicator ul.tab {
  display: flex;
  column-gap: 7px;
  margin-bottom: 15px;
}

.quiz-block .quiz-card .body .indicator ul.tab li {
  height: 7px;
  background: #707070;
  flex: 1 1 auto;
  border-radius: 10px;
}

.quiz-block .quiz-card .body .indicator ul.tab li.active {
  background: #00CC29;
}

.quiz-block .quiz-card .body .indicator .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz-block .quiz-card .body .indicator .controls .button-previous {
  padding: 0;
  box-shadow: none;
  flex: 0 0 20px;
}

.quiz-block .quiz-card .body .indicator .controls .counter {
  font-weight: 13px;
  font-weight: 600;
}

.quiz-block .quiz-card .body .question {
  padding: 0 20px;
  text-align: center;
}

.quiz-block .quiz-card .body .question h4 {
  font-family: "Bebas Neue";
  font-size: 27px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 5px;
}

.quiz-block .quiz-card .body .question .h4-text {
  font-size: 16px;
  padding-bottom: 30px;
}

.quiz-block .quiz-card .body .question .range-wrap {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
  padding: 20px;
  background: #fff;
  margin: 60px 0 40px 0;
  position: relative;
}

.quiz-block .quiz-card .body .question .range-wrap .group {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-block .quiz-card .body .question .range-wrap .range {
  width: 100%;
  background: #E9E9E9;
  background-image: linear-gradient(#212121, #212121);
  border-radius: 25px;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  height: 7px;
}

.quiz-block .quiz-card .body .question .range-wrap .range:focus {
  outline: none;
}

.quiz-block .quiz-card .body .question .range-wrap .range::-webkit-slider-thumb {
  background: transparent linear-gradient(180deg, #00BFDE 0%, #00606F 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1607843137);
  border: 0;
  height: 23px;
  width: 23px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}

.quiz-block .quiz-card .body .question .range-wrap .range::-moz-range-thumb {
  background: transparent linear-gradient(180deg, #00BFDE 0%, #00606F 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1607843137);
  border: 0;
  height: 23px;
  width: 23px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: -2px;
}

.quiz-block .quiz-card .body .question .range-wrap .bubble {
  background: transparent linear-gradient(180deg, #00DCFF 0%, #006E80 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 51.5%;
  transform: translateX(-50%);
  top: -75px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.quiz-block .quiz-card .body .question .range-wrap .bubble:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 13px;
  background: transparent linear-gradient(180deg, #006E80 0%, #006E80 100%) 0% 0% no-repeat padding-box;
  bottom: -12px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.quiz-block .quiz-card .body .question .range-wrap label {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #212121;
  font-size: 14px;
  font-style: italic;
}

.quiz-block .quiz-card .body .question .progress-bar-container {
  text-align: center;
  margin: 30px 0;
}

.quiz-block .quiz-card .body .question .progress-bar-container h6 {
  font-size: 18px;
}

.quiz-block .quiz-card .body .question .progress-bar-container .progress-bar {
  margin: 0 auto 25px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.quiz-block .quiz-card .body .question .progress-bar-container .progress-bar:before {
  content: attr(data-before);
  font-size: 70px;
  line-height: 50px;
  font-family: "Bebas Neue";
  color: #00BFDE;
  font-weight: normal;
  animation: css-progress 2s 1 forwards;
}

.quiz-block .quiz-card .body .question .progress-bar-container .progress-bar:after {
  content: "%";
  font-size: 40px;
  line-height: 30px;
  font-family: "Bebas Neue";
  color: #00BFDE;
  font-weight: normal;
  position: relative;
  top: -12px;
}

.quiz-block .quiz-card .body .range-image-preview .images {
  display: none;
}

.quiz-block .quiz-card .foot .trivia-box {
  margin-top: 30px;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 20px;
}

.quiz-block .quiz-card .foot .trivia-box h6 {
  font-size: 17px;
  margin-bottom: 5px;
}

.quiz-block .quiz-card .foot .trivia-box p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.quiz-block .quiz-card.results .button-next {
  max-width: 290px;
  margin: 0 auto;
}

.quiz-block .quiz-card.results .body,
.quiz-block .quiz-card.results .reviews {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.quiz-block .quiz-card.results .body h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.quiz-block .quiz-card.results .body h3 .highlight {
  display: inline;
  background: #00DCFF;
}

.quiz-block .quiz-card.results .body .results-image {
  display: flex;
  margin-bottom: 30px;
}

.quiz-block .quiz-card.results .body .results-image picture {
  margin-bottom: 5px;
}

.quiz-block .quiz-card.results .body .results-image h6 {
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  background: #F2F2F2;
  margin-bottom: 15px;
}

.quiz-block .quiz-card.results .body .results-image .length {
  font-size: 14px;
}

.quiz-block .quiz-card.results .body .results-image .value {
  font-weight: 500;
  margin-top: 15px;
}

.quiz-block .quiz-card.results .body .results-image .before .value {
  color: #C10000;
}

.quiz-block .quiz-card.results .body .results-image .after h6 {
  margin-left: 5px;
}

.quiz-block .quiz-card.results .body .results-image .after .value {
  color: #00CC29;
}

.quiz-block .quiz-card.results .body .results-graph .dates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.quiz-block .quiz-card.results .body .results-graph .dates span {
  background: #212121;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
}

.quiz-block .quiz-card.results .body .results-graph svg #current_size_text {
  transform: matrix(1, 0, 0, 1, 63.9178, 260.1978);
}

.quiz-block .quiz-card.results .body .results-graph svg #total_size_text {
  transform: matrix(1, 0, 0, 1, 449.8103, 80.8708);
}

.quiz-block .quiz-card.results .body .results-graph svg #final_days_text {
  transform: matrix(0.9734, -0.2293, 0.2293, 0.9734, 253.2826, 116.3787);
}

.quiz-block .quiz-card.results .body .results-graph svg .st0 {
  stroke: #CCCCCC;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 0 2;
}

.quiz-block .quiz-card.results .body .results-graph svg .st1 {
  fill: none;
}

.quiz-block .quiz-card.results .body .results-graph svg .st2 {
  fill: #d93a00;
}

.quiz-block .quiz-card.results .body .results-graph svg .st2_2 {
  fill: #4eb52b;
}

.quiz-block .quiz-card.results .body .results-graph svg .st2_3 {
  fill: #29780f;
}

.quiz-block .quiz-card.results .body .results-graph svg .st3 {
  font-family: "Poppins";
  text-anchor: middle;
  font-weight: 500;
}

.quiz-block .quiz-card.results .body .results-graph svg .st4 {
  font-size: 20px;
  font-weight: 500;
}

.quiz-block .quiz-card.results .body .results-graph svg .st5 {
  font-size: 23px;
}

.quiz-block .quiz-card.results .body .results-graph svg .st6 {
  fill: url("#SVGID_1_");
}

.quiz-block .quiz-card.results .body .results-graph svg .st7 {
  fill: none;
  stroke: #00cc29;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 10, 10;
}

.quiz-block .quiz-card.results .body .results-graph svg .st8 {
  fill: #FFFFFF;
}

.quiz-block .quiz-card.results .body .results-graph svg .happy {
  background-image: url("happy.png");
}

.quiz-block .quiz-card.results .foot {
  margin: 30px 0;
}

.quiz-block .quiz-card.results .foot h4 {
  text-align: center;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
}

.quiz-block .quiz-card.results .foot .cta-box {
  background: #FFFFFF 0%;
  border: 4px solid #00CC29;
  border-radius: 10px;
  margin: 25px 0;
  display: flex;
  padding: 20px;
  align-items: center;
}

.quiz-block .quiz-card.results .foot .cta-box picture {
  flex: 0 0 120px;
  margin-right: 20px;
}

.quiz-block .quiz-card.results .foot .cta-box .text {
  flex: 1 1 auto;
}

.quiz-block .quiz-card.results .foot .cta-box .text h6 {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
}

.quiz-block .quiz-card.results .foot .cta-box .text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.quiz-block .quiz-card.results .foot .cta-box .text p b {
  font-weight: 600;
}

.quiz-block .quiz-card.results .reviews {
  margin-bottom: 30px;
}

.quiz-block .quiz-card.results .reviews h4,
.quiz-block .quiz-card.results .reviews .h4-sub {
  text-align: center;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
}

.quiz-block .quiz-card.results .reviews .h4-sub {
  font-size: 85px;
  color: #00BFDE;
  margin-bottom: 20px;
}

.quiz-block .quiz-card.results .reviews .review-card:not(:last-of-type) {
  margin-bottom: 30px;
}

.quiz-block .quiz-card.results .reviews .review-card .review-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.quiz-block .quiz-card.results .reviews .review-card .review-head h5 {
  font-size: 18px;
}

.quiz-block .quiz-card.results .reviews .review-card .review-head .right {
  text-align: right;
}

.quiz-block .quiz-card.results .reviews .review-card .review-head .date {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 3px;
}

.quiz-block .quiz-card.results .reviews .review-card .review-head .verified {
  background: #C7EEB9;
  font-size: 12px;
  display: inline-block;
  padding: 2px 5px;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps {
  display: none;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps.active {
  display: block;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head.account {
  background: transparent linear-gradient(180deg, #00BFDE 0%, #00606F 100%) 0% 0% no-repeat padding-box;
  padding: 40px 20px;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head.account h6 {
  font-size: 27px;
  color: #fff;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head.default {
  background: #FFFFFF;
  border: 3px solid #00BFDE;
  padding: 15px;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head.default h6 {
  font-size: 18px;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body {
  padding: 15px;
  min-height: 250px;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body ul.fs-tab {
  display: flex;
  column-gap: 13px;
  margin-bottom: 40px;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body ul.fs-tab li {
  height: 7px;
  background: #707070;
  flex: 1 1 auto;
  border-radius: 10px;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body ul.fs-tab li.active {
  background: #00CC29;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body .fs-question {
  text-align: center;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body .fs-question label {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body .fs-question input,
.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body .fs-question select {
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 15px;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-foot {
  padding: 15px 15px 50px 15px;
  text-align: center;
}

.quiz-block .quiz-card.form #confirmation_form .form-steps .fs-foot .link-fs-skip {
  color: #707070;
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.6;
}

#confirmModal .modal-body {
  padding: 30px 20px;
}

#confirmModal .modal-body h5,
#confirmModal .modal-body h6 {
  font-weight: 500;
  font-size: 17px;
}

#confirmModal .modal-body h6 {
  color: #00CC29;
  font-weight: 600;
}

#confirmModal .modal-body p {
  font-size: 15px;
}

#confirmModal .modal-body ul {
  max-width: 310px;
  margin: 0 auto;
}

#confirmModal .modal-body ul li {
  margin-bottom: 20px;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
}

#confirmModal .modal-body ul li .preload {
  position: absolute;
  left: 0;
  top: -2px;
}

#confirmModal .modal-body .button-order {
  background: transparent linear-gradient(180deg, #00CC29 0%, #007508 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .quiz-block {
    padding: 50px 0;
  }

  .quiz-block .quiz-card .button-next,
  .quiz-block .quiz-card .button-submit,
  .quiz-block .quiz-card .button-fs-next {
    border-radius: 10px;
    font-size: 40px;
  }

  .quiz-block .quiz-card .body {
    border-radius: 20px;
    margin-bottom: 40px;
  }

  .quiz-block .quiz-card .body .indicator {
    padding: 40px 80px 20px 80px;
  }

  .quiz-block .quiz-card .body .indicator ul.tab {
    column-gap: 40px;
  }

  .quiz-block .quiz-card .body .indicator ul.tab li {
    height: 20px;
    border-radius: 50px;
  }

  .quiz-block .quiz-card .body .indicator .controls .button-previous {
    flex: 0 0 30px;
  }

  .quiz-block .quiz-card .body .indicator .controls .counter {
    font-size: 22px;
  }

  .quiz-block .quiz-card .body .question {
    padding: 0 80px;
  }

  .quiz-block .quiz-card .body .question h4 {
    font-size: 55px;
  }

  .quiz-block .quiz-card .body .question .h4-text {
    font-size: 22px;
  }

  .quiz-block .quiz-card .body .question .range-wrap {
    padding: 25px 30px;
    margin-top: 90px;
  }

  .quiz-block .quiz-card .body .question .range-wrap .range {
    height: 15px;
  }

  .quiz-block .quiz-card .body .question .range-wrap .range::-webkit-slider-thumb {
    height: 40px;
    width: 40px;
    border-radius: 50px;
  }

  .quiz-block .quiz-card .body .question .range-wrap .range::-moz-range-thumb {
    height: 40px;
    width: 40px;
    border-radius: 50px;
  }

  .quiz-block .quiz-card .body .question .range-wrap .bubble {
    top: -95px;
    width: 60px;
    height: 60px;
    font-size: 25px;
  }

  .quiz-block .quiz-card .body .question .range-wrap .bubble:after {
    width: 20px;
    height: 20px;
    bottom: -18px;
  }

  .quiz-block .quiz-card .body .question .range-wrap label {
    bottom: -40px;
    font-size: 18px;
  }

  .quiz-block .quiz-card .body .question .progress-bar-container {
    margin: 50px 0 0 0;
  }

  .quiz-block .quiz-card .body .question .progress-bar-container h6 {
    font-size: 25px;
  }

  .quiz-block .quiz-card .body .question .progress-bar-container .progress-bar {
    width: 250px;
    height: 250px;
    background: radial-gradient(closest-side, #fff 92%, transparent 80% 100%, white 0), conic-gradient(#00BFDE calc(var(--progress-value) * 1%), #fff 0);
  }

  .quiz-block .quiz-card .body .question .progress-bar-container .progress-bar:before {
    font-size: 100px;
  }

  .quiz-block .quiz-card .body .question .progress-bar-container .progress-bar:after {
    font-size: 60px;
  }

  .quiz-block .quiz-card .foot .trivia-box {
    border-radius: 10px;
    padding: 20px 40px;
  }

  .quiz-block .quiz-card .foot .trivia-box h6 {
    font-size: 25px;
  }

  .quiz-block .quiz-card .foot .trivia-box p {
    font-size: 20px;
  }

  .quiz-block .quiz-card.results .button-next {
    max-width: 600px;
  }

  .quiz-block .quiz-card.results .body,
  .quiz-block .quiz-card.results .reviews {
    padding: 40px;
    border-radius: 20px;
  }

  .quiz-block .quiz-card.results .body h3 {
    font-size: 20px;
  }

  .quiz-block .quiz-card.results .body .results-image {
    max-width: 600px;
    margin: 0 auto 50px auto;
  }

  .quiz-block .quiz-card.results .body .results-image picture {
    margin-bottom: 8px;
  }

  .quiz-block .quiz-card.results .body .results-image h6 {
    font-size: 20px;
    padding: 10px 10px 8px 10px;
    margin-bottom: 20px;
  }

  .quiz-block .quiz-card.results .body .results-image .length {
    font-size: 18px;
  }

  .quiz-block .quiz-card.results .body .results-image .after h6 {
    margin-left: 8px;
  }

  .quiz-block .quiz-card.results .body .results-graph .dates span {
    font-size: 18px;
    color: #fff;
    padding: 10px 40px;
  }

  .quiz-block .quiz-card.results .body .results-graph svg #current_size_text {
    transform: matrix(1, 0, 0, 1, 45.9178, 249.1978);
  }

  .quiz-block .quiz-card.results .body .results-graph svg #total_size_text {
    transform: matrix(1, 0, 0, 1, 473.8103, 72.8708);
  }

  .quiz-block .quiz-card.results .body .results-graph svg .st4 {
    font-size: 12px;
  }

  .quiz-block .quiz-card.results .body .results-graph svg .st5 {
    font-size: 15px;
  }

  .quiz-block .quiz-card.results .foot {
    max-width: 650px;
    margin: 80px auto;
  }

  .quiz-block .quiz-card.results .foot h4 {
    font-size: 45px;
  }

  .quiz-block .quiz-card.results .foot .cta-box {
    border-radius: 10px;
    margin: 40px 0 50px 0;
    padding: 40px 60px 40px 60px;
  }

  .quiz-block .quiz-card.results .foot .cta-box picture {
    flex: 0 0 200px;
    margin-right: 60px;
  }

  .quiz-block .quiz-card.results .foot .cta-box .text h6 {
    font-size: 50px;
  }

  .quiz-block .quiz-card.results .foot .cta-box .text p {
    font-size: 22px;
  }

  .quiz-block .quiz-card.results .reviews {
    padding: 60px 80px;
    margin-bottom: 50px;
  }

  .quiz-block .quiz-card.results .reviews h4,
  .quiz-block .quiz-card.results .reviews .h4-sub {
    font-size: 50px;
  }

  .quiz-block .quiz-card.results .reviews .h4-sub {
    font-size: 120px;
  }

  .quiz-block .quiz-card.results .reviews .review-card:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .quiz-block .quiz-card.results .reviews .review-card .review-head {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .quiz-block .quiz-card.results .reviews .review-card .review-head h5 {
    font-size: 23px;
  }

  .quiz-block .quiz-card.results .reviews .review-card .review-head .date {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .quiz-block .quiz-card.results .reviews .review-card .review-head .verified {
    font-size: 15px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head.account {
    border-radius: 15px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head.account h6 {
    font-size: 40px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head.default {
    padding: 30px 50px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-head.default h6 {
    font-size: 20px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body {
    padding: 30px 60px;
    min-height: 250px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body ul.fs-tab {
    column-gap: 20px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body ul.fs-tab li {
    height: 12px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body .fs-question label {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body .fs-question input,
  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-body .fs-question select {
    font-size: 18px;
    padding: 10px 20px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-foot {
    padding: 15px 50px 50px 50px;
  }

  .quiz-block .quiz-card.form #confirmation_form .form-steps .fs-foot .link-fs-skip {
    font-size: 16px;
    margin-bottom: 50px;
  }

  #confirmModal .modal-lg {
    --bs-modal-width: 650px;
  }

  #confirmModal .modal-body {
    padding: 50px 100px;
  }

  #confirmModal .modal-body h5,
  #confirmModal .modal-body h6 {
    font-size: 25px;
  }

  #confirmModal .modal-body h6 {
    font-size: 30px;
  }

  #confirmModal .modal-body p {
    font-size: 20px;
  }

  #confirmModal .modal-body ul {
    max-width: 370px;
  }

  #confirmModal .modal-body ul li {
    margin-bottom: 30px;
    font-size: 18px;
    padding-left: 35px;
  }

  #confirmModal .modal-body .button-order {
    font-size: 32px;
  }
}

body.upsell-body {
  background: transparent linear-gradient(180deg, #F1F1F1 0%, #FFFFFF 56%, #D6D6D6 100%) 0% 0% no-repeat padding-box;
}

body.upsell-body #confirmModal .modal-body h6 {
  color: #000;
  font-weight: bold;
}

body.upsell-body #confirmModal .modal-body .button-order {
  background: transparent linear-gradient(180deg, #cc0000 0%, #750000 100%) 0% 0% no-repeat padding-box;
}

main.upsell-page {
  font-family: "Montserrat";
}

.upsell-block-1 {
  padding-top: 5px;
}

.upsell-block-1 .info-bar {
  background: transparent linear-gradient(180deg, #B70000 0%, #D50000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #FFFFFF;
  padding: 15px 20px 20px 20px;
  text-align: center;
}

.upsell-block-1 .info-bar img {
  max-width: 35px;
}

.upsell-block-1 .info-bar h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.upsell-block-2 {
  padding: 40px 0;
}

.upsell-block-2 h2 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 70px;
}

.upsell-block-2 .upsell-item {
  display: none;
}

.upsell-block-2 .upsell-item.active {
  display: block;
}

.upsell-block-2 .upsell-item .product-card .head {
  text-align: center;
}

.upsell-block-2 .upsell-item .product-card .head .top {
  height: 25px;
  background: #C6C5C5 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: space-between;
}

.upsell-block-2 .upsell-item .product-card .head .top>div {
  flex: 0 0 60px;
}

.upsell-block-2 .upsell-item .product-card .head .top>div.start {
  background: transparent linear-gradient(180deg, #2D8AFA 0%, #1574E7 100%) 0% 0% no-repeat padding-box;
}

.upsell-block-2 .upsell-item .product-card .head .top>div.complete {
  background: transparent linear-gradient(180deg, #21B708 0%, #1A8D08 100%) 0% 0% no-repeat padding-box;
}

.upsell-block-2 .upsell-item .product-card .head .top>div span {
  display: none;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps {
  flex: 1 1 auto;
  display: flex;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li {
  position: relative;
  flex-grow: 1;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li img {
  display: none;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li .bubble {
  display: none;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.step-0 {
  flex: 0 0 0;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.done,
.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active {
  background: transparent linear-gradient(180deg, #FA8D2D 0%, #E77715 100%) 0% 0% no-repeat padding-box;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.done img,
.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active img {
  position: absolute;
  display: block;
  top: 55%;
  transform: translateY(-50%);
  right: -30px;
  z-index: 2;
  max-width: 60px;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble {
  display: block;
  position: absolute;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 21px;
  color: #1574E7;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  width: 120px;
  top: -55px;
  padding: 5px 10px;
  right: -60px;
  -webkit-box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.72);
  box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.72);
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble:before,
.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble:after {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble:before {
  z-index: 2;
}

.upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble:after {
  z-index: 1;
  bottom: -14px;
  background: #444;
}

.upsell-block-2 .upsell-item .product-card .head .bottom {
  background: #111111;
  padding: 25px 20px 25px 20px;
}

.upsell-block-2 .upsell-item .product-card .head .bottom h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
}

.upsell-block-2 .upsell-item .product-card .body {
  box-shadow: 0 -25px 30px rgba(0, 0, 0, 0.1215686275);
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FDFDFD 100%) 0% 0% no-repeat padding-box;
  padding: 20px;
}

.upsell-block-2 .upsell-item .product-card .body .bottle {
  margin-bottom: 30px;
}

.upsell-block-2 .upsell-item .product-card .body .details {
  margin-bottom: 40px;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing {
  border-bottom: 3px solid #219B0D;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .amount {
  position: relative;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .amount:before {
  content: "$";
  position: absolute;
  left: 0;
  top: 0;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .unit {
  font-weight: 600;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .before {
  color: #aaa;
  font-size: 20px;
  margin-bottom: 5px;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .before .amount {
  padding-left: 10px;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .before .amount:before {
  font-size: 12px;
  top: 5px;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .before .amount:after {
  position: absolute;
  content: "";
  background: url("strike.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .before .unit {
  font-size: 14px;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .current {
  color: #0D0D0D;
  font-size: 30px;
  line-height: 1;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .current .amount {
  padding-left: 14px;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .current .amount:before {
  font-size: 20px;
  top: 5px;
}

.upsell-block-2 .upsell-item .product-card .body .details .pricing .current .unit {
  font-size: 20px;
}

.upsell-block-2 .upsell-item .product-card .body .details .trustpilot {
  max-width: 200px;
  display: inline-block;
  margin-bottom: 15px;
}

.upsell-block-2 .upsell-item .product-card .body .details h4 {
  font-size: 20px;
  font-weight: bold;
  color: #BC0000;
}

.upsell-block-2 .upsell-item .product-card .body .details .h4-sub {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.upsell-block-2 .upsell-item .product-card .body .details ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  color: #1A1A1A;
  font-size: 15px;
  font-weight: 600;
}

.upsell-block-2 .upsell-item .product-card .body .details ul li:before {
  position: absolute;
  content: "";
  background: url("icon-check2.png") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 23px;
  left: 0;
  top: -2px;
}

.upsell-block-2 .upsell-item .product-card .body .description {
  margin-bottom: 20px;
}

.upsell-block-2 .upsell-item .product-card .body .description h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.upsell-block-2 .upsell-item .product-card .body .description p {
  font-size: 15px;
  color: #333333;
}

.upsell-block-2 .upsell-item .product-card .body .form {
  text-align: center;
}

.upsell-block-2 .upsell-item .product-card .body .form .option {
  border: 1px solid #187D06;
  border-radius: 45px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  margin-bottom: 10px;
  position: relative;
}

.upsell-block-2 .upsell-item .product-card .body .form .option .text {
  font-weight: 500;
  margin-right: 20px;
}

.upsell-block-2 .upsell-item .product-card .body .form .option .save {
  background: #CE0000 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.upsell-block-2 .upsell-item .product-card .body .form .option:before {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #4A842F;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.upsell-block-2 .upsell-item .product-card .body .form .button-upgrade {
  background: transparent linear-gradient(180deg, #1BAB04 0%, #187507 100%) 0% 0% no-repeat padding-box;
  border-radius: 45px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  margin-bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.upsell-block-2 .upsell-item .product-card .body .form .button-upgrade:hover,
.upsell-block-2 .upsell-item .product-card .body .form .button-upgrade:active {
  color: #80f16c;
}

.upsell-block-2 .upsell-item .product-card .body .form .button-skip {
  color: #0052E1;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
  font-weight: 600;
  background: none;
  font-size: 16px;
}

.upsell-block-2 .upsell-item .product-card .body .form .button-skip:hover,
.upsell-block-2 .upsell-item .product-card .body .form .button-skip:active {
  color: #00215b;
}

.upsell-block-2 .upsell-item .ratings {
  padding-bottom: 20px;
  border-bottom: 1px solid #C5C5C5;
  max-width: 600px;
  margin: 0 auto 20px auto;
}

.upsell-block-2 .upsell-item .ratings .overall {
  text-align: center;
  margin-bottom: 20px;
}

.upsell-block-2 .upsell-item .ratings .overall span {
  display: block;
  font-weight: 600;
  color: #555555;
  margin-top: 5px;
  font-size: 15px;
}

.upsell-block-2 .upsell-item .ratings .overall .value {
  line-height: 1;
  font-size: 55px;
  margin-top: 0;
}

.upsell-block-2 .upsell-item .ratings .bars {
  margin-bottom: 20px;
}

.upsell-block-2 .upsell-item .ratings .bars ul li {
  margin-bottom: 5px;
  display: flex;
  color: #555555;
  font-size: 14px;
  align-items: center;
  font-weight: 500;
}

.upsell-block-2 .upsell-item .ratings .bars ul li .rank {
  flex: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upsell-block-2 .upsell-item .ratings .bars ul li .progress {
  flex: 1 1 auto;
  margin: 0 7px;
  height: 13px;
}

.upsell-block-2 .upsell-item .ratings .bars ul li .progress .progress-bar {
  background-color: #707070;
}

.upsell-block-2 .upsell-item .ratings .bars ul li .value {
  flex: 0 0 20px;
  text-align: center;
}

.upsell-block-2 .upsell-item .ratings .percents {
  display: flex;
  text-align: center;
}

.upsell-block-2 .upsell-item .ratings .percents .circle {
  flex-grow: 1;
  flex-basis: 0;
}

.upsell-block-2 .upsell-item .ratings .percents .circle h6 {
  font-weight: 500;
  font-size: 15px;
  color: #707070;
  margin-top: 10px;
  line-height: 1.2;
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress {
  width: 80px;
  height: 80px;
  background: none;
  position: relative;
  background: #fff;
  margin: 0 auto;
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #FCE8CC;
  position: absolute;
  top: 0;
  left: 0;
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress>span .bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #F18E00;
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress>span.left {
  left: 0;
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress>span.left .bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress>span.right {
  right: 0;
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress>span.right .bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  transform: rotate(180deg);
}

.upsell-block-2 .upsell-item .ratings .percents .circle .progress .value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  color: #707070;
}

.upsell-block-2 .upsell-item .ratings .percents .circle.p1 .left>.bar {
  transform: rotate(162deg);
}

.upsell-block-2 .upsell-item .ratings .percents .circle.p2 .left>.bar {
  transform: rotate(176.4deg);
}

.upsell-block-2 .upsell-item .ratings .percents .circle.p3 .left>.bar {
  transform: rotate(172.8deg);
}

.upsell-block-2 .upsell-item .reviews .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.upsell-block-2 .upsell-item .reviews .head h3 {
  font-size: 16px;
  color: #555555;
  font-weight: 600;
}

.upsell-block-2 .upsell-item .reviews .head a {
  color: #1E6CF2;
  font-size: 16px;
  font-weight: 600;
}

.upsell-block-2 .upsell-item .reviews .head a:hover {
  text-decoration: underline;
}

.upsell-block-2 .upsell-item .reviews .body ul li {
  margin-bottom: 50px;
}

.upsell-block-2 .upsell-item .reviews .body ul .verified {
  color: #707070;
  font-size: 14px;
}

.upsell-block-2 .upsell-item .reviews .body ul .verified .fa {
  color: #00ba00;
  font-size: 18px;
  margin-right: 3px;
  vertical-align: text-top;
}

.upsell-block-2 .upsell-item .reviews .body ul .left {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.upsell-block-2 .upsell-item .reviews .body ul .left picture {
  max-width: 130px;
  margin-right: 20px;
}

.upsell-block-2 .upsell-item .reviews .body ul .left .info {
  font-size: 16px;
  line-height: 1;
}

.upsell-block-2 .upsell-item .reviews .body ul .left .info .stars {
  max-width: 70px;
}

.upsell-block-2 .upsell-item .reviews .body ul .left .info .name {
  font-weight: 700;
  margin: 8px 0 5px 0;
  color: #2B2B2B;
}

.upsell-block-2 .upsell-item .reviews .body ul .left .info .date {
  color: #555555;
  margin-bottom: 10px;
}

.upsell-block-2 .upsell-item .reviews .body ul .right h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.upsell-block-2 .upsell-item .reviews .body ul .right p {
  color: #2B2B2B;
  font-size: 15px;
  margin-bottom: 10px;
}

.upsell-block-2 .upsell-item .reviews .foot {
  text-align: center;
}

.upsell-block-2 .upsell-item .reviews .foot h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.upsell-block-2 .upsell-item .reviews .foot .button-upgrade {
  background: transparent linear-gradient(180deg, #1BAB04 0%, #187507 100%) 0% 0% no-repeat padding-box;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1607843137);
  border: 3px solid #FFFFFF;
  border-radius: 57px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  max-width: 350px;
  margin: 0 auto 20px auto;
}

.upsell-block-2 .upsell-item .reviews .foot .button-upgrade:hover,
.upsell-block-2 .upsell-item .reviews .foot .button-upgrade:active {
  color: #80f16c;
}

.upsell-block-2 .upsell-item .reviews .foot .button-skip {
  color: #0052E1;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
  font-weight: 600;
  background: none;
  font-size: 16px;
  margin-bottom: 20px;
}

.upsell-block-2 .upsell-item .reviews .foot .button-skip:hover,
.upsell-block-2 .upsell-item .reviews .foot .button-skip:active {
  color: #00215b;
}

@media (min-width: 992px) {
  body.upsell-body #confirmModal .modal-body {
    padding: 50px;
  }

  body.upsell-body #confirmModal .modal-body ul {
    max-width: 470px;
  }

  .upsell-block-1 {
    padding-top: 0;
  }

  .upsell-block-1 .info-bar {
    max-width: 500px;
    margin: 0 auto;
    border: 4px solid #FFFFFF;
    padding: 25px 20px 30px 20px;
  }

  .upsell-block-1 .info-bar h6 {
    font-size: 20px;
    margin-top: 0;
    margin-left: 15px;
  }

  .upsell-block-2 {
    padding: 50px 0;
  }

  .upsell-block-2 h2 {
    font-size: 40px;
    margin-bottom: 100px;
  }

  .upsell-block-2 .upsell-container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .upsell-block-2 .upsell-item .product-card {
    max-width: 980px;
    margin: 0 auto;
  }

  .upsell-block-2 .upsell-item .product-card .head .top {
    height: 28px;
  }

  .upsell-block-2 .upsell-item .product-card .head .top>div {
    flex: 0 0 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .upsell-block-2 .upsell-item .product-card .head .top>div.start {
    padding-right: 15px;
  }

  .upsell-block-2 .upsell-item .product-card .head .top>div span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }

  .upsell-block-2 .upsell-item .product-card .head .top ul.steps li.done img,
  .upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active img {
    top: 60%;
    max-width: 70px;
  }

  .upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble {
    font-size: 20px;
    width: 180px;
    top: -80px;
    right: -85px;
    -webkit-box-shadow: 0px 7px 0px -2px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 0px 7px 0px -2px rgba(0, 0, 0, 0.72);
    box-shadow: 0px 7px 0px -2px rgba(0, 0, 0, 0.72);
  }

  .upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble:before,
  .upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble:after {
    content: "";
    width: 40px;
    height: 18px;
    bottom: -13px;
  }

  .upsell-block-2 .upsell-item .product-card .head .top ul.steps li.active .bubble:after {
    z-index: 1;
    bottom: -19px;
  }

  .upsell-block-2 .upsell-item .product-card .head .bottom {
    background: #111111;
    padding: 35px 50px;
  }

  .upsell-block-2 .upsell-item .product-card .head .bottom h3 {
    font-size: 38px;
  }

  .upsell-block-2 .upsell-item .product-card .body {
    padding: 30px;
  }

  .upsell-block-2 .upsell-item .product-card .body .bottle {
    margin-bottom: 30px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details {
    margin-bottom: 0;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing .before {
    font-size: 35px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing .before .amount {
    padding-left: 15px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing .before .amount:before {
    font-size: 20px;
    top: 7px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing .before .unit {
    font-size: 16px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing .current {
    font-size: 60px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing .current .amount {
    padding-left: 20px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing .current .amount:before {
    font-size: 30px;
    top: 13px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .pricing .current .unit {
    font-size: 22px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .trustpilot {
    max-width: 303px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details h4 {
    font-size: 30px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details .h4-sub {
    font-size: 23px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details ul li {
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .upsell-block-2 .upsell-item .product-card .body .details ul li:before {
    width: 30px;
    height: 32px;
    top: -2px;
  }

  .upsell-block-2 .upsell-item .product-card .body .description h5 {
    font-size: 22px;
  }

  .upsell-block-2 .upsell-item .product-card .body .description p {
    font-size: 18px;
  }

  .upsell-block-2 .upsell-item .product-card .body .form .option {
    height: 80px;
    padding: 10px 40px;
  }

  .upsell-block-2 .upsell-item .product-card .body .form .option .text {
    font-size: 20px;
  }

  .upsell-block-2 .upsell-item .product-card .body .form .option .save {
    font-size: 17px;
    padding: 7px 15px;
  }

  .upsell-block-2 .upsell-item .product-card .body .form .button-upgrade {
    height: 80px;
    padding: 10px 40px;
    font-size: 24px;
  }

  .upsell-block-2 .upsell-item .product-card .body .form .button-skip {
    font-size: 18px;
  }

  .upsell-block-2 .upsell-item .ratings {
    margin-top: 50px;
    margin-bottom: 30px;
    max-width: 100%;
    display: flex;
  }

  .upsell-block-2 .upsell-item .ratings .overall {
    margin-bottom: 0;
    flex: 0 0 145px;
  }

  .upsell-block-2 .upsell-item .ratings .overall .value {
    font-size: 65px;
  }

  .upsell-block-2 .upsell-item .ratings .bars {
    margin: 0 50px;
    flex: 0 0 300px;
  }

  .upsell-block-2 .upsell-item .ratings .percents {
    flex: 1 1 auto;
  }

  .upsell-block-2 .upsell-item .reviews {
    padding: 0 20px;
  }

  .upsell-block-2 .upsell-item .reviews .head {
    margin-bottom: 40px;
  }

  .upsell-block-2 .upsell-item .reviews .head h3 {
    font-size: 20px;
  }

  .upsell-block-2 .upsell-item .reviews .head a {
    font-size: 18px;
  }

  .upsell-block-2 .upsell-item .reviews .body ul li {
    margin-bottom: 30px;
    display: flex;
  }

  .upsell-block-2 .upsell-item .reviews .body ul .verified {
    font-size: 15px;
  }

  .upsell-block-2 .upsell-item .reviews .body ul .verified .fa {
    font-size: 20px;
  }

  .upsell-block-2 .upsell-item .reviews .body ul .left {
    align-items: start;
    margin-bottom: 0;
    margin-right: 20px;
    flex: 0 0 300px;
  }

  .upsell-block-2 .upsell-item .reviews .body ul .left picture {
    max-width: 140px;
    margin-right: 0;
    order: 2;
  }

  .upsell-block-2 .upsell-item .reviews .body ul .left .info {
    flex: 0 0 160px;
  }

  .upsell-block-2 .upsell-item .reviews .body ul .left .info .stars {
    max-width: 80px;
  }

  .upsell-block-2 .upsell-item .reviews .body ul .left .info .name {
    margin: 10px 0;
    font-size: 18px;
  }

  .upsell-block-2 .upsell-item .reviews .body ul .right h4 {
    font-size: 21px;
  }

  .upsell-block-2 .upsell-item .reviews .foot {
    margin-top: 80px;
  }

  .upsell-block-2 .upsell-item .reviews .foot h5 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .upsell-block-2 .upsell-item .reviews .foot .button-upgrade {
    height: 100px;
    padding: 10px 30px;
    font-size: 40px;
    max-width: 630px;
    margin: 0 auto 20px auto;
  }

  .upsell-block-2 .upsell-item .reviews .foot .button-skip {
    font-size: 20px;
  }
}

main.thankyou-page .link {
  color: #00B1FF;
  text-decoration: underline;
}

main.thankyou-page hr {
  opacity: 1;
}

.thankyou-block-1 {
  background: #EDF6FB;
}

.thankyou-block-1 .h1-sub {
  font-size: 20px;
  position: relative;
  max-width: 450px;
  font-weight: 500;
  margin: 0 auto;
}

.thankyou-block-1 .h1-sub:before,
.thankyou-block-1 .h1-sub:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00B1FF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.thankyou-block-1 .h1-sub:before {
  left: 0;
}

.thankyou-block-1 .h1-sub:after {
  right: 0;
}

.thankyou-block-1 h1 {
  font-family: "Bebas Neue";
  color: #00B1FF;
  font-size: 55px;
}

.thankyou-block-1 p {
  font-weight: 600;
  font-size: 15px;
}

.thankyou-block-2 h2 {
  font-size: 16px;
  line-height: 1.5;
}

.thankyou-block-2 .card picture {
  margin-bottom: 30px;
}

.thankyou-block-2 .card .body h3 {
  font-size: 15px;
  line-height: 1.5;
}

.thankyou-block-2 .card .body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 15px;
}

.thankyou-block-2 .card .body ul li:before {
  content: "";
  background: #00B1FF;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 4px;
}

.thankyou-block-3 {
  background: #EDF6FB;
}

.thankyou-block-3 h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #CB0005;
}

.thankyou-block-3 h2 {
  font-size: 23px;
}

.thankyou-block-3 .button {
  background: transparent linear-gradient(180deg, #CB0005 0%, #9B0005 100%) 0% 0%;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border-radius: 15px;
}

@media (min-width: 992px) {
  .thankyou-block-1 .h1-sub {
    font-size: 25px;
  }

  .thankyou-block-1 h1 {
    font-size: 80px;
  }

  .thankyou-block-1 p {
    font-size: 23px;
  }

  .thankyou-block-2 h2 {
    font-size: 30px;
  }

  .thankyou-block-2 .card {
    flex-direction: row;
    align-items: center;
    max-width: 1030px;
    margin: 0 auto;
  }

  .thankyou-block-2 .card picture {
    margin-bottom: 0;
    margin-right: 50px;
    flex: 0 0 432px;
  }

  .thankyou-block-2 .card .body h3 {
    font-size: 21px;
  }

  .thankyou-block-2 .card .body ul li {
    font-size: 18px;
  }

  .thankyou-block-3 h3 {
    font-size: 30px;
  }

  .thankyou-block-3 h2 {
    font-size: 35px;
  }

  .thankyou-block-3 .button {
    font-size: 25px;
  }
}

footer {
  display: none;
}

.disclaimer-block {
  display: none;
}