@media (min-width: 1024px) {
    .mobile-table,
    .order-futher-mobile,
    .table-mobile,
    .mobile-offers-title,.total-price-title--mobile{
        display: none;
    }
}
@media (max-width: 1024px) {
    .header-custom__inner .myContainer {
        align-items: center;
        padding: 0 20px 10px 20px;
    }
    .logo-block .logo-description {
        display: none;
    }
    .logo-block .logo-img {
        margin: 0;
    }
    .header-menu {
        flex-basis: 0;
    }
    .header-custom .header-nav {
        margin-left: 0;
    }
    .header-nav {
        position: absolute;
        display: block;
        width: 50%;
        height: 100vh;
        top: 100%;
        bottom: 0;
        left: -100vw;
        z-index: 99;
        background: rgba(50, 50, 50, .95);
        transition: 0.4s ease-in-out;
    }
     .header-nav.active {
        left: -10px;
        transition: 0.4s ease-in-out;
    }
    .header-custom .header-nav__item-link {
        color: #fff;
    }
    .header-custom .logo-block {
        flex-basis: 0;
        margin: 0 auto;
    }
    .header-custom .logo-block:after {
        display: none;
    }
    .header-custom .header-admin {
        flex-basis: 1;
        flex-grow: 0;
    }
    .btn-mnu {
        padding: 8px 0;
        cursor: pointer;
    }
    .btn-mnu span {
        width: 20px;
        height: 4px;
        background: #4d4d4d;
        display: block;
        position: relative;
    }
    .btn-mnu span:after,
    .btn-mnu span:before {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 4px;
        background: #4d4d4d;
    }
    .btn-mnu span:after {
        top: -7px;
        left: 0;
    }
    .btn-mnu span:before {
        top: 7px;
        left: 0;
    }
    /*.btn-register {*/
        /*display: block;*/
        /*text-align: center;*/
    /*}*/
    .header-admin__name {
        display: none;
    }
    .header-custom {
        position: relative;
    }
    .user-panel__item-title {
        margin-right: 18px;
    }
    .socials {
        padding: 30px 3px 0 30px;
    }
    .contacts {
        padding: 27px 10px 0;
    }
    .site-footer .logo-block {
        flex-basis: 48%;
    }
    .user-panel__list .user-panel__list-item:nth-child(1) {
        padding-right: 20px !important;
    }
    .user-panel__list .user-panel__list-item:nth-child(2) {
        padding-left: 20px !important;
    }
    .product-list-table {
        display: none;
    }
    .mobile-table table {
        background: #f5f5f5;
        width: 100%;
        border-radius: 5px;
        position: relative;
    }
    /*.mobile-table thead:after {*/
        /*content: '';*/
        /*position: absolute;*/
        /*display: block;*/
        /*height: 3px;*/
        /*width: calc(100% - 80px);*/
        /*top: 35px;*/
        /*left: 15px;*/
        /*border-bottom: 2px dotted #ccc;*/
    /*}*/
    .product-name-mobile{
        border-bottom: 2px dotted #ccc;
    }
    .mobile-table table th {
        text-align: left;
        padding: 10px 20px 15px 15px;
    }
    .mobile-table table th:nth-child(2){
        padding-left: 0px;
    }
    .mobile-table table th:last-child {
        text-align: right;
    }
    .mobile-table table td {
        padding: 20px 15px;
        text-align: center;
        line-height: 20px;
    }
    .mobile-table--price-bold {
        font-family: 'OpenSans-Semibold', sans-serif;
    }
    .mobile-table--price-accent {
        color: #3cbf00;
    }
    .order-futher-table {
        display: none;
    }
    .order-futher-mobile table {
        width: 100%;
        position: relative;
    }
    .order-futher-mobile table thead {
        display: block;
        padding: 25px 0 25px 13px;
    }
    .order-futher-mobile table:after {
        content: '';
        position: absolute;
        display: block;
        height: 3px;
        width: 100%;
        top: 92px;
        left: 0;
        border-bottom: 2px dotted #ccc;
    }
    .header-mobile-table {
        display: block;
        text-align: left;
    }
    .header-mobile--small {
        font-family:'OpenSans-Regular', sans-serif;
        font-size: 14px;
        color: #808080;
        margin-bottom: 15px;
    }
    .header-mobile--big {
        font-family:'OpenSans-Semibold', sans-serif;
        font-size: 14px;
        color: #000;
    }
    .order-futher-mobile tbody td{
        padding: 35px 0 0;
    }
    .default-text-table--bold {
        font-family: 'OpenSans-Semibold', sans-serif;
    }
    .order-futher-mobile td span.error {
        display: inline-block;
        margin-bottom: 10px;
        color: #e53422;
    }
    .order-futher-mobile .radio-block {
        display: flex;
    }
    .order-futher-mobile .radio-block__item:first-child {
        margin-right: 15px;
    }
    input.default-radio {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0;
        cursor: pointer;
        vertical-align: middle;
        border-radius: 50%;
        border: 1px solid #e5e5e5;
        background-color: #f2f2f2;
    }
    input.default-radio:checked {
        border: 5px solid #ebebeb;
        background: #1a1a1a;
    }
    .table-data--after::after {
        content: '';
        position: absolute;
        display: block;
        height: 100%;
        width: 3px;
        bottom: 0;
        right: 15px;
        border-right: 2px dotted #ccc;
    }
    .table-data--after:last-child::after {
        display: none;
    }
    input.default-radio:checked+label,
    input.default-radio:checked + .default-text--user {
        color: #1a1a1a;
    }
    .discount-title,
    .total-price-title {
        display: none;
    }
    .total-price-title--mobile {
        display: block;
        font-family: 'OpenSans-Semibold', sans-serif;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .price-accent {
        color: #3cbf00;
    }
    /*.collapse-btn {*/
        /*display: none;*/
    /*}*/
    .table-desctop {
        display: none;
    }
    .order-offer-table td:first-child {
        width: 80%;
    }
    .header-default-text {
        display: block;
        margin-bottom: 10px;
    }
    .mobile-offers-title {
        text-align: center;
    }
    .numbers-title {
        display: block;
        color: #999;
    }
    .mobile-offers table {
        width: 100%;
    }
    .table-mobile th {
        padding: 8px 0;
    }
    .table-mobile td {
        text-align: center;
        vertical-align: middle;
        padding: 20px 5px;
        background-color: #f5f5f5;
    }
    .table-mobile th:first-child,
    .table-mobile td:first-child {
        text-align: left;
    }
    .table-mobile td:first-child {
        padding-left: 15px;
    }
    .table-mobile th:nth-child(2) {
        border-left: 2px solid #ccc;
        border-right: 2px solid #ccc;
    }
    .btn-mobile-offer {
        background: #ffcd20;
        padding: 10px 10px 12px 10px;
        border-radius: 7px;
    }
    .dop-inline-block{
        display: inline-block;
        text-decoration: none;
    }
    .table-mobile .verticle-line, .verticle-line-right {
        position: relative;
    }
    .table-mobile .verticle-line:after,
    .table-mobile .verticle-line:before,
    .verticle-line-right:before {
        content: '';
        position: absolute;
        display: block;
        height: 55%;
        width: 3px;
        top: 50%;
        transform: translateY(-50%)
    }
    .table-mobile .verticle-line:after {
        right: 0;
        border-right: 2px dotted #ccc;
    }
    .table-mobile .verticle-line:before {
        left: 0;
        border-left: 2px dotted #ccc;
    }
    .verticle-line-right:before {
        right: 0;
        border-right: 2px dotted #ccc;
    }
    .number-bold {
        font-family: 'OpenSans-Extrabold', sans-serif;
    }
    .desc-accent {
        color: #3cbf00;
    }
    .desc-accent-warning {
        color: #f00;
        width: 25%;
        padding: 0 20px;
    }
    .user-data--small {
        padding: 30px 15px;
    }
    .btn-mobile-offer .fa {
        display: none;
    }
    .header-custom .header-nav__item.active .header-nav__item-link, .header-custom .header-nav__item:hover .header-nav__item-link {
        color: #fff;
        border-top-color: transparent;
    }
    .sort-order-inner {
        display: block;
    }
    .sort-order-inner .sort-block {
        margin-bottom: 15px;
    }
}

@media (max-width: 920px){
    .breadcrumbs,
    .user-block {
        display: none;
    }
    .title-block--main,
    .rate-block {
        display: block;
        text-align: center;
    }
    .site-footer .logo-block {
        flex-basis: 100%;
    }
    .site-footer::after {
        display: none;
    }
    .site-footer .logo-block {
        text-align: left;
        background: #323232;
        padding: 0 0 32px 20px;
    }
    .contacts,
    .socials {
        flex-basis: 50%;
    }
    .contacts {
        padding: 27px 0 0;
    }
    .socials {
        padding: 30px 0 0;
    }
    .socials-list {
        justify-content: center;
    }
    .socials-list__item {
        margin-left: 10px;
    }
    .socials-list__item:first-child {
        margin-left: 0;
    }
    .contacts span {
        display: block;
    }
    .email-block,
    .phone-block {
        position: relative;
    }
    .default-icon.email,
    .default-icon.phone {
        position: absolute;
        top: 0;
        left: 50px;
    }
    .title-block.title-block--main.title-block--flex {
        display: flex;
    }
    #footer {
        margin-top: 0;
    }
    .cs-profile, .cs-main, .cs-support, .my-orders, .cs-drafts, .after-payment {
        padding-bottom: 50px;
    }
    #map {
        min-height: 400px;
    }
    .personal-data-form {
        display: block;
    }
    .user-data {
        padding: 15px;
    }
}
@media (max-width: 700px){
    .default-icon.email,
    .default-icon.phone {
        position: absolute;
        top: 0;
        left: 10px;
    }
    .user-panel__list .user-panel__list-item:nth-child(1) {
        padding-right: 0 !important;
    }
    .user-panel__list .user-panel__list-item:nth-child(2) {
        padding-left: 0 !important;
    }
    .user-panel__item-link {
        padding: 15px 20px;
    }

}

@media screen and (max-width: 575px){
    .sort-order-inner .filter-block {
        flex-wrap: wrap;
    }
    .sort-order-inner .filter-link {
        display: inline-block;
        width: 50%;
    }
    .content.registration {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .registration .btn-group {
        display: flex;
        flex-wrap: wrap;
    }
    .registration .btn-group .default-btn {
        min-width: 50%;
        width: 50%;
        margin-bottom: 15px;
    }
    .registration .btn-group input[type=checkbox] {
        position: relative;
        top: -4px;
    }
    .registration .btn-group +a {
        display: inline-block;
        margin-bottom: 10px;
    }
    .customer-data__item{
        width: 100%;
    }

}

@media (max-width: 520px){
    .default-icon.email,
    .default-icon.phone {
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    /*.contacts,*/
    /*.socials {*/
        /*flex-basis: 100%;*/
    /*}*/
    /*.phone-block,*/
    /*.email-block {*/
        /*padding: 40px 0 0;*/
    /*}*/
    .contacts {
        padding-left: 20px;
        text-align: left;
        padding-top: 30px;
    }
    .phone-block {
        margin-bottom: 10px;
    }
    .container-inner {
        padding: 15px;
    }
    .header-nav {
        width: 85%;
    }
    .site-footer .socials-block {
        display: none;
    }
}
@media (max-width: 480px) {
    .total-price-block .btn-block {
        display: block;
    }

    .total-price-block .btn-block .default-btn {
        width: 100%;
    }

    .total-price-block .btn-block .default-btn:first-child {
        margin: 0 0 20px 0;
    }

    .order-futher-mobile .radio-block {
        display: block;
    }

    .order-futher-mobile tbody td {
        padding-right: 10px;
        font-size: 12px;
    }

    .radio-block__item:first-child {
        margin-bottom: 7px;
    }

    .mobile-table table th {
        font-size: 14px;
    }

    .mobile-table table td {
        padding: 20px 0 20px 10px;
        font-size: 12px;
    }

    .mobile-table thead:after {
        top: 50px;
    }

    .mobile-table .mobile-table--price {
        padding: 0 0 10px 0;
    }

    .order-futher-mobile .table-data--after {
        padding: 10px 10px 0 0;
    }

    .text-hide {
        display: none;
    }

    .table-mobile th,
    .table-mobile td,
    .number-bold,
    .desc-accent-warning {
        font-size: 12px;
    }

    .btn-mobile-offer .fa {
        display: block;
        font-size: 14px;
    }

    .numbers-title {
        margin-bottom: 5px;
    }

    .table-mobile td:first-child {
        padding-left: 5px;
    }

    .site-footer .logo-block {
        padding-right: 10px;
        padding-left: 10px;
        padding: 0 10px 5px 10px;
    }

    .logo-block .logo-img {
        width: 30%;
    }

    .footer-logo-description {
        width: 67%;
        position: relative;
        top: 18px;
    }

    .footer-logo-text .footer-mobile-text-hidden, .contacts span.footer-mobile-text-hidden {
        display: none;
    }

    .contacts {
        padding-left: 10px;
        padding-top: 15px;
    }

    .socials {
        padding-top: 15px;
    }

    .site-footer a[href^='tel'], .site-footer a[href^='mailto'], .phone-block__link, .email-block__link {
        font-size: 15px;
    }
    .customer-info__item{
        flex-direction: column;
    }
    h1{
        text-align: center;
        margin-top: 36px;
    }
    .steps-list{
        flex-direction: column;
    }
    .steps-item:first-child{
        margin-left: 0;
    }
    .steps-item{
        width: 100%;
        margin-bottom: 50px;
    }
    .steps-item::before{
        left: 115px;
    }
    .customer-info .default-title,
    .smeta-title{
        margin-bottom: 15px;
    }
    .smeta-title{
        width: 100%;
    }
    .customer-info__data .default-btn{
        width: 100%;
    }
    .table-responsive{
        overflow-x: scroll;
    }
    .order-table table td:last-child{
        position: relative;
    }
    .remove-btn{
        top: 50%;
        transform: translateY(-50%);
    }
    .profile-tabs{
        width: 90%;
    }


}

.title-response{
    color: #F00;
    margin: 30px 0 10px;
}

.mobile-table table{
    margin-bottom: 20px;
}
.product-name-mobile{
    overflow: hidden;
    display: block;
    height: 34px;
    white-space: pre-line;
}
