

/* Start:/local/templates/wks3/css/competition.css?17512651927487*/
.page-competition {
    padding-top: 16px;
    padding-bottom: 40px;
}

.page-competition .container {
    padding: 0 50px;
}

.competition__head {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: min(3.516vw, 70px);
}

.competition_description {
    width: 55.263%;
}

.competition_description__toggle {
    display: none;
}

.competition_description__content {
    position: relative;
}

.competition_description__content_inner {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-wrap: balance;
}

.competition_description__content_inner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.competition_description__content_inner p:last-child {
    margin-bottom: 0;
}

.competition__info {
    display: flex;
    align-items: self-start;
    gap: min(2.623vw, 50px);
}

.competition__date .title {
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
}

.competition__date .value {
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
}

.competition__title {
    font-weight: 600;
    font-size: 33px;
    line-height: 0.96;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.competition__title:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 57%;
    width: 238px;
    height: 133px;
    background: url('/upload/frontend/wow_title.svg') no-repeat center/contain;
}

.competition__title span {
    position: relative;
}

.competition__title b {
    font-weight: 800;
}

.competition__title i {
    font-style: italic;
}

.competition__list {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 20px;
}

.competition_item {
    width: calc(20% - 20px * 4 / 5);
}

.competition_item[id] {
    scroll-margin-top: 142px;
}

.competition_item__img {
    border: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    /*height: min(12.667vw, 248px);*/
    aspect-ratio: 1.4 / 1;
    margin-bottom: 12px;
}

.competition_item__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.competition_item__img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.competition_item__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.competition_item__info:last-child {
    margin-bottom: 0;
}

.competition_item__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

.competition_item__vote {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

.competition_item__action {
    display: flex;
    align-items: center;
    gap: 4px;
}

.competition_item__share {
    height: 43px;
    width: 49px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
}

.competition_item__button {
    flex-grow: 1;
    background: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #FFF;
    height: 43px;
    padding: 10px;
    transition: background 0.3s ease-out;
}

.competition_item__button--voted {
    background: #FFA168;
}

@media (hover: hover) and (pointer: fine) {
    .competition_item__button:not(.competition_item__button--voted):hover {
        background: #000;
    }
}

@media (max-width: 1650px) {
    .page-competition .container {
        padding: 0 40px;
    }
}

@media (max-width: 1440px) {
    .competition_item {
        width: calc(25% - 20px * 3 / 4);
    }
}

@media (max-width: 1199px) {
    .competition_item {
        width: calc(100%/3 - 20px * 2 / 3);
    }

    .competition__title:before {
        left: 25%;
    }
}

@media (max-width: 1023px) {
    .page-competition {
        padding-top: max(10px, 2.545vw);
    }

    .page-competition .container {
        padding: 0 20px;
    }

    .competition__head {
        gap: 23px;
        margin-bottom: 28px;
        flex-direction: column;
    }

    .competition_description {
        width: 100%;
    }

    .competition__info {
        gap: 30px;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .competition__date .title {
        font-weight: 500;
        font-size: clamp(12px, 3.053vw, 19px);
    }

    .competition__date .value {
        font-size: clamp(12px, 3.053vw, 19px);
    }

    .competition__title {
        font-size: clamp(21px, 5.344vw, 33px);
    }

    .competition__title:before {
        left: 53%;
        top: -9px;
        background-image: url('/upload/frontend/wow_title_mob.svg');
        width: clamp(149px, 37.913vw, 234px);
        height: clamp(85px, 21.628vw, 134px);
    }

    .competition__title b {
        font-weight: 700;
    }

    .competition__title i {
        font-style: normal;
    }

    .competition_description__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .competition_description__title {
        font-weight: 600;
        font-size: clamp(14px, 3.562vw, 20px);
        line-height: 1.35;
        margin: 0;
    }

    .competition_description__icon {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: transform 0.3s ease-out;
    }

    .competition_description--active .competition_description__icon {
        transform: rotate(180deg);
    }

    .competition_description__content {
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease-out;
    }

    .competition_description__content_inner {
        font-size: clamp(12px, 3.053vw, 16px);
        line-height: 1.17;
        padding-top: 7px;
    }

    .competition_description__content_inner p {
        font-size: clamp(12px, 3.053vw, 16px);
        line-height: 1.17;
    }

    .competition_item {
        width: calc(50% - 10px);
    }

    .competition_item[id] {
        scroll-margin-top: 97px;
    }
}

@media (max-width: 767px) {
    .competition_item__img {
        aspect-ratio: 1 / 1.494;
        margin-bottom: 9px;
    }

    .competition_item__img img {
        max-height: none;
        max-width: none;
        object-fit: cover;
        object-position: 16% 0;
    }

    .competition_item__info {
        gap: 5px;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .competition_item__name {
        font-size: clamp(12px, 3.053vw, 20px);
    }

    .competition_item__vote {
        font-size: clamp(12px, 3.053vw, 20px);
    }

    .competition_item__share {
        height: max(32px, 8.142vw);
        width: max(33px, 8.397vw);
    }

    .competition_item__share svg {
        width: max(15px, 3.817vw);
    }

    .competition_item__button {
        font-size: clamp(12px, 3.053vw, 20px);
        height: max(32px, 8.142vw);
        padding: 5px;
    }
}

@media (max-width: 374px) {
    .competition_item__action {
        flex-direction: column;
    }

    .competition_item__share {
        width: 100%;
    }

    .competition_item__button {
        width: 100%;
    }
}
/* End */
/* /local/templates/wks3/css/competition.css?17512651927487 */
