body {
    margin: 0px;
    font-family: "Noto Sans", sans-serif;
}

.header {
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    overflow-y: hidden;
    z-index: 1;
    transition: 0.2s;
    background-color: #282C35;
    box-sizing: border-box;
}

.logo {
    display: inline-block;
    width: auto;
    height: 35px;
    padding-right: 8px;
    border-right: solid;
    border-width: 0.05em;
    display: inline-block;
    top: 5px;
    position: relative;
    margin-bottom: 0px;
    margin-left: 20px;
    color: rgb(255, 255, 255);
    vertical-align: center;
}

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 3px;
    background: #1b2027;
}

 ::-webkit-scrollbar-track {
    width: 6px;
    background: transparent;
}

.items {
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 15px;
    display: flex;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    height: 70px;
}

.items a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    width: 80px;
    transition: all .6s;
}

.items a:hover {
    color: #F1A459;
}

.material-symbols-outlined {
    margin-left: 28px;
    margin-right: 28px;
}

.icon-text {
    padding-left: 0px;
}

.menu-left {
    padding-top: 85px;
    transition: 0.2s;
}

@media (max-width:1000px) {
    .stblock {
        flex-direction: column;
    }
    .container-img_cont {
        display: none;
    }
    .texts_cont {
        min-height: 0px;
    }
    .texts_cont_2 {
        max-width: 60%;
    }
    .container_2_sec {
        min-width: 300px;
    }
}

@media (max-width:750px) {
    .container_2 {
        flex-direction: column;
        align-items: center;
    }
    .container_2_sec {
        min-width: 300px;
    }
}