﻿/* if desktop */
.mobile-device-580px {
    display: none;
}

/*ПО ВЫСОТЕ*/
@media only screen and (max-device-height: 640px) {
    .tab-content {
        height: 80% !important;
    }
}

@media only screen and (max-device-height: 568px) {
    .one-row {
        height: 89% !important;
    }

    .two-row {
        height: 78% !important;
    }

    .mobile-device-h580 {
        display: block;
    }
}
/*ПО ШИРИНЕ*/
/*от IpdadPro и ниже*/
@media only screen and (max-device-width: 1366px) {
    .dorf-modal-md {
        max-width: none !important;
        width: 70vw !important;
        /*height: 97vh !important;*/
    }
}
/*от Ipdad и ниже*/
@media only screen and (max-device-width: 1024px) {
    .dorf-modal-md {
        max-width: none !important;
        width: 70vw !important;
        /*height: 97vh !important;*/
    }
}

/* Телефоны */
@media only screen and (max-device-width: 580px) {
    .mobile-device-580px {
        display: block;
    }
    .vert-margin-desktop {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }
    .input-group .dxbs-dropdown-edit {
        width: 100% !important;
    }
    .border-left-none {
        border-radius: 0.1875rem !important;
    }
    .dorf-modal-sm {
        height: 97vh !important;
    }
    .dorf-modal-md {
        max-width: none !important;
        width: auto !important;
        height: 97vh !important;
    }
    .media {
        margin-top: 0.25rem !important;
    }
    .desktop {
        display: none;
    }
    .mobile-input {
        border-top-left-radius: 0.1875rem !important;
        border-bottom-left-radius: 0.1875rem !important;
    }
    .mobile-rating{
        display:block !important;
    }
}
/*Iphone 5*/
/* if mobile device max width 320px */
@media only screen and (max-device-width: 480px) {
    .mobile-device-480px {
        display: block;
    }

    .desktop {
        display: none;
    }
}
