#wrapcentre table, #pagecontent table{
    /* max-width: 100vw; */
}

#logodesc {
    /*background-color: #c2e7fd;*/
    /* background-color: #ffffff; */
    background-color: #ececec;
    position: relative;
    height: 180px;
    /* height: 280px; */
    overflow: hidden;
}

.old-logo {
    position: absolute;
    display: flex; 
    align-items: center;
    /* left: 25px; */
    width: 10%;
    height: 180px;
background: #ECECEC;
  padding-left: 25px;
    /* height: 280px; */
}

.old-logo img {
    max-width: 146px;
    margin-top: 10px;
}

.new-logo-wrapper {
    width: 100%;
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
    height: 180px;
    /* height: 280px; */
    position: absolute;
    z-index: 2;
    margin-left: 125px;
    background: rgb(194,231,253);
    background: linear-gradient(180deg, rgba(194,231,253,1) 0%, rgba(255,255,255,1) 80%);
}

.new-logo-container {
    display: flex;
    /* justify-content: space-between; */
    justify-content: start;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    /* width: 90%; */
    height: 100%;
    padding: 0 30px 0 0;
    /* background: linear-gradient(180deg, rgba(194,231,253,1) 0%, rgba(255,255,255,1) 80%); */
    background-image: url('../imageset/spring-back02.jpg');
    background-size: cover;
    background-position: bottom;
}

.new-logo-container::before {
    position: absolute;
    top: 0;
    height: 180px;
    /* height: 280px; */
    width: 60px;
    content: "";
    background-color: inherit;
    transform: skew(-10deg);
    box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);
    /* box-shadow: -2px 0px 10px #6e93b3; */
    z-index: 1;
    /* background: linear-gradient(90deg, rgb(236, 236, 236) 60%, rgba(255,255,255,0) 100%); */
    background: linear-gradient(90deg, rgb(255, 255, 253) 60%, rgba(255,255,255,0) 100%);
    left: -22px;

    /* background: rgb(194,231,253); */
    /* background: linear-gradient(180deg, rgba(194,231,253,1) 0%, rgba(255,255,255,1) 80%); */
/* background: inherit; */
    /* background-image: url('../imageset/winter-back01.jpg'); */
    /* background-size: cover; */
    /* background-position: bottom; */
}

.tablebg {

}

.tablebg tr td.cat {
    /* font-size: 0.8em; */
}

.new-logo {
    margin-left: 35px;
}

.new-logo img {
    width: 190px;
    /* width: 180px; */
    /* width: 220px; */
}

.header-middle {
display: flex;
  flex-direction: column;
  align-items: center;
}

.header-title {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    padding: 15px;
    border-radius: 13px;
    /* right: 0; */
    left: 50px;
      position: relative;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .header-title {
    background-color: rgba(255,255,255,.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

.header-title a {
    color: #323D4F;
    text-decoration: none;
}

.header-title-bold {
    font-weight: 600;
}

.header-picture {
    width: 350px;
    /* width: 500px; */
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.header-picture img {
    width: 100%;
}

.niva-lada img {
    height: 40px;
}

.partner-logo {
    width: 180px;
}

.partner-logo div {
    width: 160px;
    height: 100%;
}

.partner-logo img {
    width: 180px;
    /* width: 220px; */
}

.mobile-top-title {
    display: none;
}

.forum-list-wrapper {

}


@media all and (max-width: 1200px) {
    /* .new-logo img, .partner-logo img { */
    /*     width: 200px; */
    /* } */
    
    .forum-bottom-info {
        display: block;
        overflow: auto;
    }
}

@media all and (max-width: 1030px) {


}

@media all and (max-width: 822px) {
    #wrapheader {
        /* min-width: 100vw; */
        /* width: 100vw; */
    }


    #logodesc {
        height: 180px;
    }

    .old-logo {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .old-logo img {
        width: 110px;
    }

    .new-logo-wrapper {
        height: 180px;
    }

    .new-logo-container::before {
        height: 180px;
    }

    .new-logo-container {
        /* flex-wrap: wrap; */
    }

    .header-picture {
        /* width: 300px; */
        width: 100%;
    }

    .new-logo img, .partner-logo img {
        width: 170px;
    }

    .header-middle {
        /* display: none; */
    }

    .header-title {
        display: none;
    }

    .partner-logo {
        display: none;
    }

    .postinfo {
        overflow-x: scroll;
        display: block;
    }

}


@media all and (max-width: 450px) {

}

.important-info {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 36px;
}

.important-info a {
    color: red;
    text-decoration: underline;
}

.mobile-top-title {
    display: flex;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    /* background: #0057a3; */
    background: linear-gradient(to top, #0057a3, #006dcc);
    /* background: linear-gradient(to bottom, #03699c 12%, #2b89b8 100%); */
    /* height: 60px; */
    padding: 5px 0;
    align-items: center;
    justify-content: center;
    line-height: 140%;
}

.age-restriction {
    background: #d40000;
    border-radius: 5px;
    padding: 3px;
}
    
img.reimg {
    max-width: 100%;
}

