@charset "UTF-8";
.rating-stars img {
  margin-right: 2px; }

.rating-stars-input {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .rating-stars-input img {
    vertical-align: baseline; }
  .rating-stars-input:not(.active) .star:hover ~ .star .full {
    display: none; }
  .rating-stars-input:not(.active) .star:hover ~ .star .empty {
    display: block; }
  .rating-stars-input .star {
    width: 22px;
    height: 22px;
    padding: 1px;
    cursor: pointer; }
    .rating-stars-input .star .full {
      display: none; }
    .rating-stars-input .star.active ~ .star .full {
      display: none; }
    .rating-stars-input .star.active ~ .star .empty {
      display: block; }
  .rating-stars-input:hover .empty, .rating-stars-input.active .empty {
    display: none; }
  .rating-stars-input:hover .full, .rating-stars-input.active .full {
    display: block; }

.product-reviews .stats {
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 20px; }
  .product-reviews .stats .reviews-count {
    font-size: 18px;
    font-weight: 600;
    color: black; }
  .product-reviews .stats .popup-trigger-btn {
    margin-left: auto; }

.product-reviews ul {
  margin: 0;
  padding: 0 20px; }

.product-reviews .review {
  list-style-type: none;
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c9dbec; }

.product-reviews .description {
  color: #4b697f;
  margin-top: 20px;
  padding: 0; }

.product-reviews .author {
  color: #0b2e4e;
  font-weight: 700; }

.product-reviews .verified {
  color: #49a2e5;
  font-weight: 600; }

.product-reviews .date {
  text-align: right;
  color: #4b697f;
  font-size: 12px; }

#commentform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  #commentform .comment-form-author {
    flex: 0 0 auto;
    width: 40%;
    padding: 0 5px; }
  #commentform .comment-form-email {
    flex: 0 0 auto;
    width: 60%;
    padding: 0 5px; }
  #commentform .comment-form-rating {
    margin-bottom: 15px; }
  #commentform .comment-form-rating,
  #commentform .comment-form-comment,
  #commentform .form-submit,
  #commentform .comment-notes {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 5px; }
  #commentform .comment-notes {
    order: 1;
    font-size: 12px;
    text-align: left;
    text-transform: none; }
  #commentform .form-submit {
    order: 2; }

@media (max-width: 767px) {
  .product-reviews .date {
    text-align: left; }
  .product-reviews .review {
    padding-bottom: 0; }
  .product-reviews .description {
    padding: 0; }
  .product-reviews .verified {
    font-size: 12px;
    text-align: right; }
    .product-reviews .verified img {
      width: 10px;
      height: 10px; }
  .product-reviews ul {
    padding: 0; }
  .product-reviews .stats {
    padding: 10px; }
    .product-reviews .stats .reviews-count {
      font-size: 14px; }
    .product-reviews .stats .popup-trigger-btn {
      padding: 5px 20px;
      font-size: 12px; } }

#stats {
  background-color: #fff; }
  #stats .row {
    align-items: center; }
  #stats .item {
    display: flex;
    align-items: center; }
    #stats .item img {
      margin-top: 15px;
      margin-right: 15px; }
  #stats .stat {
    font-size: 30px;
    font-weight: bold;
    color: black; }
  #stats .text {
    font-size: 14px; }
  #stats .rating-stars {
    margin-top: 12px;
    margin-bottom: 27px; }
  #stats .stats-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center; }
    #stats .stats-row .rating-stars {
      white-space: nowrap;
      margin: 0 !important;
      flex: 0 0 105px; }
    #stats .stats-row:not(:last-child) {
      margin-bottom: 5px; }
    #stats .stats-row .bar {
      width: 100%;
      height: 15px;
      padding: 0 10px;
      position: relative; }
      #stats .stats-row .bar > div {
        background-color: #ffb400;
        border-radius: 5px;
        height: 100%;
        position: relative;
        z-index: 2; }
      #stats .stats-row .bar:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 0;
        right: 10px;
        bottom: 0;
        background-color: #f1f1f1;
        z-index: 1;
        border-radius: 5px; }
    #stats .stats-row .count {
      text-align: left;
      flex: 0 0 50px;
      font-size: 14px; }

@media (max-width: 1439px) {
  #stats .stat {
    font-size: 30px; }
  #stats .item img {
    width: 120px; } }

@media (max-width: 767px) {
  #stats {
    padding-bottom: 50px; }
    #stats .item {
      flex-direction: column;
      text-align: center; }
      #stats .item img {
        width: 100px; }
    #stats .rating-stars {
      margin-top: 0;
      margin-bottom: 15px; }
    #stats > .container > .row {
      grid-row-gap: 30px;
      row-gap: 30px; } }

.tabs .titles-inline {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
  border-width: 2px; }
  .tabs .titles-inline .title {
    font-size: 24px;
    font-weight: 600;
    margin-right: 60px;
    cursor: pointer; }
    .tabs .titles-inline .title.active {
      color: #247dc1;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 5px; }

.tabs .tab > .description {
  padding: 20px 0 0; }
  .tabs .tab > .description ol {
    list-style: inside decimal;
    padding: 0; }
  .tabs .tab > .description p img.alignleft {
    float: left; }
  .tabs .tab > .description p img.alignright {
    float: right; }
  .tabs .tab > .description p:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .tabs .titles-inline {
    margin-top: 15px;
    padding: 15px 20px; }
    .tabs .titles-inline .title {
      font-size: 20px;
      margin-right: 40px; }
  .tab > .description {
    padding: 20px; } }

@media (min-width: 768px) {
  .tabs .titles-inline .title {
    white-space: nowrap; } }

@media (max-width: 767px) {
  .tabs .tab > .description {
    padding: 20px 0 0; }
    .tabs .tab > .description p img.alignleft {
      float: none;
      display: block;
      margin-bottom: 5px; }
    .tabs .tab > .description p img.alignright {
      float: none;
      display: block;
      margin-top: 5px; }
  .tabs .titles-inline {
    padding: 0;
    flex-wrap: wrap;
    grid-row-gap: 10px; }
    .tabs .titles-inline .title {
      flex-basis: 50%;
      margin-right: 0;
      font-size: 18px;
      text-align: center;
      padding: 5px 0;
      border-bottom: 4px solid transparent; }
      .tabs .titles-inline .title.active {
        text-decoration: none;
        border-color: #247dc1; } }

@media (max-width: 320px) {
  .tabs .titles-inline .title {
    font-size: 16px; } }

.simple:before, .simple:after {
  display: table;
  content: " "; }

.simple:after {
  clear: both; }

.simple .right {
  float: right;
  margin: 0 0 20px 20px; }

.simple .left {
  float: left;
  margin: 0 20px 20px 0; }

.simple img {
  display: block; }

.simple img ~ img {
  margin-top: 20px; }

.custom-block {
  padding: 56px 0;
  overflow-x: clip; }
  .custom-block:first-child {
    padding-top: 0; }
  .custom-block h2 {
    font-size: 40px;
    line-height: 50px;
    color: #247dc1; }
  .custom-block h3 {
    font-size: 18px;
    line-height: 24px;
    color: #247dc1;
    font-weight: 400;
    margin-bottom: 30px; }
  .custom-block .desc {
    font-size: 16px;
    line-height: 22px;
    color: #0b3556; }
  .custom-block .logo {
    height: 40px;
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain; }
  .custom-block .img-overlay-wrp {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%; }
    .custom-block .img-overlay-wrp .overlay {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70%;
      z-index: -1; }
      .custom-block .img-overlay-wrp .overlay:before {
        content: "";
        display: block;
        padding-bottom: 100%;
        width: 100%;
        background-color: #f5f7f9;
        border-radius: 50%; }
  .custom-block .img-rounded {
    position: relative; }
    .custom-block .img-rounded:before {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 100%;
      border-radius: 50%;
      background-color: white;
      z-index: 1; }
    .custom-block .img-rounded:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -4%;
      width: 40%;
      height: 10%;
      background: rgba(0, 0, 0, 0.5);
      filter: blur(40px);
      transform: rotateX(70deg) translateX(-50%);
      left: 50%;
      z-index: 0; }
    .custom-block .img-rounded .img-wrp {
      position: absolute;
      top: 7px;
      bottom: 7px;
      left: 7px;
      right: 7px;
      border-radius: 50%;
      overflow: hidden;
      z-index: 2; }
      .custom-block .img-rounded .img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .custom-block.functionality-detail {
    background-color: #f5f7f9;
    background-position: center;
    background-size: cover;
    padding-bottom: 0; }
    .custom-block.functionality-detail.reverse-color .desc {
      color: #247dc1; }
    .custom-block.functionality-detail.bottom-overflowed {
      margin-bottom: 80px; }
    .custom-block.functionality-detail.overflowed-image-under-content {
      margin-bottom: 0; }
      .custom-block.functionality-detail.overflowed-image-under-content .overflowed-bottom-img {
        position: relative;
        left: 0;
        transform: none;
        width: 100%;
        margin-bottom: -80px; }
      .custom-block.functionality-detail.overflowed-image-under-content .main-img-wrp {
        bottom: 80px; }
    .custom-block.functionality-detail.overflowed {
      margin-top: 100px; }
      .custom-block.functionality-detail.overflowed .main-img-wrp {
        top: -156px;
        height: auto; }
    .custom-block.functionality-detail .wrp {
      padding-left: 60%;
      position: relative;
      z-index: 1; }
      .custom-block.functionality-detail .wrp.wider {
        padding-left: 50%; }
    .custom-block.functionality-detail .main-img-wrp {
      position: absolute;
      bottom: 0;
      right: 40%;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .custom-block.functionality-detail .main-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: right bottom;
           object-position: right bottom; }
    .custom-block.functionality-detail .overflowed-bottom-img {
      position: absolute;
      bottom: 0;
      transform: translate(-50%, 50%);
      left: 50%;
      width: 75%; }
      .custom-block.functionality-detail .overflowed-bottom-img img {
        width: auto;
        height: auto;
        max-width: 100%; }
    .custom-block.functionality-detail .details {
      padding: 40px 0 120px; }
      .custom-block.functionality-detail .details .detail {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-bottom: 40px; }
        .custom-block.functionality-detail .details .detail:last-child {
          margin-bottom: 0; }
        .custom-block.functionality-detail .details .detail p {
          margin-bottom: 0; }
        .custom-block.functionality-detail .details .detail .number {
          font-size: 40px;
          line-height: 1;
          flex: 0 0 auto;
          width: 40px;
          text-align: center;
          font-weight: 800;
          color: #247dc1;
          margin-right: 20px; }
        .custom-block.functionality-detail .details .detail .icon {
          width: 50px;
          height: auto;
          margin-right: 25px; }
  .custom-block.functionalities {
    background-color: #f5f7f9; }
    .custom-block.functionalities.with-img-overlay {
      background-color: white; }
      .custom-block.functionalities.with-img-overlay .main-img-wrp img {
        -o-object-position: center;
           object-position: center; }
    .custom-block.functionalities .wrp {
      padding-right: 60%;
      position: relative; }
    .custom-block.functionalities h2,
    .custom-block.functionalities h3 {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center; }
      .custom-block.functionalities h2 .icon-wrp,
      .custom-block.functionalities h3 .icon-wrp {
        display: block;
        width: 35px;
        flex: 0 0 auto;
        margin-left: 25px; }
        .custom-block.functionalities h2 .icon-wrp img,
        .custom-block.functionalities h3 .icon-wrp img {
          width: 100%; }
    .custom-block.functionalities h3 {
      font-size: 24px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 20px; }
    .custom-block.functionalities .main-heading {
      margin-bottom: 50px; }
    .custom-block.functionalities .functionality-icons {
      position: absolute;
      left: 0;
      top: 80px;
      margin-left: 40px; }
      .custom-block.functionalities .functionality-icons .functionality {
        text-align: center;
        margin-bottom: 30px; }
        .custom-block.functionalities .functionality-icons .functionality img {
          height: 40px;
          width: 40px;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center bottom;
             object-position: center bottom;
          margin-bottom: 10px; }
    .custom-block.functionalities .main-img-wrp {
      position: absolute;
      top: 0;
      right: 0;
      padding-left: 60px;
      width: 60%;
      height: 100%;
      z-index: 1; }
      .custom-block.functionalities .main-img-wrp .overlay {
        width: 80%; }
      .custom-block.functionalities .main-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: top;
           object-position: top; }
    .custom-block.functionalities .functionality-texts .functionality {
      margin-bottom: 40px; }
      .custom-block.functionalities .functionality-texts .functionality:last-child {
        margin-bottom: 0; }
  .custom-block.banner-pros {
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    margin-bottom: 100px; }
    .custom-block.banner-pros.pros-in-row .pros {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      grid-gap: 40px;
      gap: 40px;
      padding-left: 0;
      margin-top: 50px; }
    .custom-block.banner-pros.without-overflowed-image .product-img-wrp {
      height: 500px;
      margin-bottom: 0; }
    .custom-block.banner-pros.reverse-color h2,
    .custom-block.banner-pros.reverse-color .desc {
      color: #247dc1; }
    .custom-block.banner-pros .logo-wrp {
      margin-bottom: 15px; }
    .custom-block.banner-pros h2 {
      color: white; }
    .custom-block.banner-pros .desc {
      color: white; }
    .custom-block.banner-pros .wrp {
      padding-right: 40%;
      position: relative; }
    .custom-block.banner-pros .left-side {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-start;
      z-index: 1;
      position: relative; }
    .custom-block.banner-pros .pros {
      flex: 0 0 auto;
      padding-left: 25px; }
      .custom-block.banner-pros .pros .pro {
        text-align: center;
        margin-bottom: 30px; }
        .custom-block.banner-pros .pros .pro .desc {
          font-size: 12px;
          line-height: 16px; }
        .custom-block.banner-pros .pros .pro img {
          height: 40px;
          width: 40px;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center bottom;
             object-position: center bottom;
          margin-bottom: 10px; }
    .custom-block.banner-pros .product-img-wrp {
      height: 400px;
      margin: 30px 0; }
      .custom-block.banner-pros .product-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left;
           object-position: left; }
    .custom-block.banner-pros .overflowed-img-wrp {
      margin: 30px 0 -100px;
      height: 300px; }
      .custom-block.banner-pros .overflowed-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
    .custom-block.banner-pros .main-img-wrp {
      position: absolute;
      top: 0;
      right: -40%;
      width: 100%;
      height: 100%; }
      .custom-block.banner-pros .main-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: bottom;
           object-position: bottom; }
  .custom-block.comparation-pros {
    padding-bottom: 0px;
    background-position: center;
    background-size: cover; }
    .custom-block.comparation-pros .img-rounded:after {
      filter: blur(20px); }
    .custom-block.comparation-pros .wrp {
      padding-right: 60%;
      position: relative; }
    .custom-block.comparation-pros .main-img-wrp {
      position: absolute;
      bottom: 0;
      left: 40%;
      width: 100%;
      height: 100%; }
      .custom-block.comparation-pros .main-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left;
           object-position: left; }
    .custom-block.comparation-pros .results {
      margin-top: 60px; }
      .custom-block.comparation-pros .results .row {
        max-width: 380px;
        margin: 0 auto 40px; }
        .custom-block.comparation-pros .results .row:last-child {
          margin-bottom: 0; }
    .custom-block.comparation-pros .result {
      position: relative; }
      .custom-block.comparation-pros .result .label {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: -40px;
        font-size: 16px;
        line-height: 20px;
        color: #247dc1;
        font-weight: 700; }
    .custom-block.comparation-pros .pros {
      padding: 60px 0; }
      .custom-block.comparation-pros .pros .pro {
        text-align: center; }
      .custom-block.comparation-pros .pros .icon-wrp {
        height: 50px;
        width: 50px;
        margin: 0 auto 10px; }
        .custom-block.comparation-pros .pros .icon-wrp img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center bottom;
             object-position: center bottom; }
  .custom-block.comparation .img-rounded:after {
    filter: blur(20px); }
  .custom-block.comparation h2 {
    max-width: 800px; }
  .custom-block.comparation .desc {
    position: relative;
    z-index: 1; }
  .custom-block.comparation.without-image {
    background-color: #f5f7f9; }
    .custom-block.comparation.without-image .wrp {
      padding-right: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center; }
    .custom-block.comparation.without-image .content-wrp {
      order: 2;
      flex: 0 0 auto;
      width: 50%; }
    .custom-block.comparation.without-image .results {
      flex: 0 0 auto;
      width: 50%;
      margin-top: 0; }
  .custom-block.comparation .wrp {
    padding-right: 60%;
    position: relative; }
  .custom-block.comparation .img-overlay-wrp {
    top: 50%;
    width: 65%;
    height: 100%;
    transform: translateY(-50%); }
    .custom-block.comparation .img-overlay-wrp img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .custom-block.comparation .img-overlay-wrp .overlay {
      width: 100%; }
  .custom-block.comparation .results {
    margin-top: 60px; }
    .custom-block.comparation .results .row {
      margin-bottom: 40px;
      max-width: 380px; }
      .custom-block.comparation .results .row:last-child {
        margin-bottom: 0; }
  .custom-block.comparation .result {
    position: relative; }
    .custom-block.comparation .result .label {
      font-size: 16px;
      line-height: 20px;
      color: #247dc1;
      font-weight: 700; }
      .custom-block.comparation .result .label:not(.custom) {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: -40px; }
      .custom-block.comparation .result .label.custom {
        text-align: center;
        margin-top: 15px; }
  .custom-block.comparation-strip.overflowed {
    padding-top: 0;
    margin-top: -50px; }
  .custom-block.comparation-strip .img-rounded:after {
    filter: blur(20px); }
  .custom-block.comparation-strip .results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 -10px; }
  .custom-block.comparation-strip .result {
    position: relative;
    flex: 0 0 auto;
    width: 16.66%;
    padding: 0 10px; }
    .custom-block.comparation-strip .result.upscale {
      width: 33.33%; }
    .custom-block.comparation-strip .result .label {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 12px;
      font-size: 16px;
      line-height: 20px;
      color: #247dc1;
      font-weight: 700; }
  .custom-block.package-contents .wrp {
    padding-right: 60%;
    position: relative; }
  .custom-block.package-contents .left-side {
    padding: 0 15px;
    width: 40%;
    flex: 0 0 auto; }
  .custom-block.package-contents .right-side {
    padding: 0 15px;
    width: 60%;
    flex: 0 0 auto; }
  .custom-block.package-contents .img-overlay-wrp {
    position: relative;
    width: 100%;
    max-height: 700px; }
    .custom-block.package-contents .img-overlay-wrp img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
    .custom-block.package-contents .img-overlay-wrp .overlay {
      width: 90%; }
  .custom-block.package-contents .contents-img {
    width: 100%;
    max-width: 250px;
    margin-top: 35px; }
  .custom-block.icons-columns .pro {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    .custom-block.icons-columns .pro p {
      margin: 0; }
    .custom-block.icons-columns .pro .icon {
      width: 60px;
      height: 60px;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 15px;
      flex: 0 0 auto; }
    .custom-block.icons-columns .pro .desc {
      font-size: 16px;
      line-height: 22px;
      color: #247dc1;
      max-width: 350px; }
  .custom-block.icons-image {
    padding-top: 100px;
    background: transparent linear-gradient(97deg, #142452 0%, #6399da 100%) 0% 0% no-repeat padding-box; }
    .custom-block.icons-image .left-side {
      padding: 0 15px;
      width: 40%;
      flex: 0 0 auto; }
    .custom-block.icons-image .right-side {
      padding: 0 15px;
      width: 60%;
      flex: 0 0 auto; }
    .custom-block.icons-image h2 {
      color: white;
      max-width: 700px; }
    .custom-block.icons-image .pro {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      margin-bottom: 50px; }
      .custom-block.icons-image .pro:last-child {
        margin-bottom: 0; }
      .custom-block.icons-image .pro p {
        margin: 0; }
      .custom-block.icons-image .pro .icon {
        width: 60px;
        height: 60px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 15px;
        flex: 0 0 auto; }
      .custom-block.icons-image .pro .desc {
        font-size: 16px;
        line-height: 22px;
        color: white; }
    .custom-block.icons-image .img-wrp {
      position: relative;
      width: 100%;
      max-height: 700px; }
      .custom-block.icons-image .img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
  .custom-block.background-pros {
    background-position: top;
    background-size: cover; }
    .custom-block.background-pros .wrp {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      flex-wrap: wrap; }
      .custom-block.background-pros .wrp .left-side {
        width: 35%;
        flex: 0 0 auto; }
      .custom-block.background-pros .wrp .right-side {
        width: 65%;
        flex: 0 0 auto; }
    .custom-block.background-pros .pros {
      margin-left: 60px; }
    .custom-block.background-pros .pro {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      margin-top: 30px; }
      .custom-block.background-pros .pro .icon-wrp {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        flex: 0 0 auto; }
        .custom-block.background-pros .pro .icon-wrp img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center; }
      .custom-block.background-pros .pro .desc {
        font-size: 14px;
        line-height: 18px; }
        .custom-block.background-pros .pro .desc p {
          margin-bottom: 0; }
    .custom-block.background-pros .main-img-wrp {
      height: 360px;
      margin-top: 30px; }
      .custom-block.background-pros .main-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: bottom;
           object-position: bottom; }
  .custom-block.comparation-products .logo {
    margin-bottom: 25px; }
  .custom-block.comparation-products h2 {
    width: 40%;
    margin-bottom: 50px; }
  .custom-block.comparation-products .desc p {
    margin-bottom: 0; }
  .custom-block.comparation-products .included-icon {
    width: 30px; }
  .custom-block.comparation-products .alt-product-wrp .included-icon {
    width: 25px; }
  .custom-block.comparation-products .result {
    position: relative;
    height: 85px;
    margin-top: 35px; }
    .custom-block.comparation-products .result h3 {
      font-size: 32px;
      line-height: 85px;
      font-weight: bold;
      margin: 0; }
    .custom-block.comparation-products .result .winner img,
    .custom-block.comparation-products .result .looser img {
      width: 100%;
      height: auto; }
    .custom-block.comparation-products .result .winner {
      position: absolute;
      right: 430px;
      top: 0;
      width: 100px; }
    .custom-block.comparation-products .result .looser {
      position: absolute;
      right: 50px;
      top: 12px;
      width: 60px; }
  .custom-block.comparation-products .wrp {
    position: relative; }
    .custom-block.comparation-products .wrp:after {
      content: "VS";
      position: absolute;
      top: 100px;
      right: 185px;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background-color: #247dc1;
      text-align: center;
      line-height: 100px;
      font-size: 40px;
      font-weight: bold;
      border: 30px solid white;
      color: white; }
    .custom-block.comparation-products .wrp:before {
      content: "";
      position: absolute;
      top: 0;
      right: 265px;
      width: 1px;
      height: 100%;
      background-color: #0b3556; }
    .custom-block.comparation-products .wrp .main-product-img img,
    .custom-block.comparation-products .wrp .alt-product-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom;
         object-position: bottom; }
    .custom-block.comparation-products .wrp .main-product-img {
      position: absolute;
      top: 0;
      width: 200px;
      height: 100%;
      right: 380px; }
    .custom-block.comparation-products .wrp .alt-product-img {
      position: absolute;
      top: 0;
      width: 160px;
      height: 100%;
      right: 0;
      padding-top: 125px; }
  .custom-block.comparation-products .feature {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 30px; }
    .custom-block.comparation-products .feature .desc p {
      margin-bottom: 0; }
    .custom-block.comparation-products .feature .included-wrp {
      width: 360px;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-left: auto;
      padding-right: 180px; }
      .custom-block.comparation-products .feature .included-wrp .alt-product-wrp {
        margin-left: auto; }
  .custom-block.comparation-products-bars .logo-wrp {
    margin-bottom: 25px;
    text-align: center; }
  .custom-block.comparation-products-bars h2 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px; }
  .custom-block.comparation-products-bars .desc p {
    margin-bottom: 0; }
  .custom-block.comparation-products-bars .products {
    max-width: 900px;
    margin: 0 auto; }
    .custom-block.comparation-products-bars .products .img-wrp {
      width: 100%;
      height: 450px;
      margin-bottom: 30px; }
      .custom-block.comparation-products-bars .products .img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .custom-block.comparation-products-bars .bar-wrp {
    width: 100%;
    height: 12px;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 5px; }
    .custom-block.comparation-products-bars .bar-wrp .bar {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      border-radius: 5px;
      background-color: #247dc1; }
  .custom-block.comparation-products-bars .value-wrp {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap; }
    .custom-block.comparation-products-bars .value-wrp .value {
      width: 80px;
      white-space: nowrap;
      flex: 0 0 auto;
      text-align: right;
      font-size: 20px;
      font-weight: bold;
      color: #ff0000; }
  .custom-block.comparation-products-bars .feature {
    padding-bottom: 20px; }
    .custom-block.comparation-products-bars .feature .desc {
      font-size: 14px;
      font-weight: bold; }
  .custom-block.comparation-products-bars .main-product {
    position: relative;
    padding: 0 50px; }
    .custom-block.comparation-products-bars .main-product:after {
      content: "VS";
      position: absolute;
      top: 100px;
      right: 0;
      transform: translateX(50%);
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background-color: #247dc1;
      text-align: center;
      line-height: 100px;
      font-size: 40px;
      font-weight: bold;
      border: 30px solid white;
      color: white; }
    .custom-block.comparation-products-bars .main-product:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background-color: #0b3556; }
    .custom-block.comparation-products-bars .main-product .value-wrp .value {
      color: #247dc1; }
  .custom-block.comparation-products-bars .alt-product {
    padding: 0 50px; }
    .custom-block.comparation-products-bars .alt-product .bar {
      background-color: #ff0000; }
  .custom-block.comparation-products-bars .result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 30px; }
    .custom-block.comparation-products-bars .result .winner,
    .custom-block.comparation-products-bars .result .looser {
      width: 50%;
      flex: 0 0 auto;
      text-align: center; }
    .custom-block.comparation-products-bars .result .winner img {
      width: 80px; }
    .custom-block.comparation-products-bars .result .looser img {
      width: 50px; }
    .custom-block.comparation-products-bars .result h3 {
      position: absolute;
      margin: 0;
      font-size: 30px;
      line-height: 38px;
      font-weight: bold;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .custom-block.teaser-bg-pros {
    padding: 56px 0 0;
    background-position: center;
    background-size: cover; }
    .custom-block.teaser-bg-pros.overflowed {
      margin-top: 144px; }
      .custom-block.teaser-bg-pros.overflowed .main-img-wrp {
        top: -200px;
        height: auto; }
    .custom-block.teaser-bg-pros.reverse-color h3,
    .custom-block.teaser-bg-pros.reverse-color h2,
    .custom-block.teaser-bg-pros.reverse-color .desc,
    .custom-block.teaser-bg-pros.reverse-color .pro .desc {
      color: white; }
    .custom-block.teaser-bg-pros .wrp {
      padding-left: 55%;
      position: relative; }
    .custom-block.teaser-bg-pros h2 {
      margin-bottom: 0; }
    .custom-block.teaser-bg-pros .desc {
      margin-top: 20px;
      color: #247dc1; }
      .custom-block.teaser-bg-pros .desc h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 800; }
    .custom-block.teaser-bg-pros .main-img-wrp {
      position: absolute;
      bottom: 0;
      right: 45%;
      width: 100%;
      height: 100%; }
      .custom-block.teaser-bg-pros .main-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: right bottom;
           object-position: right bottom; }
    .custom-block.teaser-bg-pros .pros {
      padding-bottom: 56px; }
    .custom-block.teaser-bg-pros .pro {
      text-align: center;
      margin-top: 40px; }
      .custom-block.teaser-bg-pros .pro .icon-wrp {
        margin: 0 auto 15px;
        width: 50px;
        height: 50px; }
        .custom-block.teaser-bg-pros .pro .icon-wrp img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center bottom;
             object-position: center bottom; }
      .custom-block.teaser-bg-pros .pro .desc {
        color: #247dc1; }
        .custom-block.teaser-bg-pros .pro .desc p {
          margin-bottom: 0; }
  .custom-block.technical-specification .wrp {
    position: relative;
    padding-right: 50%; }
  .custom-block.technical-specification .img-overlay-wrp {
    width: 50%;
    height: 100%; }
    .custom-block.technical-specification .img-overlay-wrp img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .custom-block.technical-specification .desc table td {
    vertical-align: top;
    padding-right: 15px; }
    .custom-block.technical-specification .desc table td:first-child {
      font-weight: 600; }
  .custom-block.technical-specification .points {
    margin-top: 45px; }
  .custom-block.technical-specification .point {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 25px; }
    .custom-block.technical-specification .point:last-child {
      margin-bottom: 0; }
    .custom-block.technical-specification .point .icon-wrp {
      margin-right: 25px;
      width: 50px;
      height: 60px;
      flex: 0 0 auto; }
      .custom-block.technical-specification .point .icon-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
    .custom-block.technical-specification .point p {
      margin: 0; }
  .custom-block.showcase {
    padding: 0;
    background-position: center;
    background-size: cover; }
    .custom-block.showcase .wrp {
      position: relative; }
    .custom-block.showcase .points-wrp {
      padding: 140px 0 200px;
      position: relative;
      z-index: 1; }
    .custom-block.showcase .main-img-wrp {
      position: absolute;
      width: 65%;
      left: 50%;
      top: -150px;
      bottom: 0;
      transform: translateX(-50%);
      z-index: 0; }
      .custom-block.showcase .main-img-wrp img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
    .custom-block.showcase .points-row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      margin-bottom: 80px; }
      .custom-block.showcase .points-row:last-child {
        margin-bottom: 0; }
      .custom-block.showcase .points-row:nth-child(even) .point {
        width: 30%; }
      .custom-block.showcase .points-row .point {
        flex: 0 0 auto;
        width: 35%;
        text-align: right;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center; }
        .custom-block.showcase .points-row .point:last-child {
          margin-left: auto;
          text-align: left;
          justify-content: flex-start; }
          .custom-block.showcase .points-row .point:last-child .icon {
            order: 1;
            margin-right: 20px;
            margin-left: 0; }
          .custom-block.showcase .points-row .point:last-child .desc {
            order: 2; }
        .custom-block.showcase .points-row .point .icon {
          order: 2;
          height: 60px;
          width: 60px;
          -o-object-fit: contain;
             object-fit: contain;
          margin-left: 20px;
          flex: 0 0 auto; }
        .custom-block.showcase .points-row .point .desc {
          font-size: 14px;
          line-height: 18px; }
          .custom-block.showcase .points-row .point .desc strong {
            font-size: 16px; }
        .custom-block.showcase .points-row .point p {
          margin: 0; }
  .custom-block.use-cases {
    background-color: #f5f7f9; }
    .custom-block.use-cases .main-img-wrp .img-rounded {
      max-width: 560px; }
    .custom-block.use-cases .cases {
      margin-top: 40px; }
    .custom-block.use-cases .case {
      padding: 0 15px;
      width: 20%;
      flex: 0 0 auto; }
      .custom-block.use-cases .case .img-rounded:after {
        filter: blur(20px); }
      .custom-block.use-cases .case .desc {
        text-align: center;
        font-weight: 600;
        margin-top: 20px;
        line-height: 18px; }
        .custom-block.use-cases .case .desc p {
          margin-bottom: 0; }
  .custom-block.teaser-pros {
    position: relative; }
    .custom-block.teaser-pros .logo {
      margin-bottom: 40px; }
    .custom-block.teaser-pros .desc {
      font-size: 20px;
      line-height: 26px; }
      .custom-block.teaser-pros .desc h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 800; }
      .custom-block.teaser-pros .desc .smaller {
        font-size: 16px;
        line-height: 22px; }
      .custom-block.teaser-pros .desc .tiny {
        font-size: 14px;
        line-height: 18px; }
      .custom-block.teaser-pros .desc .gray {
        color: #4b697f; }
    .custom-block.teaser-pros .img-overlay-wrp {
      width: 60%; }
    .custom-block.teaser-pros .pros {
      position: relative;
      margin-top: 60px; }
      .custom-block.teaser-pros .pros .row {
        margin-bottom: 60px; }
        .custom-block.teaser-pros .pros .row:last-child {
          margin-bottom: 0; }
      .custom-block.teaser-pros .pros .pro {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
        .custom-block.teaser-pros .pros .pro p {
          margin: 0; }
        .custom-block.teaser-pros .pros .pro .icon {
          width: 50px;
          height: 50px;
          -o-object-fit: contain;
             object-fit: contain;
          margin-right: 15px; }
        .custom-block.teaser-pros .pros .pro .desc {
          font-size: 16px;
          line-height: 22px; }
    .custom-block.teaser-pros .wrp {
      padding-right: 60%; }

@media (min-width: 768px) {
  .custom-block.functionality-detail.white-color h2,
  .custom-block.functionality-detail.white-color .details .detail .number,
  .custom-block.functionality-detail.white-color .desc {
    color: #fff; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .simple img {
    max-width: 300px;
    max-height: 300px; } }

@media (min-width: 768px) {
  .custom-block.teaser-pros .wrp {
    position: relative; } }

@media (max-width: 767px) {
  .simple {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .simple .left,
    .simple .right {
      margin: 0 0 20px 0; }
    .simple .right {
      order: 1; }
  .custom-block h2 {
    font-size: 32px;
    line-height: 38px; }
  .custom-block .img-overlay-wrp .overlay {
    display: none; }
  .custom-block.use-cases .main-img-wrp .img-rounded {
    max-width: 320px;
    margin: 0 auto 25px; }
  .custom-block.use-cases .cases {
    margin-top: 0;
    justify-content: center; }
    .custom-block.use-cases .cases .case {
      width: 50%;
      margin-top: 30px; }
  .custom-block.comparation-pros .wrp {
    padding-right: 0; }
  .custom-block.comparation-pros .main-img-wrp {
    position: relative;
    left: 0; }
  .custom-block.comparation-pros .results-pros-wrp {
    background-color: #f5f7f9;
    margin: 0 -15px;
    padding: 0 15px; }
  .custom-block.comparation-pros .results {
    margin-top: 0;
    padding-top: 45px; }
  .custom-block.comparation-pros .pros {
    padding: 45px 0 56px; }
  .custom-block.icons-image {
    padding: 56px 0; }
    .custom-block.icons-image .left-side,
    .custom-block.icons-image .right-side {
      width: 100%; }
    .custom-block.icons-image h2 {
      margin-bottom: 50px; }
    .custom-block.icons-image .img-wrp {
      margin-top: 50px; }
  .custom-block.functionality-detail {
    background-color: white; }
    .custom-block.functionality-detail.overflowed {
      margin-top: 100px; }
      .custom-block.functionality-detail.overflowed .main-img-wrp {
        top: auto; }
    .custom-block.functionality-detail.overflowed-image-under-content .main-img-wrp {
      bottom: 0; }
    .custom-block.functionality-detail.overflowed-image-under-content .overflowed-bottom-img {
      display: none; }
    .custom-block.functionality-detail .wrp {
      padding-left: 0; }
      .custom-block.functionality-detail .wrp.wider {
        padding-left: 0; }
    .custom-block.functionality-detail .details {
      padding-bottom: 40px; }
    .custom-block.functionality-detail:not(.bottom-overflowed) .details {
      margin: 0 -15px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 60px;
      background-color: #f5f7f9; }
    .custom-block.functionality-detail .main-img-wrp {
      position: relative;
      bottom: auto;
      right: -50%;
      width: 120%;
      transform: translateX(-50%); }
    .custom-block.functionality-detail .overflowed-bottom-img {
      width: 100%; }
  .custom-block.package-contents .left-side {
    width: 100%; }
  .custom-block.package-contents .right-side {
    margin-top: 30px;
    width: 100%; }
  .custom-block.package-contents .img-overlay-wrp {
    margin-top: 30px;
    max-height: 500px; }
    .custom-block.package-contents .img-overlay-wrp .overlay {
      display: block; }
  .custom-block.technical-specification .wrp {
    padding-right: 0; }
  .custom-block.technical-specification .desc table td {
    padding-top: 3px;
    padding-bottom: 3px; }
  .custom-block.technical-specification .img-overlay-wrp {
    position: relative;
    width: 100%;
    margin: 30px 0; }
    .custom-block.technical-specification .img-overlay-wrp img {
      -o-object-position: center;
         object-position: center; }
  .custom-block.showcase {
    margin-top: 0; }
    .custom-block.showcase .wrp {
      padding-right: 25%; }
    .custom-block.showcase .main-img-wrp {
      transform: translateX(-65%);
      width: 100%;
      left: 100%;
      top: 0; }
    .custom-block.showcase .points-wrp {
      padding: 56px 0 100px 0; }
    .custom-block.showcase .points-row {
      margin-bottom: 0;
      flex-wrap: wrap; }
      .custom-block.showcase .points-row .point {
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 30px; }
        .custom-block.showcase .points-row .point .icon {
          order: 1;
          margin-left: 0;
          margin-right: 20px;
          height: auto;
          width: 40px; }
        .custom-block.showcase .points-row .point:last-child .icon {
          margin-right: 20px; }
        .custom-block.showcase .points-row .point .desc {
          order: 2; }
      .custom-block.showcase .points-row:nth-child(even) .point {
        width: 100%; }
  .custom-block.functionalities {
    background-color: white; }
    .custom-block.functionalities .wrp {
      padding-right: 0; }
    .custom-block.functionalities .main-img-wrp {
      position: relative;
      width: 100%;
      padding-left: 0; }
      .custom-block.functionalities .main-img-wrp .image {
        margin-top: 30px; }
    .custom-block.functionalities .functionality-icons {
      top: 20px;
      margin-left: 20px; }
  .custom-block.comparation .wrp {
    padding-right: 0; }
  .custom-block.comparation.without-image .content-wrp {
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
  .custom-block.comparation.without-image .results {
    order: 2;
    width: 100%; }
  .custom-block.comparation .img-overlay-wrp {
    position: relative;
    top: 0;
    width: 100%;
    height: 500px;
    transform: none;
    margin-top: 30px; }
    .custom-block.comparation .img-overlay-wrp .overlay {
      display: block;
      width: 85%; }
  .custom-block.teaser-pros.mobile-image-under-content .wrp {
    padding-right: 0; }
  .custom-block.teaser-pros.mobile-image-under-content .img-overlay-wrp {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px; }
  .custom-block.teaser-pros .wrp {
    padding-right: 25%; }
  .custom-block.teaser-pros .pros {
    margin-top: 30px;
    padding-right: 25%; }
    .custom-block.teaser-pros .pros .row {
      margin-bottom: 0; }
    .custom-block.teaser-pros .pros .pro {
      margin-bottom: 25px; }
  .custom-block.teaser-pros .img-overlay-wrp {
    width: 25%;
    height: 100%; }
    .custom-block.teaser-pros .img-overlay-wrp img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom;
         object-position: bottom; }
  .custom-block.background-pros {
    position: relative; }
    .custom-block.background-pros:before {
      content: "";
      bottom: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background: #f5f7f9;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f5f7f9 60%); }
    .custom-block.background-pros > div {
      position: relative; }
    .custom-block.background-pros .wrp .left-side {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .custom-block.background-pros .wrp .left-side h2 {
        order: 2;
        margin: 0; }
    .custom-block.background-pros .wrp .right-side {
      width: 100%; }
    .custom-block.background-pros .pros {
      margin-left: 0; }
    .custom-block.background-pros .main-img-wrp {
      height: 140px;
      margin-top: 0;
      margin-bottom: 20px; }
  .custom-block.comparation-products-bars .products {
    margin: 0 -15px; }
    .custom-block.comparation-products-bars .products .img-wrp {
      height: 300px;
      padding: 0 15px; }
  .custom-block.comparation-products-bars .logo-wrp {
    text-align: left; }
  .custom-block.comparation-products-bars h2 {
    text-align: left;
    margin-bottom: 30px; }
  .custom-block.comparation-products-bars .result h3 {
    font-size: 24px; }
  .custom-block.comparation-products-bars .result .winner {
    text-align: left; }
    .custom-block.comparation-products-bars .result .winner img {
      width: 60px; }
  .custom-block.comparation-products-bars .result .looser {
    text-align: right; }
    .custom-block.comparation-products-bars .result .looser img {
      width: 40px; }
  .custom-block.comparation-products-bars .value-wrp {
    flex-wrap: wrap; }
    .custom-block.comparation-products-bars .value-wrp .value {
      width: auto;
      font-size: 16px;
      line-height: 20px;
      margin-top: 2px; }
  .custom-block.comparation-products-bars .alt-product {
    padding: 0 15px; }
    .custom-block.comparation-products-bars .alt-product .value-wrp {
      justify-content: flex-end; }
    .custom-block.comparation-products-bars .alt-product .feature .desc {
      display: none; }
  .custom-block.comparation-products-bars .feature {
    padding-top: 24px;
    padding-bottom: 10px; }
  .custom-block.comparation-products-bars .main-product {
    padding: 0 15px; }
    .custom-block.comparation-products-bars .main-product:before {
      display: none; }
    .custom-block.comparation-products-bars .main-product .bar-wrp .bar {
      right: 0;
      left: auto; }
    .custom-block.comparation-products-bars .main-product .feature {
      position: relative; }
      .custom-block.comparation-products-bars .main-product .feature .desc {
        top: 0;
        left: 100%;
        position: absolute;
        width: 100%;
        margin-left: 15px;
        transform: translateX(-50%);
        text-align: center; }
    .custom-block.comparation-products-bars .main-product:after {
      border: none;
      width: 60px;
      height: 60px;
      font-size: 24px;
      line-height: 60px;
      top: 150px;
      transform: translate(50%, -50%); }
  .custom-block.comparation-products h2 {
    width: 100%; }
  .custom-block.comparation-products .wrp::before, .custom-block.comparation-products .wrp::after {
    display: none; }
  .custom-block.comparation-products .wrp .main-product-img {
    width: 30px;
    right: 0;
    height: auto;
    position: relative; }
  .custom-block.comparation-products .wrp .alt-product-img {
    width: 35px;
    right: 0;
    margin-left: auto;
    height: auto;
    position: relative;
    padding-top: 0; }
  .custom-block.comparation-products .result {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
    margin-top: 0; }
    .custom-block.comparation-products .result h3 {
      font-size: 24px;
      line-height: 30px; }
    .custom-block.comparation-products .result .result-icons-wrp {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      width: 115px;
      flex: 0 0 auto;
      margin-left: auto; }
    .custom-block.comparation-products .result .winner {
      position: relative;
      right: 0;
      width: 60px; }
    .custom-block.comparation-products .result .looser {
      position: relative;
      right: 0;
      top: 0;
      width: 30px;
      margin-left: auto;
      margin-right: 5px; }
  .custom-block.comparation-products .product-imgs-wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    align-items: flex-start; }
    .custom-block.comparation-products .product-imgs-wrp h2 {
      padding-right: 25px;
      margin-bottom: 0; }
    .custom-block.comparation-products .product-imgs-wrp .imgs-wrp {
      margin-left: auto;
      width: 100px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      flex: 0 0 auto; }
  .custom-block.comparation-products .feature .included-wrp {
    width: 100px;
    padding-right: 0; }
    .custom-block.comparation-products .feature .included-wrp .alt-product-wrp {
      margin-right: 5px; }
  .custom-block.comparation-strip {
    padding-bottom: 24px; }
    .custom-block.comparation-strip.overflowed {
      margin-top: 0;
      padding-top: 24px; }
    .custom-block.comparation-strip .results {
      max-width: 350px;
      margin: 0 auto; }
    .custom-block.comparation-strip .result {
      width: 50%;
      padding-top: 32px;
      padding-bottom: 32px; }
      .custom-block.comparation-strip .result .label {
        bottom: 0;
        top: auto; }
      .custom-block.comparation-strip .result.upscale {
        width: 100%;
        order: 2; }
  .custom-block.banner-pros {
    padding-bottom: 100px; }
    .custom-block.banner-pros.pros-in-row .pros {
      width: 100%;
      justify-content: space-between;
      grid-gap: 20px;
      gap: 20px; }
      .custom-block.banner-pros.pros-in-row .pros .pro {
        width: auto; }
    .custom-block.banner-pros.without-overflowed-image {
      padding-bottom: 56px;
      margin-bottom: 0; }
      .custom-block.banner-pros.without-overflowed-image .main-img-wrp {
        display: none; }
      .custom-block.banner-pros.without-overflowed-image .product-img-wrp {
        height: auto;
        width: 100%; }
    .custom-block.banner-pros .main-img-wrp {
      bottom: -100px;
      top: auto;
      height: auto;
      right: -40%;
      width: 100%; }
    .custom-block.banner-pros .left-side {
      flex-wrap: wrap; }
    .custom-block.banner-pros .wrp {
      padding-right: 0; }
    .custom-block.banner-pros .overflowed-img-wrp {
      position: absolute;
      height: 200px;
      margin: 0;
      top: 100%; }
    .custom-block.banner-pros .pros {
      padding-left: 0;
      display: flex;
      width: 60%;
      flex-wrap: wrap; }
      .custom-block.banner-pros .pros .pro {
        margin-bottom: 0;
        flex: 0 0 auto;
        width: 50%; }
  .custom-block.teaser-bg-pros .wrp {
    padding-left: 0; }
  .custom-block.teaser-bg-pros.overflowed {
    margin-top: 0; }
    .custom-block.teaser-bg-pros.overflowed .main-img-wrp {
      top: 0; }
  .custom-block.teaser-bg-pros .main-img-wrp {
    position: relative;
    height: auto;
    width: 120%;
    right: -50%;
    transform: translateX(-50%); } }

.badge-items {
  display: flex;
  justify-content: flex-end;
  margin-top: -90px;
  margin-right: 100px; }
  .badge-items .item {
    text-align: center;
    background: #247dc1;
    border-radius: 50%;
    width: 137px;
    height: 137px;
    border: 5px solid #49a2e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .badge-items .item img {
      margin-bottom: 8px; }
    .badge-items .item .title {
      color: white;
      line-height: 1.2;
      font-weight: bold;
      margin: 0; }
    .badge-items .item:not(:first-child) {
      margin-left: -15px; }

@media (max-width: 1439px) {
  .badge-items {
    margin-right: 0; } }

@media (max-width: 1023px) {
  .badge-items {
    margin-top: 210px;
    position: relative;
    z-index: 2; } }

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.10.3
*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }

.sl-wrapper * {
  box-sizing: border-box; }

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

.sl-wrapper button:hover {
  opacity: 0.7; }

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial,Baskerville,monospace;
  color: #000;
  font-size: 3rem; }

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem; }

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial,Baskerville,monospace;
  color: #000; }

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem; }

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem; } }

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr; }

.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000; }

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

.compare-slider {
  position: relative;
  overflow: hidden; }
  .compare-slider img {
    width: 100%;
    display: block;
    max-width: none; }
  .compare-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden; }
  .compare-slider .handle {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    margin-left: -1px;
    background: white;
    z-index: 9; }
    .compare-slider .handle > span {
      display: block;
      width: 60px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: -29px;
      transform: translateY(-50%);
      transition: all 0.35s ease;
      cursor: ew-resize; }
      .compare-slider .handle > span:before, .compare-slider .handle > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 0px;
        height: 0px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        transform: translateY(-50%);
        padding: 5px; }
      .compare-slider .handle > span:before {
        left: 6px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }
      .compare-slider .handle > span:after {
        right: 6px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    .compare-slider .handle.ba-draggable > span {
      width: 50px;
      height: 50px;
      left: -24px;
      box-shadow: none; }

@media (max-width: 767px) {
  .compare-slider .handle > span {
    width: 50px;
    height: 50px;
    left: -24px; }
  .compare-slider .handle.ba-draggable > span {
    width: 40px;
    height: 40px;
    left: -19px;
    box-shadow: none; } }

body {
  background-color: #fff; }

#page {
  overflow: unset; }

#masthead {
  margin-bottom: 0; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.primary-heading {
  color: #001a26;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 60px; }

.container.sm {
  max-width: 1000px; }

section.product {
  padding-top: 0;
  background-color: #f6f7f9; }
  section.product .price {
    display: block;
    margin-right: 35px; }
    section.product .price del {
      color: #4b697f;
      display: table;
      text-decoration-thickness: 1px;
      font-size: 13px;
      font-weight: 400; }
    section.product .price ins,
    section.product .price > span {
      text-decoration: none;
      font-size: 36px;
      font-weight: bold;
      line-height: 1;
      color: #0b3556;
      font-weight: 600; }

.box {
  margin-top: 0;
  position: relative; }
  .box h1 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 35px; }
  .box h2 {
    font-size: 18px; }
  .box .description {
    max-width: 340px; }
  .box .gallery {
    display: flex;
    height: auto;
    padding: 30px;
    box-shadow: 0px 0px 25px rgba(11, 53, 86, 0.05);
    border-radius: 20px;
    background-color: #fff;
    position: relative; }
    .box .gallery .badges {
      position: absolute;
      top: 10px;
      left: 10px; }
      .box .gallery .badges .badge {
        height: 45px; }
      .box .gallery .badges a {
        display: block;
        height: 100%; }
      .box .gallery .badges img {
        height: 100%;
        width: auto; }
      .box .gallery .badges + .images {
        padding-top: 45px; }
  .box .images {
    display: flex;
    flex-direction: column;
    flex-basis: 15%; }
    .box .images .wrapper {
      height: 40px;
      width: 40px;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .box .images .wrapper .blocking-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 999; }
      .box .images .wrapper:not(:last-child) {
        margin-bottom: 20px; }
      .box .images .wrapper img {
        -o-object-fit: contain;
           object-fit: contain;
        cursor: pointer;
        transition: transform 0.3s; }
      .box .images .wrapper:hover img {
        transform: scale(1.1); }
  .box .img-wrapper {
    align-self: center;
    flex-basis: 85%;
    position: relative; }
    .box .img-wrapper a {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 100%; }
      .box .img-wrapper a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .box .reviews {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c9dbec;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .box .reviews .percentage {
      color: #49a2e5;
      margin-bottom: 0;
      font-weight: 900;
      margin-right: 5px;
      line-height: 1; }
  .box .gallery.mobile {
    display: none; }
  .box .count {
    color: #9d9d9c;
    margin-left: 5px;
    line-height: 1; }

.delivery-info,
.out-of-stock {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #dde9f2; }
  .delivery-info .text:first-child,
  .out-of-stock .text:first-child {
    color: #13b746;
    font-weight: bold; }
    .delivery-info .text:first-child.backorder,
    .out-of-stock .text:first-child.backorder {
      color: #ffb400; }
  .delivery-info .text:last-child,
  .out-of-stock .text:last-child {
    color: #4b697f; }

.add-to-cart-wrapper {
  display: flex;
  padding-top: 15px;
  align-items: center; }

.feature {
  padding-top: 0;
  padding-bottom: 40px; }
  .feature .wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .feature .wrapper img {
      margin-right: 10px; }
    .feature .wrapper p {
      margin-bottom: 0;
      color: #49a2e5;
      font-size: 16px;
      font-weight: 600;
      max-width: 200px; }

.cart {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }
  .cart .quantity {
    position: relative;
    max-width: 130px;
    background-color: #f2f2f2;
    margin-right: 10px; }
    .cart .quantity input[type="button"] {
      position: absolute;
      top: 0;
      border: none;
      height: 100%;
      width: 50px;
      padding: 0 5px;
      cursor: pointer;
      outline: none;
      background-color: transparent;
      font-size: 25px;
      line-height: 1; }
    .cart .quantity input[type="number"] {
      border: none;
      background-color: transparent;
      font-weight: bold; }
    .cart .quantity .plus {
      right: 1px;
      color: #63e262; }
    .cart .quantity .minus {
      left: 1px;
      color: #9d9d9c; }
    .cart .quantity input.qty {
      padding: 12px 30px;
      text-align: center; }
  .cart .single_add_to_cart_button {
    border: none;
    color: white;
    background: #0fd84d;
    padding: 25px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cart .single_add_to_cart_button > div {
      line-height: 1; }
    .cart .single_add_to_cart_button img {
      margin-right: 10px; }
    .cart .single_add_to_cart_button:hover {
      background-color: #0ca83c; }
    .cart .single_add_to_cart_button:focus {
      outline: none !important; }

.out-of-stock {
  font-weight: bold;
  color: black;
  margin-bottom: 0; }

.products-on-stock {
  width: 100%;
  padding-bottom: 0; }
  .products-on-stock .primary-heading {
    margin-bottom: 30px;
    font-size: 30px; }
  .products-on-stock .product {
    background-color: #fff;
    display: flex;
    flex-direction: column; }
    .products-on-stock .product .subtitle,
    .products-on-stock .product .product-shipping,
    .products-on-stock .product .product-label,
    .products-on-stock .product .package-info,
    .products-on-stock .product .aditional-info,
    .products-on-stock .product .price del .text,
    .products-on-stock .product .usage {
      display: none; }
    .products-on-stock .product .thumbnail-wrapper {
      order: 1; }
    .products-on-stock .product .title {
      order: 2;
      text-align: left; }
      .products-on-stock .product .title h2 {
        margin-bottom: 15px !important; }
    .products-on-stock .product .price {
      margin: 0;
      order: 3;
      text-align: left;
      height: 61px; }
      .products-on-stock .product .price del {
        color: #001a26; }
    .products-on-stock .product .add_to_cart_button,
    .products-on-stock .product .action-btn,
    .products-on-stock .product .after-shop-loop {
      order: 4; }
    .products-on-stock .product .add_to_cart_button,
    .products-on-stock .product .action-btn {
      display: block; }
    .products-on-stock .product .after-shop-loop {
      margin: 20px 0 10px; }
    .products-on-stock .product .product-package-amount,
    .products-on-stock .product .product-usage-price {
      min-height: 24px; }
    .products-on-stock .product img.attachment-woocommerce_single {
      margin: 20px auto !important;
      height: 200px !important; }
    .products-on-stock .product a > img {
      display: inline-block; }
  .products-on-stock .product div.product-label {
    height: 62px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .products-on-stock .product div.product-label .inner {
      line-height: 21px;
      max-height: 42px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis;
      white-space: normal;
      display: block;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
  .products-on-stock .product .badges {
    display: none; }
  .products-on-stock .product .price {
    height: auto; }
  .products-on-stock .product .after-shop-loop .btn {
    display: block; }
  .products-on-stock .wrapper {
    position: relative; }
  .products-on-stock .navigation.d-mobile {
    display: none; }
  .products-on-stock .navigation .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .products-on-stock .navigation .left {
    left: -80px; }
    .products-on-stock .navigation .left img {
      transform: rotateZ(90deg); }
  .products-on-stock .navigation .right {
    right: -80px; }
    .products-on-stock .navigation .right img {
      transform: rotateZ(-90deg); }
  .products-on-stock .slick-track {
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    .products-on-stock .slick-track .slick-slide {
      height: auto;
      float: none;
      margin: 0 15px; }
  .products-on-stock .slick-list {
    margin: 0 -15px; }
  .products-on-stock .image-with-title {
    display: flex;
    flex-direction: column; }

#features {
  padding-top: 0;
  padding-bottom: 80px; }

.questions {
  padding-bottom: 80px; }
  .questions .btn:first-child {
    margin-right: 25px; }

.vitamins-features {
  background-color: #f6f7f8; }
  .vitamins-features .items {
    display: flex;
    justify-content: space-between; }
    .vitamins-features .items .item {
      display: flex;
      align-items: center; }
      .vitamins-features .items .item img {
        margin-right: 10px;
        -o-object-fit: contain;
           object-fit: contain; }
      .vitamins-features .items .item p {
        margin-bottom: 0; }

.about-vitamin-product {
  color: #fff;
  position: relative;
  padding: 0;
  overflow: hidden; }
  .about-vitamin-product img {
    width: 100%; }
  .about-vitamin-product h2 {
    font-size: 60px;
    line-height: 1.2; }

.product-composition {
  padding-bottom: 80px; }
  .product-composition h2 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 50px; }
    .product-composition h2 > span:first-child {
      color: #061a25; }
    .product-composition h2 > span:last-child {
      color: #c3bb38; }
  .product-composition .description {
    font-size: 20px;
    color: #061a25;
    margin-bottom: 30px; }
  .product-composition .substances table {
    width: 100%; }
    .product-composition .substances table tr:not(:last-child) {
      border-bottom: 1px solid #cdd1d3; }
    .product-composition .substances table th {
      color: #c3bb38; }
    .product-composition .substances table td,
    .product-composition .substances table th {
      width: 50%; }
    .product-composition .substances table:not(:first-child) {
      margin-top: 30px; }
  .product-composition .info {
    color: rgba(6,26,37,0.4);
    font-style: italic; }

.hair-boost {
  position: relative; }
  .hair-boost .background {
    background-color: #061a25;
    position: absolute;
    z-index: -1;
    top: 155px;
    left: 0;
    right: 0;
    bottom: 0; }
  .hair-boost img {
    display: block;
    margin: auto; }
  .hair-boost.boxes::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background-color: #f6f7f9;
    z-index: -1; }
  .hair-boost.big img {
    width: 100%; }

.good-to-know .primary-heading {
  margin-bottom: 30px; }

.good-to-know .substance {
  padding-top: 50px;
  position: relative; }
  .good-to-know .substance .background-image {
    height: 130%;
    width: auto; }
  .good-to-know .substance .row {
    justify-content: center; }
  .good-to-know .substance .heading-wrapper {
    text-align: center;
    margin-bottom: 50px; }
    .good-to-know .substance .heading-wrapper img {
      margin-bottom: 20px;
      width: auto; }
    .good-to-know .substance .heading-wrapper h3 {
      color: #c3bb38;
      font-size: 30px; }
  .good-to-know .substance .center .item {
    text-align: center; }
  .good-to-know .substance .item {
    color: #061a25; }
    .good-to-know .substance .item h4 {
      font-size: 20px;
      margin-bottom: 0; }
    .good-to-know .substance .item:not(:first-child) {
      margin-top: 50px; }
    .good-to-know .substance .item .description p {
      margin-bottom: 0; }
  .good-to-know .substance:nth-child(odd) {
    background-color: #f6f7f9; }
  .good-to-know .substance:not(:last-child) {
    padding-bottom: 50px; }

.good-to-know.aditional .substance {
  background-color: white; }

section.vitamins {
  position: relative; }
  section.vitamins > .background-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  section.vitamins .heading-wrapper {
    text-align: center;
    margin-bottom: 50px; }
    section.vitamins .heading-wrapper img {
      margin-bottom: 20px; }
    section.vitamins .heading-wrapper h3 {
      font-size: 30px;
      color: #c3bb38; }
  section.vitamins .item {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    height: 115px; }
    section.vitamins .item > .text-block {
      color: #fff; }
      section.vitamins .item > .text-block h4 {
        font-size: 20px; }
    section.vitamins .item > div {
      flex-basis: 40%; }
    section.vitamins .item:nth-child(even) .space {
      order: 1; }
    section.vitamins .item:nth-child(even) img {
      order: 2; }
    section.vitamins .item:nth-child(even) .text-block {
      order: 3; }

section.notice {
  background-color: #061a25; }
  section.notice h4 {
    font-size: 20px;
    color: #fff; }
  section.notice .description {
    color: #fff; }
    section.notice .description p {
      margin-bottom: 0; }
  section.notice .item {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px; }

.alternative-packaging {
  margin-bottom: 20px; }
  .alternative-packaging a {
    text-decoration: none; }
    .alternative-packaging a > div {
      display: flex;
      background-color: #ecedf0;
      border-radius: 10px;
      padding: 10px;
      color: #0b3556;
      margin-top: 5px; }
      .alternative-packaging a > div .image-wrapper {
        flex: 0 0 60px; }
      .alternative-packaging a > div .content {
        flex: 1;
        padding-left: 10px; }
        .alternative-packaging a > div .content > span {
          display: flex;
          flex-direction: row-reverse;
          justify-content: flex-end;
          grid-gap: 5px;
          gap: 5px; }
          .alternative-packaging a > div .content > span > ins {
            text-decoration: none;
            color: #d1253c;
            font-weight: bold; }
          .alternative-packaging a > div .content > span:not(.on-sale) {
            color: #d1253c;
            font-weight: bold; }

@media (min-width: 768px) {
  .product-composition .substances .row > div:first-child {
    padding-right: 50px;
    border-right: 1px solid #c3bb38; }
  .product-composition .substances .row > div:last-child {
    padding-left: 50px; }
  .about-vitamin-product .text-wrapper {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-40%);
    width: 100%; }
  .about-vitamin-product .description {
    max-width: 250px; }
  .good-to-know .substance .left {
    text-align: right;
    padding-right: 30px; }
  .good-to-know .substance .right {
    padding-left: 30px;
    border-left: 1px solid #c3bb38; }
  .good-to-know .substance .background-image {
    position: absolute;
    right: 0;
    bottom: 0; }
  section.vitamins .item:nth-child(odd) .text-block {
    text-align: right; }
  .hair-boost.big img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover; } }

@media (max-width: 1279px) {
  .about-vitamin-product img {
    max-width: unset;
    width: 130%;
    margin-left: -120px; }
  .good-to-know .substance .background-image {
    right: -150px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .primary-heading {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px; }
  .feature {
    padding-bottom: 30px; } }

@media (max-width: 1023px) {
  .box .gallery {
    flex-direction: column-reverse;
    flex-basis: unset;
    justify-content: flex-end; }
  .box .images {
    flex-direction: row; }
  .box .wrapper {
    margin-bottom: 0; }
    .box .wrapper:not(:last-child) {
      margin-right: 10px; }
  .box .img-wrapper {
    flex-basis: unset;
    height: 250px;
    width: 250px;
    margin-bottom: 5px; }
  .box h1 {
    margin-bottom: 10px !important; }
  .feature {
    padding-bottom: 30px;
    padding-top: 0; }
  .products-on-stock .navigation .left {
    left: -5px; }
  .products-on-stock .navigation .right {
    right: -5px; }
  .products-on-stock .navigation .slick-arrow {
    width: 60px;
    height: 60px; }
    .products-on-stock .navigation .slick-arrow img {
      width: 30px;
      height: auto; }
  .about-vitamin-product h2 {
    font-size: 40px; }
  .about-vitamin-product img {
    max-width: unset;
    width: 150%;
    margin-left: -180px; }
  .product-composition h2 {
    font-size: 40px; }
  .good-to-know .substance .background-image {
    height: 50%;
    right: 0; } }

@media (max-width: 767px) {
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  .features {
    padding-bottom: 20px;
    padding-top: 0; }
  .primary-heading {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 30px; }
  .product {
    padding-top: 0;
    padding-bottom: 20px; }
  .box {
    padding: 0 15px 0;
    box-shadow: none; }
    .box h1 {
      font-size: 30px; }
    .box .gallery {
      display: none; }
    .box .images {
      display: none; }
    .box .img-wrapper {
      flex-basis: unset;
      height: 250px;
      width: 250px; }
    .box .content .reviews {
      border-bottom: none; }
    .box .content .variants {
      text-align: center; }
    .box .content .gallery.mobile {
      height: auto;
      display: flex;
      flex-direction: row;
      flex-basis: unset;
      justify-content: space-between;
      margin-bottom: 10px;
      align-items: center; }
      .box .content .gallery.mobile.with-badges {
        padding-top: 35px; }
      .box .content .gallery.mobile .badges {
        top: 5px;
        left: 5px; }
        .box .content .gallery.mobile .badges .badge {
          height: 35px; }
      .box .content .gallery.mobile .img-wrapper {
        margin-bottom: 0; }
      .box .content .gallery.mobile .left {
        transform: rotate(90deg); }
      .box .content .gallery.mobile .right {
        transform: rotate(-90deg); }
    .box .content .price {
      text-align: center;
      margin-bottom: 0; }
      .box .content .price ins,
      .box .content .price > span {
        color: #d1253c;
        font-size: 28px; }
      .box .content .price del {
        font-size: 16px; }
    .box .content .cart {
      margin-bottom: 0; }
      .box .content .cart .quantity {
        max-width: 40%; }
        .box .content .cart .quantity input.qty {
          padding: 15px 30px; }
      .box .content .cart input[type="button"] {
        font-size: 40px; }
    .box .content .buy-product-wrapper {
      position: fixed;
      bottom: 0;
      z-index: 99;
      right: 0;
      left: 0; }
    .box .content .delivery-info,
    .box .content .out-of-stock {
      justify-content: center;
      padding: 10px 0;
      margin-top: 25px;
      position: relative; }
      .box .content .delivery-info .text.mobile,
      .box .content .out-of-stock .text.mobile {
        display: block; }
      .box .content .delivery-info .text.desktop,
      .box .content .out-of-stock .text.desktop {
        display: none; }
      .box .content .delivery-info:before,
      .box .content .out-of-stock:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0;
        bottom: -1px;
        background: #fff;
        z-index: -1;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.15); }
    .box .content .add-to-cart-wrapper {
      position: relative;
      padding: 10px 15px 10px 15px;
      justify-content: space-between; }
      .box .content .add-to-cart-wrapper .price {
        margin-right: 0; }
      .box .content .add-to-cart-wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        right: -15px;
        bottom: 0;
        background-color: #fff;
        z-index: -1; }
      .box .content .add-to-cart-wrapper .cart .single_add_to_cart_button {
        padding: 20px 35px; }
    .box [class*="col-"]:nth-child(2) {
      padding: 0; }
  .feature {
    padding-bottom: 0; }
    .feature .wrapper {
      justify-content: left; }
      .feature .wrapper p {
        max-width: 100%;
        font-size: 18px; }
    .feature [class*="col-"]:not(:last-child) .wrapper {
      margin-bottom: 15px; }
  #features {
    padding-bottom: 30px; }
  #stats {
    padding-bottom: 30px; }
    #stats .text {
      font-size: 16px; }
    #stats .rating-stars img {
      margin-right: 4px; }
    #stats .stats-row {
      margin-bottom: 10px; }
      #stats .stats-row .rating-stars {
        flex: 0 0 105px;
        margin-bottom: 0; }
        #stats .stats-row .rating-stars img {
          width: 17px;
          height: 17px; }
      #stats .stats-row .bar {
        height: 20px;
        position: relative; }
        #stats .stats-row .bar:before {
          content: "";
          position: absolute;
          top: 0;
          right: 10px;
          left: 10px;
          bottom: 0;
          background-color: #f1f1f1;
          z-index: -1; }
  section#results {
    padding-bottom: 0; }
    section#results .badge-items {
      display: none; }
  .questions {
    padding-top: 20px;
    padding-bottom: 0; }
    .questions .buttons {
      display: flex;
      justify-content: space-between; }
    .questions .btn {
      flex-basis: 47%;
      text-align: center; }
      .questions .btn:first-child {
        margin-right: 0; }
  .out-of-stock {
    order: 9;
    background-color: #fff;
    text-align: center;
    color: #d1253c;
    padding-top: 10px; }
  .products-on-stock .primary-heading {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2; }
  .products-on-stock .navigation.d-mobile {
    display: block; }
  .products-on-stock .navigation .slick-arrow {
    width: 40px;
    height: 40px; }
  .vitamins-features .items {
    flex-wrap: wrap;
    grid-row-gap: 10px;
    row-gap: 10px; }
    .vitamins-features .items .item {
      flex-basis: 50%; }
  .about-vitamin-product .text-wrapper {
    background-color: #001a26;
    padding-top: 30px; }
  .about-vitamin-product img {
    width: 200%;
    margin-left: -71%; }
  .hair-boost .background {
    top: 51px; }
  .good-to-know .primary-heading {
    padding-top: 30px; }
  .good-to-know .substance {
    padding-top: 30px; }
    .good-to-know .substance .left,
    .good-to-know .substance .right {
      text-align: center; }
    .good-to-know .substance .item:not(:first-child) {
      margin-top: 30px; }
    .good-to-know .substance .row {
      grid-row-gap: 30px;
      row-gap: 30px; }
    .good-to-know .substance .background-image {
      margin-top: 30px;
      margin-bottom: -50px; }
    .good-to-know .substance .heading-wrapper {
      margin-bottom: 30px; }
  section.vitamins .background-image {
    height: auto; }
  section.vitamins .item {
    height: auto;
    flex-wrap: wrap; }
    section.vitamins .item .space {
      order: 1; }
    section.vitamins .item img {
      order: 2;
      margin-bottom: 20px; }
    section.vitamins .item .text-block {
      order: 3;
      text-align: center; }
    section.vitamins .item > div {
      flex-basis: 100%; }
    section.vitamins .item:not(:last-child) {
      margin-bottom: 30px; }
  section.vitamins:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #061a25;
    z-index: -2; }
  section.notice .row {
    flex-direction: column-reverse;
    grid-row-gap: 30px;
    row-gap: 30px; }
  section.notice .item {
    flex-direction: column; }
  section.notice .text-wrap {
    text-align: center; } }

@media (max-width: 407px) {
  .box .content .price ins,
  .box .content .price > span {
    font-size: 22px; }
  .box .content .price del {
    font-size: 14px; }
  .box .content .cart .single_add_to_cart_button {
    padding: 20px; }
  .features .row {
    grid-row-gap: 30px;
    row-gap: 30px; } }

@media (max-width: 320px) {
  .products {
    padding: 0; }
  .box {
    box-shadow: none; }
    .box h2 {
      margin-top: 10px; }
  .box .content .cart .single_add_to_cart_button {
    font-size: 12px; }
  .box .content .cart .quantity input.qty {
    padding: 14px 30px; }
  .delivery-info p .text {
    font-size: 12px; } }

