.display-mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .cell-13.empty{
        display: none;
    }


}

@media screen and (max-width: 1200px) and (min-width: 830px) {
    .wrapper{
        width: 800px;
    }

    .form-frame .col-1,
    .form-frame .col-2 {
        width: 48%;
    }
    .cb2-padding {
        padding-left: 20px;
    }

    .easyshop_item_thumb {
        margin: 0 10px 20px 0;
        width: calc(50% - 10px);
    }
    .easyshop_item_thumb:nth-child(3n) {
        margin-right: 10px;
    }


    .car-category .col-selection {
        width: 100%;
        position: fixed;
        left: -100%;
        transition: left .5s;
        background-color: rgba(0,0,0,0.7);
        z-index: 10;
        box-sizing: border-box;
        border-right: none;
        top: 0;
        height: 100vh;
        overflow: hidden;
        padding: 0;
    }

    .car-category .col-selection .module {
        background-color: #fff;
        width: 300px;
        padding: 10px;
        overflow: scroll;
        height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-selection.expanded {
        left: 0;
    }

    .car-category .col-cars .sortings {
        margin-top: 20px;
    }

    #tabparams .cell-13 {
        width: 48%;
    }

    .car-category .col-cars {
        width: 100%;
    }

    .easyshop_item_row .price-column, .easyshop_item_row .credit-column {
        width: 50%;
    }

    .display-mobile {
        display: block;
    }
}

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

    .display-mobile {
        display: block;
    }

    .wrapper{
        width: 100%;
        min-width: 320px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .form-frame{
        border: 20px solid #e31e24;
        padding: 20px 15px;
    }
    .form-frame:after{
        width: 0;
        height: 0;
    }

    .form-frame .col-1,
    .form-frame .col-2 {
        width: 100%;
    }
    .cb2-padding {
        padding-left: 4px;
    }

    .form-frame .row-1{
        text-align: center;
        padding-bottom: 10px;
    }
    .form-frame .row-5{
        padding-bottom: 30px;
    }
    .form-frame .row-8,
    .form-frame .row-9{
        text-align: center;
    }
    .form-frame .row-9 input{
        width: 240px;
    }

    #test .calctest {
        padding: 20px;
    }

    .calctest .cell-33 {
        min-height: auto;
        padding: 0 0 15px 0;
    }

    .calctest .cell-13 {
        min-height: auto;
        width: 100%;
    }

    .calctest .cell-33 label {
        margin-bottom: 10px;
    }

    .car-category .col-selection {
        width: 100%;
        position: fixed;
        left: -100%;
        transition: left .5s;
        background-color: rgba(0,0,0,0.7);
        z-index: 10;
        box-sizing: border-box;
        border-right: none;
        top: 0;
        height: 100vh;
        overflow: hidden;
        padding: 0;
    }

    .car-category .col-selection .module {
        background-color: #fff;
        width: 300px;
        padding: 10px;
        overflow: scroll;
        height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .car-category .col-cars .sortings {
        margin-top: 20px;
    }

    #tabparams .cell-13 {
        width: 48%;
    }


}

@media screen and (max-width: 980px) {
    #test .moduletitle{
        text-align: center;
        font-size: 24px;
        padding: 30px 0;
    }
    .wrapper{
        width: 100%;
    }

    .col-selection.expanded {
        left: 0 !important;
    }

    .car-category .col-cars .sortings div {
        margin-right: 15px;
    }
}

@media screen and (min-width: 661px) and (max-width: 980px) {
    .feedbacks-item.hide-mobile {
        display: none;
    }

    .feedbacks-item,
    .feedbacks-items .feedbacks-item:nth-child(4n){

    }

    .feedbacks-title {
        font-size: 20px;
        text-align: center;
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .feedbacks-wrapper.wrapper {
        width: 660px;
        padding: 0;
    }

    .show-more-wrapper{
        display: block;
    }

    .header-menu .logo-text {
        display: none;
    }


    .car-page .col-text h1 {
        font-size: 26px;
    }

    .car-page .chars {
        padding-top: 20px;
    }

    .car-page .chars .char {
        width: 50%;
    }

    .car-page .extra-labels {
        padding-top: 20px;
    }

    .car-page .price-columns.actions {
        flex-direction: column;
        margin-top: 10px;
    }

    .car-page .price-col {
        width: 100%;
    }

    .car-page .price-col .button {
        padding-top: 15px;
    }

    .car-page .price-credit,
    .car-page .price-col .price-usd{
        font-size: 16px;
    }

    .car-page .price-col .price-uah {
        font-size: 14px;
    }

    .car-page .extra-label {
        width: 50%;
        margin-top: 10px;
    }

    .car-page .extra-labels {
        flex-wrap: wrap;
    }
    .car-page .price-columns {
        padding-top: 20px;
    }

    .easyshop_item_thumb {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    .catalog-header .flex h1 {
        font-size: 30px;
    }

    .catalog-header .flex .line-2 {
        font-size: 20px;
    }

    .car-category .col-cars {
        width: 100%;
    }

    .easyshop_item_row .price-column, .easyshop_item_row .credit-column {
        width: 50%;
    }

}

@media screen and (max-width: 660px) {
    .feedbacks-item.hide-mobile {
        display: none;
    }

    .feedbacks-item,
    .feedbacks-items .feedbacks-item:nth-child(4n){
        margin: 15px auto;
        float: none;
    }

    .feedbacks-title {
        font-size: 20px;
        text-align: center;
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .feedbacks-wrapper.wrapper {
        width: 100%;
    }

    .header-menu {
    }

    .easyshop_item_thumb,
    .easyshop_item_thumb .picture {
        width: 100%;
    }

    .easyshop_item_thumb .picture {
        background-size: cover !important;
        height: 55vw;
    }

    .easyshop_item_thumb {
        margin: 0 0 30px 0;
        height: auto;
    }

    .car_select .heading h2 {
        font-size: 20px;
        text-align: center;
    }
    .car_select .description {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
    }

    .searchtabs .tabheader {
        width: 100%;
    }

    .searchtabs .tabheader:nth-child(2) {
        display: none;
    }
    #tabparams {
        padding: 10px 20px 20px;
    }
    #tabparams .cell-13 {
        padding: 5px 0;
        width: 100%;
    }
    #tabparams .cell-13 input[type=text],
    #tabparams .cell-13 select {
        font-size: 16px;
        padding: 5px 10px;
    }

    #tabparams .cell-13 label {
        margin-bottom: 5px;
    }

    #tabparams .redbutton,
    .redbutton, a.redbutton,
    .blackbutton, a.blackbutton,
    .whitebutton, a.whitebutton
    {
        font-size: 16px;
        padding: 12px;
    }
    .latest-cars {
        padding-top: 10px;
    }

    #rec345638262 .t396__carrier {
        min-height: auto !important;
    }
    #rec345638262 .t396__filter {
        min-height: auto !important;
    }

    .header-menu .logo-text,
    .header-menu .address {
        display: none;
    }

    .car-page .top_block .wrapper {
        flex-direction: column;
    }

    .car-page .top_block .col-text {
        width: 100%;
    }

    .car-page .top_block .col-images {
        width: 100%;
    }

    .car-page .top_block .text_side {
        display: flex;
        flex-direction: row;
    }

    .car-page .col-text h1 {
        font-size: 24px;
        padding: 0 0 0 20px;
    }

    .car-page .chars {
        padding-top: 10px;
    }

    .car-page .col-text .char {
        width: 50%;
        padding: 10px 0;
    }

    .car-page .extra-labels {
        padding-top: 20px;
    }

    .car-page .extra-label {
        flex-direction: column;
    }

    .car-page .extra-label span {
        text-align: center;
    }

    .car-page .extra-label .logo {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .car-page .price-columns.actions {
        flex-direction: column;
        margin-top: 15px;
    }

    .car-page .price-columns.actions .price-col
    {
        width: 100%;
        margin-bottom: 5px;
    }

    .car-page .actions .price-col .button {
        padding-top: 0;
    }

    .car-page .price-credit,
    .car-page .price-col .price-usd {
        font-size: 20px;
    }
    .car-page .description-content {
        font-size: 14px;
    }

    .calculator-content .line-1 {
        flex-direction: column;
        padding-top: 0px;
        align-items: flex-start;
    }

    .calculator-content .line-2 {
        flex-direction: column;
        padding-top: 20px;
    }

    .calculator-content .line-2 .col-otpcalc {
        width: 100%;
        padding: 20px;
    }

    .calculator-content .line-1 .text {
        width: auto;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        text-align: center;
        font-size: 16px;
    }

    .calculator-content .line-2 .col-otpresult {
        flex-direction: column;
        padding: 20px;
        width: 100%;
        min-height: 200px;
        margin-top: 5px;
    }
    .col-otpcalc .credit-sum input,
    .col-otpcalc .credit-term select {
        width: 100px;
    }

    .col-otpcalc .credit-sum, .col-otpcalc .credit-term {
        font-size: 16px;
    }

    .credit-features {
        flex-wrap: wrap;
    }

    .credit-features .feature {
        width: 50%;
        align-items: center;
        text-align: center;
        min-height: 150px;
    }

    .credit-features .feature .title {
        padding-right: 0;
    }

    .car-page .addpictures-wrapper {
        display: none;
    }
    .catalog-header .flex h1 {
        padding-right: 0;
        box-sizing: border-box;
        font-size: 30px;
        text-align: center;
    }

    .catalog-header .flex .line-2 {
        padding-right: 0;
        font-size: 18px;
        text-align: center;
    }

    .catalog-header .button-wrapper a {
        width: 100%;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 10px;
    }

    .top_title .line-1 {
        font-size: 26px;
        text-align: center;
    }

    .top_title .line-2 {
        text-align: center;
    }

    .car-category .col-selection {
        width: 100%;
        position: fixed;
        left: -100%;
        transition: left .5s;
        background-color: rgba(0,0,0,0.7);
        z-index: 10;
        box-sizing: border-box;
        border-right: none;
        top: 0;
        height: 100vh;
        overflow: hidden;
        padding: 0;
    }

    .car-category .col-selection .module {
        background-color: #fff;
        width: 300px;
        padding: 10px;
        overflow: scroll;
        height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .car-category .col-cars {
        width: 100%;
    }

    .easyshop_item_row {
        height: auto;
        margin: 0 0 20px 0;
        width: 100%;
        padding-bottom: 20px;
        flex-direction: column;
    }

    .easyshop_item_row .info {
        width: 100%;
    }

    .easyshop_item_row .price-column,
    .easyshop_item_row .credit-column {
        width: 50%;
    }

    .easyshop_item_row .picture {
        width: 100%;
    }

    .easyshop_item_row .short-chars .char {
        width: 50%;
    }

    .easyshop_item_row .info {
        padding-top: 15px;
    }

    .easyshop_item_row .text {
        font-size: 22px;
    }

    .easyshop_item_row .line-1 .text {
        order: 1;
    }

    .easyshop_item_row .line-1 .statuses {
        order: 2;
    }

    .easyshop_item_row .line-1 .price-wrapper {
        order: 3;
    }

    .easyshop_item_row .line-1 .short-chars {
        order: 4;
    }

    .sortings .sorting-title {
        font-size: 12px;
    }

    .sortings .sorting a, .sortings-sold label {
        font-size: 12px;
    }

    a.filters-button {
        margin: 10px auto;
        display: block;
    }



    .filter-window .filter-name {
        font-size: 16px;
        padding: 5px 0 5px 0;
    }

    .filter-window select, .filter-window input[type="text"] {
        font-size: 16px;
        padding: 8px;
    }
    .filter-window .filter-block label {
        font-size: 16px;
    }

    .credit-block .credit-title {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
    }
    .credit-block {
        padding: 20px 0;
    }
    .credit-block .credit-subtitle {
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
    }
    .calculator-content .line-1 {
        align-items: center;
    }

    .icms-widget .card-header {
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }

    .album-photos-wrap .flex-column.photo {
        width: 100%;
        align-items: center;
    }
}