/* Fast Speed responsive layer */
/* Fast Speed RWD polish */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
}

.header {
  min-height: 72px;
}

.header .logo img {
  width: auto;
  max-width: 170px;
  max-height: 58px;
  object-fit: contain;
}

.navbar a,
.navbar a:focus {
  letter-spacing: 0;
}

.slider,
.carousel,
.carousel-inner,
.carousel-item {
  min-height: 520px;
}

.carousel-item img {
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.plan-section .row.align-items-stretch > [class*="col-"] {
  display: flex;
}

.plan-section .plan-card {
  width: 100%;
}

.advertisers-service-sec .row-cols-md-2 > .col {
  display: flex;
}

.advertisers-service-sec .service-card {
  width: 100%;
  min-height: 320px;
}

.help-preview-grid a {
  min-height: 92px;
}

.help-page .navbar ul {
  list-style: none;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .header .logo img {
    max-width: 150px;
  }

  .navbar>ul>li {
    padding-left: 8px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 13px;
  }
}

@media (max-width: 1279px) {
  .topbar {
    min-height: 34px;
  }

  .header {
    min-height: 68px;
    padding: 8px 0;
  }

  .header .logo img {
    max-width: 145px;
    max-height: 50px;
  }

  .show-nav {
    display: block !important;
  }

  .navbar {
    max-width: min(400px, 86vw);
  }

  .navbar ul {
    padding-top: 74px;
  }

  .navbar a,
  .navbar a:focus {
    white-space: normal;
    line-height: 1.35;
    min-height: 44px;
  }

  .mobile-nav-show {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 0;
  }

  .mobile-nav-hide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 991px) {
  section {
    scroll-margin-top: 78px;
  }

  .slider,
  .carousel,
  .carousel-inner,
  .carousel-item {
    min-height: 500px;
  }

  .carousel-item img {
    min-height: 500px;
  }

  .carousel-caption {
    left: 6%;
    right: 6%;
    bottom: 58px;
    max-width: 640px;
  }

  .carousel-caption h5:nth-child(2) {
    font-size: 34px;
  }

  .carousel-caption p {
    font-size: 16px;
    max-width: 560px;
  }

  .section-header h2,
  .plan-section header h2,
  .help-preview-section h2,
  .help-hero h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  .plan-section,
  .advertisers-service-sec,
  .help-preview-section,
  .help-topics,
  .help-faq-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .plan-support-strip {
    align-items: flex-start;
  }

  .contact .columns {
    margin-bottom: 22px;
  }

  .contact .columns img {
    height: auto !important;
    min-height: 280px;
    object-fit: cover;
  }

  .footer .row {
    row-gap: 28px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container-xl {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar {
    display: none !important;
  }

  .header {
    min-height: 64px;
  }

  .header .logo img {
    max-width: 132px;
    max-height: 44px;
  }

  .slider,
  .carousel,
  .carousel-inner,
  .carousel-item {
    height: auto;
    min-height: 430px;
  }

  .carousel-item img {
    min-height: 430px;
    height: 430px;
    object-position: center;
  }

  .carousel-item::after {
    background: linear-gradient(180deg, rgba(11, 22, 38, 0.3), rgba(11, 22, 38, 0.88));
  }

  .carousel-caption {
    display: block !important;
    left: 18px;
    right: 18px;
    bottom: 30px;
    max-width: none;
    padding: 0;
  }

  .carousel-caption h5:first-child {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .carousel-caption h5:nth-child(2) {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .carousel-caption p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .btn-large,
  .btn.btn-primary,
  .btn.btn-purple,
  .btn.btn-outline-primary,
  .custom-btn,
  .cta-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    line-height: 1.25;
  }

  .section-header {
    padding-bottom: 28px;
  }

  .section-header h2,
  .plan-section header h2,
  .help-preview-section h2,
  .help-hero h1 {
    font-size: 26px;
  }

  .section-header p,
  .plan-section header p,
  .help-hero p,
  .help-preview-section p {
    font-size: 15px;
    line-height: 1.7;
  }

  .plan-highlights {
    justify-content: stretch;
    gap: 10px;
  }

  .plan-highlights span {
    width: 100%;
    justify-content: flex-start;
    border-radius: 8px;
  }

  .plan-card {
    padding: 24px 18px;
  }

  .plan-card img {
    width: 126px;
  }

  .plan-card h3 {
    font-size: 1.75rem;
  }

  .plan-price {
    font-size: 1.18rem;
  }

  .plan-support-strip {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .plan-support-strip .btn {
    width: 100%;
  }

  .call-to-action .container {
    padding: 54px 20px;
  }

  .call-to-action h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  .advertisers-service-sec .service-card {
    min-height: 0;
    padding: 28px 20px;
  }

  .advertisers-service-sec .icon-wrapper,
  .service-card .icon-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .advertisers-service-sec h3 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .advertisers-service-sec p {
    font-size: 15px;
    line-height: 1.65;
  }

  .help-preview-grid {
    grid-template-columns: 1fr;
  }

  .help-preview-grid a {
    min-height: 78px;
    padding: 18px;
  }

  .help-hero {
    padding-top: 52px;
  }

  .help-search {
    padding: 11px 14px;
  }

  .help-contact-card,
  .help-topic-card {
    padding: 22px;
  }

  .footer {
    text-align: left;
  }

  .footer .footer-info .logo span {
    font-size: 26px;
  }

  .footer .social-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xl {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar {
    max-width: 100vw;
  }

  .slider,
  .carousel,
  .carousel-inner,
  .carousel-item,
  .carousel-item img {
    min-height: 410px;
    height: 410px;
  }

  .carousel-caption h5:nth-child(2) {
    font-size: 22px;
  }

  .carousel-caption p {
    display: block;
  }

  .plan-section,
  .advertisers-service-sec,
  .help-preview-section,
  .help-topics,
  .help-faq-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .plan-card .btn,
  .help-contact-card .btn,
  .cta-btn,
  .custom-btn {
    width: 100%;
  }

  .help-page .navbar ul {
    padding-top: 72px;
  }
}

@media (max-width: 380px) {
  .header .logo img {
    max-width: 116px;
  }

  .carousel-caption h5:nth-child(2) {
    font-size: 20px;
  }

  .section-header h2,
  .plan-section header h2,
  .help-preview-section h2,
  .help-hero h1 {
    font-size: 23px;
  }

  .plan-price {
    font-size: 1.05rem;
  }
}
