/* fonts, reset styles, header, footer */

@font-face {
    font-family: "Montserrat-ExtraBold";
    font-style: normal;
    font-weight: 800;
    src: url("./fonts/Montserrat-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat-Medium";
    font-style: normal;
    font-weight: 500;
    src: url("./fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: 500;
    src: url("./fonts/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/Montserrat-Bold.woff2") format("woff2");
}

:root {
    --color-primary: #4CC7D6;
    --color-secondary: #02B0C4;
    --border-radius: 15px;
}

html {
    height: 100%;
    margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0
}

li,
ul {
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

button,
input,
select {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: transparent
}

button:hover {
    cursor: pointer;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}


.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    background-color: var(--color-primary);
    -webkit-box-shadow: 0 0 15px rgba(13, 119, 135, .15);
    box-shadow: 0 0 15px rgba(13, 119, 135, .15)
}

@media screen and (max-width: 769px) {
    .header {
        height: 50px
    }
}

.header__login {
    margin-left: 20px
}

@media screen and (max-width:769px) {
    .header__login {
        margin-left: 15px
    }
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:769px) {
    .header__inner {
        height: 50px;
        padding: 0
    }
}

.header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:480px) {
    .header__wrapper.active {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 0 0 var(--border-radius) var(--border-radius);
        background-color: var(--color-primary);
        -webkit-box-shadow: 0 0 15px rgba(13, 119, 135, .15);
        box-shadow: 0 0 15px rgba(13, 119, 135, .15)
    }

    .header__wrapper.active .mobileSearch {
        display: none
    }

    .header__wrapper.active .header__search {
        right: 50px;
        display: block;
        width: calc(100% - 70px)
    }
}

.header__logo {
    margin-right: 45px;
}

.header__logo img {
    margin-top: 6px;
}

@media screen and (max-width:769px) {
    .header__logo {
        height: 100%;
        margin-right: 15px;
    }
}

.header__search {
    margin: 0 20px 0 auto;
}

@media screen and (max-width:769px) {
    .header__search {
        position: absolute;
        right: 0;
        visibility: hidden;
        margin-right: 0;
        pointer-events: none;
        opacity: 0
    }

    .header__search.visible {
        position: static;
        visibility: visible;
        pointer-events: all;
        opacity: 1
    }
}

@media screen and (max-width:769px) and (max-width:480px) {
    .header__search.visible {
        position: absolute;
        width: calc(100% + 88px);
        padding-right: 35px
    }
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 136px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:769px) {
    .logo {
        max-width: 100px
    }
}

.menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media screen and (max-width:1261px) {
    .menu-nav {
        display: none
    }
}

.menu-nav__link,
.menu-nav__sticker {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: lowercase;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-nav__link,
.menu-nav__link:before {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-nav__link {
    font-size: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    height: 100%
}

.menu-nav__link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 15px);
    height: 42px;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 100px;
    background: rgba(255, 255, 255, .1)
}

@media screen and (min-width:769px) {
    .menu-nav__link:hover {
        color: rgba(255, 255, 255, .8)
    }
}

.menu-nav__link.active,
.menu-nav__link:active {
    color: #fff
}

.menu-nav__link.active:before,
.menu-nav__link:active:before {
    opacity: 1
}

.mobileMenu {
    font-size: 18px;
    font-weight: 700;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    max-width: 320px;
    height: 100%;
    padding: 80px 15px 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
    opacity: 0;
    color: #fff;
    background-color: var(--color-primary)
}

@media screen and (max-width:480px) {
    .mobileMenu {
        padding-top: 70px
    }
}

@media screen and (max-width:375px) {
    .mobileMenu {
        max-width: 100%
    }
}

.mobileMenu__list {
    height: calc(100% - 30px)
}

.mobileMenu__inner {
    height: 100%
}

.mobileMenu__live {
    position: relative
}

.mobileMenu__live:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    border-radius: 100%;
    background-color: red
}

.mobileMenu__item,
.mobileMenu__live {
    padding: 10px 0;
    text-transform: lowercase;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.mobileMenu__link {
    color: #fff
}

.mobileMenu__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.mobileMenu__socials .socials__item:not(:last-child) {
    margin-bottom: 0
}

.mobileMenu__socials .socials__icon {
    width: 30px;
    height: 30px
}

.mobileMenu.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
    opacity: 1
}

.overlay {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.overlay.active,
.teleProgram__item.latest .teleProgram__time:after {
    display: block
}

.broadcastLive {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 42px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    color: #fff;
    border-radius: 50px;
    background: rgba(255, 255, 255, .2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:769px) {
    .broadcastLive:hover {
        background: rgba(255, 255, 255, .3)
    }
}

@media screen and (max-width:769px) {
    .broadcastLive {
        display: none
    }
}

.broadcastLive:before {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: red
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.footer {
    padding: 30px 0;
    margin-top: calc(var(--border-radius) * -1);
    color: #fff;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    background-color: var(--color-primary);
    -webkit-box-shadow: 0 0 15px rgba(13, 119, 135, .15);
    box-shadow: 0 0 15px rgba(13, 119, 135, .15);
    z-index: 5;
}

@media screen and (max-width:480px) {
    .footer {
        padding-top: 10px
    }
}

.footer__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px
}

@media screen and (max-width:1100px) {
    .footer__inner {
        gap: 20px
    }
}

@media screen and (max-width:480px) {
    .footer__inner {
        gap: 30px
    }
}

.footer__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:769px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px)
    }
}

@media screen and (max-width:480px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.footer__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}

@media screen and (max-width:769px) {
    .footer__col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px)
    }
}

@media screen and (max-width:480px) {
    .footer__col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .footer__col:last-child {
        position: absolute;
        top: 20px;
        right: 0
    }

    .footer__col:last-child .footer__title {
        display: none
    }
}

@media screen and (max-width:415px) {
    .footer__col:last-child {
        position: static
    }
}

.footer__company {
    line-height: 140%;
    margin-bottom: 30px
}

.footer__company a {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #fff
}

@media screen and (min-width:769px) {
    .footer__company a:hover {
        color: rgba(255, 255, 255, .8)
    }
}

@media screen and (max-width:480px) {
    .footer__company {
        font-size: 14px;
        max-width: 250px;
        margin-bottom: 20px
    }
}

.footer__title {
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.footer__item:not(:last-child) {
    margin-bottom: 12px
}

.footer__link {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #fff
}

@media screen and (min-width:769px) {
    .footer__link:hover {
        color: rgba(255, 255, 255, .8)
    }
}

.footer__copy {
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7)
}

@media screen and (max-width:480px) {
    .footer__copy {
        font-size: 14px
    }

    .socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px
    }

    .socials .socials__item:not(:last-child) {
        margin-bottom: 0
    }

    .socials .socials__item span {
        display: none
    }

    .socials .socials__img {
        width: 30px;
        height: 30px
    }
}

.socials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.socials__item:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (min-width:769px) {
    .socials__item:hover .socials__icon {
        fill: #444
    }
}

.socials__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17px;
    height: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:480px) {
    .socials__icon {
        width: 30px;
        height: 30px
    }
}

.socials__icon img {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.broadcastLive,
.search {
    position: relative;
    height: 38px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:480px) {

    .broadcastLive,
    .search {
        height: 34px
    }
}

.search.value .search__btn,
.value.broadcastLive .search__btn {
    pointer-events: all;
    color: var(--color-secondary)
}

.active.broadcastLive,
.search.active {
    position: absolute;
    right: 0;
    width: 100%;
    padding-right: 34px
}

@media screen and (max-width:480px) {

    .active.broadcastLive,
    .search.active {
        padding-right: 0
    }
}

.active.broadcastLive .search__form,
.search.active .search__form {
    width: 100%;
    background-color: #fff
}

.active.broadcastLive .search__btn,
.active.broadcastLive .search__clear,
.search.active .search__btn,
.search.active .search__clear {
    display: block
}

.active.broadcastLive .search__img .search__icon,
.search.active .search__img .search__icon {
    fill: var(--color-secondary)
}

.active.broadcastLive .search__input,
.search.active .search__input {
    font-weight: 700;
    width: 100%;
    padding-right: 110px;
    color: var(--color-secondary);
    background-color: #fff
}

.search__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 115px;
    height: 100%;
    padding-left: 35px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50px;
    background: rgba(255, 255, 255, .2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width:769px) {
    .search__form:hover {
        background: rgba(255, 255, 255, .3)
    }
}

.search__open {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width:769px) {
    .search__open {
        display: block
    }

    .search__open.hidden {
        position: absolute;
        visibility: hidden;
        pointer-events: none;
        opacity: 0
    }
}

@media screen and (max-width:769px) and (max-width:480px) {
    .search__open.hidden+.sandwich {
        display: none
    }
}

.search__img {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

@media screen and (max-width:769px) {
    .search__img {
        left: 10px
    }
}

.search__clear {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    display: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:480px) {
    .search__clear {
        width: 30px;
        height: 30px
    }
}

.search__icon {
    width: 100%;
    height: 100%;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
    fill: #fff
}

.search__btn {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 100%;
    padding: 0 25px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    pointer-events: none;
    color: rgba(2, 176, 196, .4)
}

@media screen and (max-width:480px) {
    .search__btn {
        font-size: 14px;
        padding: 0 15px
    }
}

.search__input {
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 6px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    color: #fff;
    border-radius: 50px
}

@media screen and (max-width:480px) {
    .search__input {
        font-size: 16px
    }
}

.search__input::-webkit-input-placeholder {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: rgba(255, 255, 255, .7)
}

.search__input::-moz-placeholder {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: rgba(255, 255, 255, .7)
}

.search__input:-ms-input-placeholder,
.search__input::-ms-input-placeholder {
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: rgba(255, 255, 255, .7)
}

.search__input::placeholder {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: rgba(255, 255, 255, .7)
}

.search__input:focus::-webkit-input-placeholder {
    opacity: 0
}

.search__input:focus::-moz-placeholder {
    opacity: 0
}

.search__input:focus:-ms-input-placeholder,
.search__input:focus::-ms-input-placeholder {
    opacity: 0
}

.search__input:focus::placeholder {
    opacity: 0
}

.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 37px;
    height: 37px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width:769px) {
    .login {
        width: 25px;
        height: 25px;
        background-color: transparent
    }
}

@media screen and (min-width:769px) {

    .login:focus,
    .login:hover {
        background-color: rgba(255, 255, 255, .3)
    }
}

.login__icon {
    width: 17px;
    height: 17px;
    fill: #fff
}

@media screen and (max-width:769px) {
    .login__icon {
        width: 25px;
        height: 25px
    }
}


.sandwich {
    position: relative;
    display: none;
    width: 30px;
    height: 24px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width:1261px) {
    .sandwich {
        display: block
    }
}

@media screen and (max-width:769px) {
    .sandwich {
        margin-left: 15px
    }
}

.sandwich.active .sandwich__line--top {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sandwich.active .sandwich__line--middle {
    opacity: 0
}

.sandwich.active .sandwich__line--bottom {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sandwich__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
    border-radius: 3px;
    background-color: #fff
}

.sandwich__line--top {
    top: 0
}

.sandwich__line--middle {
    top: 9px
}

.sandwich__line--bottom {
    top: 18px
}