@media screen and (min-width:1201px) and (min-height:750px) {
    .fixBidColumn {
        position: sticky;
        top: 122px;
    }
}

@media screen and (min-width:768px) {
    .compactItem .productListItem {
        display: flex;
        flex-direction: row
    }

    .compactItem .productListImage {
        width: 140px;
    }

    .compactItem .productListInfo {
        display: flex;
        align-items: center;
        /* padding: 0px; */
        padding: 10px 10px 10px 10px;
    }

    .compactItem .moduleProductName {
        text-overflow: initial;
        white-space: initial;
        line-height: 20px
    }

    .compactItem .productsUserName {
        text-overflow: initial;
        white-space: initial
    }

    .compactItem .productListInfoTop {
        width: calc(100% - 280px);
    }

    .compactItem .productListInfoBottom {
        width: 280px;
    }

    .compactItem.blockProductOfAds .productListInfoTop {
        width: calc(100% - 150px);
    }

    .compactItem.blockProductOfAds .productListInfoBottom {
        width: 150px;
    }

    .compactItem .listLotStatus {
        position: initial;
        margin: 0px 0px 0px 0px;
        border-radius: 0px;
        text-align: center;
        background: transparent;
        font-weight: 500;
        border: 1px solid #ddd;
        border-bottom: 0px;
        border-radius: 10px 10px 0px 0px;
        line-height: 18px;
    }

    .compactItem .productsAuctionMore {
        margin: 0px;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        overflow: hidden;
    }

    .compactItem .auctionAddress {
        padding: 0px 0px 0px 0px;
    }

    .compactItem.blockProductItemZakup .productListInfoTop {
        width: calc(100% - 180px);
    }

    .compactItem.blockProductItemZakup .productListInfoBottom {
        width: 180px;
    }

    .compactItem.blockProductItemZakup .productListInfo {
        padding: 15px 15px 11px 20px;
    }

    .compactItem.blockProductItemZakup .productsAuctionMore {
        border-radius: 6px !important;
    }

}

@media screen and (max-width:1500px) {
    .container {
        max-width: 1280px;
    }

    .productPageLeft {
        width: 450px;
    }

    .productPageRight {
        width: calc(100% - 468px);
    }

    .listAuctionPrice {
        font-size: 14px;
    }
}

@media screen and (max-width:1300px) {
    .homeBanner .bannerWrap {
        margin-left: 36%;
        padding: 4% 15px 2% 15px;
        width: 100%;
    }

    .headerCatalog {
        justify-content: center
    }

    .compactItem .productListImage {
        /* width: 50%; */
    }

    .compactItem .productListInfo {
        /* width: 50%; */
    }

    .acyfield_text input {
        width: 280px;
    }

    .productPageImages {
        display: flex;
        flex-direction: column-reverse;
        padding-right: 20px;
    }

    #thumbnail-slider {
        width: 100%;
        padding: 6px 0 0px 0;
    }

    #mainSliderWrap {
        width: 100%;
        padding: 0 0px 0 0px;
        position: relative;
    }

    .productPageLeft {
        width: 350px;
    }

    .productPageRight {
        width: calc(100% - 368px);
    }

    #thumbnail-slider .splide__arrow--prev:before {
        content: "\f053";
        margin-top: 0px;
        font-size: 12px;
    }

    #thumbnail-slider .splide__arrow--next:before {
        content: "\f054";
        margin-top: 0px;
        margin-left: 0;
        font-size: 12px;
    }

    #thumbnail-slider .splide__arrow {
        height: 24px !important;
        width: 24px !important;
        font-size: 12px;
        background: #149a5a;
        color: #fff;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 2px;
    }
}

@media screen and (max-width:1220px) {
    .headerTopRight .btn {
        border-radius: 10px;
        margin-right: 30px;
        font-size: 15px;
        padding: 3px 15px;
        font-size: 12px;
    }

    .productPageLeft {
        width: 600px;
        flex-shrink: 0
    }
}

@media screen and (max-width:1024px) {
    .homeBanner .bannerWrap {
        margin-left: 31%;
        padding: 4% 0px 2% 0px;
        width: 100%;
    }

    .homeBanner h1 {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .homeBanner h1 br {
        /* display: none; */
    }

    .main-sidebar {
        display: block;
    }

    .main-navbar>.container {
        padding: 0px 10px 0px 10px !important;
    }

    .navbar .form-inline .form-control {
        min-width: auto;
    }

    .search-element {
        text-align: left;
    }

    .headerTop {
        flex-wrap: wrap !important;
    }

    .navbar .form-inline .search-result {
        position: fixed;
        left: 2%;
        max-width: 96%;
        top: 60px;
    }

    .navbar .form-inline .search-result:before {
        position: absolute;
        top: -26px;
        left: 50%;
        transform: translateX(-50%);
        content: '\f0d8';
        font-weight: 600;
        font-family: 'Font Awesome 5 Free';
        color: #fff;
        font-size: 30px;
    }

    .navbar .form-inline .search-element .form-control {
        /* float: left; */
        /* border-radius: 15px 0 0 15px; */
        width: 100% !important;
        min-width: auto;
        max-width: none;
        padding-right: 10px;
        padding-left: 10px;
        min-height: 30px;
        height: 30px !important;
    }

    .mainNav .form-inline {
        display: block;
        width: 100%;
    }

    .navbar-brand {
        margin-right: 30px;
    }

    .headerTopLeft {
        width: calc(100% - 44px);
    }

    .headerTopSearch {
        max-width: 160px;
    }

    .headerTopRight {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2px 0px 5px 0px;
    }

    .hambMenu {
        display: block;
    }

    .headLine {
        padding-bottom: 0px;
    }

    .card .cardUserMenu .btn {
        padding: 4px 14px;
        width: 100%;
        margin: 0 0 -1px 0;
        display: inline-block;
        text-align: left;
        border-radius: 0px;
    }

    .userMenuList>li:first-child>a {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    .userMenuList>li:last-child>a {
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .selectMarkAddress {
        white-space: initial;
    }

    .stickyBottom1 .btn {
        white-space: initial;
        margin-bottom: 10px;
    }

    .productFileItem .input-group-text {
        width: 100px;
    }

    .userMenuList ul {
        margin-left: 0px;
    }

    .card .cardUserMenu ul ul a {
        padding-left: 40px !important;
    }

    .homeServices {
        border-radius: 0px;
    }

    .homeBlockNews:before {
        display: none;
    }

    .homeNews {
        padding-top: 30px;
    }

    .prBlock:before {
        display: none;
    }

    .prBlock {
        background: #EBEFF1;
    }

    .prBlock>.container {
        background: transparent;
    }

    .homeBlockAds:before {
        display: none;
    }

    .homeBlockAds>.container {
        background: transparent;
    }

    .homeBlockAds {
        background: #EBEFF1;
    }

    .slideHomeItem {
        position: relative;
        padding: 35px 0px;
        background-size: cover !important;
    }

    .mobMenuInfo {
        padding: 15px 15px;
    }

    .mobMenuInfo .mobContact a {
        font-size: 14px;
    }

    .mobMenuInfo .mobContact {
        line-height: 22px;
    }

    .mobMenuInfo .mobIcons {
        justify-content: flex-start;
        padding: 10px 0px 0px 0px;
    }

    .mobMenuInfo .mobIcons img {
        width: 30px !important;
        height: 30px !important;
    }

    .newsBlockHome {
        padding: 0 0px
    }

    .newsBlockHome>.container {
        /*padding: 0px;*/
    }

    .homeBlockPartner {
        padding: 20px 0px 10px 0px;
    }

    .homeBlockReklama {
        padding: 20px 0px 30px 0px;
    }

    .headerCatalog {
        display: none
    }

    .main-navbar {
        left: 0;
        background: #ffffff;
        padding: 0px 0px;
    }

    .main-wrapper {
        /* padding-top: 15px; */
    }

    .navbar .miniMenu {
        margin: 0 0px 0 0px;
    }

    .mainNav {
        z-index: 890;
        /* background: #251812; */
    }

    .mb-30 {
        margin-bottom: 15px
    }

    .dropzone .dz-preview .dz-remove {
        display: block;
        z-index: 21;
        box-shadow: 0 0 8px rgb(0 0 0)
    }

    .navbar .navbar-brand img {
        margin-bottom: 0px;
        height: 36px;
    }

    .navbar .headerTopSearch .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        color: #fff;
    }

    .mobIcons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mobIcons img {
        width: 30px !important;
        height: 30px;
    }

    a.headerIcons {
        margin: 0px 3px !important;
    }

    .headerTop {
        align-items: center !important;
        padding: 6px 15px !important;
    }

    .sticky-top {
        box-shadow: 0 0 12px rgb(147 151 173 / 30%);
    }

    body:not(.search-show) .mainSearch {
        /* width: calc(100% - 50px) !important; */
        max-width: 100px;
    }

    .searchWrap {
        padding: 0px 0px 0px 0px;
    }

    .navbar .nav-link.nav-link-user {
        padding: 0px 0px !important;
        margin: 0px 3px;
        display: flex;
        align-items: center;
    }

    .preimBtns {
        font-size: 20px;
    }

    .menuTopSearch {
        display: block;
    }

    .menuTopSearch li {
        display: block;
    }

    .mobIcons br {
        display: none;
    }
}

@media screen and (max-width:992px) {

    .accInfo {
        /*idth: calc(100% / 2);*/
    }

    .cardCategory {
        padding: 6px 20px 6px 15px;
        font-weight: 300;
        margin-bottom: 9px !important;
        border-radius: 10px;
    }

    .cardCategory .uf_arr:after {
        top: 4px;
    }

    .mobSlider .splide__pagination {
        bottom: -30px;
    }

    .productPageRight {
        padding-top: 40px;
    }

    .productParamItem {
        padding-bottom: 4px;
    }

    .productPageBottom .nav-tabs .nav-item .nav-link.active {
        /* background: #f7f7f7; */
    }

    .splide__arrow--prev {
        left: 0px;
    }

    .splide__arrow--next {
        right: 0px;
    }

    .footerMenu li {
        padding-bottom: 2px;
    }

    .copyright * {
        font-size: 14px;
    }

    .main-footer * {
        font-size: 14px;
    }

    .aboutUsImageBlock {
        display: none;
    }

    .homeBlockAbout:before {
        display: none;
    }

    #homeSlider .splide__arrow--prev {
        left: 5px;
    }

    #homeSlider .splide__arrow--next {
        right: 5px;
    }

    #homeSlider:after {
        height: 100%;
    }

    #homeSlider .splide__pagination {
        bottom: -30px;
    }

    #homeSlider {
        padding: 0px 20px;
        overflow: initial;
    }

    #homeSlider .splide__arrow {
        margin-top: 0px;
        width: 36px !important;
        height: 36px !important;
    }

    #homeSlider .splide__arrow:before {
        font-size: 23px;
    }

    .aboutUsImageBlock {
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .pravilaBlock {
        padding-left: 15px;
    }

    .slideImageBlock {
        display: none !important;
    }

    .slideHomeRow {
        margin-top: 0px;
    }
}

@media screen and (max-width:959px) {
    .productPageBottom .nav-tabs .nav-item .nav-link {
        background: #f7f7f7;
        padding: 8px 16px;
        border: 1px solid #dee2e6;
        border-radius: 15px;
    }

    .tabCard>.card {
        border-radius: 15px 15px 15px 15px;
    }

    .productPageTopCol {
        padding-top: 0px;
        overflow: hidden;
    }

    .productfullZakup .productPageTopCol {
        padding-top: 15px;
    }

    .productfullZakup .productRight {
        background: #F4F6F9;
        border-radius: 15px;
        padding: 15px 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .rowProduct {
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }

    .productfullLot .productRight {
        margin-bottom: 15px;
        margin-top: 0px;
        flex: 1;
        max-width: none;
    }

    .acyfield_text input {
        width: 100%;
        height: 36px !important;
    }

    .uf_buttons {
        position: sticky;
        bottom: -5px;
        background: #fff;
        padding: 15px 0
    }

    #unijax_filter_block1 {
        padding-top: 80px;
        padding-bottom: 40px
    }

    #unijax_filter_container {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%
    }

    body.unijax_filter_container_open::before {
        display: none
    }

    .unijax_filter_container_open .mainNav {
        z-index: 0
    }

    .mobFilter {
        display: block;
        background: #149a5a;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 5px rgb(163 163 163)
    }

    #unijax_filter_offcanvas_button {
        background-size: 30px;
        top: 124px;
        background-color: #149a5a;
        border: 0;
        border-radius: 0 6px 6px 0;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%) !important;
        height: 48px;
        width: 48px
    }

    .filter_container {
        height: 100%;
        position: relative;
        height: 100%;
        background: #fff;
        padding: 5px 10px;
        overflow-y: scroll;
        background: rgb(247 247 247)
    }

    #closeFilter {
        display: flex
    }

    .productListImage .addWishlist {
        right: 8px
    }

    .form-group.customFieldsHead {
        margin: 0
    }

    .productPageTop {
        flex-wrap: wrap;
    }

    .productPageLeft {
        width: 100%
    }

    .productPageRight {
        width: 100%;
    }

    #mobile-slider {
        max-width: 550px;
        margin: 0 auto
    }

    .productPageImages {
        display: flex;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-right: 0px;
    }

    #myTabContent2 {
        margin-bottom: 25px;
    }

    .sidebar-brand img {
        height: 46px;
    }

    .productLeft {
        max-width: 100% !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        width: 100% !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        flex: 0 0 100% !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        padding-right: 15px;
    }

    .productPageBottom {
        padding-top: 30px;
        padding: 0px 0px 20px 0px;
    }

    .productPageBottom .nav-tabs .nav-item {
        display: block;
        width: 100%;
    }

    .productPageBottom .nav-tabs .nav-item.show .nav-link,
    .productPageBottom .nav-tabs .nav-link.active {
        border: 1px solid #dee2e6;
        /* border-radius: 10px; */
    }

    .blockAddBid .btn {
        padding: 6px 11px;
        font-size: 14px;
    }

    .blockAddBid #auction_bid {
        height: 34px;
        font-size: 14px !important;
        width: 65px;
    }
}

@media screen and (max-width:768px) {
    .homeBanner .bannerWrap {
        margin-left: 0%;
        padding: 30px 0px 30px 0px;
        width: 100%;
    }

    .homeBanner .bannerBtns {
        padding-bottom: 20px;
        padding-left: 0%;
    }

    .bannerText {
        padding-left: 0px;
        width: 100%;
        padding-bottom: 15px;
    }

    .homeBanner {
        min-height: calc(100vh - 132px);
        background-size: cover;
        background-position: 100% 50%;
    }

    .homeBanner h1 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .homeBanner h1 br {
        /* display: none; */
    }

    .blockProductItemZakup .149a5a,
    .blockProductOfAds .149a5a {
        padding: 6px 5px;
    }

    .accInfo {
        padding-bottom: 8px;
    }

    .accInfo span {
        padding-bottom: 0px;
    }

    #client_field_type .selectgroup-item {
        width: 100%;
        margin: 0px 0px 4px 0px;
    }

    #client_field_type .selectgroup {
        width: 100%;
        flex-wrap: wrap;
    }

    #client_field_type .selectgroup-button {

        border-radius: 10px;
    }

    .productVid {
        display: none;
    }

    .listProdPriceType {
        font-size: 14px;
    }

    .modulecatalogImage {
        height: 120px;
    }

    .homeBlockAbout {
        padding: 30px 0px;
    }

    .homeBlockProducts h2,
    .homeBlockAds h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
        padding: 10px 0px;
    }

    .homeBlockProducts {
        background: #ffffff;
        padding: 20px 0px 20px 0px;
        /* color: #fff; */
    }

    .homeTabBlockAds {
        padding: 0px !important;
    }

    .homeCategoryList {
        text-align: center;
    }

    .homeTabBlockOferta {
        padding: 0px !important;
    }

    .slideHomeRow blockquote p {
        line-height: 24px;
    }

    .homeTabBlock {
        display: block !important;
        padding-bottom: 15px;
        text-align: center;
    }

    .homeTabBlock ul {
        text-align: center;
        justify-content: center;
    }

    .mobContact {
        line-height: 16px;
    }

    .mobContact a {
        font-size: 12px;
        color: #fff;
    }

    .regionsLeft,
    .regionsRight {
        width: 100%;
        border-left: 0px;
        border-right: 0px;
        height: 200px;
        padding-left: 0px;
    }

    .regionsLeft {
        border-bottom: 1px solid #cccccc;
    }

    .regionsBlock {
        height: auto;
        flex-wrap: wrap;
    }

    .h1,
    h1 {
        font-size: 1.5rem
    }

    .h2,
    h2 {
        font-size: 1.4rem
    }

    .h3,
    h3 {
        font-size: 1.3rem
    }

    .h3,
    h3 {
        font-size: 1.2rem
    }

    .h4,
    h4 {
        font-size: 1.1rem
    }

    .h5,
    h5 {
        font-size: 1rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }

    .checkedBoxList {
        height: 300px
    }

    .dj-chat-left {
        border: 1px solid #ededed;
        border-radius: 15px 15px 15px 15px;
        overflow: hidden;
        height: 100%
    }

    .djchat-instance {
        margin: 0 0 10px 0;
        border-radius: 0 0 15px 15px
    }

    .dj-chat-right {
        height: 100%;
        margin-top: -1px;
        margin-left: 0
    }

    .dj-chat-right .djchat-instance:not(.chat-collapsed) {
        height: 100%;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        border-radius: 0;
        height: calc(100% - 70px)
    }

    .djchat-message-bar textarea,
    .djchat-message-bar textarea:focus {
        height: 46px
    }

    .dj-chat-right .djchat-conversation {
        overflow-y: auto;
        height: calc(100% - 61px - 76px);
        padding: 30px 15px
    }

    .djchat-messages .djchat-instance .djchat-close-btn {
        display: block;
        color: #251812
    }

    .dj-chat-right .djchat-header {
        padding: 10px 15px 8px 15px
    }

    .dj-chat-right .djchat-product-name a {
        font-size: 14px
    }

    .dj-chat-right .djchat-product-name a {
        font-size: 14px
    }

    .dj-chat-right .djchat-product-name {
        line-height: 18px
    }

    #djchat-bar .djchat-message-bar button,
    .djchat-message-bar button {
        height: 44px
    }

    .dj-chat-left .chatList {
        margin: 0
    }

    .fixedChat {
        overflow: hidden;
        background: #fff
    }

    .mobVariant.fixedChat .dj-chat-right {
        height: 100vh
    }

    .djchat-message-bar button {
        width: 46px
    }

    .productPageTop {
        padding-bottom: 0
    }

    .productSlider {
        padding: 0 0 30px 0
    }

    .card-body .productSlider .blockProductItem {
        padding-left: 6px;
        padding-right: 6px !important
    }

    .card-body .productSlider {
        margin-left: -8px;
        width: calc(100% + 16px)
    }

    .f_cat .card-body {
        display: none
    }

    .f_cat.closeParams .card-body {
        display: block
    }

    .f_cat .uf_arr:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .f_cat.closeParams .uf_arr:after {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .f_cat .filterHeader {
        border: 0
    }

    .f_cat.closeParams .filterHeader {
        border-bottom: 1px solid #ededed
    }

    .jshop_prod_cart {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        position: relative;
        align-items: center;
        border-bottom: 1px solid #e9e9e9;
        padding: 12px 0
    }

    .jshop_prod_cart td {
        padding: 0 !important
    }

    .jshop_prod_cart td.cartTd1 {
        width: auto;
        border: 0;
        padding-right: 15px !important
    }

    .cartTd1 img {
        border-radius: 10px;
        width: 88px
    }

    .jshop_prod_cart td.cartTd2 {
        width: calc(100% - 132px);
        text-align: left !important;
        border: 0;
        font-size: 14px;
        align-self: flex-start;
        padding-top: 5px !important
    }

    .jshop_prod_cart td.cartTd3 {
        width: calc(100% / 3);
        font-size: 14px;
        border: 0;
        display: none
    }

    .jshop_prod_cart td.cartTd4 {
        width: calc(100% / 2);
        border: 0;
        padding-top: 15px !important
    }

    .jshop_prod_cart td.cartTd5 {
        width: calc(100% / 2);
        font-size: 14px;
        border: 0;
        text-align: right !important;
        padding-top: 23px !important;
        font-weight: 600
    }

    .jshop_prod_cart td.cartTd6 {
        position: absolute;
        top: 13px;
        right: 0;
        border: 0;
        width: 30px;
        height: 30px;
        padding: 0 !important
    }

    .deleteCart {
        font-size: 30px;
        line-height: 30px;
        padding: 0;
        width: 30px;
        display: block
    }

    #oneStepCheckoutForm div.quantity {
        justify-content: flex-start
    }

    .minicart.uk-table {
        border: 0;
        border-top: 1px solid #e9e9e9
    }

    #oneStepCheckoutForm div.quantity span.quantityless,
    #oneStepCheckoutForm div.quantity span.quantitymore {
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    #oneStepCheckoutForm div.quantity span i {
        font-size: 14px
    }

    .minicart.uk-table th {
        display: none;
        width: 100%
    }

    .menuUserPhone {
        padding-top: 2px
    }

    .mobOrder {
        display: block
    }

    .order_items .cartTd4,
    .order_items .cartTd5 {
        display: none
    }

    .order_items .table td.cartTd2 a {
        color: #251812;
        font-weight: 600
    }

    img.homeSlideImg {
        object-fit: cover;
        height: 100%
    }

    .sliderText h1,
    .sliderText h2,
    .sliderText h3,
    .sliderText h4,
    .sliderText h5,
    .sliderText h6 {
        font-size: 22px;
        padding-bottom: 10px
    }

    .sliderText {
        max-width: 80%
    }

    .sliderText p,
    .sliderText ul {
        font-size: 14px;
        line-height: 22px
    }

    .preimItemText {
        font-size: 13px;
        font-weight: 500;
        line-height: 18px
    }

    .card .articleContent {
        padding-top: 25px;
        padding-left: 40px;
        padding-right: 40px
    }

    .moduleProductRating .count_commentar {
        font-size: 12px
    }

    .article-description {
        height: auto;
        font-size: 12px;
        max-height: 36px;
        overflow: hidden;
    }

    .textOrdersInfo {
        padding-top: 10px;
        font-size: 12px;
        line-height: 16px
    }

    .drawList {
        flex-wrap: wrap;
        min-height: auto;
        text-align: center
    }

    .selectProductDraw {
        width: 100%;
        text-align: center;
        padding-top: 12px;
        text-transform: initial !important
    }

    .selectric-userAllProd {
        max-width: 280px;
        width: 100%;
        text-align: center;
        margin: 0 auto
    }

    .videoProduct iframe {
        height: 200px
    }

    .productfullUserLeft,
    .productfullUserRight {
        width: 100%
    }

    .productColorInfo {
        width: 26px;
        height: 26px;
    }
}

@media screen and (max-width:600px) {
    .accordionSostavName {

        display: block;

        line-height: 18px;
    }

    .filesRegister.productFiles .input-group-text {
        width: calc(100% - 50px);
    }

    /*.auctionDate {
        padding: 0px 0px 0px 0px;
        font-size: 10px;
        line-height: 14px;
    }

    .moduleProductName a {
        line-height: 19px;
        font-size: 12px;
    }

    .auctionAddress {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0px 0px 4px 0px;
        color: #149a5a;
        line-height: 24px;
        font-size: 10px;
    }

    .listAuctionPrice {
        width: 50%;
        text-align: center;
        font-size: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        color: #ffffff;
        border-right: 1px solid #fff;
    }*/
    .bannerText3 {
        /* text-align: right; */
        padding-left: 0%;
        text-align: right;
    }
}

@media screen and (max-width:480px) {
    .productMinPrice {
        font-size: 14px;
    }

    .homeBanner .bannerBtns a {
        margin: 0px 10px 10px 0px;
        width: auto;
    }

    .bannerIcon {
        display: none;
    }

    .bannerTextContent {
        width: 100%;
    }

    .accInfo {
        /*width: 100%;*/
        /* padding-bottom: 9px; */
    }

    .prBlock>.container {
        padding: 24px 15px 12px 15px;
    }

    .mobIcons .brIcon {
        display: block;
        width: 100%;
    }

    .mobIcons img {
        width: 24px !important;
        height: 24px;
    }

    .article.article-style-b .article-details .article-title a {
        font-size: 16px
    }

    .article.article-style-b .article-details p {
        font-size: 12px;
        line-height: 18px;
    }

    .article.article-style-b .article-details .article-title {
        margin-bottom: 2px
    }

    .article-date {
        font-size: 12px
    }

    body {
        font-size: 14px
    }

    .menuUserBlock {
        font-size: 14px
    }

    .navbar .showSearch .search-result {
        top: 60px
    }

    .miniSearchItemName {
        font-size: 14px
    }

    .miniSearchItemPrice {
        font-size: 14px
    }

    .reviewsBlock {
        margin-top: 10px
    }

    .productTop {
        padding-bottom: 25px
    }

    .productSlider {
        padding: 0 0 5px 0
    }

    h1,
    h2 {
        padding-bottom: 30px
    }

    h3,
    h4 {
        padding-bottom: 20px
    }

    h5,
    h6 {
        padding-bottom: 10px
    }

    .moduleProductRating {
        padding: 0 0 8px 0
    }

    .productListPrice {
        line-height: 24px
    }

    .moduleProductName a {
        line-height: 19px
    }

    .moduleProductRating .count_commentar {
        line-height: 21px
    }

    .productCustomFieldItem {
        font-size: 12px
    }

    .productCustomFieldName,
    .productCustomFieldVal {
        padding-top: 4px;
        padding-bottom: 4px;
        width: 50%
    }

    .productCustomFieldName:after {
        bottom: 9px
    }

    .reviewOtvetAuthor {
        font-size: 14px
    }

    .descriptionProduct {
        font-size: 14px
    }

    .reviewOtvet {
        padding: 8px 15px 10px 15px;
        margin: 5px 0 5px 30px;
        border-radius: 0 15px 15px 15px
    }

    .reviewWrap {
        margin: 0 auto;
        padding-top: 10px
    }

    .reviewText {
        font-size: 12px
    }

    .productRewiewsTop {
        font-size: 14px
    }

    .productRewiews td {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important
    }

    .productRewiewsFoto {
        display: none
    }

    .reviewOcenka {
        margin-bottom: 10px;
        justify-content: center
    }

    .reviewOcenka .rew1 {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px
    }

    .rew2 {
        width: 100%;
        justify-content: center
    }

    .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 15px
    }

    .main-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .form-control:not(.form-control-sm):not(.form-control-lg),
    .input-group-text,
    select.form-control:not([size]):not([multiple]) {
        font-size: 14px;
        padding: 10px 15px;
        height: 40px;
    }

    .selectric {
        min-height: 40px;
        height: 40px
    }

    .selectric .button {
        background-color: transparent;
        line-height: 36px;
        min-height: 36px
    }

    .selectric .label {
        font-size: 14px;
        line-height: 38px;
        min-height: 36px;
        margin: 0 20px 0 4px
    }

    .pagination .page-item .page-link {
        padding: 6px 4px;
        min-width: 30px;
        text-align: center;
        margin: 0 3px;
        font-size: 14px
    }

    .form-group {
        margin-bottom: 10px
    }

    label {
        display: inline-block;
        margin-bottom: .3em;
        font-size: 14px !important
    }

    .productListUser {
        width: 700px
    }

    .tabProductDate {
        display: none
    }

    .productListUser td {
        padding: 6px 6px !important;
        font-size: 14px;
        line-height: 18px
    }

    .productListUser th {
        font-size: 12px
    }

    .productListUser th a {
        padding: 8px 2px 8px 2px !important;
        font-size: 12px
    }

    .productName {
        white-space: normal !important
    }

    .tabProductImage {
        width: 52px
    }

    .tabImage img {
        width: 40px;
        margin: 0 auto
    }

    .tabProductName {
        width: 200px
    }

    .owl-carousel .owl-item img {
        height: 200px;
        object-fit: cover
    }

    .textSmall {
        font-size: 12px
    }

    .dropzone .dz-preview .dz-image,
    .dropzoneMain,
    .sort-placeholder {
        width: 86px !important;
        height: 86px !important
    }

    .card .card-body,
    .card .card-footer,
    .card .card-header {
        background-color: transparent;
        padding: 14px 15px;
        min-height: 49px
    }

    .dropzone .dz-preview {
        margin: 0 6px 6px 0
    }

    .sort-placeholder {
        margin: 0 6px 0 0
    }

    .dropzoneMain {
        margin: 0 6px 0 0
    }

    .card .cardUserMenu .btn {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

    .card .cardUserMenu .btn i {
        display: none
    }

    .h1,
    h1 {
        font-size: 1.1rem
    }

    .h2,
    h2 {
        font-size: 1.4rem;
    }

    .h3,
    h3 {
        font-size: 1rem
    }

    .h4,
    h4 {
        font-size: 1rem
    }

    .h5,
    h5 {
        font-size: 1rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }

    .productsUserAvatar {
        width: 24px;
        height: 24px
    }

    .productsUserName {
        font-size: 12px;
        padding-left: 6px;
        line-height: 18px
    }

    .priceOldFix {
        padding: 4px 10px;
        border-radius: 0 10px 0 0;
        min-width: 76px;
        font-size: 12px;
        line-height: 18px
    }

    .productListInfo {
        padding: 10px 10px 0px 10px;
    }

    .moduleProductName {
        padding: 0 0 4px 0;
        line-height: 20px;
    }

    .blockProductItem:nth-child(odd) {
        padding-right: 6px
    }

    .blockProductItem:nth-child(even) {
        padding-left: 6px
    }

    .blockProductItem {
        padding-bottom: 12px
    }

    .section .section-header {
        margin-bottom: 15px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .card {
        margin-bottom: 15px;
        height: auto
    }

    .formSort .selectric-form-control {
        width: 100%
    }

    .formSort {
        width: 130px;
        margin-bottom: 0
    }

    .formCount {
        width: 70px;
        margin-bottom: 0
    }

    .productfull .card-body {
        padding-top: 0 !important
    }

    textarea.formDescription {
        height: 100px !important
    }

    #djchat-bar .djchat-instance {
        width: calc(100% - 30px);
        left: 15px;
        right: auto;
        bottom: 0;
        margin: 0;
        border-radius: 15px 15px 0 0
    }

    #djchat-bar .djchat-message-bar textarea,
    #djchat-bar .djchat-message-bar textarea:focus,
    .djchat-message-bar textarea,
    .djchat-message-bar textarea:focus {
        height: 46px;
        font-size: 14px;
        padding: 11px 15px
    }

    .dj-chat-container {
        min-height: auto
    }

    .productListItem {
        margin-bottom: 5px
    }

    .myProdItemBottom a {
        font-size: 10px;
        margin: 0 6px 0 0;
        width: 33%;
        padding: 5px 4px
    }

    .myProdItemImage img {
        width: 60px;
        margin-right: 10px
    }

    .recommendProd {
        height: 36px;
        width: 36px;
        top: 18px;
        background: url(/images/recommend_128.png) 50% 50% no-repeat;
        background-size: 100%
    }

    .productListImage .recommendProd {
        top: 8px;
        right: auto;
        left: 8px;
        z-index: 1;
        background: url(/images/recommend_128.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        background-size: 100%
    }

    .myProdItemInfo {
        width: calc(100% - 102px);
        padding-top: 0
    }

    .myProdItemDate,
    .myProdItemViewed {
        font-size: 12px
    }

    .myProdItemPrice,
    .myProdItemPrice * {
        font-size: 12px
    }

    .formSorting .selectric-items li {
        font-size: 12px;
        padding: 6px 6px
    }

    .formSorting .selectric .label {
        margin: 0 16px 0 4px
    }

    .selectVid img {
        height: 30px
    }

    .compactItem {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .webpayBlock img {
        height: 16px;
        margin: 0 0 15px 0
    }

    .webpayBlock {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .myProdItemSeo {
        font-size: 13px
    }

    .myProdItemSeoTop {
        margin-top: 0
    }

    .myProdItemImage .recommendProd {
        top: 5px;
        left: 4px;
        width: 20px;
        height: 20px;
        background: url(/images/recommend_128.png) 50% 50% no-repeat;
        background-size: 100%
    }

    .accBalanceText {
        font-size: 16px
    }

    .accLeft {
        font-size: 16px;
        font-weight: 600
    }

    .accRight {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase
    }

    .accBlock {
        min-height: auto
    }

    .addBalanceInput {
        font-size: 16px !important
    }

    .popolnitBalance {
        line-height: 24px
    }

    .sliderText h1,
    .sliderText h2,
    .sliderText h3,
    .sliderText h4,
    .sliderText h5,
    .sliderText h6 {
        font-size: 20px;
        padding-bottom: 6px
    }

    .sliderText {
        max-width: 100%;
        /* padding: 15px; */
    }

    .sectionSlider {
        /* margin-bottom: 30px !important; */
    }

    .main-content {
        min-height: auto !important
    }

    .preimItem:nth-child(odd) {
        padding-right: 6px
    }

    .preimItem:nth-child(even) {
        padding-left: 6px
    }

    .preimItem .card-body {
        padding-left: 6px;
        padding-right: 6px
    }

    .preimItem img {
        height: 35px;
        margin-bottom: 10px
    }

    .preimItem {
        margin-bottom: 12px
    }

    table.userHistory.table-bordered td,
    table.userHistory.table-bordered th {
        font-size: 12px
    }

    .historyDate {
        width: 105px !important
    }

    .historyMessage {
        width: calc(100% - 105px) !important
    }

    .historyId {
        display: none
    }

    .historyIdMob {
        display: block
    }

    #seoTab .nav-item a.nav-link {
        font-size: 12px;
        text-align: center;
        line-height: 18px;
        padding: 6px 4px;
        margin-bottom: 10px
    }

    #seoTab .nav-item {
        margin: 0 3px
    }

    #modalSeo .modal-body {
        padding: 10px
    }

    .seoFormInfo img {
        height: 26px
    }

    p {
        margin-bottom: .5rem
    }

    .bgSoc {
        width: auto;
        min-width: auto
    }

    .bgSoc .input-group-text {
        font-size: 12px;
        width: auto
    }

    .userCat .userCatItem {
        padding: 2px 15px 2px 10px
    }

    img {
        max-width: 100%
    }

    .categoryItem a {
        font-size: 14px;
        padding: 6px 20px
    }

    .masterItem:nth-child(odd) {
        padding-right: 6px
    }

    .masterItem:nth-child(even) {
        padding-left: 6px
    }

    .mastersLogo {
        width: 100px;
        height: 100px
    }

    .mobBlock {
        display: block
    }

    .mastersName {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .masterItem .masterRatinfInfo {
        height: 36px
    }

    .productListImage .age18 span {
        font-size: 10px;
        text-align: center
    }

    .productListImage .age18 span i {
        display: none
    }

    .extraPadding {
        padding: 0
    }

    .userSocial .iconShipping {
        font-size: 14px
    }

    .editPricePopup {
        margin-bottom: 15px
    }

    .navbar .navbar-brand {
        margin-right: 8px;
    }

    .headerTopRight .btn {
        border-radius: 10px;
        margin-right: 15px;
        font-size: 12px;
        padding: 3px 10px;
    }

    .headerIcons img {
        display: block;
        height: 28px;
        width: 28px;
    }

    .headerLine {
        display: inline-block;
        margin: 0px 1px;
        width: 2px;
        height: 20px;
        background: #354A89;
        margin: 0px 3px;
    }

    .blockMenu {
        background: #149a5a;
        width: 100%;
        padding: 6px 0px;
    }

    .headerBlockUser a {
        font-size: 12px;
        padding: 0px;
        margin-right: 15px;
    }

    .formSort>div:not(.selectric-form-control),
    .formCount>div:not(.controls) {
        display: none;
    }
}

@media screen and (max-width:430px) {
    .headerTopSearch {
        max-width: 140px;
    }

    .headerTop .headerIcons {
        /* display: none; */
        margin: 0px !important;
    }

    .mobIcons img {
        width: 32px !important;
        height: 32px;
    }
}

@media screen and (max-width:360px) {
    .historyDate {
        width: 55px !important
    }

    .historyMessage {
        width: calc(100% - 55px) !important
    }

    .videoProduct iframe {
        height: 200px
    }

    .blockAddBid {
        display: block;
        text-align: center;
    }

    .bidLeft {
        padding: 0px;
    }

    .bidLeft .input-group {
        justify-content: center;
    }

    .bidRight {
        padding-top: 10px;
    }
}

@media (min-width:576px) {
    .modalSeo .modal-dialog {
        max-width: 600px
    }
}