@media (max-width: 1199.98px) {
    .footer-links {
        padding-left: 0px;
        padding-right: 0px;
    }
    .cart-checkout {
        max-width: none;
    }
    .about_us p {
        max-width: 58%;
    }
    .cart-body {
        flex-direction: column;
    }
    .cart-block, .cart-options {
        max-width: 100%;
    }
    .cart-options {
        margin-top: 20px;
    }
    .side-margins .collum {
        max-width: 25%;
    }
    .side-margins .collum:last-child {
        display: none;
    }
    .products-banner {
        padding: 26px 30% 0px 15px;
    }
    .banner-heading {
        font-size: 20px;
        text-shadow: 2px 2px #558ABB;
    }
    .banner-heading span {
        font-size: 30px;
        text-shadow: 2px 2px #558ABB;
    }
    .banner-text {
        font-size: 13px;
        text-shadow: 1px 1px #558ABB;
    }
    .mobile-apps-info {
        width: 40%;
        padding-top: 0px;
    }
    .mobile-apps-title {
        font-size: 36px;
    }
    .mobile-apps-bunners {
        width: 60%;
    }
    .mobile-apps-bunners img {
        width: 100%;
    }
    .header-title {
        font-size: 20px;
    }
    #itemsCarousel .col {
        width: 25%;
    }
    #itemsCarousel .col:last-child {
        display: none;
    }
    .product-list > .collum {
        width: 33.33333%;
    }
    .image-background {
        padding-left: 20px;
    }
}
@media (max-width: 991.98px) {
    .contact-us {
        flex-direction: column;
        align-items: center;
    }
    .contact-us-info {
        margin: 30px 0px 0px;
        max-width: 512px;
    }
    .order-img {
        display: none;
    }
    .order-block form {
        margin: auto;
    }
    .side-margins .collum {
        max-width: 33.3333333%;
    }
    .side-margins .collum:nth-child(4) {
        display: none;
    }
    .my-order-status {
        margin-left: 0px;
    }
    .mobile-apps-info {
        padding-left: 0px;
    }
    .order-block {
        margin-left: 0;
    }
    .captcha-row {
        justify-content: space-between;
    }
    .captcha-row img {
        margin: 0;
    }
    .cart-bonuses {
        margin-bottom: 50px;
    }
    .mobile-apps-bunners img {
        object-position: left bottom;
    }
    .head-text {
        font-size: 40px;
    }
    .head-text span{
        font-size: 55px;
    }
    .short-info-container {
        height: 475px;
        background-size: auto 475px;
    }
    .regular-text {
        font-size: 15px;
    }
    .mobile-apps-title {
        font-size: 30px;
    }
    .mobile-apps-text {
        font-size: 14px;
    }
    .menu__box {
        height: auto;
    }
    label.site-button {
        padding: 7px 15px;
        font-size: 12px;
    }
    .support-phones {
        display: none;
    }
    .header-menus .support-phones {
        background-color: #003243;
        margin: 0px -15px;
        padding: 0px 15px;
        height: 40px;
        display: flex;
        align-items: center;
    }
    #itemsCarousel .col {
        width: 33.333333%;
    }

    #itemsCarousel .col:last-child,
    #itemsCarousel .col:nth-child(4) {
        display: none;
    }
    .section-item__container {
        width: 50%;
    }
    .about-us__container {
        flex-direction: column;
    }
    .about-us__items {
        max-width: 100%;
    }
    .about-us__container .left-block,
    .about-us__container .right-block {
        width: 100%;
    }
    .footer-container__links {
        width: 100%;
    }
    .footer-container__payments,
    .footer-container__subscribe {
        width: 50%;
        padding: 25px 0;
    }
    .products-section {
        padding: 40px 0;
    }
    .footer {
        margin-top: 30px;
    }
    .product-list > .collum {
        width: 50%;
    }
    .shipping-info {
        width: 82.55%;
    }
    .product-page .categories__container {
        display: none;
    }
    .product-info {
        padding: 0px;
    }
    .footer-container__info-text {
        margin-top: 0px;
    }
    .contact-info {
        padding-left: 30px;
        max-width: 100%;
    }
    .control-cart-items {
        margin-left: auto;
    }
    .top-categories-item:nth-child(1) {
        max-width: none;
        grid-area: 1 / 1 / 2 / 3;
    }
    .top-categories-item:nth-child(2) {
        max-width: none;
        grid-area: 2 / 1 / 3 / 2;
    }
    .top-categories-item:nth-child(3) {
        max-width: none;
        grid-area: 2 / 2 / 3 / 3;
    }
    .top-categories-item:nth-child(4) {
        max-width: none;
        grid-area: 3 / 1 / 5 / 2;
    }
    .top-categories-item:nth-child(5) {
        max-width: none;
        grid-area: 3 / 2 / 4 / 3;
    }
    .top-categories-item:nth-child(6) {
        max-width: none;
        grid-area: 4 / 2 / 5 / 3;
    }
}
@media (max-width: 767.98px) {
    .main-menu {
        margin-right: 0px;
    }
    .total-column,
    .quantity-column,
    .insurance-check,
    .insurance-price {
        margin-left: 15px;
    }
    .about_us {
        background-image: none;
    }
    .about_us p {
        max-width: none;
    }
    .about_us::before {
        content: '';
        display: block;
        background-image: url('../images/about_us/about_us.jpg');
        background-size:contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 50vh;
        margin-bottom: 30px;
    }
    .side-margins .collum {
        max-width: 50%;
        padding-bottom: 20px;
    }
    .side-margins .collum:nth-child(4) {
        display: block;
    }
    .package-row {
        flex-wrap: wrap;
    }
    .package-dosage-size {
        order: 1;
        width: 33%;
    }
    .package-bonus {
        order: 2;
        width: 67%;
        padding: 0px;
    }
    .package-pill-image {
        order: 3;
        width: 33%;
    }
    .package-price {
        order: 4;
        width: 33%;
    }
    .add-to-cart-package {
        order: 5;
        width: 34%;
    }
    .top-categories {
        margin-top: 55px;
    }
    .carousel-indicators {
        display: none;
    }
    .regular-text {
        display: none;
    }
    .mobile-apps {
        margin-top: 55px;
    }
    .mobile-apps-bunners  {
        display: none;
    } 
    .mobile-apps-info {
        width: 100%;
    }
    .download-switcher {
        flex-direction: column;
    }
    .download-switcher .site-button {
        width: 100%;
        margin: 0px 0px 20px;
    }
    .live-chat {
        display: none;
    }
    .live-chat-link {
        display: block;
    }
    .header-row .live-chat,
    .header-row .my-order-status,
    .header-row .currency-menu,
    .header-row .language-menu {
        display: none;
    }
    .cart-preview:before {
        display: none;
    }
    #itemsCarousel .col {
        width: 50%;
        flex-basis: auto;
    }
    #itemsCarousel .col:nth-child(4) {
        display: block;
    }
    .footer-container {
        padding: 30px 0px 8px;
    }
    .footer-container__payments,
    .footer-container__subscribe {
        width: 100%;
        padding: 25px 0 0;
    }
    .footer-container__info-text {
        padding: 25px 25px 0px;
    }
    .footer-link {
        width: 48%;
    }
    .short-info__left-block, 
    .short-info__right-block {
        width: 100%;
    }
    .short-info__left-block {
        order: 1;
        padding-bottom: 50px;
    }
    .short-info__right-block {
        order: 0;
        max-width: 75%;
    }
    .short-info .row {
        justify-content: center;
    }
    .causel-controls {
        display: none;
    }
    .left-block-content {
        align-items: center;
    }
    .site-logo {
        width: 32px;
        height: 32px;
    }
    .categories-menu {
        display: block;
    }
    .categories__container {
        display: none;
    }
    .products-header {
        padding-bottom: 16px;
    }

    .products-header__container {
        flex-direction: column;
    }

    .products-header__title {
        padding: 32px 0px 0px;
        min-width: auto;
        order: 1;
    }
    .products-header__search {
        order: 0;
    }
    .best-sellers .side-margins {
        flex-wrap: wrap;
    }
    .control-cart-items {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: auto;
        margin-left: auto;
    }
    .mobile-delivery-price {
        display: inline;
    }
    .cart-buttons {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .my-cart-mobile {
        display: flex;
        justify-content: flex-end;
    }
    .my-cart-mobile a{
        margin-left: auto;
    }
    .cart-preview {
        right: -15px;
    }
    .products-page__container {
        margin-left: -15px;
    }
    .package-example {
        flex-wrap: wrap;
    }
    .package-view {
        margin-bottom: 10px;
    }
    .delivery-desccription,
    .view-description {
        font-size: 11px;
    }
    .image-background {
        display: none;
    }
    .order-block {
        width: 100%;
    }
    .features-img {
        display: none;
    }
    .control-cart-items {
        padding-right: 0px;
    }
    .header-mobile-menu {
        display: flex;
    }
    .menu-name {
        font-size: 16px;
    }
    .header-link.live-chat-link {
        display: block;
    }
    .currencies-container a, 
    .languages-container .row {
        margin-top: 8px;
    }
    .languages-container .row {
        align-items: center;
    }
}
@media (max-width: 575.98px) {
    .landing-bottom {
        flex-direction: column;
    }
    .landing-bottom-box {
        width: 100%;
    }
    .cart-dropdowns::after {
        top: 12px;
    }
    .insurance-row {
        padding: 15px;
    }
    .insurance-check {
        margin-right: 0px;
    }
    .insurance-title {
        display: flex;
        flex-direction: column;
    }
    .insurance-title span {
        white-space: nowrap;
    }
    .insurance-price {
        min-width: auto;
        white-space: nowrap;
    }
    .cart-block,
    .cart-options {
        border-radius: 12px
    }
    .pill-row {
        flex-wrap: wrap;
    }
    .product-column {
        width: 100%;
        max-width: calc(100% - 100px);
    }
    .total-column, 
    .quantity-column,
    .remove-column {
        margin-top: 15px;
    }
    .total-column {
        margin: 15px auto 0px;
    }
    .order-block form,
    .contact-us-form {
        min-width: auto;
    }
    .cart-checkout {
        flex-direction: column;
        margin: 20px auto 120px;
        max-width: none;
    }
    .checkout-button .site-button {
        min-height: 36px;
        padding: 0px 15px;
        margin: auto;
    }
    .cart-total {
        margin: 0px auto 10px;
        font-size: 14px;
    }
    .cart-dropdowns, 
    .shipping_methods, 
    .gift-items {
        font-size: 12px;
        overflow: hidden;
    }
    .shipping-title, .gift-title {
        padding-bottom: 15px;
    }
    .cart-options {
        padding: 20px 15px;
    }
    .side-margins .collum:nth-child(n) {
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .review-head {
        flex-direction: column;
    }
    .description-block {
        padding: 0px 15px 20px;
    }
    .package-ourbonus {
        flex-direction: column-reverse;
        margin-top: 0px;
    }
    .package-row {
        padding: 15px;
        overflow: hidden;
    }
    .package-dosage-size {
        min-width: 100px;
    }
    .our-bonus, .package-pill-image {
        font-size: 0.9em;
        margin-left: -16px;
    }
    .package-price {
        width: 50%;
    }
    .add-to-cart-package, .package-price, .package-bonus {
        width: auto;
        padding: 0px;
    }
    .package-bonus {
        width: 60%;
        margin-left: 0;
    }
    .add-to-cart-btn {
        background-color: #007d67;
        min-width: auto;
        align-items: flex-end;
    }
    .add-to-cart-btn span,
    .package-save {
        display: none;
    } 
    .add-to-cart-btn div {
        display: block;
    }
    .package-pill-image {
        padding: 0px;
        min-width: 100px;
    }
    .product-descr {
        flex-wrap: wrap;
    }
    .product-img {
        padding-top: 15px;
        margin: auto;
    }
    .product-info-descr,
    .package-doses-list {
        padding: 15px;
    }
    .package-doses-button {
        min-width: 78px;
    }
    .cart-preview {
        right: 0px;
    }
    .main-menu {
        margin: 0px;
    }
    .cart-preview {
        width: 100%;
        min-width: 300px;
    }
    .header-row .my-order-status, 
    .header-row .currency-menu, 
    .header-row .language-menu {
        display: none;
    }
    .my-cart,
    .hamburger-menu {
        margin-right: 0px;
    }
    .header-site-name,
    .header-menu__header {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0;
    }
    #itemsCarousel .col {
        width: 100%;
        flex-basis: auto;
    }
    #itemsCarousel .col:nth-child(4) {
        display: block;
    }
    .section-item__container {
        width: 100%;
    }
    .about-us__item {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
    .short-info__right-block {
        order: 0;
        max-width: 100%;
    }
    .site-logo {
        width: 28px;
        height: 28px;
    }
    .product-list>.collum {
        width: 100%;
    }
    .control-cart-items {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-top: 15px;
        padding-left: 9px;
    }
    .cart-buttons {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
    .checkout-button  {
        width: 100%;
    }
    .checkout-button input {
        width: 100%;
    }
    .continue-shopping {
        margin: auto;
        margin-bottom: 15px;
    }
    .cart-menu__box .quantity-btn {
        background-size: contain;
        width: 20px;
        height: 20px;
    }
    .product-header {
        flex-wrap: wrap;
    }
    .package-short-descr {
        width: 100%;
        padding: 0px;
    }
    .package-img {
        margin: auto;
        box-shadow: none;
    }
    .package-descr-title { 
        text-align: center;
    }
    .package-descr-title span {
        display: block;
    }
    .review-star-capt {
        display: none;
    }
    .review-star {
        justify-content: flex-end;
    }
    .package-example {
        padding: 20px 15px;
    }
    .example-view {
        width: 33.33333%;
        margin-right: 12px;
    }
    .example-view img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 880px) {
    .index .products-banner {
        display: none;
    }
    .products-title h3 {
        padding-top: 20px;
    }
    .mobile-apps-description {
        display: none;
    }
    .top-categories-list {
        width: 100%;
    }
    .top-categories-banner-img {
        width: 400px;
    }
    .top-categories .site-button {
        min-width: 200px;
        max-width: 250px;
        margin-left: 92px;
        text-align: center;
    }
    .contact-info {
        margin-top: 50px;
        padding: 0px;
        min-width: 100%;
    }
    .contact_form {
        min-width: 100%;
    }
    .short-info-container {
        height: 375px;
        background-size: auto 375px;
        padding-bottom: 0px;
        justify-content: center;
    }
}
@media (max-width: 680px) {
    .insurance-row {
        
    }
    .remove-column {
        order: 1;
    }
    .pill-row {
        padding: 10px 20px 10px 5px;
    }
    .quantity-btn img,
    .quantity-input {
        width: 25px;
        font-size: 13px;
    }
    .img-column img {
        width: 100px;
    }
    .cart-product-name {
        font-size: 14px;
    }
    .cart-product-dosage {
        font-size: 12px;
        padding-top: 10px;
    }
    .cart-bonuses {
        flex-wrap: wrap;
    }
    .captcha-row {
        justify-content: space-between;
    }
    .captcha-row img {
        margin: 0;
    }
    .cart-bonuses-item {
        width: 100%;
        margin: auto;
    }
    .cart-bonuses-item:first-child {
        margin-bottom: 20px;
    }
    .ticker {
        height: 60px;
    }
    .cart-buttons-text {
        display: none;
    }
    .marquee {
        display: none;
    }
    .short-info .custom-container {
        padding: 0px;
    }
    .short-info-mobile {
        text-align: center;
        display: block;
        padding: 40px 0px;
    }
    .regular-text {
        display: block;
        margin: 0px auto 30px;
    }
    .head-text {
        margin-bottom: 20px;
        color: #161514;
    }
    .short-info-categories {
        margin: auto;
    }
    .top-categories-container {
        flex-direction: column;
    }
    .top-categories-banner {
        margin: 0px;
        order: 2;
    }
    .top-categories-banner .site-button {
        max-width: 80%;
        margin: 0;
    }
    .top-categories-list {
        order: 1;
        margin-bottom: 20px;
    }
    .top-categories-banner-img {
        display: none;
    }
    .short-info-container > div {
        display: none;
    }
}
@media (max-width: 520px) {
    .question,
    .answer {
        font-size: 13px;
    }
    .question {
        padding: 15px;
    }
    .empty-cart-add .site-button {
        margin: auto;
    }
    .cart-page .empty-cart-container {
        flex-direction: column;
        margin-top: 80px;
    }
    .cart-page .empty-cart-items {
        margin: auto;
        text-align: center;
    }
    .top-categories-item:nth-child(4) .top-categories-img {
        display: none;
    }
    .top-categories-item:nth-child(n) {
        grid-area: auto
    }
    .contact-info-text img,
    .support-phones img {
        height: 9px;
    }
    .order-block {
        padding: 0;
    }
    .top-categories-description {
        font-size: 14px;
    }
    .top-categories-title {
        font-size: 16px;
    }
    .captcha-row {
        flex-direction: column;
    }
    .form-field-group {
        flex-wrap: wrap;
    }
    .form-field-group > div {
        min-width: 100%;
        margin: 0px;
    }
    .form-field-group > div:first-child {
        margin: 0px;
    }
    .captcha-input {
        margin-top: 16px;
        width: 100%;
    }
    .btn {
        margin: 8px auto 0px;
    }
}
@media (max-width: 440px) {
    .order-block form {
        padding: 21px;
        min-width: auto;
    }
    .short-info-container {
        height: 300px;
        background-size: auto 300px;
    }
    .about_us p {
        font-size: 12px;
    }
    .mobile-apps-title span {
        font-size: 35px;
    }
    .mobile-apps-title {
        font-size: 30px;
    }
    .mobile-apps-text {
        font-size: 13px;
    }
    .mobile-apps-links img {
        height: 40px;
    }
    .free-pill {
        margin: auto;
    }
    #p2 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .product-description-title a {
        font-size: 12px;
    }
    .shedule-tbl {
        display: none;
    }
    .product-descr-block,
    .review-text {
        font-size: 11px;
    }
}