@media (max-width: 1600px) {

}
@media (max-width: 1480px) {
    #top-bussiness .clientMenu #welcome_bussiness {
        font-size: 29px;
    }
}
@media (max-width: 1366px) {
    .user-block-inside{
        display: none;
    }
    #top-bussiness {
        width: 25%;
    }
}
@media (max-width: 1320px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 1200px) {
    .tablet-inside {
        padding: 17px 50px;
        background-position: top 28px right 23px;
    }
    #pages-catalog > div{
        width: 48%;
    }
}
@media (max-width: 1024px) {
    .footerl{
        padding: 20px 0;
        margin: 50px 0 0;
    }
    .trial-bottom {
        top: 19px;
    }
    .trial-top {
        top: -1px;
    }
    .table-responsive {
        zoom: 1;
    }
    html {
        zoom: 1;
    }
    .content-account-inside{
        margin: 0;
    }
    #top-bussiness .clientMenu #welcome_bussiness {
        border-radius: 0;
    }

    /*burger menu*/
        .menu-burger__header {
            position: absolute;
            width: 22px;
            height: 27px;
            display: block;
            margin-right: 225px;
            margin-top: -63px;
        }
        .menu-burger__header span {
            top: 11.5px;
        }
        .menu-burger__header.open-menu{
            z-index: 999;
            top: 32px;
            margin-top: 0;
            position: fixed;
            left: 30px;
        }
		.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
			height: 3px;
			width: 100%;
			position: absolute;
			/*background: #515758;*/
			background: #515758;
			margin: 0 auto;
		}
		.menu-burger__header:after, .menu-burger__header:before{
			content: '';
			background: #515758;
		}
        .menu-burger__header.open-menu:after, .menu-burger__header.open-menu:before{
			background: #FFF;
		}
		.menu-burger__header:after{
			bottom: 5px;
		}
		.menu-burger__header:before{
			top: 5px;
		}
		#top-bussiness{
			position: absolute;
            top: 0px;
            background: #FFF;
            z-index: 999;
            left: -110%;
            transition: all 0.4s ease;
            box-shadow: 0px 14px 45px rgb(0 0 0 / 25%);
            width: 100%;
            height: 100%;
		}
		#top-bussiness.open-menu {
			left: 0;
            position: fixed;
		}
		.menu-burger__header.open-menu span {
			opacity:0;
			transition: 0.5s;
		}
		.menu-burger__header.open-menu:before {
			transform: rotate(38deg);
            top: 8px;
			transition: 0.4s;
		}
		.menu-burger__header.open-menu:after {
			transform: rotate(-38deg);
			bottom: 16px;
			transition: 0.4s;
		}
    /*burger menu*/
}
@media (max-width: 861px) {
    #top-bussiness ul li{
        margin: 0;
    }
    .yellow-half, .banner-half {
        padding: 13px;
        height: 100%;
        vertical-align: middle;
        display: block;
        /* flex-wrap: wrap; */
        width: 100%;
        margin: 11px;
        min-height: 238px;
    }
    .yellow-half {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .tablet-sb {
        max-width: 100%;
        margin: 9px;
    }
    .tablets-wrapper-sb {
        flex-wrap: wrap;
        margin: 0;
    }
    .two-wrapper-sb {
        border-spacing: 0;
    }
    .sb-page .row-flex {
        padding: 0px;
    }
    .row-flex.tablets-title{
        padding-right: 7px;
    }
    .banners-background {
        padding-bottom: 404px;
        background-size: 500px auto;
        background-position: bottom center;
    }
}
@media (max-width: 1024px) and (min-width: 481px) {

}
@media (max-width: 680px) {
    .u-a-date, .u-a-signa, #signaDate, .signature, .u-a-signa #save-btn{
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .u-a-add {
        flex-wrap: wrap;
    }
    .h1-title-sec{
        display: none;
    }
    #pages-catalog > div{
        width: 100%;
    }
    .dates-filter{
        display: none;
    }
    .resp-table-row.showThatRow{
        display: table-row;
    }
    .bussiness_content table td.edit-td{
        background: #146EF5;
        border-width: 0px 0px 1px 1px;
        border-style: solid;
        border-color: #BDBDBD;
        box-shadow: 0px 1px 0px #ebebeb;
    }
    .edit-td a{
        color: #FFFFFF;
    }
    .bussiness_content table th, .bussiness_content table td, #vueproducts .table-responsive .actions{
        display: none;
    }
    .bussiness_content table th:nth-child(1), .bussiness_content table th:nth-child(2){
        display: table-cell;
    }
    .bussiness_content table td:nth-child(1), .bussiness_content table td:nth-child(2){
        display: table-cell;
        padding-right: 37px;
    }
    .bussiness_content table tr:not(.resp-table-row) .td-click::before{
        content: "";
        position: absolute;
        background: url(/business/images/closed.png) no-repeat center bottom;
        width: 8px;
        height: 18px;
        margin-right: -20px;
    }
    .bussiness_content table tr:not(.resp-table-row) .td-click.activeCLickTD::before{
        background: url(/business/images/opened.png) no-repeat center bottom;
        width: 14px;
        height: 16px;
        margin-right: -24px;
    }
    .bussiness_content table tr:not(.resp-table-row) .td-click.activeCLickTD{
        background: #FAECCD;
    }
    .page-with-table-inside .bussiness_head{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 0;
    }
    #pages-catalog .table-responsive {
        margin: 0;
    }
    #vueproducts .cont.row {
        padding: 0;
    }
    .page-with-table-inside .bussiness_head h1{
        margin: 0;
        margin-bottom: 0 !important;
    }
    .content-wrapper-inside .page-with-table-inside{
        box-shadow: none;
        margin-top: 30px;
        padding-right: 0;
        margin-right: 0;
    }
    #top-bussiness .clientMenu #welcome_bussiness{
        position: absolute;
        /*right: calc(-110% + 10px);*/
        right: calc(-110% + -26px);
        top: 40px;
        background: none;
        box-shadow: none;
        font-family: 'Assistant';
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 22px;
        text-align: right;
        color: #146EF5;
    }
    #top-bussiness.open-menu .clientMenu #welcome_bussiness{
        position: relative;
        background: #146EF5;
        box-shadow: 4px 4px 9px 6px rgb(0 0 0 / 5%);
        font-family: 'Heebo';
        font-style: normal;
        font-weight: 500;
        font-size: 35px;
        line-height: 1;
        text-align: right;
        color: #FFFFFF;
        margin: 0;
        padding: 25px;
        right: 0;
        top: 0;
    }
    .fields-reg .row input {
        margin-bottom: 7px;
    }
    .account-details-inside {
        flex-wrap: wrap;
    }
    .fields-inside{
        width: 100%;
        margin: 0px 30px 25px 30px;
    }
    .tablets-inside{
        width: 100%;
        margin: 0px 30px 0px 30px;
    }
    .content-account-inside {
        margin: 25px 0 0;
    }
    .account-details-inside {
        box-shadow: none;
    }
    body:not(.cke_show_borders) {
        background: #FFF;
    }
    .header-inside .logo {
        display: none;
    }
    .header-links {
        padding-top: 10px;
    }
    .menu-burger__header { 
        margin-right: 0;
        margin-top: 0;
    }
    body:not(.cke_show_borders) {
        padding: 0;
    }
    .header-links-wrapper div{
        background-blend-mode: exclusion;
        width: 0;
        font-size: 0;
        padding: 15px;
    }
    .header-links-wrapper .link-add {
        background-blend-mode: color-dodge;
        font-size: 16px;
        width: fit-content;
        padding: 5px 32px 2px 10px;
    }
    .tablet-inside{
        max-width: 100%;
    }
}
@media (max-width: 578px) {
    
}
@media (max-width: 480px) {
    
}
@media (max-width: 400px) {

}
@media (max-width: 360px) {

}
