body{
    padding-top: 70px;
}
.page_header::-moz-selection {
  background: #ffffff;
  color: #3A3434;
}

.page_header::selection {
  background: #ffffff;
  color: #3A3434;
}

.page_header{
    width: 100%;
    height: 70px;
    background-color: #3A3434;
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: #E3DAD2 1px solid;
}
.header-icon{
    position: absolute;
    left: 15px;
    top: 10px;
}
.header-search-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.icon_logo, .icon_search{
    width: 30px;
    margin: auto;
}
.header-icon, .header-search-icon {
    display: flex;
    outline: 2px solid #E3DAD2;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    MARGIN: 0 auto;
    justify-content: center;
    align-items: center;
}
.search_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.header_link_block{
    width: 50%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.header_btn{
    font-family: 'Playfair Display', serif !important;
    font-size: 18px;
    display: flex;
    color: #E3DAD2;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    height: 50%;
    text-align: center;
    text-decoration: none;
}
.main-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header_btn:hover{
    background-color: #2a2424;
    text-decoration: none;
}
.telegram-main{
    position: absolute;
    top: 10px;
    right: 80px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.telegram-main:hover {
    background-color: #2a2424;
}
.tgimg{
    width: 40%;
    height: 100%;
    color: #E3DAD2;
    user-select: none;
}
.mainpage{
    width: 50px;
    height: 50px;
    margin-right: 50px;
    position: absolute;
    left: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.mainpage:hover {
    background-color: #2a2424;
}

.logo-button-image{
    width: 70%;
    height: 100%;
}
.search-button-fixed{
    position: absolute !important;
    right: 15px !important;
    top: 10px !important;
    left: auto !important;
}
.menu-button-fixed{
    display: none !important;
}
.mobilemenu-img{
    display: none;
}
@media (max-width: 1024px) {
    body{
        padding-top: 0px;
    }
    .page_header{
        position: relative;
        height: 80px;
        display: flex;
        justify-content: center;
    }
    .header_link_block{
        display: none;
    }
    .telegram-main{
        display: none;
    }
    .mobilemenu-img{
        display: block;
        width: 50%;
    }
    .menu-button-fixed{
        display: block !important;
    }
}