.header {
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    min-height: 35vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url(../assets/img/Block.png);
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.header h2 {
    width: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    text-align: center;
}

#footer {
    margin-top: 45px;
}

.instrumentContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
    flex-wrap: wrap;
    position: relative;
}

.instrumentContainer > p {
    font-size: 18px;
    width: 100%;
    display: flex;
    color: #616F7E;
    order: 0;
}

.instrumentsMenu {
    flex-direction: row;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
    flex-wrap: wrap;
    order: 1;
}

a.instrumentBtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.instrumentIcon {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 70px;
}

p.instrumentTitle {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: #b2b2b2;
    transition: all 0.15s linear;
}

.instrumentIcon img,
.instrumentIcon svg {
    width: 60px;
    height: 60px;
}

a.instrumentBtn {
    display: flex;
    cursor: pointer;
    transition: all 0.15s linear;
    min-width: 130px;
}

.active p.instrumentTitle,
a.instrumentBtn:hover p.instrumentTitle {
    color: #046EFF;
    visibility: visible;
}

a.instrumentBtn.instrumentIcon svg .a {
    fill: #b2b2b2;
    stroke: #b2b2b2;
    transition: all 0.15s linear;
}

a.instrumentBtn .instrumentIcon svg .b {
    stroke: #b2b2b2;
    transition: all 0.15s linear;
}

.active .instrumentIcon svg .a .b,
a.instrumentBtn:hover .instrumentIcon svg .b {
    stroke: #046EFF;
}

.active .instrumentIcon svg .a,
a.instrumentBtn:hover .instrumentIcon svg .a {
    fill: #046EFF;
    /* stroke:  #046EFF; */
}

.instrumentContent {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 30px;
    margin-top: 20px;
    border-top: 2px solid #046EFF;
    background: #F0F0F0;
    order: 2;
}

.instrumentContent p {
    color: #777777;
    text-align: left;
    font-size: 14px;
    width: 100%;
}
.instrumentContent p:lang(ar){
    text-align: right;
}
.instrumentContent p strong{
    width:100%;
    display:flex;
}

.instrumentContent ul {
    text-align: left;
    list-style: none;
    padding-left: 0;
    color: #777777;
    font-size: 14px;
}

.instrumentList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 14px;
    align-items: center;
    color: #b2b2b2;
}

.instrumentContent p a,
.instrumentList a {
    color: #046EFF !important;
    margin-left: 4px;
    text-decoration: underline !important;
    cursor: pointer;
}

p.hiddenTitle {
    order: 2;
    margin-bottom: -21px;
    font-size: 30px;
    font-weight: 600;
    color: #046eff;
    margin-left: -3px;
    visibility: hidden;
    text-align: center;
    width: 100%;
    /* align-items: center; */
    /* justify-content: center; */
}



.stocksColumns {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}

.columnStock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 5px;
    justify-content: flex-start;
}

.columnStock a {
    color: #0477ff !important;
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline !important;
    margin-bottom: 5px;
    width: 100%;
    align-items: flex-start;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    #footer {
        margin-top: 135px;
    }

    .header {
        margin-top: 90px;
        min-height: 20vh;
    }

    .header h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 863px) {
    .instrumentIcon{
        min-height:40px;
        /* min-width: 40px; */
    }
    .instrumentsMenu {
        /* order:3; */
        margin-top: 10px;
    }

    .header {
        background: none;
        min-height: unset;
        margin-top: 130px;
    }

    .header h2 {
        color: #4c4c4c;
        font-size: 3vh;
    }

    .instrumentContainer {
        padding-top: 20px;
    }

    .instrumentIcon img, .instrumentIcon svg {
        width: 40px;
        height: 40px;
    }

    a.instrumentBtn {
        max-width: 78px;
        justify-content: flex-start;
        min-width: 0;
    }

    p.instrumentTitle {
        visibility: hidden;
        margin-bottom: 0;
        font-size: 14px;
    }

    .instrumentContent {
        margin-top: 0;
    }
    p.hiddenTitle{
        /* visibility:visible; */
    }
    .stocksColumns{
        
justify-content: flex-start;
    }
    .columnStock{
        max-width: 300px;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 525px){
    a.instrumentBtn{
        min-width:33%;
        margin-bottom: 20px;
    }
}

.instrumentContent h4 {
    width: 100%;
    display: flex;
    color: #4c4c4c;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}