@media (min-width: 1366px) {
    .main-banner-title-1 {
        font-size: 50px;
    }
    .main-banner-title-2 {
        font-size: 80px;
    }
}
@media (max-width: 1199.98px) {
    .site-name a {
        font-size: 20px;
    }
    .mobile-menu-item .order-status,
    .mobile-menu-item .currency-menu,
    .mobile-menu-item .language-menu {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .custom-container:has(.about_us) {
        flex-direction: column;
        align-items: center;
    }
    .custom-container:has(.about_us)::before {
        display: none;
    }
    .about_us {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about_us::before {
        display: block;
        width: 92vw;
        height: 110vw;
        margin: 0px auto;
        content: url('');
        background-image: url('../images/about_image.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .static-page:has(.about_us) {
        padding: 0px;
    }
    .captcha-field {
        flex-direction: column;
    }
    .captcha-row-img {
        margin: 0px auto 20px;
    }
    .product-packages,
    .product-bonuses {
        padding: 60px 50px;
    }
    .product-descr {
        padding: 0px;
    }
    .contact-us {
        flex-direction: column;
        align-items: center;
    }
    .contact-us-form,
    .contact-us-info {
        width: 100%;
        max-width: 500px;
    }
    .contact-us-form {
        margin: 0px auto 50px;

    }
    .product-container {
        padding: 0px;
        margin-top: 40px;
    }
    .mobile-menu-item.support-phones img {
        height: 10px;
        width: 100%;
    }
    .products-items {
        margin-left: 0px;
    }
    .products-item {
        max-width: 50%;
    }
    .package-row {
        padding: 10px 15px;
    }
    .add-to-cart-btn {
        min-width: 100px;
    }
}
@media (max-width: 860px) {
    .main-bg {
        padding: 15px 0px;
    }
    .main-banner-body {
        width: 320px;
    }
    .main-banner-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main-banner-title span {
        font-size: 32px;
    }
    .cart-items {
        margin-top: 32px;
    }
    .pill-row {
        flex-wrap: wrap;
    }
    .product-column {
        width: calc(100% - 115px);
    }
    .pill-titles {
        display: none;
    }
    .footer-items {
        flex-direction: column;
    }
    .footer-link {
        width: 50%;
    }
    .footer-subscribe {
        margin-left: 0px;
    }
    .categories-container {
        display: none;
    }
    .products-container {
        padding: 0px;
    }
    .products-search {
        padding-right: 15px;
    }
    .insurance-price {
        display: none;
    }
    .insurance-check {
        order: 5;
        width: 36px;
        padding: 0px 9px;
        margin-right: 16px;
    }
    .insurance-row > div:last-child {
        display: none;
    }
    .insurance-row {
        padding-left: 0px;
    }
    .shipping-row,
    .insurance-title {
        display: block;
        padding-left: 20px;
    }
    .shipping-title,
    .insurance-title span {
        padding-left: 0px;
    }
    .shipping_method {
        margin-top: 10px;
        overflow: hidden;
    }
}
@media (max-width: 767.98px) {
    .after-header {
        display: none;
    }
    .shipping_methods .site-button {
        margin-right: 10px;
    }
    .product-page .col-6 {
        min-width: 100%;
    }
    .product-page .col-6:has(.product-bonuses) {
        order: 2;
    }
    .product-description {
        padding-bottom: 50px;
    }
    .product-descr {
        margin-top: 20px;
    }
    .main-banner {
        display: none;
    }
    .info-body .row {
        flex-direction: column;
    }
    .info-body .row .col-4 {
        min-width: 100%;
    }
    .support-phones {
        display: none;
    }
    .mobile-menu-item {
        display: flex;
    }
    .categories-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-weight: 500;
        color: var(--main-color-1);
        font-size: 16px;
        cursor: pointer;
        img {
            filter: brightness(0);
        }
        &:hover {
            color: var(--link-color-1);
        }
    }
    .package-doses-button {
        min-width: 75px;
    }
    .add-to-cart-btn span,
    .package-save {
        display: none;
    }
    .add-to-cart-btn {
        min-width: 44px;
    }
    .add-to-cart-btn img {
        display: block;
    }
    .footer-copyright {
        height: auto;
        padding: 10px 0px;
    }
    .footer-copyright-sitename {
        display: none;
    }
    .footer-copyright-text {
        margin: 0px auto;
    }
    h3 {
        font-size: 16px;
    }
    .side_search .site-button {
        font-size: 12px;
        min-width: 80px;
        padding: 5px 20px;
    }
    .package-ourbonus {
        flex-direction: column;
    }
    .ourbonus-block ul {
        padding: 0px;
    }
    .package-example {
        width: auto;
    }
    .shipping_methods {
        display: block;
        margin-right: 0px;
    }
    .download-switcher {
        flex-direction: column;
    }
    .download-switcher span.site-button:nth-child(n) {
        width: 100%;
        margin: 0px 0px 20px;
    }
    .features-img {
        display: none;
    }
    .captcha-row {
        justify-content: space-between;
    }
    .order-status-bunner {
        margin: 40px auto;
    }
    h1.title:has(.header-title) {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        white-space: nowrap;
        overflow: hidden;
    }
    .header-title {
        font-size: 21px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .main-page-title {
        padding-top: 1.5rem;
    }
}
@media (max-width: 575.99px) {
    .form-field-title {
        display: inline;
        margin-bottom: 0;
    }
    .ingredients-menu-item,
    .ingredients-wrapper .pill-name a {
        font-size: 18px;
    }
    h2.title, div.title {
        font-size: 18px;
    }
    .shipping-row, 
    .insurance-title {
        padding-left: 10px;
    }
    .insurance-row,
    .shipping-row {
        padding-right: 0px;
    }
    .pill-row {
        padding: 0px;
    }
    .price-column {
        display: none;
    }
    .remove-column {
        margin-left: auto;
    }
    .descr-menu .site-button {
        font-size: 12px;
    }
    .product-description {
        flex-direction: column;
        margin-bottom: 18px;
    }
    .product-img {
        margin: 15px 0px;
    }
    .package-row {
        flex-wrap: wrap;
    }
    .package-pill-size {
        order: 1;
        width: 38%;
        margin: 0px;
    }
    .package-pill-bonus {
        order: 2;
        width: 62%;
        margin: 0px;
    }
    .package-pill-image {
        order: 3;
        width: 38%;
        margin: 0px;
    }
    .package-pill-price {
        order: 4;
        width: auto;
    }
    .package-pill-buy {
        order: 5;
    }
    .language-menu-body .menu-wrapper, 
    .currency-menu-body .menu-wrapper {
        margin: 15px;
    }
    .products-item {
        max-width: 300px;
        margin: auto;
    }
    .payment-methods {
        padding: 0px 15px;
    }
    .payment-methods img {
        max-width: 475px;
        width: 100%;
    }
    .site-name a {
        font-size: 16px;
    }
    .products-page .custom-container {
        padding: 0px 15px;
    }
    .products-search {
        padding: 0px;
    }
    .pagination {
        margin: 15px -15px 0px;
    }
    .example-view {
        margin: 0px 10px;
    }
    .example-view img {
        width: 100%;
    }
    table.shedule-tbl,
    .contact-us-titles,
    .contact-us-banner,
    .order-banner,
    .order-titles {
        display: none;
    }
    .contact-us-form {
        margin-right: 0px;
        min-width: auto;
    }
    .contact-us-fields,
    .contact-us-info {
        padding: 0px;
    }
    .landing-bottom {
        flex-direction: column;
    }
    .landing-bottom-box {
        width: 100%;
    }
    .captcha-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 440px) {
    .descr-menu .site-button {
        word-break: break-word;
    }
    .product-packages,
    .product-bonuses {
        padding: 50px 15px;
    }
    .captcha-field {
        flex-direction: column;
    }
    .captcha-row-img {
        margin: 0px auto 15px;
    }
    .captcha-field .errors {
        text-align: center;
    }
    .contact-info-text img {
        width: 100%;
    }
    .pagination .prev, 
    .pagination .next,
    .pagination .page {
        width: 30px;
        height: 30px;
    }
    .remove-column,
    .insurance-check {
        margin-right: 0px;
    }
    .insurance-title span,
    .shipping-title {
        min-width: 165px;
    }
}
@media (max-width: 640px) {
    .info-title.title {
        font-size: 24px;
    }
    .ingredients-wrapper .pill-image img {
        width: 100px;
        height: auto;
    }
    .ingredients-wrapper .pill-descr {
        min-width: calc(100% - 100px);
        padding: 0px 0px 0px 15px;
    }
    .ingredients-wrapper .pill-buy {
        width: 100%;
        padding-left: 115px;
    }
    .ingredients-wrapper .pill-dosages-list {
        max-width: none;
    }
    .carousel > div {
        margin-bottom: 15px;
    }
    .carousel > div:nth-child(n+5) {
        display: none;
    }
}