.header.container {
    min-height: unset;
    height: 124px;
    display: flex;
    overflow: unset;
}

.content {
    background-image: none;
    min-height: 87vh;
    display: flex;
    justify-content: flex-start;
}

h1.rules-h1 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
}

.news-content-b > * > img {
    width: 100%;
}

.news-content-b > p, .news-content-b > * > p {
    color: #858C95;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

h1.news-h1 {
    color: #FFF;
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 499px;
}

p.text-news-b {
    color: #858C95;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

p.title-top-info {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.6;
}

p.description-top-info {
    color: #FFF;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
}

.content-news-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 27px;
    position: relative;
    z-index: 1;
}

p.title-info-update {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.top-update-info {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 15px;
    padding: 13px 15px;
}

.top-update-info.add {
    color: #49C665;
    background: linear-gradient(90deg, rgba(50, 125, 67, 0.27) 0%, rgba(50, 125, 67, 0.00) 100%);
}

svg.add-ico-update {
    width: 30px;
}

.top-update-info.del {
    color: #C64949;
    background: linear-gradient(90deg, rgba(198, 73, 73, 0.27) 0%, rgba(198, 73, 73, 0.00) 100%);
}

svg.del-ico-update {
    width: 22px;
}

.top-update-info.fix {
    color: #496CC6;
    background: linear-gradient(90deg, rgba(73, 108, 198, 0.27) 0%, rgba(73, 108, 198, 0.00) 100%);
}

svg.fix-ico-update {
    width: 27px;
}

.top-update-info.upgrade {
    color: #49C6BE;
    background: linear-gradient(90deg, rgba(73, 198, 190, 0.27) 0%, rgba(73, 198, 190, 0.00) 100%);
}

svg.fix-ico-upgrade {
    width: 22px;
}

p.update-time {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.6;
}

.time-update {
    display: flex;
    align-items: center;
    gap: 10px;
}

.object-update-info-c {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.02);
    padding: 14px 16px;
    line-height: 22px;
}

.news-content-b {
    border-radius: 20px;
    border: 1px solid #322747;
    background: #1C1C1C;
    padding: 44px 42px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.news-top {
    width: calc(100% - 40px);
    background-image: url(/img/main/news/news_1/1_main.png);
    background-size: cover;
    height: 472px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position-y: -2px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-top:after {
    border-radius: 16px;
    opacity: 0.68;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.content-news-update {
    width: calc(100% - 40px);
    display: flex;
    border-radius: 30px;
    border: 1px solid #323232;
    background: #1C1C1C;
    margin-top: 50px;
}

.left-content-news-update-a {width: 354px;padding: 64px 58px;}

.left-content-news-update-b {
    width: 100%;
    padding: 35px;
}

.group-info-update {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.object-info-update {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.group-info-update:after {
    width: 1px;
    height: calc(100% + 53px);
    background: #322747;
    content: "";
    position: absolute;
    right: -64px;
    top: -30px;
}

.group-info-update-b {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.object-info-update-a {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.group-update-list-b {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

img.news-image-b {
    width: 100%;
}

svg.arrow-left {
    transition: transform 0.3s;
}

a.custom-link-1.news_link:hover > svg {
    transform: translateX(-3px)!important;
}

@media (max-width: 1000px) {
    
}

@media (max-width: 1050px) {
    svg.arrow-left {
        transition: transform 0.3s;
    }
    
    .content-news-update {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .left-content-news-update-a {
        width: 100%;
        padding: 25px;
    }
    
    .group-info-update:after {
        display: none;
    }
    
    .left-content-news-update-b {
        padding: 25px;
        padding-top: 0px;
    }
    
    .news-content-b {
        padding: 25px;
    }
    
    h1.news-h1 {
        font-size: 27px;
    }
}
