@import "button.css?v0.0002";
.wrapButtonMobile,
.wrapButtonMobileKatalog {
    display: none;
}

.wrapper {
    min-width: 320px;
}

body.fixed {
    overflow: hidden;
}


/* --- Media styles --- */

@media screen and (min-width:1200px) {}

@media screen and (max-width:1300px) {
    .slideTop .txtBlock {
        left: calc((100% - 991px) / 2);
    }
}

@media screen and (max-width:1199px) {
    .wrapPre {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .wrapPre .nucPre {
        min-width: 100px;
    }
    .slideTop .txtBlock {
        left: calc((100% - 768px) / 2);
    }
    .wrapTopItem .leftImagesBlock {
        flex-direction: column;
        align-items: center;
        padding: 0 25px;
    }
    .wrapTopItem .rightInfoItemBlock::before {
        left: 0;
    }
    .wrapTopItem .rightInfoItemBlock {
        padding-left: 25px;
    }
    .jshop_img_description {
        width: 100%;
        margin-top: 15px;
    }
    .jshop_img_description .slick-arrow {
        bottom: auto;
        top: calc(50% - (23px / 2));
    }
    .jshop_img_description .slick-next {
        transform: rotate(-90deg);
        right: -10px;
        left: auto;
    }
    .jshop_img_description .slick-prev {
        transform: rotate(-90deg);
        left: -10px;
    }
    .jshop_img_description .imgW {
        padding: 0 5px;
    }
    .jshop_img_description .imgW img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:1024px) {
    .wrapTopItem .leftImagesBlock {
        width: 60%;
    }
    .image_middle {
        max-width: 100%;
    }
    .wrapTopItem .rightInfoItemBlock {
        width: 40%;
    }
}

@media screen and (max-width:991px) {
    .wrapPre .nucPre {
        width: 150px;
        text-align: center;
        margin-bottom: 15px;
    }
    .nucPre .imgW {
        justify-content: center;
    }
    .topSliderBlock {
        padding-left: 0;
    }
    .slideTop {
        padding: 0;
    }
    .slideTop .txtBlock {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .wrapBH {
        flex-wrap: wrap;
    }
    .wrapMenu {
        order: 1;
        width: 100%;
        margin: 20px;
    }
    .preBlock,
    .reviewsBlock {
        margin-bottom: 20px;
    }
    .wrapRev {
        margin-bottom: 0px;
        flex-direction: column;
    }
    .nucRev {
        width: 100%;
        margin-bottom: 20px;
    }
    .formBlock {
        padding: 60px 0;
    }
    .formBlock .wrapForm {
        flex-direction: column;
    }
    .formBlock .wrapForm .txtBlock {
        margin-bottom: 20px;
        text-align: center;
    }
    .wrapFooter .main {
        display: none;
    }
    .photoGallaryBlock {
        margin-bottom: 25px;
    }
    .list_product {
        grid-template-columns: repeat(2, calc(100% / 2 - 12px));
    }
    .jshop_list_category {
        grid-template-columns: repeat(3, calc(100% / 3 - 4px));
    }
    .revPage .wrapRev .nucRev {
        width: 100%;
    }
    .itemfeedback {
        width: calc((100% / 2) - 10px);
    }
}

@media screen and (max-width:767px) {
    .wrapTopItem .leftImagesBlock .image_middle {
        height: auto;
    }
    .wrapItems {
        grid-template-columns: repeat(2, calc(50% - 9px));
    }
    .tabs li {
        text-align: center;
    }
    .slideTop .txtBlock .name {
        font-size: 44px;
    }
    .slideTop .txtBlock .name br {
        display: none;
    }
    .slideTop .txtBlock p {
        font-size: 22px;
    }
    .slideTop .txtBlock a {
        font-size: 16px;
    }
    .slideTop img {
        max-width: 800px;
        margin-left: calc(50% - 400px);
        height: auto;
        filter: brightness(50%);
    }
    .nucRev .imgW img {
        height: auto;
        max-height: 170px;
    }
    .topSlider .slick-dots {
        bottom: 110px;
    }
    .sliderBM .slick-arrow {
        display: none !important;
    }
    .nucBM .name {
        font-size: 18px;
    }
    .bannerMainBlock {
        margin-bottom: 20px;
    }
    .searchAndBasket {
        margin-right: 20px;
    }
    .nucRev .imgW {
        width: 150px;
    }
    .nucRev .txtBlock {
        width: calc(100% - 150px);
    }
    .pgWrap {
        grid-template-columns: repeat(3, calc(100% / 3 - 2.5px));
    }
    .wrapContWithLeft {
        position: relative;
    }
    .wrapContWithLeft .left {
        position: fixed;
        top: 0;
        left: -265px;
        top: 160px;
        background: #ccc;
        z-index: 5;
        transition: .4s;
    }
    .wrapContWithLeft .left.active {
        left: 0;
    }
    .wrapContWithLeft .contentWrap {
        width: 100%;
    }
    .wrapButtonMobileKatalog {
        display: block;
        position: absolute;
        top: 0;
        right: -42px;
        border: solid 1px #fff;
        background: #e9c7ac;
        padding: 5px;
    }
    .insidepage header {
        margin-bottom: 35px;
    }
    .breadcrumbs {
        margin-bottom: 20px;
    }
    .wrapContWithLeft .left>ul {
        height: 400px;
    }
    .wrapContWithLeft .left.active ul {
        overflow-y: auto;
    }
    .wrapTopItem {
        flex-direction: column;
    }
    .wrapTopItem .leftImagesBlock {
        width: 100%;
        padding: 20px 0;
    }
    .image_middle {
        width: 100%;
    }
    .wrapTopItem .rightInfoItemBlock {
        width: 100%;
        padding-top: 20px;
    }
    .wrapTopItem .rightInfoItemBlock::before {
        top: 0;
        left: -15px;
        height: 100%;
    }
    table.jshop.cart tr:first-child {
        display: none;
    }
    table.jshop.cart tr {
        display: flex;
        flex-direction: column;
        border: solid 1px #000;
        padding: 15px;
    }
    table.jshop.cart tr:last-child td,
    table.jshop.cart tr td {
        border: none;
    }
    .wrapTopItem .rightInfoItemBlock {
        padding-left: 0px;
    }
}

@media screen and (max-width:675px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {
    .photoGallaryBlock .title .h1,
    .photoGallaryBlock .title h1,
    .h1,
    h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .wrapButtonMobile {
        display: block;
    }
    .insidepage header .botLineH {
        padding: 20px 0;
    }
    .botLineH {
        background: url(../images/headerBg.jpg) no-repeat top center;
        z-index: 5;
        position: relative;
    }
    .botLineH ul {
        flex-direction: column;
    }
    .botLineH ul li {
        width: 100%;
        text-align: center;
        border-bottom: solid 1px #fff;
        padding: 5px;
    }
    .botLineH ul li:last-child {
        border-bottom: none;
    }
    .wrapMenu {
        margin: 20px 0 0;
        display: none;
    }
    .botLineH.fixed {
        position: fixed;
        width: 100%;
        z-index: 5;
        top: 0;
    }
    .formBlock form {
        width: 100%;
    }
    .wrapBotForm {
        flex-direction: column;
    }
    .formBlock .wrapLabel {
        width: 100%;
        margin: 15px;
        text-align: center;
    }
    .jshop_list_category {
        grid-template-columns: repeat(2, calc(100% / 2 - 4px));
    }
    .tabsItem li {
        padding: 25px 40px;
    }
    #comjshop input,
    #comjshop select,
    #comjshop button {
        max-width: 100%;
    }
    #jshop_menu_order tr td {
        font-size: 16px;
        padding: 10px;
        text-align: center;
    }
    .pfinish_comment_block {
        text-align: center;
    }
    .pfinish_comment_block div {
        margin-bottom: 15px;
    }
    .botItemsList .wrapItems .nucItem {
        margin-right: 0;
        margin: 0 10px;
    }
    .wrapTitleBotItems,
    .wrapTitleBotItems p {
        margin-bottom: 15px;
    }
    .sortBlock {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sortBlock p {
        margin-bottom: 10px;
    }
    .botItemsList .wrapItems .slick-arrow {
        position: absolute;
        font-size: 0;
        border: none;
        z-index: 1;
        width: 40px;
        height: 23px;
        top: calc((50% - 23px / 2));
        background: url(../images/arrBot.png) no-repeat center;
    }
    .botItemsList .wrapItems .slick-next {
        right: -25px;
        transform: rotate(-90deg);
    }
    .botItemsList .wrapItems .slick-prev {
        left: -25px;
        transform: rotate(90deg);
    }
    .itemfeedback {
        width: 100%;
    }
}

@media screen and (max-width:485px) {
    .slideTop .txtBlock {
        width: 100%;
    }
    .slideTop .txtBlock .name {
        font-size: 32px;
    }
    .slideTop .txtBlock p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .slideTop .txtBlock a {
        font-size: 16px;
    }
    .topSliderBlock {
        height: 550px;
        overflow: hidden;
    }
    .wrapBH .logo img {
        width: 110px;
        height: auto;
    }
    .topLineH .phonesBlock {
        flex-direction: column;
        align-items: start;
    }
    .topLineH .phonesBlock .line {
        display: none;
    }
    .topLineH .phonesBlock a {
        margin-top: 5px;
    }
    .topLineH .phonesBlock a:first-child {
        margin-top: 0;
    }
    .nucRev .wrapItemRev {
        flex-direction: column;
    }
    .nucRev .imgW {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .nucRev .txtBlock {
        width: 100%;
    }
    .pgWrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        grid-gap: 0;
    }
    .nucPG {
        width: calc(100% / 2 - 4px);
        margin: 0 2px 4px;
    }
    .formBlock .name {
        font-size: 28px;
    }
    .formBlock p {
        font-size: 16px;
    }
    .wrapFooter {
        flex-wrap: wrap;
    }
    .logoCol,
    .contactsCol {
        width: 100%;
        text-align: center;
    }
    .logoCol p {
        display: none;
    }
    footer .socWrap {
        justify-content: center;
    }
    footer {
        padding-top: 40px;
    }
    .wrapBL {
        flex-direction: column-reverse;
    }
    footer .copyright {
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
    }
    footer .copyright a {
        margin-top: 10px;
        display: block;
    }
    .jshop_categ .name {
        font-size: 16px;
    }
    #comjshop {
        margin-bottom: 30px;
    }
    .jshop_img_description .slick-prev {
        left: -25px;
    }
    .jshop_img_description .slick-next {
        right: -25px;
    }
}

@media screen and (max-width:425px) {
    .wrapItems {
        grid-template-columns: repeat(1, 100%);
        column-gap: 0;
    }
    .tabs li {
        font-size: 14px;
        margin: 0 5px;
        padding: 10px;
    }
    .tabs {
        margin-bottom: 20px;
        align-items: center;
    }
    .hitsBlock,
    .tabContent {
        margin-bottom: 20px;
    }
    .nucItem .imgW {
        height: 140px;
    }
    .nucItem .imgW img {
        max-height: 100%;
    }
    .nucItem {
        padding: 10px 10px 30px;
    }
    .breadcrumbs {
        justify-content: center;
    }
    .categoryName {
        font-size: 24px;
        text-align: center;
    }
    .wrapTopItem {
        padding: 15px 0;
    }
    .wrapTopItem h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .charsBlock {
        margin-bottom: 15px;
    }
    .priceBlock {
        margin-bottom: 15px;
    }
    .productfull .price {
        font-size: 20px;
    }
    .productfull .old_price {
        font-size: 16px;
    }
    .buttonsBlock {
        margin-bottom: 20px;
    }
    .buttonsBlock input {
        padding: 10px 25px;
    }
    .wrapTopItem {
        margin-bottom: 0px;
    }
    .wrapTitleBotItems {
        flex-direction: column;
    }
    .wrapTitleBotItems a {
        margin-bottom: 15px;
    }
    .cart_buttons .btn-arrow-right {
        padding: 10px 20px;
        text-align: center;
        width: auto;
    }
    .cart_buttons .btn-arrow-left {
        text-align: center;
        display: block;
    }
}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}

@media screen and (max-width:340px) {
    .topSlider .slick-dots {
        bottom: 55px;
    }
    .slideTop img {
        max-width: 500px;
        margin-left: calc(50% - 250px);
    }
    .topSliderBlock {
        height: 355px;
    }
    .slideTop .txtBlock {
        top: 50px;
    }
}