*{
    font-family: "Unbounded", normal;
}

/*----HEADER-------*/
.text_logo span,
.text_logo p,
.main_menu a {
    font-family: "Poppins", sans-serif !important;
}

/*------------*/

#header-scroll {
    min-height: 100px !important;
    position: static !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

body{
    background-color: #1A1919;
}

#img_news{
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img{
    background-image: url(https://excalibur-craft.ru/newsp/wintertfc.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: rgb(27 26 26) 0px -63px 57px 20px inset, rgb(16 11 11) 0px 30px 40px 10px inset, rgb(26 25 25) 0px -19px 100px 0px inset, rgb(26 25 25) 0px 2px 1px, rgb(26 25 25) 0px 0px 2px, rgb(26 25 25) 0px 0px 0px, rgb(26 25 25) 0px 10px 0px, rgb(26 25 25) 0px 0px 16px;
    position: absolute;
    z-index: 1;
    height: 340px;
    width: 100%;
    filter: blur(2px);
}

.text_news{
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    width: 60%;
    font-size: 32px;
    animation: ani 1.5s forwards;
}

.text_news a{
    margin-top: 30px;
    font-size: 16px;
    color: #ec8e01;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    animation: scale51 6s infinite;
    text-decoration: none;
    transition: .5s;
    letter-spacing: .7px;
}

.text_news a:hover{
    transform: scale(1.02);
    filter: drop-shadow(0 0px 20px #ffffff);
}

@keyframes scale51 {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        filter: drop-shadow(0 0px 10px #cc31c4);
        }
    25% {
        transform: translate(0, 2px) rotate(-1deg);
        filter: drop-shadow(0 0px 10px #3140cc);
    }
    75% {
        transform: translate(0, -2px) rotate(1deg);
        filter: drop-shadow(0 0px 10px #31cc39);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
        filter: drop-shadow(0 0px 10px #cc31c4);
    }
}

#news_view{
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.news_open{
    width: 1000px;
    padding: 20px;
}

.news_open h1{
    color: #fff;
    margin-bottom: 30px;
}

.bootom_news{
    width: 100% !important;
    background-image: url(../image/background/line.png);
    height: auto !important;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bootom_news0{
    border-top: 1px solid #262424 !important;
    padding: 20px;
}

.links_bottom{
    display: flex;
    gap: 2em;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.bootom_news0 span{
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    margin-bottom: 30px;
}

.p_listen{
    display: flex;
    gap: 2em;
    color: #fff;
    opacity: 0.6;
}

.links_bottom p b{
    font-size: 14px;
}

.icon_list_messages{
    display: flex;
    gap: 1em;
    font-size: 24px;
}

.icon_list_messages a{
    color: #fff;
    opacity: 0.6;
    transition: .5s;
}

.icon_list_messages a:hover{
    transform: translate(0px,-2px);
    opacity: 1;
}

.news_open p{
    font-family: "Unbounded", normal;
}

.news_open img{
    margin-top: 20px;
    margin-bottom: 20px;
}

.news_list_page{
    display: grid;
    width: 100%;
    height: auto;
    justify-content: left;
}

.header_profile{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1em;
    font-size: 13px;
}

.header_profile a{
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    transition: .5s;
}

.header_profile a:hover{
    opacity: 1;
}

.header_profile i{
    color: #fff;
    opacity: 0.6;
    font-size: 11px;
}

.header_profile p{
    text-decoration: none;
    color: #ec8e01;
    font-weight: 600;
    user-select: none;
}

@media (max-width: 1090px){
    .text_news {
        width: 80%;
    }
}

@media (max-width: 900px){
    .text_news {
        width: 98%;
    }
    .news_open img{
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 600px){
    .text_news {
        font-size: 26px;
    }
    .p_listen {
        display:block;
    }
    .icon_list_messages{
        display:none;
    }
}

@media (max-width: 430px){
    .text_news {
        font-size: 20px;
    }
}