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

.header__burger {
    display: none;
}

.fleft {
    display: flex;
    align-items: center;
}

html.lock {
    overflow: hidden;
}

.basketBlock {
    z-index: 20;
}


/* joomshopping */

.jshop.list_related .row-fluid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.related_header {
    padding: 0 0 20px 0;
    font-family: 'Roboto-Medium';
    font-size: 17px;
}

.itheader {
    font-family: 'Roboto-Medium';
    font-size: 20px;
}

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

@media screen and (max-width:1199px) {
    .item-page img {
        max-width: 100%;
    }
    .topLineH .imgTop img {
        max-width: 100%;
    }
    .topLineH .imgW img {
        max-width: 100%;
    }
    .topLineH .logo {
        width: 150px;
    }
    .topLineH .hadress {
        margin-bottom: 0
    }
    .topLineH .hadress span {
        font-size: 15px;
    }
    .topLineH .hadress {
        font-size: 14px;
    }
    .topLineH .phitems .inftext {
        font-size: 14px;
    }
    .email a,
    .phitemsItems a,
    .phitemsItems {
        font-size: 14px;
    }
    .phitemsItems .callback-toggle {
        font-size: 14px;
    }
    .infblockline .infleft {
        width: 500px;
    }
    .infblockline .h1 h1,
    .infblockline .h1 {
        font-size: 34px;
    }
    .infbloksitems {
        grid-template-columns: 1fr 1fr;
    }
    .botLineH {
        padding-bottom: 70px;
    }
    .bitems {
        margin-top: 30px;
    }
    .bmWrap .line1 {
        display: none;
    }
    .bmWrap .line2 {
        display: none;
    }
    .bmWrap .line3 {
        display: none;
    }
    .bmWrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .nucServ {
        padding: 5px;
    }
    .nucServ .noAct {
        max-width: 100%;
    }
    .nucServ .yesAct {
        max-width: 100%;
    }
    .aboutCompanyBlock .leftBlock {
        width: 380px;
    }
    .aboutCompanyBlock .rightBlock {
        width: 100%;
        padding: 0 0 0 30px;
    }
    .wrapAC p {
        margin-bottom: 10px;
    }
    .bitems .bitem {
        max-width: calc((100% / 3) - 30px);
        margin: 0 15px;
    }
    .weInNum {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .nucNum:nth-child(1) .txtBot {
        left: 0;
    }
    .nucNum .txtBot {
        position: relative;
        background: transparent;
        top: 0;
    }
    .nucNum:nth-child(3) .txtBot {
        left: 0;
        background: transparent;
    }
    .nucNum:nth-child(2) .txtBot {
        left: 0;
        background: transparent;
    }
    .nucNum:nth-child(4) .txtBot {
        left: 0;
        background: transparent;
    }
    .nucNum .numWrap {
        display: flex;
        align-items: center;
    }
    .nucNum .num {
        font-size: 60px;
    }
    .nucNum .top {
        display: none;
    }
    .weInNum {
        padding-right: 300px;
    }
    .logisticBlock img {
        max-width: 100%;
    }
    .wrapFooter {
        align-items: center;
    }
    .nucNum:nth-child(1) .txtBot span {
        font-size: 26px;
    }
    .botLineH .nav>ul>li {
        padding-right: 25px;
    }
}

@media screen and (max-width:1024px) {
    .aboutCompanyBlock:before {
        display: none;
    }
    .phitemsItems {
        display: flex;
        flex-direction: column;
    }
    .infoBlock {
        width: 170px;
    }
    .botLineH .searchblock input {
        min-width: 220px;
    }
    .botLineH .nav ul a {
        padding-right: 10px;
        font-size: 14px;
    }
    .botLineH .nav>ul>li {
        padding-right: 14px;
    }
    .botLineH .searchblock input {
        min-width: 140px;
        width: 140px;
    }
    .infblockline .infright {
        display: none;
    }
    .infblockline .infleft {
        width: calc(100% - 50px);
    }
    .infbloksitems {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wrapAC {
        margin-bottom: 0;
        margin-top: 20px;
        flex-direction: column;
    }
    .aboutCompanyBlock .leftBlock {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .aboutCompanyBlock .rightBlock {
        padding: 0;
    }
    .weInNum {
        padding-right: 0;
        margin: 20px 0 0 0;
        grid-gap: 10px;
    }
    .aboutCompanyBlock {
        padding: 45px 0 40px;
    }
    .howWeWorkBlock {
        padding: 0;
    }
    .clientsBlock {
        padding: 0
    }
    .footer-leftblock {
        display: flex;
        flex-direction: column;
    }
}

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

@media screen and (max-width:767px) {
    .itemListSubCategories {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapHeader {
        padding: 0;
    }
    .footer-menu {
        margin-top: 20px;
    }
    .botLineH .nav {
        padding: 0 10px;
    }
    .botLineH {
        left: -100%;
        transition: all 0.7s ease;
        bottom: 0;
        width: 100%;
        position: fixed;
        background: #00525e;
        top: 0;
        z-index: 20;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 60px 10px;
    }
    .botLineH .wrapBLH {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .botLineH .nav {
        position: relative;
        padding: 0 10px;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        order: 2;
    }
    .searchblock {
        order: 1;
    }
    .botLineH.active {
        left: 0;
    }
    .botLineH .nav>ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .header__burger {
        width: 30px;
        height: 20px;
        min-width: 30px;
        position: relative;
        z-index: 100;
        display: block;
    }
    .header__burger::before,
    .header__burger::after {
        content: '';
        background-color: #ffffff;
        position: absolute;
        width: 100%;
        min-width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger span {
        position: absolute;
        background-color: #ffffff;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::after {
        bottom: 0;
    }
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active span {
        display: none;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .topLineH .wrapTLH {
        align-items: center;
    }
    .topLineH .logo {
        margin-left: 10px;
    }
    .topLineH {
        padding-bottom: 0
    }
    .topLineH .infoBlock {
        display: none;
    }
    .topLineH .phitemsItems {
        display: none;
    }
    .header__burger.active {
        display: none;
    }
    .header__burger.active2 {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .header__burger.active2::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active2 span {
        display: none;
    }
    .header__burger.active2::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .botLineH .searchblock input {
        min-width: 100%;
        width: 100%;
    }
    .botLineH .nav .openChildMain.active i {
        transform: rotate( 180deg) !important;
    }
    .botLineH .nav ul a {
        font-size: 20px;
    }
    .botLineH .nav>ul li:hover>.openChildMain i {
        transform: inherit;
    }
    .infoBlock {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .phitems {
        margin: 0 0 20px 0;
    }
    .topLineH {
        background: #007989;
        padding: 5px;
    }
    header {
        padding: 65px 0 0;
    }
    .insidepage header {
        padding-top: 0;
    }
    .topLineH.headerFixed {
        position: fixed;
        width: 100%;
        z-index: 20;
    }
    .infblockline {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    section {
        margin-top: 30px;
    }
    .bitems .bitem {
        margin: 0 10px;
        max-width: 100%;
    }
    .bmWrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .txtBlock {
        display: flex;
        align-items: center;
        background: #00aeda;
        padding: 20px;
        margin: 20px 0;
    }
    .wrapDopProd .decImg {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .wrapDopProd {
        background: none;
        background-size: cover;
        display: flex;
        justify-content: flex-start;
        height: auto;
        padding: 0;
        position: relative;
        z-index: 15;
        flex-direction: column;
        align-items: center;
    }
    .wrapDopProd .more {
        white-space: nowrap;
    }
    .blockServ {
        padding: 0;
    }
    .wrapServ {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .bmWrap {
        padding: 0;
    }
    .title {
        margin-bottom: 0
    }
    .title .h1,
    .title h1 {
        font-size: 35px;
        margin: 0px 0 10px 0;
    }
    .wrapbest .btitletop {
        font-size: 35px;
    }
    .wrapbest p {
        font-size: 18px;
    }
    .title p {
        font-size: 17px;
    }
    .nucNum .num {
        font-size: 40px;
    }
    .nucNum .txtBot p {
        font-size: 16px;
    }
    .nucNum:nth-child(1) .txtBot span {
        font-size: 16px;
    }
    .wrapHWW {
        flex-wrap: wrap;
    }
    .nucHWW {
        width: 50%;
        border-right: none;
    }
    .logisticBlock .txtBlock p {
        color: #fff;
    }
    .footer-leftblock {
        display: none;
    }
    .openChildMain {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        position: absolute;
        right: 0;
    }
    .botLineH .nav>ul .parent {
        display: block;
        width: 100%;
    }
    .botLineH .nav>ul ul {
        position: relative;
        background: transparent;
        left: 0;
        flex-direction: column;
        top: 100%;
        padding: 20px 20px 10px 0px;
        box-shadow: none;
        border-radius: 0;
        z-index: 15;
    }
    .botLineH .nav>ul ul a {
        color: #ffffff;
        padding: 5px 0;
    }
    .botLineH .nav {
        width: 100%;
    }
    .botLineH .nav>ul>li {
        border-bottom: 1px dotted #ffff;
        width: 100%;
        padding: 5px 0;
    }
    .botLineH .nav ul a {
        text-decoration: none;
    }
    .botLineH .nav>ul ul li {
        border-bottom: 1px dotted #ffff;
    }
    .botLineH .nav>ul li:hover ul {
        display: unset
    }
    .botLineH.active .container {
        margin: 0;
        padding: 0;
    }
}

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

@media screen and (max-width:640px) {
    .infbloksitems {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:600px) {
    .insidepage h1 {
        font-size: 20px;
    }
}

@media screen and (max-width:485px) {
    .itemListSubCategories {
        grid-template-columns: repeat(1, 1fr);
    }
    .infblockline .h1 h1,
    .infblockline .h1 {
        font-size: 25px;
    }
    .infblockline .infleft p {
        font-size: 17px;
    }
    .infblockline .infleft p {
        padding-bottom: 15px;
    }
    .insidepage .category_description p img {
        max-width: 100%;
        display: block;
        height: auto;
        width: auto;
        float: none !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width:425px) {
    .infblockline .infleft p {
        display: none;
    }
    .infbloksitems {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .bitems .bitem {
        margin: 0
    }
    .bmWrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .txtBlock {
        flex-direction: column;
    }
    .wrapDopProd p span {
        font-size: 20px;
    }
    .wrapDopProd p {
        font-size: 20px;
    }
    .wrapDopProd .more {
        width: 100%;
    }
    .title .h1,
    .title h1 {
        font-size: 25px;
    }
    .title p {
        font-size: 15px;
    }
    .dopProdBlock {
        margin-top: 30px;
    }
    .wrapServ {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .weInNum {
        grid-template-columns: 1fr;
    }
    .wrapHWW {
        justify-content: center;
    }
    .nucHWW {
        width: 100%;
        max-width: 320px;
    }
    .wrapFooter {
        flex-direction: column;
    }
    .wrapLogo {
        margin: 20px 0;
    }
    .phoneBlock .callback-toggle {
        padding: 10px;
        font-size: 13px;
    }
    .infblockline {
        padding-top: 10px;
    }
    .topLineH .logo {
        width: 110px;
    }
    .infblockline .imgW img {
        max-width: 100%;
        width: 30px;
    }
    .botLineH .nav>ul ul a {
        white-space: inherit;
    }
}

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

@media screen and (max-width:370px) {
    .topLineH .logo {
        width: 90px;
    }
    .infblockline .infleft {
        width: 100%;
    }
    .infbloksitems {
        grid-gap: 0;
    }
    .infblockline .infleft .text {
        font-size: 14px;
    }
    .checkout_pfinish_block .checkoutinfo,
    .checkout_pfinish_block form {
        width: 100%
    }
    .finishPage .jshop_subtotal tr .value {
        font-size: 23px;
    }
    #jshop_menu_order tr {
        flex-direction: column;
    }
}


/* --- JOOMSHOPPING --- */

.leftMainBlock {
    z-index: 11;
}

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

@media screen and (max-width:1199px) {
    .list_product {
        grid-template-columns: repeat(2, 1fr);
    }
    /* карточка */
    .insidepage .wrapFP h1 {
        font-size: 25px;
    }
    .wrapFP .manufacturer_code {
        font-size: 15px;
    }
    .wrapPriceBlock #block_price {
        font-size: 20px;
    }
    .wrapPriceBlock .button {
        font-size: 14px;
    }
    .jshop_prod_attributes .attributes_name {
        font-size: 14px;
    }
}

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

@media screen and (max-width:991px) {
    .list_product {
        grid-template-columns: repeat(1, 1fr);
    }
    /* карточка */
    .wrapFP .leftBlock {
        width: 420px;
    }
    .itemSlide .imgW {
        width: 420px;
    }
    .wrapFP .rightBlock {
        width: calc(100% - 420px);
    }
    .sliderItem {
        width: 420px;
    }
    .insidepage .wrapFP h1 {
        font-size: 18px;
    }
    .wrapPriceBlock {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .tabClick {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: none;
        padding: 0;
    }
    .tabClick li.active {
        border: 1px solid #c5c5c5;
    }
    .wrapPriceBlock #block_price {
        padding: 0 0 10px 0;
        display: block;
    }
    /* корзина */
    /* .cart tbody {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart tr:last-child {
        display: flex;
        flex-direction: column;
        max-width: 300px;
        width: 100%;
        margin: 10px;
        box-shadow: 0 0 2px rgb(0 0 0 / 41%);
    } */
    .cart tbody {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .cart tr {
        display: grid;
        max-width: 100%;
        width: 100%;
        margin: 0;
        box-shadow: 0 0 2px rgb(0 0 0 / 41%);
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .cart tr td {
        border-bottom: 1px solid #d2d2d2;
        text-align: center;
        color: #2b2b2b;
        width: 100%;
    }
    .cart tr th {
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        background: transparent;
    }
    .cart tr td {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cart tr th {
        padding: 10px;
        display: flex;
        align-items: center;
        line-height: inherit;
    }
}

@media screen and (max-width:767px) {
    .wrapContWithLeft {
        flex-direction: column;
    }
    .list_product {
        grid-template-columns: repeat(2, 1fr);
    }
    /* карточка */
    .wrapFP .leftBlock {
        width: 100%;
    }
    .itemSlide .imgW {
        width: 100%;
    }
    .wrapContWithLeft .contentWrap {
        width: 100%;
    }
    .wrapFP {
        flex-direction: column;
    }
    .wrapFP .leftBlock {
        width: 100%;
    }
    .wrapFP .rightBlock {
        width: 100%;
        min-height: auto;
    }
    .sliderItem {
        width: 100%;
    }
    .wrapFP .rightBlock {
        padding: 30px 30px 30px 30px;
    }
    .jshop_prod_attributes.jshop {
        display: flex;
        justify-content: space-around;
    }
}

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

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

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

@media screen and (max-width:485px) {
    .list_product {
        grid-template-columns: 1fr
    }
    .leftMainBlock {
        display: none;
    }
    div#checkout {
        display: flex;
        flex-direction: column;
    }
    .pull-right .jshop_subtotal .value {
        font-size: 22px;
    }
    .btn-arrow-right {
        width: 200px;
        height: 50px;
        font-size: 18px;
    }
    .cart tr:first-child {
        display: none;
    }
    .cart tbody {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:425px) {
    .jshop_prod_attributes.jshop {
        flex-direction: column;
    }
    /* карточка */
    .tabClick {
        grid-template-columns: 1fr 1fr;
    }
    .itemSlide .imgW {
        padding: 20px;
    }
    .sliderItem {
        height: auto;
    }
    .itemSlide .imgW {
        height: auto;
    }
    .wrapPriceBlock {
        align-items: center;
    }
}

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

@media screen and (max-width:370px) {
    /* карточка */
    .insidepage .wrapFP h1 {
        font-size: 16px;
    }
    .wrapFP .manufacturer_code {
        font-size: 14px;
    }
    .tabClick {
        grid-template-columns: 1fr;
    }
    .wrapDescrItem {
        flex-direction: column;
    }
    .wrapTabsContent .wrapDescrItem p {
        width: 100%;
    }
}