

/* Start:/local/components/itb/promo/templates/.default/style.css?17558363375254*/
/*Таблица победителей*/
.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.table-container th, .table-container td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table-container th {
    background-color: #00c9ab;
    color: white;
    font-weight: bold;
    position: sticky;
    top: 0;
}

.table-container  tr:nth-child(even) {
    background-color: #f8f9fa;
}

.table-container tr:hover {
    background-color: #e9f7fe;
}

.table-container  .stage-row {
    background-color: #1cdbbf !important;
    color: white;
    font-weight: bold;
}

.table-container a {
    color: #2980b9;
    text-decoration: none;
    word-break: break-all;
}

.table-container a:hover {
    text-decoration: underline;
}

.table-container .empty-video {
    color: #999;
    font-style: italic;
}

@media (max-width: 768px) {
    .table-container   th, .table-container td {
        padding: 8px 10px;
        font-size: 14px;
    }
}
/*end таблица победителей*/

.promoPage-block1__desc ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #00C9AB;
    border-radius: 100px;
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
}

.promoPage {
    padding-top: 40px;
    padding-bottom: 90px;
}

.promoPage-block1 {
    display: flex;
    gap: 20px;
}

.promoPage-block1__title {
    font-size: 48px;
    padding-bottom: 19px;
    line-height: 1;
    color: #333;
}

.promoPage-block1__desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
}

.promoPage-block1__desc ul {
    padding-top: 10px;
}

.promoPage-block1__desc ul li {
    position: relative;
    padding-left: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.promoPage-block1__btn.btn {
    padding: 12px 28px;
    height: auto;
    line-height: 1;
    margin-top: 40px;
    text-align: center;
}

.promoPage-block1__right {
    width: 990px;
    flex-shrink: 0;
}

.promoPage-block1__right img {
    width: 100%;
    border-radius: 24px;
}

.promoPage-block2 {
    padding-top: 40px;
}

.promoPage-block2__tabs {
    margin-bottom: 40px;
}

.promoPage-block2__tabs ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.promoPage-block2__tabs ul li {
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 18px;
    background: #F7F8F9;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid transparent;
}

.promoPage-block2__tabs ul li:hover {
    color: #00C9AB;
}

.promoPage-block2__tabs ul li[active="Y"] {
    border: 1px solid #00C9AB;
    background: transparent;
}

.promoPage-block2__tabs ul li span {
    color: #999999;
    margin-left: 5px;
}

.promoPage-block2__cont-block {
    display: none;
}

.promoPage-block2__cont-block-title {
    font-size: 36px;
    margin-bottom: 30px;
    color: #333;
}

.promoPage-block2__cont-block-subtitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.promoPage-block2__cont-block-text {
    font-size: 16px;
}

.promoPage-block2__check-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.promoPage-block2__check {
    border: 1px solid #02d3b4;
    padding: 24px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    width: calc(100% / 6 - 20px);
}

.promoPage-block2__check-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.promoPage-block2__check-sum {
    margin-bottom: 10px;
}

.promoPage-block2__check-sum:nth-child(0) {
    margin-right: 5px;
}

.promoPage-block2__check-status:nth-child(0) {
    margin-right: 5px;
}

.promoPage-block2__check-sum-val {
    color: #00C9AB;
    margin-left: 5px;
}

.promoPage-block2__check-sum-btn {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    color: #86ABB2;
    display: inline-block;
    margin-top: auto;
}

.promoPage-block2__check-status {
    margin-bottom: 20px;
}

.table-winner2{
    margin-top: 50px;
}

@media (max-width:1600px) {
    .promoPage-block1__right {
        width: 50%;
    }
}

@media (max-width:1200px) {
    .promoPage-block1 {
        flex-wrap: wrap;
    }
    .promoPage-block1__left {
        width: 100%;
    }
    .promoPage-block1__right {
        width: 100%;
        order: -1;
    }
}

@media (max-width:992px) {
    .promoPage-block1 {
        flex-direction: column-reverse;
    }
    .promoPage-block1__title {
        font-size: 24px;
    }
    .promoPage-block1__desc {
        font-size: 16px;
    }
    .promoPage-block1__desc ul {
        padding-top: 5px;
    }
    .promoPage-block1__btn.btn {
        padding: 15px 28px;
        width: 100%;
        margin-top: 20px;
    }
    .promoPage-block2__tabs ul {
        flex-direction: column;
        gap: 12px;
    }
    .promoPage-block2__tabs ul li {
        padding: 10px 15px;
        width: 100%;
    }
    .promoPage-block2__cont-block-title {
        font-size: 20px;
    }
    .promoPage-block2__tabs {
        margin-bottom: 32px;
    }
    .promoPage-block1__desc ul li::before {
        top: 10px;
    }
}
/* End */
/* /local/components/itb/promo/templates/.default/style.css?17558363375254 */
