/* ==== header ==== */

body {
  margin: 0;
  padding: 0;
  font-family: 'SFUITextLight', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  line-height: 1.33;
  background: #ffffff;
  position: relative;
  min-height: auto;
  width: 100%;
  min-width: 320px;
  font-size: 14px;
}

.fixed-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;

  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.fixed-nav .navbar-text-link {
  font-size: 14px;
  font-family: SFUITextLight;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.navbar-text-link {
  font-size: 18px;
  font-family: SFUITextLight;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.image-logo {
  width: 285px;
}

.fixed-nav .image-logo {
  width: 160px;
}

.header-buttons {
  flex-wrap: wrap;
}

.fixed-nav .btn-install {
  display: inline-flex;
}

.btn-install {
  display: none;
  align-items: center;
  padding: 12px 18px;
  min-width: 290px;
  height: 48px;
  border-radius: 8px;

  background: linear-gradient(180deg, #4fd589 0%, #1aa756 100%);
  border: 1px solid #1aa756;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-install:active {
  background: linear-gradient(to bottom, #53d88d, #07b017) !important;
}

.btn-install .btn-install-text {
  margin-left: 4px;
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

.btn-install .btn-install-free {
  margin-left: 4px;
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #c6e5d3;
}

.icon-bw-chrome,
.icon-bw-yandex,
.icon-bw-firefox,
.icon-bw-edge,
.icon-bw-opera {
  background-size: cover;
  flex: 0 auto;
  display: block;
  width: 24px;
  height: 24px;
}

.icon-bw-chrome {
  background-image: url("../../img/common/icons/chrome-new.svg");
}

.icon-bw-yandex {
  background-image: url("../../img/common/icons.svg");
}

.icon-bw-firefox {
  background-image: url("../../img/common/icons/firefox.svg");
}

.icon-bw-edge {
  background-image: url("../../img/common/icons/edge.svg");
}

.icon-bw-opera {
  background-image: url("../../img/common/icons/opera.svg");
}

.icon-black-medal {
  background-image: url("../../img/common/icons/medal-black.svg");
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 24px;
}

.recommend-medal {
  float: left;
  margin-right: 10px;
}

.ext-for {
  font-size: 18px;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.center-title {
  font-family: "SFUITextRegularG2";
  font-size: 36px;
  margin-bottom: 40px;
  max-width: 700px;
}

.top-text-hidden {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

/* b-next-section
=================================*/
.b-next-section {
  text-align: center;
  transform: translateY(-65px);
}

@keyframes move {
  0% {
    left: -10%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40%,
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    transform: translate(0, -10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
.b-next-section__btn {
  display: inline-block;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  transform: translate(0, -30px);
  opacity: 0;
}

/* ==== slider ==== */

.slider-block {
  min-height: 500px;
  height: calc(100vh - 100px);
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
}

.slider-block .btn-install {
  display: inline-flex;
}

.hero-slider {
  padding: 10px;
}

.hero-slider-img img {
  border-radius: 8px;
}

h2 {
  font-family: SFUITextLight;
  font-weight: 600;
}

.hero-big-text {
  font-family: SFUITextLight;
  font-size: 44px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0;
  text-align: left;
}

.hero-small-text {
  font-family: SFUITextLight;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.slider-image-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-image-list .slick-list,
.slider-image-list .slick-track {
  width: 100%;
}

.slider-image-list .slick-slide {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slider-image-list .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.slide-image-item {
  border-radius: 8px;
  display: none;
}

.slider-image-list div:first-child img {
  display: block;
}

.slider-text-block > .rating-mini {
  padding-right: 10px;
}

.features-block {
  overflow: hidden;
}

.slider {
  max-width: calc(100vw - 30px);
}

.slider .slick-list,
.slider .slick-track {
  width: 100%;
}

.slider .slick-slide {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slider .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* ==== possibilities ==== */

.ps-block {
  min-height: 480px;
}

.ps-text-block {
  width: 800px;
}

.ps-orange-text {
  margin-left: 4px;
  color: #f79320bf;
}

.ps-small-text {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

/* ==== features ==== */

.features-item {
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}

.features-item:nth-child(odd) .col-image {
  order: 2;
}

.item-column {
  padding: 15px 20px;
}

.item-column img {
  border-radius: 8px;
}

.features-small-text {
  font-family: SFUITextLight;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 991px) {
  .btn-install {
    min-width: 100%;
    justify-content: center;
  }

  .features-item .col-image {
    order: 1;
  }

  .fixed-nav .btn-install {
    display: none;
  }

  .b-next-section {
    display: none;
  }
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
  font-family: SFUITextLight;
  font-size: 44px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ==== comfort ==== */

.comfort-block {
  padding-bottom: 5rem;
}

.comfort-block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  min-height: 400px;
}

.comfort-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* ==== feedback ==== */

.feedback-container {
  padding-bottom: 100px;
}

.feedback-carousel {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  display: inline-flex;
  flex-wrap: wrap;
}

.feedback-carousel > .feedback-item {
  max-width: 313px;
}

.feedback-header {
  display: inline-flex;
  padding-left: 15px;
}

.feedback-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback-user-photo {
  border-radius: 50% !important;
  width: 96px !important;
  height: 96px !important;
}

.feedback-user-info {
  display: flex;
  flex-direction: column;
}

.feedback-item {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  height: 460px;
}

.feedback-content {
  padding: 0 30px;
}

.feedback-text {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.feedback-user-name {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.feedback-date {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6b7280;
}

.feedback-carousel .slick-slide {
  min-height: 400px !important;
  margin: 10px;
}

.feedback-carousel .slick-slide img {
  width: 100%;
  border: 1px solid #fff;
}

.slick-dots {
  bottom: -10px;
}

.slick-next:before,
.slick-prev:before {
  color: black !important;
}

.rating-mini {
  display: inline-block;
  font-size: 0;
  float: left;
  margin-right: 10px;
}

.rating-mini span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: #9ca3af;
}

.rating-mini > span:before {
  content: "★";
}

.rating-mini > span.active {
  color: #f79320;
  padding-right: 4px;
}

.rating-mini > span.half:before {
  content: "★";
  background: linear-gradient(to right, #f79320 50%, #9ca3af 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slick-arrow.slick-prev:before {
  content: url("../../img/common/icons/arrow-left.svg");
}

.slick-arrow.slick-next:before {
  content: url("../../img/common/icons/arrow-right.svg");
}

.btn-more-feedback {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  width: 380px;
  height: 40px;
  background: #f79320;
  border-radius: 4px;
  justify-content: center;
}

.btn-more-feedback span {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;

  display: flex;
  align-items: center;
  text-align: center;
}

.btn-more-feedback:active {
  background: linear-gradient(to bottom, #f79320, #f7870e) !important;
}

.more-feedback {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

/* ==== FAQ ==== */

.faq-container {
  padding-bottom: 75px;
}

.faq-container h2 {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}

.faq-block {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #D1D5DB;
}

.faq-block h3 {
  font-size: 28px;
}

.btn-link:hover,
.btn-link,
.btn-link:focus {
  text-decoration: none;
}

.accordion-title {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #212529;
  cursor: pointer;
}

.accordion-text {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #212529;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: url("../../img/common/icons/accordion-arrow.svg");
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
}

.collapsible-link[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(90deg);
}

/* ==== Price Change ==== */

.price-change-container-inner {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-change-container h2 {
  padding-top: 40px;
  padding-bottom: 24px;
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #111827;
}

.price-change-container p {
  font-family: SFUITextLight;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.price-change-container .btn-install {
  display: inline-flex;
}

#section-landing {
  background-color: #f7f7f7;
}

.typing-wrapper {
  height: 220px;
}

.reviews-text {
  margin-left: 125px;
}

@media (max-width: 991px) {
  .hero-big-text,
  .typed-cursor {
    font-size: 24px;
    line-height: 120%;
  }

  .typing-wrapper {
    height: 90px;
  }

  .image-logo {
    width: 190px;
  }

  .navbar {
    margin-bottom: 30px;
  }

  .navbar-toggler {
    border: none;
    padding-left: 2px;
    padding-right: 2px;
  }

  .ext-for {
    margin-top: 10px !important;
  }

  .slider-block {
    display: flex;
    height: auto;
    width: auto;
  }

  .faq-container h2,
  .price-change-container h2,
  h2 {
    font-size: 24px;
  }

  .features-item {
    padding: 15px 0;
  }

  .accordion-title {
    font-size: 18px;
  }

  .faq-block .card-header {
    padding: 15px 0;
  }

  .b-bottom-nav {
    display: block !important;
  }

  .b-bottom-nav ul {
    margin: 0 0 10px !important;
  }

  .navbar-expand-lg > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .center-title {
    font-size: 24px;
  }

  .hide-mobile {
    display: none !important;
  }

  .ps-block {
    min-height: 0;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .anchor {
    top: -75px;
  }

  #price-watch {
    padding-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .show-mobile {
    display: none !important;
  }
}

/* ==== Footer ==== */

#footer {
  padding: 20px 0;
  border-top: 1px solid #eaeff3;
}
#footer .footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}

@media (max-width: 990px) {
  #footer .footer-content {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }
}

.b-bottom-nav {
  display: contents;
}

.b-bottom-nav a {
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
  transition: 0.2s;
  font-weight: 300;
}

.b-bottom-nav a:hover,
.b-bottom-nav a:focus {
  cursor: pointer;
  text-decoration: none;
}

.b-bottom-nav ul {
  padding: 0;
  margin: 0 -10px 0 0;
}
.b-bottom-nav ul li {
  padding: 5px 0;
  list-style: none;
}

.b-bottom-nav li.title {
  font-family: "SFUITextRegularG2";
  font-size: 14px;
  line-height: 1.33;
  color: #000000;
}

.b-bottom-nav .lang-flag {
  margin-right: 5px;
  width: 20px;
}

.footer-ltd {
  font-size: 14px;
}

/* ==== Tooltips / Popovers ==== */

.seo-tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  vertical-align: super;
  font-size: 0.55em;
}

.seo-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #9ca3af;
  color: #9ca3af;
  font-size: 11px;
  font-style: normal;
  font-family: Georgia, serif;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}

.seo-tooltip-wrapper:hover .seo-info-icon {
  border-color: #f79320;
  color: #f79320;
}

.seo-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  padding: 16px 18px;
  width: 320px;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  z-index: 9999;
  text-align: left;
  white-space: normal;
  pointer-events: none;
}

.seo-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #fff;
}

.seo-tooltip-wrapper:hover .seo-tooltip {
  display: block;
}

.feature-details {
  margin-top: 12px;
}

.feature-details summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #888;
  font-size: 16px;
  font-family: SFUITextLight, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  user-select: none;
  transition: color 0.15s;
}

.feature-details summary::-webkit-details-marker {
  display: none;
}

.feature-details summary:hover {
  color: #ff6900;
}

.feature-details-arrow {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  transition: transform 0.2s;
  flex-shrink: 0;
  transform: scaleX(2);
}

.feature-details[open] .feature-details-arrow {
  transform: scaleX(2) rotate(180deg);
}

.feature-details-body {
  margin-top: 10px;
  padding: 14px 16px;
  background: #f9f9f9;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.feature-details-body p {
  margin-bottom: 8px;
}

.feature-details-body ul {
  padding-left: 18px;
  margin-bottom: 8px;
}

.feature-details-body li {
  margin-bottom: 4px;
}