body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    background: #1f1f1fdd;
}
.navigation{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.navigation .col-lg .row{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 5px;
}
.navigation .col-lg .item-1{
    padding: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background: rgb(126, 123, 123);
    cursor: pointer;
}
.navigation .col-lg .item-1 i{
    margin-left: 80px;
    padding: 0;
    font-size: 16px;
    color: #fff;
}
.navigation .col-lg .item-1 h2{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.briefing-section{
    width: 100%;
    margin-top: 50px;
}
.briefing-section .row{
    display: flex;
}
.briefing-section .right-section{
    width: 20%;
}
.briefing-section .list-section{
    width: 80%;
}
.briefing-section .col-flax .row{
    display: flex;
}
.briefing-section .col-flax .icon-item i{
    color: #fff;
    margin-left: 10px;
}
.briefing-section .col-flax .text-item h2{
    margin: 0;
    margin-left: 10px;
    padding: 0;
    font-size: 22px;
    color: #fff;
}
.briefing-section .list-section{
    margin-top: 30px;
}
.briefing-section .list-section ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.briefing-section .list-section ul li{
    display: block;
}
.briefing-section .list-section ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgb(41, 44, 41);
    margin: 5px;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
}
.left-section{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.left-section .flight h2{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.left-section .row{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.left-section .menu-item {
    margin-top: 28px;
}
.left-section .menu-item ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: rgba(142, 167, 84, 0.582);
    text-align: center;
}
.left-section .menu-item ul li{
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}
.left-section .menu-item ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.ofd-section{
    width: 100%;
    background: goldenrod;
}
.ofd-section H2{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    box-sizing: border-box;
    color: rgb(39, 39, 39);
}
.airports-section{
    width: 100%;
}
.airports-section .row{
    display: flex;
}
.airports-section .td-section{
    width: 100%;
}
.airports-section .td-section h2{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.airports-section .td-section .content{
    width: 100%;
    background: rgba(142, 167, 84, 0.582);
}
.airports-section .td-section .content table{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.airports-section .td-section .content table tr td{
    font-size: 16px;
    color: #e2e2e2;
    line-height: 1.7em;
}

.airports-section .td-section .content table tr td:first-child{
    width: 40%;
}
.airports-section .td-section .content table tr td:nth-child(2){
    width: 20%;
}
.airports-section .td-section .content table tr td:nth-child(3){
    width: 20%;
}
.airports-section .td-section .content table tr td:nth-child(4){
    width: 20%;
    text-align: right;
}
.airports-section .Weights .content table tr td:first-child{
    width: 90%;
}
.airports-section .Weights .content table tr td:nth-child(2){
    width: 10%;
    text-align: right;
}
.airports-section .Flightinfo .content table tr td:first-child{
    width: 90%;
}
.airports-section .Flightinfo .content table tr td:nth-child(2){
    width: 10%;
    text-align: right;
}
.lavel-section .row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.lavel-section .eddn h2{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.lavel-section .eddn .content{
    width: 100%;
    background: rgba(142, 167, 84, 0.582);
}
.lavel-section .eddn .content table{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.lavel-section .eddn .content table tr td{
    font-size: 16px;
    color: #e2e2e2;
    line-height: 1.7em;
}
.lavel-section .eddn .content table tr td:first-child{
    width: 90%;
}
.lavel-section .eddn .content table tr td:nth-child(2){
    width: 10%;
    text-align: right;
}
.route-section .content h2{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.route-section .text-item{
    width: 100%;
    background: rgba(142, 167, 84, 0.582);
}
.route-section .text-item p{
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    color: #fff;
}
.route-section .text-item strong{
    color: rgb(211, 148, 148);
}
.enging-section .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.enging-section .perf h2{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.enging-section .content{
    width: 100%;
    background: rgba(142, 167, 84, 0.582);
}
.enging-section .content table{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.enging-section .content table tr td{
    font-size: 16px;
    color: #e2e2e2;
    line-height: 1.7em;
}
.enging-section .content table tr td:first-child{
    width: 50%;
}
.enging-section .content table tr td:nth-child(2){
    width: 50%;
}