@media screen and (max-width: 1024px) {
	.crawl>.title {
		width: 150vw;
	}
	.ship {
		padding: 10px;
	}
    .div-table-row.table-header .div-table-col:last-child {
        display: none;
    }
    .div-table-col.big:last-child {
        /* width: -webkit-fill-available; */
        float: none;
        display: block;
        font-size: 14px;
    }
    .div-table-col {
        width: 9%;
    }
    .div-table-col.big {
        width: 42%;
    }

}

@media screen and (max-width: 778px) {
    .ship {
        flex: 0 1 50%;
        width: 50%;
        padding: 0px 3%;
    }
    .star-wars p {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 5px;
    }

    .menu {
        position: fixed;
        top: 0px;
        bottom: auto;
        width: 100%;
        background-color: black;
        height: auto;
        padding: 10px 0px;
    }
    
    .menu a {
        display: inline-block;
    }
    
    .home_icon {
        position: fixed;
    }
    .home_icon img{
        max-height: 50px; 
    }
    .octagonWrap {
        top: 0px;
        vertical-align: top;
    }
    .menu a:hover>span.menu_desc{
        width: 0px !important
    }
    fieldset {
        padding: 20px;
    }
     
    
}
@media screen and (max-width: 600px) {
    .status {
        width: 30px;
        height: 30px;
    }
    .div-table-col{
        width: 30px; 
    }
    .content_page{
        max-width: 90%; 
    }
    .div-table-col.big{
        width: 38%; 
    }
    .menu a{
        margin-right: 0px; 
    }
    .octagonWrap {
        margin-right: 0px;
    }
    .menu{
        padding-right: 10px; 
    }
     .content_page {
        padding: 15px 5px;
    }
    
    .div-table-row.table-header .div-table-col.scew {
        transform: rotate(-90deg);
    }
    fieldset {
        padding: 20px 10px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-left: 5px;
    }

}

@media screen and (max-width: 500px) {
    .ship {
        flex: 0 1 100%;
        width: 100%;
        padding: 0px 3%;
    }
    .home_icon img{
        max-width: 100%;
        max-height: 40px;
    }
    .octagonWrap {
        width: 40px;
        height: 40px;
        border: 0px solid white;
    }
    .menu a img {     
        margin-top: auto;
        margin-bottom: 2px;
    }
    .menu {
        padding-right: 0px;
    }
    
    .home_icon {
        max-width: calc(100% - 200px);
        left: 5px;
    }

    .menu a {
        max-height: 40px;
    }
}
