@media (min-width: 1921px) {
    .main-header,
    .main-items,
    .main-about,
    .main-reviews h2,
    .main-reviews p,
    .main-advantages,
    .main-stats,
    .main-faq,
    .promo-alerts {
        zoom: 139%;
    }

    .main-drops > .container,
    .main-reviews > .container {
        width: 1713px;
    }

    html.modal-opened .promo-alerts > .promo-id {
        transform: translateX(-2.5px);
    }

    html.modal-opened[data-useragent="chrome"] .promo-alerts > .promo-id {
        transform: translateX(-3px);
    }
}

/*@media (min-width: 1921px) {
    .main-header {
        width: 1944px;
        height: 751px;
    }

    .main-header h1 {
        font-size: 80px;
        line-height: 108px;
        width: 840px;
        margin-top: 192px;
    }

    .main-header p {
        width: 480px;
        font-size: 20px;
        padding-top: 24px;
    }

    .main-header .btn-header {
        width: 258px;
        height: 100px;
        margin-top: 48px;
    }

    .main-header .btn-header:after,
    .main-header .btn-header:before {
        width: 336px;
        background-size: 100%;
        top: -58px;
        left: calc(50% - 168px);
        background-position: top center;
    }



    .drops > .drop-list {
        grid-template-columns: repeat(10, calc((100% - 72px) / 10));
    }

    .drops > .drop-list > .drop-id:nth-child(n+8){
        display: block;
    }

    .drops > .drop-list > .drop-id:nth-child(n+11) {
        display: none;
    }



    .main-advantages .advantage-list > .advantage-id > .title {
        font-size: 32px;
        line-height: 56px;
    }

    .main-advantages .advantage-list > .advantage-id > .text {
        font-size: 20px;
        line-height: 30px;
    }





    .main-about .button-clouded {
        width: 320px;
        height: 60px;
        font-size: 20px;
    }

    .main-about h3 {
        font-size: 18px;
        line-height: 36px;
    }

    .main-about p {
        font-size: 18px;
    }

    .main-reviews p {
        font-size: 18px;
    }

    .main-faq .faq > .questions > .question-id > .question-text {
        font-size: 18px;
    }
}*/

@media (max-width: 1415px) {
    .main-header {
        width: 1200px;
    }

    .promo-alerts {
        top: 80px;
    }

}

@media (max-width: 1231px) {
    .main-header {
        width: 992px;
    }

    .drops > .drop-list {
        grid-template-columns: repeat(6, calc((100% - 40px) / 6));
    }

    .drops > .drop-list > .drop-id:nth-child(n+7) {
        display: none;
    }


    .main-items .item-tabs .items > .item-list > .item-id > .image {
        height: 200px;
    }

}

@media (max-width: 1023px) {
    html.modal-opened .promo-alerts > .promo-id {
        padding: 12px 20px;
    }

    .main-header {
        width: 736px;
        height: 360px;
    }


    .main-header h1 {
        font-size: 32px;
        line-height: 45px;
    }

    .main-header .btn-header {
    }

    .main-header .scroll-to-donate {
        display: none;
    }

    .main-header h1 {
        font-size: 32px;
        width: 340px;
        max-width: 100%;
        padding: 0 16px 16px 16px;
        margin-top: 55px;
        line-height: 45px;
    }

    .main-header p {
        font-size: 16px;
        line-height: 22px;
        padding: 0;
    }


    .promo-alerts {
        width: 100%;
        left: 0;
        top: 66px;
    }

    .promo-alerts > .promo-id {
        margin: 0;
        padding: 12px 16px;
        height: auto;
    }

    .promo-alerts > .promo-id:after,
    .promo-alerts > .promo-id:before {
        display: none;
    }

    .promo-alerts > .promo-id > .promo-wrapper {
        padding-left: 58px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 8px;
    }

    .promo-alerts > .promo-id > .promo-wrapper:after {
        width: 58px;
        height: 58px;
        left: -7px;
        top: 12px;
    }

    .promo-alerts > .promo-id > .promo-wrapper > .promo-close {
        top: 12px;
    }



    .drops > .drop-list > .drop-id:nth-child(n+5) {
        display: none;
    }

    .drops > .drop-list {
        grid-template-columns: repeat(4, calc((100% - 24px) / 4));
    }

    .item-tabs .items > .item-list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .main-items .item-tabs .items > .item-list > .item-id > .price > .oldprice {
        font-size: 11px;
    }

    .main-items .item-tabs .items > .item-list > .item-id > .price > .value {
        font-size: 12px;
    }

    .main-advantages .advantage-list > .advantage-id {
        flex-basis: calc((100% - 17px) / 2);
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .promo-alerts > .promo-id > .promo-wrapper {
        padding: 0;
        justify-content: start;
    }

    .promo-alerts > .promo-id > .promo-wrapper > .block-left {
        padding-left: 58px;
        width: 100%;
        min-height: 58px;
        display: flex;
        align-items: center;
        padding-right: 48px;
    }

    .promo-alerts > .promo-id > .promo-wrapper > .promo-close {
        right: 0;
        top: 0;
    }

    .promo-alerts > .promo-id > .promo-wrapper > .block-right {
        width: 100%;
    }

    .promo-alerts > .promo-id > .promo-wrapper .btn.copy-clipboard {
        width: calc(100% - 16px);
    }



    .main-header {
        width: calc(100% - 32px);
    }



    .main-items .section-name {
        margin-top: 32px;
        font-size: 24px;
        line-height: 43px;
    }

    .main-items .item-tabs {
        padding-top: 32px;
        grid-template-columns: 100%;
        gap: 24px;
    }

    .main-items .item-tabs > .tabs-left {
        gap: 8px;
    }

    .item-tabs .items > .item-list {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }



    .main-advantages .advantage-list > .advantage-id {
        flex-basis: 100%;
    }


    .main-stats .stats-blocks {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .main-stats .stats-blocks > .block-left,
    .main-stats .stats-blocks > .block-center,
    .main-stats .stats-blocks > .block-right {
        text-align: center;
    }

    .main-stats .stats-blocks > .block-left {
        order: 1;
    }

    .main-stats .stats-blocks > .block-right {
        order: 2;
    }

    .main-stats .stats-blocks > .block-center {
        order: 3;
    }



    .main-about {
        padding-top: 64px;
    }


    .main-advantages {
        padding-top: 32px;
    }



    .main-faq {
        padding-top: 32px;
    }

    .main-about h2,
    .main-reviews h2,
    .main-faq .faq > .faq-title {
        font-size: 24px;
        line-height: 43px;
    }


    .main-stats .stats-blocks .block-value {
        font-size: 18px;
        line-height: 30px;
    }

    .main-faq .faq > .faq-title {
        padding-bottom: 24px;
    }

    .main-faq .faq > .questions > .question-id > .question-title {
        font-size: 18px;
        line-height: 29px;
        min-height: 58px;
        display: flex;
        align-items: center;
    }

    .main-faq .faq > .questions > .question-id > .question-title::after {
        top: calc(50% - 18px);
    }



    .main-reviews .ecslider {
        margin-bottom: 72px;
    }


    .main-items .item-tabs .tab-links-wrapper {
        display: block;
    }


    .main-items .item-tabs .tab-links:not(.tab-links-responsive) {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    .main-items .item-tabs .tab-links.tab-links-cart {
        opacity: 1;
        z-index: 1;
        position: static;
    }

    .main-items .item-tabs .tab-links.tab-links-responsive {
        opacity: 1;
        position: static;
        z-index: 1;
    }





    .swiper-reviews {
        height: 336px;
        padding: 0;
    }

    .swiper-reviews .swiper-pagination {
        bottom: auto;
        top: 262px;
        flex-wrap: wrap;
    }

    .swiper-reviews .swiper-button-next,
    .swiper-reviews .swiper-button-prev {
        height: 42px;
        top: auto;
        bottom: 0;
        left: calc(50% + 6px);
        width: 42px;
    }

    .swiper-reviews .swiper-button-prev{
        left: auto;
        right: calc(50% + 6px);
    }
}

@media (max-width: 639px) {
    .main-header {
        padding: 0;
    }

    .drops > .drop-list > .drop-id:nth-child(n+4) {
        display: none;
    }

    .drops > .drop-list {
        grid-template-columns: repeat(3, calc((100% - 16px) / 3));
    }

    .main-header {
        overflow: hidden;
    }

    .main-header p {
        width: 311px;
    }

    .main-header .btn-header {
        position: absolute;
        bottom: 43px;
        left: calc(50% - 88px);
        background-position: center;
    }
}

@media (max-width: 479px) {

    .drops > .drop-list > .drop-id:nth-child(n+3) {
        display: none;
    }

    .drops > .drop-list {
        grid-template-columns: repeat(2, calc((100% - 8px) / 2));
    }

    .item-tabs .items > .item-list {
        grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
    }

    .main-items .item-tabs .items > .item-list > .item-id > .image {
        height: 148px;
    }


    .modal#review-modal .review-modal-wrapper > .review-top {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .modal#review-modal .review-modal-wrapper > .review-top > .block-right {
        width: 100%;
    }

    .main-reviews p br:first-child {
        display: none;
    }
}

@media (max-width: 420px) {

    .main-items .item-tabs .items > .item-list > .item-id > .image > .image-wrapper .btn {
        font-size: 14px;
        max-width: calc(100% - 32px);
        padding: 12px 8px;
    }

}

@media (max-width: 375px) {

    /*.item-tabs .items > .item-list {
        grid-template-columns: 100%;
    }*/
}

@media (max-width: 343px) {
    .main-items .item-tabs .items > .item-list > .item-id > .image {
        height: calc(100vw / 1.3);
    }
}