.reglament-content {
    font-size: 22px;
}
.reglament-content a {
    color: #E83E8C;
    text-decoration: underline;
}

.reglament-content .toc a {
    color: #000;
    text-decoration: underline;
}

.reglament-content a.black {
    color: #000;
}

.reglament-content a.pink {
    color: #E83E8C;
}

.reglament-content ul {
    margin: 30px 0;
}

.reglament-content ul li {
    margin-bottom: 15px;
}

.reglament-content sup {
    font-weight: bold;
    color: #E83E8C;
}

.reglament-content a:hover {
    text-decoration: none;
}

.typography-enabled ul.toc ul {
    margin-top: 15px;
    margin-bottom: 0;
}

.typography-enabled ul.toc li {
    margin-bottom: 15px;
}

.typography-enabled ul.no-markers li::before {
    display: none;
}

.typography-enabled table {
    border-collapse: collapse;
    margin: 30px 0;
}

.typography-enabled table.w100 {
    width: 100%;
}

.typography-enabled table th,
.typography-enabled table td {
    padding: 15px;
    border: 1px solid #000;
}

.accordion-items {
    margin: 40px 0;
}

.accordion-items .accordion-items {
    margin: 0;
}

.accordion-item {
    margin-bottom: 15px;
    color: #3A3A3A;
}

.accordion-item .accordion-item {
    margin-bottom: 10px;
}

.accordion-item__title {
    padding: 15px 45px 15px 15px;
    color: #fff;
    cursor: pointer;
    background: #E83E8C;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 15px;
}

.typography-enabled .accordion-item__title {
    margin-bottom: 0;
}

.accordion-item .accordion-item .accordion-item__title {
    text-transform: none;
    font-weight: normal;
    background: #723FE3;
}

.accordion-item__title::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-15px) rotate(45deg);
    transition: all 0.3s;
}

.accordion-item__title.opened::after {
    transform: translateY(-6px) rotate(225deg);
}

.accordion-item__content {
    display: none;
    padding: 15px 0;
}

.accordion-item__criteries {
    margin-top: 24px;
    padding: 24px;
    background-color: #E83E8C;
    color: #ffffff;
}

.accordion-item__compound {
    margin-top: 24px;
    padding: 24px;
    background-color: #ffffff;
    color: #7A7A7A;
}

.accordion-item__criteries ul,
.accordion-item__compound ul {
    margin: 15px 0;
}

.accordion-item__criteries ul li,
.accordion-item__compound ul li {
    margin-bottom: 10px;
}

.accordion-item__compound ul li::before {
    background: #E83E8C;
}

.accordion-item__criteries > span:first-of-type,
.accordion-item__compound > span:first-of-type {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 7px;
}

.accordion-item__compound > span:first-of-type {
    color: #E83E8C;
}
.typography-enabled h1, .typography-enabled h2, .typography-enabled h3, .typography-enabled h4, .typography-enabled h5, .typography-enabled h6 {
    margin-bottom: 30px;
}
.typography-enabled ul li {
    padding-left: 35px;
    margin-bottom: 30px;
    position: relative;
}
.typography-enabled .white-text ul li::before {
    background: #fff;
}
.participant-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.participant-items a, .participant-items > .participant-item {
    flex: 1 0 calc((100% - 90px) / 4);
}

.participants {
    padding-top: 184px;
    background: #F3F3F3;
    position: relative;
    margin-top: -3px;
}

.participants-become {
    margin-top: 80px;
}

.participant-item {
    background: #E83E8C;
    color: #fff;
    height: 328px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 30px;
}

.participant-item.mini {
    height: 120px;
}

.participant-item__img {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.participant-item.mini .participant-item__img {
    width: 200px;
    height: 100px;
}

.participant-item__img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.participant-item.mini .participant-item__img a {
    width: 200px;
    height: 100px;
}

.participant-item__img img {
    display: block;
    height: auto;
    max-height: 100%;
    margin: 0;
}

.participant-item__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 23px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.participant-item__title a {
    color: #fff;
}

.participant-item__title a:hover {
    text-decoration: underline;
}

.participant-item:hover {
    border-radius: 50%;
    background: #723FE3;
}

.participant-item:hover .participant-item__title {
    opacity: 0;
}
.popup--old-style {
    padding: 30px 40px;
}
.company-award-items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
    margin-bottom: 60px;
}
.participant-popup__awards .company-award-items {
    margin: 20px 0 30px;
}
.company-award-item {
    text-align: center;
}
.participant-popup__awards .company-award-item {
    flex: 0 0 calc((100% - 60px) / 4);
}
.company-award-item__img {
    margin-bottom: 15px;
}
.participant-popup__awards .company-award-item__nomination {
    font-weight: normal;
    font-size: 14px;
}
.participant-popup__title {
    text-transform: uppercase;
    color: #E83E8C;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
.participant-popup__content .title {
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 16px;
}
.participant-popup__content {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}
.participant-popup__awards {
    margin-top: 30px;
}
.participant-popup__awards-title {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
@media(max-width: 767px) {
    .participant-popup__awards .company-award-item {
        flex: 0 0 calc((100% - 40px) / 3);
    }
}
@media (max-width: 479px) {
    .participant-popup__awards .company-award-item {
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .popup--old-style {
        padding: 70px 20px 20px;
    }
}