/*==========  Desktop First  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  .container {
    max-width: 1340px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1140px;
  }

  .service-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-card h3 {
    font-size: 28px;
  }

  .service-card p {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .service-card__icon {
    margin-bottom: 30px;
  }

  .service-card__top-gradient {
    position: absolute;
    top: -30px;
    left: 100px;
  }

  .service-card__top-gradient img,
  .service-card__top-gradient svg {
    width: 240px;
  }

  .coming-soon-badge {
    width: 100%;
  }

  .hero-images-wrap {
    height: 450px;
  }

  .hero__title {
    font-size: 60px;
  }

  .hero-tooltip {
    width: 250px;
  }

  .hero-tooltip-1 {
    padding: 16px 20px 0px 20px;
    right: 100px;
    top: 0px;
  }

  .profit-percent__value {
    font-size: 32px;
  }

  .hero-tooltip-2 {
    top: 170px;
    right: 140px;
    padding: 5px 20px 20px 20px;
  }

  .hero-tooltip-2-content p,
  .hero-tooltip-3-content-item__text {
    font-size: 16px;
  }

  .hero-tooltip-3 {
    padding: 24px 16px 16px 16px;
  }

  .hero-tooltip-3 {
    width: 330px;
  }

  .hero-chart img,
  .hero-chart svg {
    width: 100%;
    height: 60px;
  }

  .hero-chart {
    width: 100%;
    height: 70px;
    object-fit: contain;
    display: block;
  }

  .stat-item h2 {
    font-size: 100px;
  }

  .section-title {
    font-size: 52px;
  }

  .section-subtitle {
    font-size: 18px;
  }

  .card h3 {
    font-size: 28px;
  }

  .card__feature {
    font-size: 16px;
  }

  .meet-skrooge__right-content p {
    font-size: 18px;
  }

  .meet-skrooge__left p {
    font-size: 28px;
  }

  .team-member-content h4,
  .team-member-content p {
    font-size: 18px;
  }

  .tab-text h3 {
    font-size: 28px;
  }

  .tab-text p {
    font-size: 18px;
  }

  .skrooge-advantage {
    padding: 80px 0;
  }

  .pricing__title {
    font-size: 52px;
  }

  .price__amount {
    font-size: 62px;
  }

  .testimonials {
    padding: 80px 0;
  }

  .testimonials__grid {
    gap: 15px;
  }

  .testimonial__text {
    font-size: 18px;
  }

  .cta__text h2 {
    font-size: 42px;
  }

  .cta__text p {
    font-size: 18px;
  }

  .cta__image {
    width: 50%;
    height: 100%;
    margin-bottom: -40px;
  }

  .cta__content {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 40px 0;
    justify-content: space-between;
    padding-left: 40px;
  }

  .cta__text {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .faq h2 {
    font-size: 52px;
  }

  .faq__contact {
    font-size: 18px;
  }

  .faq__list {
    width: calc(100% - 540px);
  }

  .faq-item__trigger {
    font-size: 18px;
  }

  .faq-item__content {
    font-size: 18px;
  }

  .faq-item__icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .feature-name,
  .feature-value,
  .feature-title {
    font-size: 18px;
  }

  .card {
    height: 500px;
  }

  .marquee-content span {
    font-size: 24px;
  }

  .footer__tagline {
    font-size: 18px;
  }

  .footer__brand img,
  .footer__brand svg {
    max-width: 300px;
  }

  .stat-item p,
  .pricing__subtitle,
  .price__label,
  .price__subtitle {
    font-size: 18px;
  }

  .not-found .page-title {
    font-size: 70px;
    line-height: 105%;
  }

  .cookie-banner-content p,
  .cookie-banner-content a {
    font-size: 14px;
  }

  .cookie-banner-btns button {
    min-width: 110px;
  }

  .cookie-banner-btns #reject-all-cookies {
    font-size: 14px;
  }

  .cookie-banner-btns #accept-all-cookies {
    font-size: 14px;
  }

  .cookie-banner-content {
    max-width: 570px;
  }

  .cookie-banner-btns {
    gap: 16px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .stat-item:nth-child(2) h2 {
    min-width: 390px;
  }

  .card {
    height: 400px;
  }

  .service-card__top-gradient img,
  .service-card__top-gradient svg {
    width: 180px;
  }

  .service-card {
    padding: 20px;
  }

  .service-card h3 {
    font-size: 22px;
  }

  .service-card p {
    font-size: 16px;
  }

  .service-card__top-gradient img,
  .service-card__top-gradient svg {
    width: 180px;
    position: relative;
    top: 10px;
  }

  .service-card__top-gradient:before {
    top: 10px;
  }

  .service-card__icon {
    margin-bottom: 30px;
    margin-top: -20px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .service-card__icon {
    width: 37px;
    height: 37px;
    padding: 8px;
  }

  .service-card p {
    margin-bottom: 75px;
  }

  .hero {
    padding-bottom: 50px;
  }

  .hero-tooltip-3 {
    width: 280px;
    padding: 10px;
    left: 130px;
  }

  .hero-tooltip-2 {
    top: 190px;
    right: 60px;
    padding: 10px;
    width: 220px;
  }

  .hero-tooltip-1 {
    padding: 10px;
    right: 100px;
    top: 20px;
    width: 200px;
  }

  .hero-chart {
    height: 50px;
  }

  .hero-chart img,
  .hero-chart svg {
    width: 100%;
    height: 100%;
  }

  .profit-percent-wrap {
    width: 44px;
    height: 44px;
    padding: 3px;
  }

  .profit-percent-wrap__percent {
    font-size: 16px;
    line-height: 100%;
  }

  .profit-percent__value {
    font-size: 28px;
  }

  .hero__title {
    font-size: 40px;
    max-width: 80%;
    margin-top: 20px;
  }

  .hero__subtitle {
    font-size: 16px;
  }

  .cta-block__content h3 {
    font-size: 34px;
  }

  .cta-block__content p,
  .btn--get-started,
  .btn {
    font-size: 16px;
  }

  .build-for {
    padding: 50px 0;
  }

  .card h3 {
    font-size: 24px;
  }

  .card__content {
    padding: 20px;
  }

  .needs-covered {
    padding: 50px 0;
  }

  .services-grid {
    margin-top: 52px;
  }

  .meet-skrooge {
    padding: 50px 0 0 0;
  }

  .meet-skrooge__left p {
    font-size: 22px;
  }

  .meet-skrooge__left span {
    font-size: 16px;
  }

  .meet-skrooge__left img,
  .meet-skrooge__left svg {
    position: absolute;
    top: 0px;
    z-index: -1;
    left: -40px;
    width: 100px;
  }

  .meet-skrooge__right h3 {
    font-size: 18px;
  }

  .meet-skrooge__right-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .meet-skrooge__right a {
    font-size: 16px;
  }

  .divider {
    margin-left: 25px;
    margin-right: 25px;
  }

  .meet-skrooge__right {
    width: calc(50% - 25px);
  }

  .meet-skrooge__left {
    width: calc(50% - 26px);
  }

  .meet-skrooge {
    padding: 50px 0 0 0;
    overflow-x: auto;
  }

  /* .team-grid {
        width: 1500px;
    } */

  .team-member-content h4,
  .team-member-content p {
    font-size: 16px;
  }

  .tab-grid {
    gap: 50px;
  }

  .tab-text h3 {
    font-size: 24px;
  }

  .tab-text p {
    font-size: 16px;
  }

  .tabs__nav {
    margin-bottom: 50px;
  }

  .skrooge-advantage {
    padding: 50px 0;
  }

  .pricing__title {
    font-size: 34px;
  }

  .stat-item p,
  .pricing__subtitle,
  .price__label,
  .price__subtitle {
    font-size: 16px;
  }

  .calculator__input label {
    font-size: 16px;
    line-height: 160%;
  }

  .price__amount {
    font-size: 44px;
  }

  .feature-name,
  .feature-value,
  .feature-title,
  .addon-name,
  .addon-price {
    font-size: 16px;
  }

  .addons-title-wrap__button {
    width: 30px;
    height: 30px;
  }

  .pricing__features h3,
  .pricing__addons h3 {
    font-size: 18px;
  }

  .testimonials__grid {
    gap: 15px;
    width: 1400px;
  }

  .testimonials__wrap {
    overflow-x: auto;
  }

  .testimonials {
    padding: 50px 0;
  }

  .cta__text h2 {
    font-size: 34px;
  }

  .cta__text p {
    font-size: 16px;
  }

  .cta .btn--primary {
    font-size: 16px;
  }

  .faq h2 {
    font-size: 34px;
  }

  .faq__contact {
    font-size: 16px;
  }

  .faq__title-wrap {
    max-width: 365px;
  }

  .faq__list {
    width: calc(100% - 400px);
  }

  .faq-item__trigger {
    font-size: 16px;
  }

  .faq-item__content {
    font-size: 16px;
  }

  .footer__tagline {
    font-size: 16px;
  }

  .footer__nav-column h3 {
    font-size: 18px;
  }

  .footer__brand img,
  .footer__brand svg {
    max-width: 250px;
  }

  .logo {
    max-width: 120px;
  }

  .logo img,
  .logo svg {
    width: 100%;
  }

  .entry-header h1 {
    font-size: 42px;
    line-height: 75%;
  }

  .breadcrumb {
    margin-bottom: 44px;
  }

  .default-page-wrapper article {
    width: calc(100% - 350px);
  }

  .default-page-sidebar {
    width: 275px;
  }

  .default-page-wrapper article h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .default-page-wrapper article p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 14px;
  }

  .default-page-wrapper article ol,
  .default-page-wrapper article ul {
    list-style: initial;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .default-page-wrapper article a {
    font-size: 14px;
    line-height: 130%;
  }

  .default-page-sidebar a {
    font-size: 14px;
    line-height: 130%;
  }

  .default-page-sidebar li {
    margin-bottom: 10px;
  }

  .not-found-page-main-image {
    max-width: 280px;
    display: block;
  }

  .not-found .page-title {
    font-size: 50px;
    line-height: 105%;
  }

  .not-found-page-wrap-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #051634;
    max-width: 440px;
  }

  .not-found-page-bg-image {
    position: absolute;
    top: -40px;
    z-index: -1;
    right: 0;
    width: 440px;
  }

  .not-found-page-wrap-content p a {
    font-size: 16px;
  }

  .cookie-banner-content {
    max-width: 400px;
  }

  .tabs__nav {
    margin-bottom: 20px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }

  .footer__nav {
    width: 100%;
    justify-content: center;
  }

  .footer__brand {
    margin: 0 auto;
    text-align: center;
  }

  .footer__social {
    display: flex;
    gap: 16px;
    justify-content: center;
  }

  .footer__nav-column {
    text-align: center;
  }

  .stat-item h2 {
    font-size: 60px;
  }

  .stat-item:nth-child(2) h2 {
    min-width: 230px;
  }

  .feature-separator {
    overflow: hidden;
  }

  .marquee-content {
    animation-duration: 70s;
  }

  .service-card__top-gradient:before {
    top: 20px;
  }

  .service-card__top-gradient img,
  .service-card__top-gradient svg {
    width: 80px;
    top: 20px;
  }

  .faq-item__trigger {
    line-height: 210%;
  }

  .faq {
    padding: 50px 0;
  }

  .faq-item__icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .hero-tooltip-2::before {
    display: none;
  }

  .hero-tooltip-1 {
    padding: 10px;
    right: 20px;
    top: 40px;
    width: 200px;
  }

  .hero-tooltip-2 {
    right: 20px;
  }

  .profit-percent-wrap__percent {
    font-size: 14px;
  }

  .team-grid.old-team-grid {
    width: 100%;
    flex-wrap: wrap;
    /* display: none; */
  }

  /* 
    .team-slider.team-slider {
        display: flex;
    } */

  .skrooge-advantage {
    padding-top: 0;
  }

  /* .meet-skrooge {
        overflow: visible;
    } */

  .team-member {
    width: calc(50% - 1px);
  }

  .tabs__nav_wrap {
    overflow-x: auto;
  }

  .tabs__nav {
    width: 760px;
  }

  .team-member .team-member-image {
    height: 300px;
  }

  .team-member-image picture {
    width: 100%;
  }

  .slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .slick-next {
    right: 5px;
    width: 30px;
    height: 30px;
    top: 30%;
    z-index: 2;
    transform: none;
  }

  .slick-prev {
    left: 5px;
    width: 30px;
    height: 30px;
    top: 30%;
    z-index: 2;
    transform: none;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }

  /* .header-ads-line {
        display: none !important;
    } */

  .header.sticky.with-ads-line {
    top: 55px;
  }

  .header-ads-line + .header {
    top: 55px;
  }

  .cookie-banner-desktop-svg {
    display: none;
  }

  .cookie-banner-mobile-svg {
    display: block;
  }

  .cookie-banner-container svg {
    position: absolute;
    left: 50%;
    bottom: calc(100% - 12px);
    z-index: 2;
    top: auto;
    transform: translateX(-50%);
  }

  .cookie-banner-container {
    padding-top: 16px;
    padding-bottom: 12px;
    height: auto;
  }

  .cookie-banner-content {
    max-width: initial;
    margin-right: 16px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .header__wrapper .nav {
    display: none;
  }

  .header-burger {
    display: block;
  }

  .header .btn {
    display: none;
  }

  .header-menu-mob {
    /* transform: translate3d(100%, 0%, 0); */
    /* display: flex; */
  }

  .header-menu-mob.mm-menu--opened {
    display: flex;
    /* padding-top: 120px; */
  }

  .hero-tooltip-3 {
    display: none;
  }

  .hero__subtitle {
    display: none;
  }

  .stat-item {
    width: 100%;
  }

  .stat-item h2 {
    font-size: 60px;
    line-height: 160%;
  }

  .hero {
    padding-bottom: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .hero__button-wrap {
    width: 100%;
    flex-wrap: wrap;
  }

  .card {
    height: 320px;
    width: 100%;
    flex: auto;
  }

  .card:nth-child(2) {
    margin-top: 0px;
  }

  .card:nth-child(3),
  .card:nth-child(5) {
    margin-top: 0px;
  }

  .cta-block {
    margin-top: 30px;
  }

  .card--cta {
    overflow: visible;
    height: auto;
  }

  .card--cta .card__content {
    height: auto;
  }

  .service-card {
    padding: 14px;
    width: 250px;
  }

  .services-grid-wrap {
    overflow: hidden;
    overflow-x: auto;
  }

  .services-grid {
    margin-top: 35px;
    width: 790px;
  }

  .service-card__top-gradient:before {
    top: 13px;
  }

  .service-card__top-gradient img,
  .service-card__top-gradient svg {
    width: 130px;
    top: 13px;
  }

  .service-card__top-gradient {
    position: absolute;
    top: -30px;
    left: 100px;
  }

  .divider {
    display: none;
  }

  .meet-skrooge__content {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .meet-skrooge__left {
    order: 2;
    width: 100%;
    margin-top: 47px;
  }

  .meet-skrooge__right {
    order: 1;
    width: 100%;
  }

  .meet-skrooge__right-content {
    margin-bottom: 11px;
  }

  .meet-skrooge__left img,
  .meet-skrooge__left svg {
    position: absolute;
    top: auto;
    bottom: 30px;
    z-index: -1;
    left: 50%;
    width: 210px;
    transform: translateX(-50%);
  }

  .team-member-content h4 {
    font-size: 16px;
  }

  .team-member-content p {
    font-size: 14px;
  }

  .team-grid {
    margin-top: 25px;
  }

  .team-member {
    margin-bottom: 20px;
  }

  .tab-grid {
    flex-wrap: wrap;
    gap: 0px;
  }

  .tab-illustration {
    width: 100%;
  }

  .tab-text {
    width: 100%;
  }

  .tab-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 130%;
  }

  .tab-text {
    line-height: 130%;
    margin-top: 15px;
  }

  .pricing {
    padding: 50px 0;
  }

  .pricing__title::before {
    content: "###";
    position: static;
    top: 16px;
    left: 0;
    right: 0;
    width: 100%;
    color: #d3c3c3;
    font-family: Reaktif;
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    display: block;
  }

  .pricing__title::after {
    display: none;
  }

  .pricing__subtitle {
    position: relative;
    margin-bottom: 5px;
  }

  .pricing__subtitle::after {
    content: "###";
    position: absolute;
    top: 16px;
    right: 0px;
    left: 0px;
    color: #d3c3c3;
    font-family: Reaktif;
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    width: 100%;
    display: block;
    margin-top: 12px;
  }

  .pricing__addons_second .addons-list {
    max-height: initial !important;
  }

  .pricing__addons_second {
    margin-bottom: 0 !important;
  }

  .pricing {
    padding-bottom: 0 !important;
  }

  .calculator__input::before {
    display: none;
  }

  .calculator__input-label {
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
  }

  .calculator__input label {
    width: 100%;
    text-align: center;
  }

  .custom-slider-container {
    margin-top: 40px;
  }

  .price__subtitle {
    margin-bottom: 0;
  }

  .price__amount {
    line-height: 115%;
  }

  .feature-item::after {
    display: none;
  }

  .feature-value {
    display: none;
  }

  .addons-list li {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .addon-name,
  .addon-price {
    width: 100%;
  }

  .addon-price {
    padding-left: 0;
  }

  .addons-list li::after {
    z-index: 1;
  }

  .addons-list li:last-child::after {
    display: none;
  }

  .feature-name {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .feature-name img,
  .feature-name svg {
    display: block;
    margin-right: 10px;
    margin-top: 10px;
  }

  .testimonials__wrap {
    overflow-x: visible;
  }

  .testimonials__grid-mobile {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
  }

  .testimonials__grid-desktop {
    display: none;
  }

  .testimonial__author {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .testimonial__rating {
    margin-bottom: 0;
  }

  .testimonial__text {
    font-size: 16px;
    line-height: 130%;
  }

  .cta__content {
    display: flex;
    align-items: flex-end;
    gap: 0px;
    padding: 40px 0;
    justify-content: space-between;
    padding-left: 0px;
    flex-wrap: wrap;
    width: 100%;
  }

  .cta__text {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .cta__image {
    width: 100%;
  }

  .cta .btn--primary {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-content {
    flex-wrap: wrap;
  }

  .faq__title-wrap {
    max-width: initial;
    width: 100%;
  }

  .faq h2 {
    margin-bottom: 5px;
  }

  .faq__contact {
    margin-bottom: 23px;
  }

  .faq__list {
    width: 100%;
  }

  .faq-item__trigger {
    line-height: 150%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-item__content {
    font-size: 14px;
    max-width: 90%;
  }

  .faq-item__trigger {
    font-size: 14px;
  }

  .footer__nav {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer__nav-column {
    width: 100%;
  }

  .footer__content {
    gap: 30px;
    margin-bottom: 20px;
  }

  .footer__bottom {
    padding-top: 20px;
    flex-wrap: wrap;
  }

  .footer__bottom p:nth-child(1) {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .footer__bottom p:nth-child(2) {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .footer .logo {
    max-width: 250px;
  }

  .hero__title-desktop {
    display: block;
    font-size: 28px;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .hero-images-wrap {
    order: 2;
  }

  .hero-content-container {
    order: 1;
  }

  .mobile-hero-btn {
    order: 3;
  }

  .hero-content-container .hero__button-wrap {
    display: none;
  }

  .hero .btn--primary {
    width: 100%;
    padding: 20px 32px;
  }

  .hero-images-wrap {
    height: auto;
    width: 100%;
    padding-bottom: 133px;
    min-height: 360px;
  }

  .hero-tooltip-2 {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 10px;
    width: calc(100% - 40px);
  }

  .profit-percent-wrap {
    display: none;
  }

  .hero-chart img,
  .hero-chart svg {
    display: none;
  }

  .hero-chart img.hero-chart-mobile,
  .hero-chart svg.hero-chart-mobile {
    display: block;
  }

  .hero-tooltip-1__content {
    flex-wrap: wrap;
  }

  .hero-tooltip-1 {
    width: 105px;
  }

  .profit-percent__value {
    font-size: 22px;
  }

  .profit-percent__title {
    font-size: 14px;
  }

  .hero-tooltip-1 {
    width: 105px;
    right: auto;
    left: 20px;
    height: 142px;
    top: auto;
    bottom: 150px;
  }

  .hero__title {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .team-member-image {
    height: auto;
    padding-top: 20px;
    display: flex;
  }

  .mm-menu .login-link {
    display: inline-block;
    margin-bottom: 20px;
  }

  .mm-menu .btn--get-started {
    color: var(--gold-color) !important;
  }

  .tab-illustration svg,
  .tab-illustration img {
    height: auto;
    margin-top: 20px;
  }

  .feature-text span {
    display: inline-block;
  }

  .mobile-hero-btn {
    display: block;
    width: 100%;
  }

  .not-found-page-wrap {
    flex-wrap: wrap;
  }

  .not-found-page-wrap-content {
    width: 100%;
  }

  .not-found-page-wrap-image {
    width: 100%;
    margin-top: 60px;
  }

  .not-found-page-bg-image {
    position: absolute;
    top: -20px;
    z-index: -1;
    right: auto;
    left: auto;
    width: 390px;
  }

  .not-found-page-wrap-content p {
    max-width: 100%;
  }

  .not-found .page-title {
    font-size: 40px;
    line-height: 105%;
    margin-bottom: 10px;
  }

  .not-found-page-wrap-content p {
    font-size: 14px;
  }

  .not-found-page-wrap-content p a {
    font-size: 14px;
  }

  .not-found-page-wrap-content p span {
    font-size: 14px;
  }

  .not-found-page-wrap {
    padding-top: 60px;
  }

  .mm-page {
    border-radius: 0px 0px 40px 40px;
  }

  .not-found {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .header__buttons {
    margin-left: auto;
    margin-right: 16px;
  }

  .pricing__addons_second .addons-list {
    padding-bottom: 20px;
  }

  /* .header.sticky.with-ads-line {
        top: 46px;
    } */

  .header.sticky.with-ads-line {
    top: 55px;
  }

  .header.sticky.with-ads-line {
    top: 55px;
  }

  .header-ads-line + .header {
    top: 55px;
  }

  .header-ads-line-text {
    font-size: 14px;
  }

  .header-ads-line-price {
    font-size: 14px;
  }

  .default-page.with-ads-line {
    padding-top: 180px;
  }

  .cookie-banner-container {
    flex-wrap: wrap;
  }

  .cookie-banner-btns {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }

  .cookie-banner-btns button {
    min-width: 152px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .default-page-sidebar {
    display: none;
  }

  .default-page-wrapper article {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .header-ads-line-text {
    max-width: 220px;
    margin-bottom: 6px;
  }

  .header-ads-line-btn-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-ads-line-close {
    top: 20px;
    transform: none;
  }

  .header-ads-line + .header {
    top: 105px;
  }

  .header.sticky.with-ads-line {
    top: 105px;
  }

  .header-ads-line-content {
    flex-wrap: wrap;
  }

  .hero.with-ads-line {
    padding-top: 180px;
  }

  .header-ads-line-btn {
    width: 210px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .team-member-content p {
    font-size: 12px;
  }

  .team-member-content {
    padding: 10px 10px;
  }

  .team-member-content h4 {
    font-size: 14px;
  }

  .custom-slider-marker span,
  .custom-slider-marker.current span {
    font-size: 13px;
  }

  .custom-slider-track {
    width: 97%;
  }

  .header-phone-link {
    font-size: 16px;
    border: none;
  }

  .header-phone-link svg {
    display: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

/*==========  Mobile First  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1701px) {
}
