.pageUchastie {
    background-color: #F6F6F6;
}


.uchastie_wrap {
    /* background-color: #F6F6F6; */
    /* border-bottom: 1px solid #E6E6E6; */
    /* margin-top: 40px; */
    padding-top: 20px;
    position: relative;
}
.uchastie:after {
    content: "";
    display: block;
    position: absolute;
    /* width: 100vw; */
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #E6E6E6;
}

.uchastie_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    padding: 12px 0 52px;
}
.uchastieRowTitle .uchastie_top {
    padding: 12px 0;
}
.uchastie_leftBlock {
    /* flex: 0 0 34%; */
    flex: 1 0 40%;
}
.uchastie_name {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.uchastie_basePrice {
    color: #969696;
    /* padding-right: 20%; */
    flex: 0 1 300px;
}
.uchastieRowTitle {
    color: #969696;
}
.uchastieBasePrice_desc {
    display: none;
}
.uchastieRowTitle_right {
    margin-left: auto;
    flex: 0 0 58px;
}

.uchastie_icon {
    margin-left: auto;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.uchastie_icon:hover, .uchastie.active .uchastie_icon {

    background-color: #B28E7B;
}
.uchastie_icon svg {
    transition: 0.3s;
}

.uchastie.active .uchastie_icon svg {

    transform: rotate(90deg);
}
.uchastie_icon path {
    fill: #0A0A0A;
    transition: 0.3s;
}
.uchastie.active .uchastie_icon path {

    fill: #ffffff;
}



.accContent_js {
    display: none;
}
.uchastieDesc {
    position: relative;
    background-color: #B28E7B;
    box-shadow: 1000px 0px 0px 0px #B28E7B, -1000px 0px 0px 0px #B28E7B;
}
/* .uchastieDesc:before, .uchastieDesc:after {
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    background-color: #B28E7B;
    position: absolute;
    top: 0;
}
.uchastieDesc:before {
    right: 100%;
}
.uchastieDesc:after {
    left: 100%;
} */

.uchastie_bottom {
    color: #fff;
    padding: 50px 0 37px;
    display: flex;
    flex-direction: row;
}
/* .uchastie_bottom:before {
    content: "";
    display: block;
    flex: 0 0 34%;
} */


.uchastieItems {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 37px;
}
.uchastieItem {
    display: flex;
    flex-direction: row;
    /* gap: 50px; */
    gap: 31px;
}
.uchastieItem * {
    cursor: pointer;
}
.uchastieItem_price {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
}
.uchastieItem_checkbox {
    flex: 0 0 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transform: translateX(calc(-50% + 8px));
}
.uchastieItem label {
    color: #fff;
    opacity: 1;
}
.uchastieItem input[type=checkbox] {
    appearance: none;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 16px;
    height: 16px;
}
.uchastieItemCheckboxDisable label, .uchastieItem input[type=checkbox][disabled] + label {
    opacity: 0.4;
}
.uchastieItem input[type=checkbox][disabled][checked] + label {
    opacity: 1;
}
.uchastieItemCheckboxDisable input[type=checkbox] {
    opacity: 0.4;
}
.uchastieItem input[type=checkbox]:checked {
    /* background-color: #ffffff; */
    /* background: url("../images/icons/tickok.svg") center / cover no-repeat; */
    background: url("../images/icons/tickok.svg") 2px 2px / 70% no-repeat;
}
.uchastie_button {
    display: flex;
    flex-direction: row;
}
.button.uchastieButton {
    /* min-width: 223px; */
    /* padding: 18px 0; */
    /* text-align: center; */
    color: #B28E7B;
    border: 1px solid #fff;
    /* border-radius: 4px; */
    background-color: #fff;
    /* font-weight: 500; */
    /* transition: 0.3s; */
}

.button.uchastieButton:hover {
    color: #fff;
    background-color: #B28E7B;
    text-decoration: none;
}

.uchastiePrice {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.uchastiePrice:before, .uchastie_button:before {
    content: "";
    display: block;
    flex: 0 0 85px;
}

.partnersMediapartnersButtonsBlock {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.partnersMediapartnersButtonsBlock .button {
    /* max-width: 223px; */
    /* width: 100%; */
    /* text-align: center; */
    /* font-size: 16px; */
    /* height: 60px; */
}
/* .partnersMediapartnersButtonsBlock .button:hover {
    background-color: #fff;
    color: var(--accent);
} */

#applicationParticipationForm input[type=text] {
    /* margin-bottom: 10px !important; */

}
.Italic {
    font-style: italic;
}

.button.button_uchastieAllNominations {
    position: absolute;
    max-width: none;
    bottom: 100%;
    right: 0;
    width: auto;
}


@media (max-width: 1200px) {
    .uchastieDesc {
        box-shadow: 500px 0px 0px 0px #B28E7B, -500px 0px 0px 0px #B28E7B;
    }
}

@media (max-width: 1023px) {
    .uchastieRowTitle {
        display: none;
    }
    .uchastieBasePrice_desc {
        display: block;
        color: #969696;
        font-size: 16px;
    }
    .uchastie_basePrice {
        display: flex;
        flex-direction: column;
        gap: 10px;
        color: #B28E7B;
        font-size: 20px;
        flex: 0 1 200px;
    }
    .uchastie_top {
        flex-wrap: wrap;
        row-gap: 38px;
        padding: 14px 0;
    }
    .uchastie_name {
        flex: 0 0 100%;
    }
    .uchastie_bottom {
        padding: 20px 0;
    }
    .uchastie_bottom:before {
        display: none;
    }
    .uchastieItem {
        gap: 18px;
    }
    .uchastieItem_checkbox {
        transform: none;
        align-items: flex-start;
    }
    .uchastieItem label {
        font-size: 15px;
    }
    .uchastiePrice:before, .uchastie_button:before {
        display: none;
    }
    .uchastiePrice {
        justify-content: center;
    }
    .uchastie_button {
        margin: auto;
        justify-content: center;
        max-width: 320px;
    }
    .uchastieButton {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .button.button_uchastieAllNominations {
        position: relative;
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .uchastieDesc {
        box-shadow: 240px 0px 0px 0px #B28E7B, -240px 0px 0px 0px #B28E7B;
    }
}


@media (max-width: 500px) {
    .uchastie_basePrice {
        flex: 0 1 110px;
        margin-right: auto;
    }
}
@media (max-width: 350px) {
    .uchastie_basePrice {
        font-size: 18px;
        gap: 0px;
    }
    .uchastie_top {
        row-gap: 18px;
    }
}