@media (max-width: 1800px) {
    .slick-arrow {
        top: -68px;
    }
    .slick-arrow.slick-next {
        right: 10px;
    }
    .slick-arrow.slick-prev {
        left: auto;
        right: 70px;
    }
}


@media (max-width: 1600px) {
    .header__logo {
        margin-right: 50px;
    }

    .history__flex {
        max-width: none;
        width: auto;
    }
}

@media (max-width: 1400px) {
    .intro__content {
        margin-right: 40px;
    }

    .intro__images {
        width: 70%;
    }

    .footer__nav ul li {
        width: 100%;
    }

}

@media (max-width: 1367px) {


    .products__wrapper .product__item-wrap {
        width: 33.333333%;
      }

      .catalog__products .product__item-wrap {
        width: 50%;
    }

      .basket__item-quantity {
        margin: 0;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
      }

      .basket__item-flex .basket__item-price{
        margin-bottom: 20px;
      }

      .product-card__gallery {
        max-width: 500px;
      }
    
        .product-card__price {
            font-size: 30px;
        }
}

@media (max-width: 1300px) {
    .descr__flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .descr__text {
        max-width: none;
        margin: 0 0 30px 0;
    }
}

@media (max-width: 1200px) {
    

    .history__item-wrap {
        width: 50%;
    }

    .nav {
        font-size: 16px;
    }

    .header__icons {
        gap: 45px;
    }

    .product__item-btn {
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        pointer-events: auto;
    }
    .interactive__text {
        width: 90%;
    }

    .detail__item-wrap {
        width: 100%;
    }
    .detail__item {
        min-height: 160px;
    }

    .faq__img-wrap {
        display: none;
    }

    .faq__content {
        width: 100%;
    }

}

@media (max-width: 1199px) {
    .product-card__wrappper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .product-card__gallery {
        max-width: none;
        margin: 0 0 30px 0;
    }

    .photos__for {
        margin-top: 30px;
    }

    .photos__for,
    .photos__nav {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .product-card__info-box {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .info__left {
        max-width: none;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .product-card__row {
        margin-bottom: 0px;
    }

    .info__right {
        margin-left: 0;
        max-width: none;
    }
}

@media (max-width: 1023px) {
    .mobile__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog__sort {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 12;
        top: 48px;
        -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
                transform: translateY(-30px);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding: 10px;
        min-width: 280px;
    }

    .sort__title {
        display: none;
    }
    
    .catalog__flex {
        display: block;
    }

    .sort__list {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }


    .catalog__filter {
        margin: 0;
        max-width: none;
        width: 100%;
        margin-bottom: 20px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 50px 10px 20px 10px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
                transform: translateY(-30px);
        opacity: 0;
        pointer-events: none;
    }

    .catalog__filter.active,
    .catalog__sort.active {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .poplar__filter {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        overflow-x: auto;
        padding-right: 10px;
        margin-right: -10px;
    }

    .poplar__filter li {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
    }

    .order__wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .order__form,
    .form__box {
        max-width: none;
    }

    .order__sum {
        position: initial;
        max-width: none;
        width: 100%;
        margin-left: 0;
    }


    .basket__item,
    .basket__footer {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .basket__item-descr,
    .basket__confirm-text  {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin: 20px 0 0 0;
    }

    .advantage__item-wrap,
    .products__wrapper .product__item-wrap  {
        width: 50%;
    }

    .footer__nav,
    .footer__flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .footer__nav-title {
        margin-bottom: 10px;
    }

    .privacy {
        margin-top: 40px;
    }

    .footer__nav-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .interactive__images-column:last-of-type {
        display: none;
    }
    
    .adv {
        margin-top: 40px;
    }

    .adv__item-wrap {
        width: 100%;
    }

    .adv__item-wrap:not(:last-of-type) {
        margin-bottom: 70px;
    }

    section,
    .contacts.pb {
        padding-bottom: 40px;
    }

    .intro {
        padding-top: 30px ;
    }

    .intro__text p:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .intro__images {
        display: none;
    }

    .intro__content {
        margin-right: 0;
    }

    .intro__btn {
        margin-bottom: 60px;
    }

    .intro__subtitle {
        max-width: none;
    }

    .intro__text {
        margin-top: 50px;
    }
    
    .login__drop {
        padding: 20px;
        max-width: none;
    }

    .mob__visible {
        display: block;
    }
    
    .hamburger {
        display: block;
        width: 38px;
        height: 24px;
        position: relative;
    }

    .hamburger span {
        position: absolute;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #B0D6F1;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        top: 10px;
    }

    .hamburger span:nth-child(3) {
        bottom: 0;
    }

    .nav {
        position: fixed;
        right: 0;
        top: 0;
        background-color: #fff;
        height: 100%;
        width: 375px;
        margin: 0;
        overflow-y: auto;
        padding: 90px 30px;
        -webkit-box-shadow: -4px 0px 16px 2px rgba(34, 60, 80, 0.25);
                box-shadow: -4px 0px 16px 2px rgba(34, 60, 80, 0.25);
        z-index: 100;
        -webkit-transform: translateX(120%);
            -ms-transform: translateX(120%);
                transform: translateX(120%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        text-align: right;
    }

    .nav.open {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        gap: 15px;
    }

    .close__nav {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .close__nav .icon {
        fill: #B0D6F1;
    }

    .header__flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        gap: 20px;
    }

    .header__logo {
        -webkit-box-ordinal-group: -1;
        -webkit-order: -2;
            -ms-flex-order: -2;
                order: -2;
        margin: 0;
    }

    .header__icons {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
    }

    .header__search {
        max-width: calc(100% - 58px);
        margin: 0;
    }
    
}

@media (max-width: 900px) {
    .history__item {
        padding: 20px 20px 90px 20px;
    }

    .history__item-img {
        right: 30px;
        bottom: 30px;
    }

    .box__border {
        padding-left: 0;
    }

    .box__border::after {
        content: none;
    }
}

@media (max-width: 768px) {
    .product-card__links li a {
        padding: 10px 15px;
    }

    .product-card__links {
        gap: 15px;
    }

    .pc-tabs__content > div {
        padding: 20px;
    }
    
    .section__subtitle {
        margin-top: 0;
    }
    
    .history-detail__table th, .history-detail__table td {
        padding: 10px;
        font-size: 14px;
    }

    .basket__wrap .products__wrapper {
        padding-top: 40px;
    }
    
    .lk__relative {
        padding-left: 0;
    }

    .lk__nav {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 30px;
        margin-bottom: 40px;
    }

    .lk__nav li.active::after {
        right: auto;
        top: auto;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        bottom: -40px;
    }

    .delivery__flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .delivery__links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; 
        margin-bottom: 10px;
        gap: 20px;
    }

    .delivery__links a {
        padding: 20px 40px;
    }

    .contacts__box {
        position: initial;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: none;
        padding: 20px;
    }

    .interactive__flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .interactive__images {
        width: 100%;
    }

    .interactive__images-column {
        width: 100%;
    }

    .interactive__text {
        width: 100%;
        margin: 0 0 30px 0;
    }

    button.close__drop {
        top: 29px;
        right: 20px;
    }

    .section__title {
        margin-bottom: 20px;
    }

    .slick-arrow,
    .gallery__slider .slick-arrow {
        top: -38px;
    }
    .popular__item-wrap {
        width: 100%;
    }

    .popular__item {
        padding: 20px;
    }
    .popular__title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .popular__tags {
        font-size: 14px;
    }

}

@media (max-width: 600px) {
    .product__item-img {
        min-height: 250px;
    }

    .photos__nav-item {
        margin: 0 5px;
    }

    .review__btn button {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .review__rating {
        width: 100%;
        margin-top: 10px;
    }
    
    .product-card__wrappper {
        margin-bottom: 30px;
    }

    .product-card__title {
        font-size: 19px;
    }

    .product-card__links li a {
        font-size: 14px;
        padding: 10px;
    }

    .product-card__links li a {
        font-size: 14px;
    }

    .catalog__filter,
    .catalog__sort {
        padding: 50px 10px 20px 10px;
    }

    .catalog__sort {
        top: 0;
    }

    .order__sum {
        padding: 20px;
    }

    .select__wrapper::after {
        width: 15px;
        height: 15px;
    }


    .table__wrapper {
        display: block;
        overflow-x: auto;
    }

    .history-detail__table {
        width: 600px;
    }
    
    .products__wrapper .product__item-wrap,
    .history-detail__item {
        width: 100%;
    }

    .lk__nav {
        gap: 15px;
    }
    .lk__nav li a {
        width: 50px;
        height: 50px;
    }

    .lk__nav li.active::after {
        height: 51px;
        bottom: -34px;
    }

    .lk__nav li a .count {
        top: -1px;
        right: -1px;
    } 

    .descr__item-wrap {
        width: 100%;
    }

    .descr__item {
        padding: 25px;
    }
    
    body {
        font-size: 14px;
        line-height: 1.5;
    }

    .descr__text p:not(:last-child) {
        margin-bottom: 15px;
    }

    .breadcrumbs {
        font-size: 14px;
        margin-bottom: 30px; 
    }

    .breadcrumbs li:not(:last-of-type) {
        padding-right: 20px;
    }

    .breadcrumbs li:not(:last-of-type)::after {
        right: 6px;
      }

    .info__flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .info__item-title {
        margin-bottom: 10px;
    }

    .login__drop {
        width: 310px;
        right: -7px;
    }

    .login__drop-title {
        margin-bottom: 30px;
    }

    .form__field input:not([type=checkbox]):not([type=radio]),
    .form__field select {
        height: 60px;
        line-height: 60px;
    }

    .form__btns .btn {
        font-size: 14px;
        padding: 15px;
    }

    .intro__title {
        font-size: 34px;
    }

    .intro__phones {
        gap: 40px;
        font-size: 14px;
    }

    .intro__btn a {
        width: 100%;
    }
    .intro__tour button {
        width: 100px;
        height: 100px;
        left: 28px;
        top: -90px;
    }
    .adv__item {
        padding: 60px 20px 20px 20px;
    }

    .fb__form .form__field {
        margin-right: 0;
    }

}


@media (max-width: 475px) {
    .mobile__sort-btn,
    .catalog__sort {
        min-width: 225px;
    }

    .history__item-wrap {
        width: 100%;
    }

    .basket__sum {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
    }

    .basket__confirm {
        margin: 0;
        width: 100%;
    }

    .basket__confirm a {
        width: 100%;
        display: block;
    }

    .basket__item-img {
        max-width: 200px;
    }

    .basket__item-flex {
        min-width: 130px;
    }

    .basket__item-flex .basket__item-price {
        font-size: 18px;
    }

    .basket__item-quantity {
        max-width: 130px;
    }

    .adv__item-title {
        font-size: 18px;
    }

    .header__logo {
        max-width: 130px;
    }

    .popular__tags {
        font-size: 12px;
        gap: 10px;
    }

    .delivery__content > div {
        padding: 10px; 
    }

    .advantage__item-wrap {
        width: 100%;
    }

}


@media (max-width: 375px) {
    .product-card__links {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        overflow-x: auto;
    }

    .product-card__links li {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
    }
    
    .gallery .section__title {
        font-size: 25px;
    }

    .basket__item-img {
        max-width: 150px;
    }
}

@media (max-width: 359px) {
    .header__icons {
        gap: 20px;
    }

    .nav {
        width: 100%;
    }
}
