@font-face {
    font-family: 'heywowextrabold';
    src: url('fonts/heywow-extrabold.woff2') format('woff2'),
    url('fonts/heywow-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heywowmedium';
    src: url('fonts/heywow-medium.woff2') format('woff2'),
    url('fonts/heywow-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heywowregular';
    src: url('fonts/heywow-regular.woff2') format('woff2'),
    url('fonts/heywow-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heywowsemibold';
    src: url('fonts/heywow-semibold.woff2') format('woff2'),
    url('fonts/heywow-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.widget-cutter-container img {
    height: auto;
    max-width: 100%;
}

.widget-cutter-container a, a:focus, button:focus {
    outline: none !important;
    text-decoration: none;
    box-shadow: unset !important;
}

.widget-cutter-container a:hover {
    text-decoration: none;
}

.widget-cutter-container ul, li, label, span {
    list-style: none!important;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.widget-cutter-container {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    overflow: hidden;
}

.widget-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.wigget-box-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 8px;
    padding-left: 8px;
}

.clear {
    clear: both;
}

.widget-cutter-row {
    border-bottom: 1px solid #fff;
    position: relative;
    height: 41px;
    width: 100%;
    background: #000;
}

.widget-cutter-title {
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    width: 132px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    font-family: 'heywowregular', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    position: absolute;
    padding-right: 18px;
    left: 0;
    top: 0;
}

.widget-cutter-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
    display: inline-block;
}

/*.widget-cutter-title.yello:before {
    background: #ffc500;
}

.widget-cutter-title.darkred:before {
    background: #e6001d;
}

.widget-cutter-title.skyblue:before {
    background: #027ffe;
}

.widget-cutter-title.orange:before {
    background: #f92d00;
}

.widget-cutter-title.blue:before {
    background: #580f9c;
}*/

/*.widget-cutter-title:after {
    background: var(--timeslot-color);
}*/

.widget-cutter-title:before {
    content: "";
    background: var(--timeslot-color);
    position: absolute;
    top: 0;
    right: 12px;
    height: 40px;
    width: 142px;
    transform: matrix(1, 0, -.5, 1, 0, 0);
    z-index: -1;
    box-shadow: inset -10px 0 10px -6px rgb(0 0 0 / 0.25);
}


.widget-cutter-slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 990px;
    margin-left: 108px!important;
}

.onlyoneslide {
    max-width: 990px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.widget-cutter-box {
    width: 165px;
    float: left;
    height: 40px;
}

.onlyone {
    margin: 0 auto;
    float: none;
}

.widget-cutter-box a:hover {
    background: rgb(255, 255, 255, .75);
    border-color: transparent;
}

.widget-cutter-box a {
    background: #000;
    height: 40px;
    text-align: center;
    position: relative;
    transition: all 400ms ease;
    display: flex;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    align-items: center;
    justify-content: center;
}

.widget-cutter-box a:focus {
    outline: unset;
    background: #000;
    //border-left: 1px solid #fff;
    //border-right: 1px solid #fff;
}

.widget-cutter-box.active a {
    background: #fff;
    border-color: transparent;
}

.widget-cutter-box a img {
    transition: all 400ms ease;
    margin-bottom: 0!important;
}

.widget-logo {
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
    position: absolute;
}

.widget-cutter-box.active a img {
    visibility: hidden;
    opacity: 0;
}

.widget-cutter-box.active a .widget-logo {
    visibility: visible;
    opacity: 1;
}

.widget-cutter-container .slide-nav {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.widget-cutter-container .slide-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    border-radius: 50%;
    margin: 0px 5px;
}

.widget-cutter-container .slide-nav li.active {
    background: #fa0008;
}

.widget-cutter-content {
    background: #fff;
}

.widget-des-box {
    display: none;
    font-size: 12px!important;
    font-weight: 400;
    padding: 24px 16px;
}

.widget-des-box span {
    font-size: 18px!important;
}

.widget-des-box label {
    font-size: 12px!important;
    line-height: 16px;
    display: inline-block;
}

.widget-des-box.active {
    display: block;
}

.widget-heading-title {
    font-family: 'HeyWow-Bold', sans-serif;
    font-size: 16px!important;
    color: #000000!important;
    margin: 0;
}

.widget-description {
    margin: 0;
    padding-bottom: 0!important;
    margin-top: 15px;
}

.widget-des-box .widget-counter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.widget-des-box .widget-counter li {
    display: inline-block;
    color: #f92d00;
    text-align: center;
    padding: 0 10px;
    position: relative;
    width: 86px;
    vertical-align: top;
}

.widget-des-box .widget-counter li:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    background: #000;
    width: 1px;
    height: 15px;
    transform: rotate(20deg);
}

.widget-des-box .widget-counter li:last-child:before {
    width: 0;
}

.widget-des-box .widget-counter li:first-child {
    padding-left: 0;
}

.widget-des-box .widget-counter li:last-child {
    padding-right: 0;
}

.widget-des-box .widget-counter li span {
    display: block;
    font-weight: 800;
    font-family: 'heywowextrabold';
    font-size: 18px!important;
    margin-bottom: 2px;
}

.widget-heading-title-tow {
    font-size: 14px!important;
    color: #000000!important;
    margin: 0;
}

.partnership-list {
    margin-top: 15px;
}

.partnership-list li {
    padding: 0 0 0 12px;
    position: relative;
}

.partnership-list li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
}

.widget-see-more {
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 700;
    color: #000;
    transition: all 400ms ease;
}

.widget-see-more:hover {
    background: #000;
    color: #fff;
}

.media-part {
    width: 325px;
    height: 206px;
}

.media-part-img {
    width: fit-content;
    height: 206px;
}

@media (max-width: 1050px) {
    .wigget-box-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wigget-box-4:nth-child(3n + 0) {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .wigget-box-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 30px;
    }

    .wigget-box-4:first-child {
        padding-top: 0;
    }

    .widget-des-box .widget-counter li {
        padding: 0px 8px;
    }
}

@media (max-width: 440px) {
    .widget-des-box .widget-counter li {
        flex-basis: calc(50% - 20px);
    }
    .widget-des-box .widget-counter li:nth-child(2):before {
        visibility: hidden;
    }
    .onlyone {
        margin: 0;
    }
    .media-part {
        width: 310px;
        height: 206px;
    }
}

@media (max-width: 380px) {
    .media-part {
        width: 290px;
        height: 206px;
    }
}