/*Черная пятница*/
.blackfriday {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding: 30px 0;
}

.blackfriday__header h1 {
    font-size: 32px;
}

.blackfriday__timer--script {
    padding: 20px 0 20px 0;
    background-color: black;
    width: 100%;
}


.countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.time-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.digit {
    width: 50px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: black;
    background-color: #ffec00;
    border-radius: 8px;
    margin: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.label {
    font-size: 1rem;
    margin-top: 5px;
    color: white;
}

.card-group {
    display: flex;
}

@media (max-width: 600px) {
    .digit {
        width: 35px;
        height: 50px;
        font-size: 1.5rem;
    }

    .label {
        font-size: 0.8rem;
    }
}


.section-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.section-title > div {
    display: inline-block;
    position: relative;
}

.section-title > div:before {
    content: "";
    color: #fff;
    width: 295px;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%), #F7AE49;
    border-radius: 4px;
    height: 4px;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.timer--item {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 40px;
    width: 180px;
    text-align: center;
    padding: 20px;
}

.timer--item:last-child {
    margin-right: 0;
}

.timer--item > div:first-child {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    background: linear-gradient(90deg, #D8630D 0%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#timer_to_event {
    display: flex;
    justify-content: center;
}

.timer--item > div:last-child {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #333333;
}

@media (max-width: 500px) {

    .section-title, .section-title2 {
        font-size: 20px;
    }

    .section-title > div:before, .section-title2 > div:after {
        width: 200px;
    }

    #timer_to_event {
        justify-content: space-between;
    }

    #timer_to_event .timer--item {
        width: calc(25% - 5px);
        margin-right: 0px;
        padding: 10px 0;
    }

    .timer--item > div:first-child {
        font-size: 24px;
    }

    .timer--item > div:last-child {
        font-size: 14px;
    }

    .title-wrap .title-hr {
        flex-grow: 0;
    }
    .blackfriday__section .link-arrow:after{
        display: none;
    }
}

.link-arrow.black_modify{
    min-width: 192px;
}
.link-arrow.black_modify:after{
    display: none;
}
@media(max-width: 768px){
    .blackfriday__section .title-wrap{
        flex-wrap: wrap;
    }
    .blackfriday__section .title-hr{
        display: none;
    }
}


.linkvideo {
    position: relative;
    text-align: center;
    display: block;
    padding: 5px;
}
.iconvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
}
.sub_title{
    font-size: 36px;
    font-weight: 700;
}
.filial-banner .title{
    margin-bottom: 5px;
}


.service-page-licenses-block .licenses__body .licenses-body__text--item span.index{
    font-weight: 600;
    font-size: 42px;
    line-height: 110%;
    margin-right: 16px;
    background: linear-gradient(to right, #FFFFFF 0%, #D8630D 0.01%, #F6B903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #F7AE49;
}
.service-page-licenses-block .licenses__body .licenses-body__text--item span.text {
    font-size: 16px;
    line-height: 140%;
    color: #333333;

}
.service-page-licenses-block .licenses__body {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.service-page-licenses-block .licenses__body .licenses-body__text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 30px;
}

.service-page-licenses-block .licenses__body .licenses-body__text > *:nth-child(1) {
    grid-row: 1;
}

.service-page-licenses-block .licenses__body .licenses-body__text > *:nth-child(2) {
    grid-row: 2;
}

.service-page-licenses-block .licenses__body .licenses-body__text > *:nth-child(3),
.service-page-licenses-block .licenses__body .licenses-body__text > *:nth-child(4),
.service-page-licenses-block .licenses__body .licenses-body__text > *:nth-child(5) {
    grid-column: 2;
}


.service-page-licenses-block .licenses__body .licenses-body__text .licenses-body__text--item{
    display: flex;
    align-items: flex-start;
}

.licenses-body__images{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.licenses-body__images img{
    width: 250px;
}
@media (max-width: 600px) {
    .service-page-licenses-block .licenses__body {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-page-licenses-block .licenses__body .licenses-body__text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        grid-template-columns: none;
        grid-template-rows: auto;
    }
}
body .nca-cookiesaccept-line.style-1{
    background: #fcbd1c;
}

.btn:disabled{
    opacity: 0.5;
}


.section-detail__btn{
    background: #f4f4f4;
    padding: 0 0 40px 0;

}
.container-detail__btn{

    display: flex;
    justify-content: center;

}
section.section-lector__prev-btn{
    margin-bottom: 0;
    padding: 80px 0 40px 0;
}
.section-detail__btn--form-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 300px;
}
.container-detail__btn .btn{
    padding: 0;
}

.bx-filter-events .position-relative .input-disabled, .bx-filter-events .position-relative .disabled{
    display: none;
}

.seotext .tag{
    margin-bottom: 1rem;
}
.seotext p .tag:last-child{
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .list-filter-block .list-filter-block--filter{
        height: auto;
    }
}