/*header {*/
/*    display: none;*/
/*}*/

.main__sidebar {
    display: none;
}

.main--has-sidebar .main__content {
    max-width: 100%;
}

.header_new {
    background-image: url("/80-let-pobede/img/header.jpg");
    padding: 225px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container {
    max-width: 100%;
}

.main__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main__title {
    display: none;
}

.main {
    padding-top: 0;
    padding-bottom: 0;
}

.container_new {
    max-width: 1120px;
    margin: 0 auto;
}

.header_new h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 75px;
    font-weight: 900;
    line-height: 80px;
}

.data_new {
    font-size: 30px;
    font-weight: 900;
    line-height: 80px;
    color: #fff;
}

section {
    margin-top: 94px;
}

.title_new {
    margin-bottom: 27px;
    position: relative;
}

.title_new p {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    color: #E3352C;
    margin-bottom: 0;
    line-height: 50px;
}

.plan_body_tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-right: 1px solid #E3352C;
    margin-bottom: 28px;
}

.plan_body_tabs .tabs {
    padding: 19px;
    width: 100%;
    font-size: 23px;
    color: #E3352C;
    text-align: center;
    border: 1px solid #E3352C;
    cursor: pointer;
    margin-bottom: -1px;
    border-right: none;
}

.plan_body_list_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E3352C;
    margin-bottom: -1px;
    padding: 25px 18px 25px 31px;    grid-gap: 30px;
}

.plan_body_list_card p {
    margin-bottom: 0;
}

.plan_card_date {
    color: #E3352C;
    font-weight: bold;
}

.plan_card_btn {
    display: block;
    width: 90px;
    border: 1px solid #E3352C;
    height: 30px;
    position: relative;
}

.plan_card_btn:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/80-let-pobede/img/str.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 35px;
    top: 4px;
}

.plan_body_list.active {
    display: block;
}

.plan_body_list {
    margin-bottom: 22px;
    display: none;
}

.plan_body_list_card.red {
    margin-top: 22px;
    background: #E3352C;
}

.plan_body_list_card.red .plan_card_btn {
    color: #fff;
    border: 1px solid #fff;
}

.plan_body_list_card.red .plan_card_btn:after {
    background-image: url(/80-let-pobede/img/str_w.svg);
}

.plan_body_list_card.red p {
    color: #fff;
}

.plan_card_name {
    font-size: 20px;
width: 75%;
}

.geroi_bodi {
    position: relative;
}

.geroi_btn {
    display: block;
    position: absolute;
    color: #E3352C;
    border: 1px solid #E3352C;
    padding: 5px 50px 5px 25px;
    background: #fff;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
}

.geroi_btn:hover {
    color: #E3352C;
    text-decoration: none;
}

.geroi_btn:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/80-let-pobede/img/str.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 14px;
    top: 10px;
}

.p_date_body_card {
    background-image: url(/80-let-pobede/img/p_date.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.p_date_body_card_fon {
    background-image: url(/80-let-pobede/img/fon.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 450px 28px 28px 28px;
}

.p_date_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
}

.p_date_dat {
    background: #fff;
    color: #E3352C;
    border: 1px solid #E3352C;
    font-size: 20px;
    padding: 0px;
    margin-bottom: 10px;
    max-width: 196px;
    text-align: center;
}

.p_date_text {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    height: 40px;
}

.geroi_btn_cast {
    bottom: 0px;
    right: 0;
}

.plan_body_tabs .tabs.active {
    background: #E3352C;
    color: #fff;
}
.plan_card_btn:hover{
    box-shadow: -3px 3px 5px 0px #e3352c75;
    transition: 0.2s;
}
.plan_body_list_card.red .plan_card_btn:hover{
    box-shadow: -3px 3px 5px 0px #fefefe;
    transition: 0.2s;
}
.geroi_btn:hover{
    box-shadow: -3px 3px 5px 0px #e3352c75;
    transition: 0.2s;
}
/*geroi*/

.main__sidebar {
    display: none;
}

.main--has-sidebar .main__content {
    max-width: 100%;
}

.container {
    max-width: 100%;
}

.main__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main__title {
    display: none;
}

.main {
    padding-top: 0;
    padding-bottom: 0;
}

.container_new {
    max-width: 1120px;
    margin: 0 auto;
}

section {
    margin-top: 94px;
}

.title_new {
    margin-bottom: 27px;
    position: relative;
}

.header_g {
    position: relative;
}

.header_g img {
    position: absolute;
    bottom: 65px;
    left: 10px;
    right: 10px;
    max-width: 1120px;
    margin: 0 auto;
}

.header_g_top {
    background: #2D664B;
    padding-top: 40px;
    padding-bottom: 245px;
}

.header_g_bottom {
    height: 245px;
    width: 100%;
}

.header_g_top_body h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 0;
}

.header_g_top_body p {
    color: #fff;
    font-size: 35px;
}

.header_g_top_nav a {
    color: #fff;
    font-size: 16px;
    padding: 5px 26px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.header_g_top_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.text_geroi {
    background: #2D664B;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text_geroi_top p {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    width: 63%;
}

.text_geroi_top p span {
    width: 100%;
    display: inline-block;
    text-align: end;
}

.text_geroi_bottom p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
}

.text_geroi_bottom p a {
    color: #fff;
    text-decoration: underline;
}

.text_geroi_bottom_body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
    gap: 22px;
}

.text_geroi_bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 45px;
}

.pomnit_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.pomnit_list .head {
    font-size: 45px !important;
    font-weight: bold;
    text-align: start;
    text-transform: uppercase;
}

.pomnit_list_card img {
    margin-bottom: 19px;
    width: 100%;
}

.pomnit_list_card_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pomnit_list_card_title .name {
    font-size: 32px;
    font-weight: bold;
    width: 90%;
    color: #2D664B;
    margin-bottom: 0;
    line-height: 30px;
}

.pomnit_list_card_btn {
    width: 60px;
    height: 20px;
    border: 1px solid #2D664B;
    border-radius: 20px;
    position: relative;
}

.pomnit_list_card_btn:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/80-let-pobede/img/str_1.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 10px;
    height: 10px;
    right: 22px;
    top: 4px;
}

.pomnit_list_card_title {
    margin-bottom: 20px;
}

.pomnit_list_card .text {
    font-size: 16px;
    color: #000;
}

.alea {
    background: #2D664B;
    padding-top: 40px;
    padding-bottom: 40px;
}

.alea_title .head {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px !important;
}

.alea_body_text {
    display: flex;
    justify-content: flex-end;
}

.alea_body_text p {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    text-align: right;
    max-width: 80%;
    margin-bottom: 50px;
}

.alea_body_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 22px;
}

.alea_body_list .alea_body_list_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.alea_body_list .alea_body_list_right img {
    max-width: 260px;
    width: 100%;
}

.alea_body_list .alea_body_list_left p {
    color: #fff;
    font-size: 16px;
    line-height: 121%;
}
.header_detail{
    background: #2D664B;
    padding-top: 135px;
    padding-bottom: 66px;
    margin-bottom: 20px;
}
.header_detail .container_new{
    position: relative;
}
.header_detail_body{
    display: flex;
    justify-content: space-between;
}
.header_detail_body_left .head_detail{
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    line-height: normal;
    max-width: 60%;
}
.header_detail_body_left p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.header_detail_body_left{
    max-width: 60%;
}
.detail_text p{
    font-size: 16px;
    line-height: 25px;
}
.header_detail_body_right img{
    width: 314px;
    position: absolute;
    right: 0;
}
.detail_text_body p:nth-child(1){
    max-width: 70%;
}
.detail_text{
    margin-bottom: 50px;
}
.p_date{
    margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
    .header_new h1{
        font-size: 50px;
        font-weight: 900;
        line-height: 60px;
    }
    .plan_body{
        overflow: hidden;
    }
    .plan_body_tabs {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
         border-right: none;
        margin-bottom: 28px;
        overflow: scroll;
        padding-bottom: 20px;
    }
    .container_new{
        padding-left: 20px;
        padding-right: 20px;
    }
    .plan_card_name {
        font-size: 15px;
        width: 75%;
    }
    .plan_body_list_card{
        padding: 10px;
    }
    .title_new p {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        color: #E3352C;
        margin-bottom: 0;
        line-height: 39px;
    }
    .p_date_body_card_fon{
        padding: 240px 28px 28px 28px;
    }
    .header_g img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: 0 auto;
    }
    .header_g_top {
        background: #2D664B;
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .header_g_top_body h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 67px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .header_g_bottom {
        height: 160px;
        width: 100%;
    }
    .text_geroi_top p span {
        width: 100%;
        display: inline-block;
        text-align: start;
    }
    .text_geroi_top p {
        color: #fff;
        font-size: 20px;
        line-height: 29px;
        width: 100%;
    }
    .text_geroi_bottom {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 45px;
    }
    .text_geroi_bottom_body {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        width: 100%;
        gap: 22px;
    }
    .text_geroi_bottom_body img{
        width: 100%;
    }
    .pomnit_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .alea_body_text p {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        text-align: right;
        max-width: 80%;
        margin-bottom: 50px;
    }
    .alea_body_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 22px;
    }
    .alea_body_list .alea_body_list_right img {
        max-width: 100%;
        width: 100%;
    }
    .header_detail_body_right img {
        width: 230px;
        position: absolute;
        right: 0;
    }
    .detail_text_body p:nth-child(1) {
        max-width: 100%;
    }
}
@media screen and (max-width: 500px){
    .header_detail_body_right img {
        width: auto;
        position: relative;
        right: 0;
    }
    .header_detail_body {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .header_detail_body_left {
        max-width: 100%;
    }
    .header_detail_body_left .head_detail {
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        line-height: normal;
        max-width: 100%;
    }
    .header_g_top_body h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 52px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .header_g_top_nav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }
    .header_g_bottom {
        height: 100px;
        width: 100%;
    }
    .plan_body_list_card {
        padding: 10px;
        flex-direction: column;
        gap: 10px;
    }
    .geroi_btn_cast {
        position: relative;
    }
    .title_new p {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        color: #E3352C;
        margin-bottom: 20px;
        line-height: 39px;
    }
    .p_date_body {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 14px;
    }
}