body,
body * {
    font-family: sans-serif !important;
}

body {
    --formBackground: #fff;
    --formColor: #333;
    --formButtonColor: #2270de;
    --formLinkColor: #195f7e;
    --formLinkColorDark: #10283d;
    --white-color: #fff;
}

* {
    box-sizing: border-box;
}

:root {
    --backgroundColor: #ffffff;
}

:root {
    --generalTextColor: #14171a;
    --mainThemeColor: #2378c5;
    --linkColor: var(--mainThemeColor);
    --linkHoverColor: var(--linkColor);
    --moduleTextHighlightColor: var(--mainThemeColor);
    --moduleTextHighlightColorOnDark: var(--moduleTextHighlightColor);
    --moduleTextColor: var(--generalTextColor);
    --moduleTitleColor: var(--mainThemeColor);
    --moduleTitleColorOnDark: #fff;
    --moduleTitleScheduleColor: var(--moduleTitleColor);
    --moduleTitleScheduleColorOnDark: var(--moduleTitleColorOnDark);
    --surveyNameBgColor: var(--mainThemeColor);
    --ctaBgHover1: var(--mainThemeColor);
    --ctaBgHover2: var(--ctaBgHover1);
    --navbarBgColor: #00344d;
    --navbarLinksColor: #fff;
    --navbarLinksUnderlineColor: var(--portalNavbarBgColor1);
    --portalNavbarBgColor1: #2378c5;
    --portalNavbarBgColor2: var(--portalNavbarBgColor1);
    --footerBgColor: #00344d;
    --footerBorderColor: #ababab;
    --footerGeneralTextColor: #535353;
    --footerLinkColor: #535353;
    --footerLinkHoverColor: #027bc4;
    --footerNavLinkColor: #0059a3;
    --footerTextHighlightColor: #0059a3;
    --logoTextColor: var(--navbarLinksColor);
    --sectionNavbarBgColor: var(--sectionNavbarBgColorDefault, --navbarBgColor, --mainThemeColor);
    --socialMediaBackground: #002333;
}

body {
    font-size: 16px;
    margin: 0;
}

body {
    overflow-x: hidden;
}

body {
    background-color: var(--backgroundColor);
}

.LoginForm {
    --formBackground: #fff;
    --formColor: #333;
    --formButtonColor: #2270de;
    --formLinkColor: #195f7e;
    --formLinkColorDark: #10283d;
    display: none;
}

.Page-header {
    background: var(--navbarBgColor);
    transition: top .1s ease, transform .8s ease;
    width: 100%;
    z-index: 99;
}

.Page-header {
    position: sticky;
    transform: translateY(0);
    transition: top .3s ease, transform .8s ease;
    z-index: 100;
}

.PageHeaderMain__mask {
    transition: background-color .5s, -webkit-backdrop-filter .5s ease-in-out;
    transition: background-color .5s, backdrop-filter .5s ease-in-out;
    transition: background-color .5s, backdrop-filter .5s ease-in-out, -webkit-backdrop-filter .5s ease-in-out;
}


.Footer {
    background-color: #fefefe;
    color: var(--footerGeneralTextColor);
    display: grid;
    justify-items: center;
    position: relative;
}

.LoginForm-container {
    position: relative;
}

.Page-header-drawer {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: grid;
    grid-template-columns: auto 32px 130px 40px;
    grid-template-rows: auto auto;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .Page-header-drawer {
        grid-template-columns: auto auto 32px 130px 40px;
        grid-template-rows: 70px;
        height: 70px;
    }

    .Page-header-drawer {
        height: 70px;
    }
}

.Floating-ad {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
}

@media screen and (max-height: 650px) {
    .Floating-ad {
        top: 320px;
    }
}


.Breadcrumb {
    box-sizing: border-box;
    font-weight: 500;
    margin: 10px 0 10px;
}

@media (min-width: 992px) {
    .Breadcrumb {
        margin: 20px 0;
    }
}

.Page-main {
    margin: 0 auto;
    max-width: 1360px;
    width: 98%;
}

@media (min-width: 992px) {
    .Page-main[data-hasasidecontent] {
        grid-gap: 22px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
}

.Footer__logo {
    justify-self: center;
    margin: 32px 0;
}

.Footer__logo:after {
    background: linear-gradient(270deg, #b0c535, #d6c4c6 23.38%, #613889 48.29%, #356cbe 74.78%, #74c085);
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin-top: 20px;
    position: absolute;
    right: 0;
}

.Footer__content {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .Footer__content {
        margin: 16px;
        max-width: 1300px;
    }
}

.Footer__bottom {
    background: var(--footerBgColor);
    display: flex;
    justify-content: center;
    width: 100%;
}

.LoginForm-login-container {
    align-content: center;
    align-items: center;
    background-color: var(--formBackground);
    border: 0;
    border-radius: 10px;
    color: var(--formColor);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    max-height: 600px;
    max-width: 450px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    top: 120px;
    width: 100%;
    z-index: 99999;
}

.Page-header-drawer>* {
    flex-grow: 0;
    flex-shrink: 0;
}

.Page-header-drawer .Page-logo {
    grid-column: 1;
    grid-row: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 8px;
}

.Page-header-drawer .MainNavigation-Hamburguer-label {
    align-self: center;
    grid-column: 4;
    grid-row: 1;
    top: 0;
}

@media (min-width: 768px) {
    .Page-header-drawer .MainNavigation-Hamburguer-label {
        grid-column: 5;
        grid-row: 1;
    }
}

.Page-header-drawer .MainNavigation-Hamburguer-label {
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    grid-template-rows: auto auto auto;
    height: 24px;
    position: relative;
    transition: background-color .5s ease-in-out;
    width: 40px;
    z-index: 10;
}

.MainNavigation-search-trigger {
    align-items: center;
    cursor: pointer;
    display: flex;
    grid-column: 3;
    grid-row: 1;
    height: 34px;
    justify-content: end;
    padding: 7px;
    width: 34px;
    z-index: 2;
}

.Page-header-drawer .MainNavigation-search-trigger {
    grid-column: 2;
    grid-row: 1;
    position: relative;
}

@media (min-width: 768px) {
    .Page-header-drawer .MainNavigation-search-trigger {
        grid-column: 3;
        grid-row: 1;
    }
}

.MainNavigation-search-trigger:before {
    content: "";
    display: inline-block;
    height: 20px;
    transform: rotate(0deg);
    transition: transform .2s linear 0s;
    width: 30px;
}

.MainNavigation-search {
    top: 0;
}

@media (min-width: 768px) {
    .MainNavigation-search {
        position: relative;
    }

    form.MainNavigation-search {
        align-items: center;
        display: flex;
        height: 70px;
        justify-content: flex-end;
        z-index: 2;
    }
}

.Page-header-drawer .MainNavigation-search {
    align-items: center;
    color: #fff;
    grid-column: 1/span 4;
    grid-row: 2;
    justify-content: center;
}

@media (min-width: 768px) {
    .Page-header-drawer .MainNavigation-search {
        grid-column: 2;
        grid-row: 1;
        height: 70px;
        justify-content: flex-end;
    }
}

.LiveButton {
    align-items: center;
    background-color: #6f6f6f;
    border-radius: 20px;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: space-evenly;
    text-decoration: none;
}

.LiveButton--active {
    background-color: #c90005;
    cursor: pointer;
}

.Page-header-drawer .LiveButton {
    align-self: center;
    grid-column: 3;
    grid-row: 1;
}

@media (min-width: 768px) {
    .Page-header-drawer .LiveButton {
        grid-column: 4;
        grid-row: 1;
    }
}

.Page-header-drawer .MainNavigation-show {
    background: #eee;
    display: none;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity 1s ease-in;
    visibility: hidden;
    width: 816px;
    z-index: 1000;
}

@media (min-width: 1024px) {
    .Page-header-drawer .MainNavigation-show {
        height: auto;
        width: 750px;
    }
}

.GoogleDfpAd {
    align-items: center;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.Floating-ad-close {
    background: #000;
    border-radius: 4px;
    display: none;
    height: 20px;
    right: -20px;
    top: 0;
    width: 20px;
}

.Floating-ad-close {
    cursor: pointer;
    position: absolute;
    text-align: center;
}

.Breadcrumb>* {
    box-sizing: border-box;
}

.Breadcrumb__container {
    align-items: center;
    display: flex;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .Breadcrumb__container {
        max-width: 1360px;
    }
}

.Page-mainContent {
    grid-column: 1/span 12;
    padding: 10px;
}

.Page-mainContent {
    display: block;
}

@media (min-width: 992px) {
    .Page-main[data-hasasidecontent] .Page-mainContent {
        grid-column: 1/span 9;
    }
}

.PageLogo__link {
    align-items: center;
    display: flex;
    gap: 30px;
    margin: 0;
    text-decoration: none;
}

.PageLogo__link {
    display: flex !important;
}

.Footer a {
    color: var(--footerLinkColor);
}

.Footer a:hover {
    color: var(--footerLinkHoverColor);
}

.Footer__bottom-container {
    align-items: center;
    display: grid;
    gap: 32px;
    justify-content: center;
    max-width: 1300px;
    padding: 16px;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .Footer__bottom-container {
        grid-template-columns: auto 50% 30%;
    }
}

.LoginForm-close {
    border-radius: 50%;
    color: #b3b5b3;
    cursor: pointer;
    font-size: 25px;
    height: 30px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 8px;
    width: 30px;
    z-index: 99;
}

.LoginForm-close:before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 5px;
    width: 20px;
}

.LoginForm-login-container>div {
    box-sizing: border-box;
    padding: 25px 20px;
}

.LoginForm .EmailLoginForm {
    box-sizing: border-box;
    height: 100%;
    left: 100%;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    transition: left .3s linear 0s, opacity .3s linear 0s;
    width: 100%;
}

.LoginForm .EmailLoginForm {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.Page-header-drawer .Page-logo a {
    display: block;
}

.Page-header-drawer .MainNavigation-Hamburguer-top {
    background-color: #fff;
    content: "";
    height: 3px;
    position: absolute;
    right: 5px;
    width: 30px;
}

.Page-header-drawer .MainNavigation-Hamburguer-top {
    top: calc(50% - 10px);
    transition: transform .5s, top .5s;
}

.Page-header-drawer .MainNavigation-Hamburguer-mid {
    background-color: #fff;
    content: "";
    height: 3px;
    position: absolute;
    right: 5px;
    width: 30px;
}

.Page-header-drawer .MainNavigation-Hamburguer-mid {
    top: calc(50% - 2px);
    transition: opacity .5s;
}

.Page-header-drawer .MainNavigation-Hamburguer-bot {
    background-color: #fff;
    content: "";
    height: 3px;
    position: absolute;
    right: 5px;
    width: 30px;
}

.Page-header-drawer .MainNavigation-Hamburguer-bot {
    top: calc(50% + 6px);
    transition: transform .5s, top .5s;
}

.MainNavigation-search-inputs {
    display: block;
}

@media (min-width: 768px) {
    .MainNavigation-search-inputs {
        background: #124c68;
        border: 1px solid #027bc4;
        border-radius: 20px;
        max-width: 300px;
        opacity: 0;
        overflow: hidden;
        right: 0;
        top: 0;
        transition: opacity .2s linear 0s;
        white-space: nowrap;
        width: 100%;
    }
}

.Live-circle {
    --white-color: #fff;
    align-items: center;
    border: 2px solid var(--white-color);
    border-radius: 100%;
    display: flex;
    height: 17px;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    width: 17px;
}

.LiveButton__label {
    margin: 0;
}

.MainNavigation-show .Header-menu {
    display: none;
    justify-content: space-between;
    width: 100%;
}

.Page-header-drawer .MainNavigation-show .Images-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    grid-row: 2;
    justify-content: center;
    padding: 0;
}

@media (min-width: 768px) {
    .Page-header-drawer .MainNavigation-show .Images-container {
        padding: 40px 24px 24px;
    }
}

.Page-header-drawer .MainNavigation-show .Navigations-container {
    grid-row: 3;
    position: relative;
}

.Page-header-drawer .MainNavigation-show .Navigations-container::-webkit-scrollbar {
    display: none;
}

.Page-header-drawer .MainNavigation-show .Page-social {
    grid-row: 4;
    height: -moz-fit-content;
    height: fit-content;
    margin: 16px 0;
    width: 100%;
}

.Floating-ad-close div {
    cursor: pointer;
    position: absolute;
    text-align: center;
}

.Floating-ad-close div {
    -webkit-touch-callout: none;
    color: #fff;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.GoogleDfpAd-LeaderBoard {
    min-height: 70px;
}

@media (min-width: 768px) {
    .GoogleDfpAd-LeaderBoard {
        min-height: 90px;
    }
}

@media only screen and (min-width: 768px) {
    .fullbannerinternas>.GoogleDfpAd[data-module] {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.Breadcrumb__item {
    border: 2px solid transparent;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 10px -5px #000;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px 5px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 576px) {
    .Breadcrumb__item {
        font-size: 16px;
        padding: 5px 15px 5px 40px;
    }
}

.Breadcrumb__item--home {
    background-color: #00364f;
    z-index: 2;
}

.Breadcrumb__item--section {
    background-color: #027bc4;
    margin-left: -20px;
    z-index: 1;
}

.Breadcrumb__item--content {
    background-color: #fff;
    border: 1px solid #00364f;
    margin-left: -20px;
}

.ModuleType-headline {
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
    margin-right: .5rem;
    position: relative;
}

.Page-main>.Page-mainContent>.ModuleType-headline {
    border: 0;
    margin: 0;
}

.CreativeWorkPage-metas {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    justify-content: space-between;
    margin-bottom: 16px;
    order: 3;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
    width: 100%;
}

.CreativeWorkPage-metas:before {
    background-color: rgba(0, 0, 0, .2);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}

.ContentMedia-container {
    margin: 20px 0;
}

.block_tv {
    background-color: rgb(143, 6, 97);
    text-align: center;
}

.Footer__logo picture {
    display: block;
    height: auto;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .FooterColumns-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }
}

.Footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Footer__bottom .Page-social {
    display: flex;
}

@media only screen and (min-width: 1024px) {
    .Footer__bottom .Page-social {
        grid-column: 3;
        grid-row: 1;
        justify-content: end;
    }

    .Footer__bottom .Page-partners {
        grid-column: 1;
        grid-row: 1;
    }
}

.Footer__bottom .Page-disclaimer {
    color: #eee;
    font-size: 12px;
}

@media only screen and (min-width: 1024px) {
    .Footer__bottom .Page-disclaimer {
        grid-column: 2;
        grid-row: 1;
    }
}

.LoginForm-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 5px;
}

.LoginForm-title {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.LoginForm-description {
    margin-bottom: 15px;
}

.LoginForm-description {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.LoginForm-description {
    font-size: 14px;
}

.LoginForm-legend {
    outline: 0;
}

.LoginForm-legend {
    min-width: 300px;
}

.LoginForm-legend {
    font-size: .8em;
    line-height: 1.4;
    text-align: center;
}

.LoginForm-legend {
    margin: 10px auto 0;
}

.LoginForm-legend {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.LoginForm .EmailLoginForm-back {
    background: transparent;
    border: 0;
    color: var(--formColor);
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    left: 8px;
    padding: 0;
    position: absolute;
    top: 8px;
    width: 30px;
}

.LoginForm .EmailLoginForm-back::before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 18px;
}

.LoginForm .EmailLoginForm .LoginForm-title {
    margin-top: 20px;
}

.LoginForm .EmailLoginForm form {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.LoginForm .RecoveryForm {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.LoginForm .RegistryForm {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.Page-header-drawer .Page-logo a picture {
    display: block;
}

.PageLogo__legend {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.MainNavigation-search-inputs-main {
    align-items: center;
    display: flex;
}

@media (min-width: 768px) {
    .MainNavigation-search-inputs-main {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 41px;
        position: relative;
    }
}

.Live-circle-inner {
    background-color: var(--white-color);
    border-radius: 100%;
    height: 5px;
    width: 5px;
}

.Page-header-drawer .MainNavigation-show .Images-container-row {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.MainNavigation {
    position: relative;
}

.Navigations-container .MainNavigation {
    display: none;
    list-style: none;
    padding: 0;
    position: relative;
}

.Navigations-container .MainNavigation.Show-Navigation {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 8px;
}

.Show-menu-list {
    list-style: none;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .Show-menu-list {
        border-right: 5px solid #1d364f;
        padding: 0;
    }
}

.Breadcrumb__body {
    margin: 0;
}

.Breadcrumb__body--home {
    color: #fff;
}

.Breadcrumb__body--section {
    color: #fff;
}

.Breadcrumb__body--content {
    color: #00364f;
}

.ModuleType-headline-text {
    font-size: 1.5rem;
}

.ModuleType-headline-text {
    margin: 0;
    padding: .2rem 1rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.ModuleType-headline-text {
    line-height: initial;
}

.Page-main>.Page-mainContent>.ModuleType-headline>.ModuleType-headline-text {
    background-color: unset;
    color: #00364f;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    text-transform: none;
}

@media (min-width: 992px) {
    .Page-main>.Page-mainContent>.ModuleType-headline>.ModuleType-headline-text {
        font-size: 2.438rem;
    }
}

.CreativeWorkPage-metas-container {
    display: flex;
    flex: 1;
    flex-basis: 60%;
    flex-direction: column;
    gap: 10px;
}

.CreativeWorkPage-actions {
    display: flex;
    flex-basis: 40%;
    justify-content: flex-end;
}

.VideoPage-player {
    margin-bottom: 20px;
    width: 100%;
}

.block_tv p {
    font-size: 30px;
    color: white;
    font-weight: 900;
    padding-top: 10px;
}

.tv_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-bottom: 10px;
}

.Footer__logo .PageLogo-image {
    height: auto;
    width: 190px;
}

.FooterColumns-columns-item {
    padding: 16px;
}

@media (min-width: 768px) {
    .FooterColumns-columns-item {
        padding: initial;
    }
}

@media only screen and (min-width: 1024px) {
    .FooterColumns-columns-item:first-child {
        grid-column: 1/span 2;
        margin-bottom: 32px;
    }

    .FooterColumns-columns-item:nth-child(2) {
        grid-column: 1;
    }

    .FooterColumns-columns-item:nth-child(3) {
        align-self: center;
        grid-column: 1;
        grid-row: 2;
        margin: 16px 0;
    }

    .FooterColumns-columns-item:nth-child(4) {
        border-left: 1px solid var(--footerBorderColor);
        grid-column: 2;
        grid-row: 2/span 3;
    }
}

.LoginForm-providers--item {
    margin-bottom: 15px;
}

.LoginForm-providers--item {
    text-align: center;
}

.LoginForm-providers--item:last-child {
    margin-bottom: 0;
}

.LoginForm-legend a {
    color: var(--formLinkColor);
    text-decoration: none;
}

.LoginForm-msg {
    display: none;
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.LoginForm-field-container {
    margin-bottom: 30px;
    position: relative;
}

.LoginForm .RecoveryForm .LoginForm-title {
    margin-top: 20px;
}

.LoginForm .RecoveryForm form {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.LoginForm .RecoveryForm-verification:not(.active) {
    display: none;
}

.LoginForm .RegistryForm form {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.LoginForm .RegistryForm-verification:not(.active) {
    display: none;
}

.Page-header-drawer .Page-logo a picture img {
    height: auto;
    max-width: 160px;
    min-height: 47px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

@media (min-width: 468px) {
    .Page-header-drawer .Page-logo a picture img {
        max-width: 200px;
    }
}

.MainNavigation-search-inputs [type="text"] {
    height: 30px;
}

.MainNavigation-search-inputs [type="text"] {
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    flex-grow: 1;
    font-size: 12px;
    margin-right: 20px;
    outline: 0;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .MainNavigation-search-inputs [type="text"] {
        margin-right: 0;
    }

    .MainNavigation-search-inputs-main [type="text"] {
        background-color: transparent;
        font-size: 14px;
        min-width: calc(100% - 80px);
        outline: none;
        width: calc(100vw - 440px);
    }
}

.MainNavigation-search-inputs [type="submit"] {
    height: 30px;
}

.MainNavigation-search-inputs [type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    font-size: 0;
}

.MainNavigation-search [type="submit"] {
    align-items: center;
    cursor: pointer;
    display: flex;
    grid-column: 3;
    grid-row: 1;
    justify-content: end;
}

.MainNavigation-search [type="submit"] {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .MainNavigation-search [type="submit"] {
        align-items: center;
        display: flex;
        height: 70px;
        padding: 0 10px 0 20px;
        position: relative;
    }
}

.MainNavigation-search [type="submit"]::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}

.Page-header-drawer .MainNavigation-show .Images-container .Navigation-Image {
    border: 3px solid transparent;
    border-radius: 16px;
    padding: 8px;
    transition: border .6s linear;
}

.Page-header-drawer .MainNavigation-show .Images-container .Navigation-Image.Show-Navigation {
    border: 3px solid #356cbe;
}

@media (min-width: 768px) {
    .MainNavigation-items {
        height: 40px;
        justify-content: flex-start !important;
        padding-left: 32px;
    }

    .MainNavigation.Show-menu-list .MainNavigation-items {
        display: flex;
        height: 30px;
        justify-content: flex-end !important;
        padding-right: 32px;
    }
}

.SocialBar-items {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-auto-flow: column;
    margin: 0;
    padding: 0;
}

.Page-header-drawer .MainNavigation-show .Page-social .SocialBar-items {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (min-width: 468px) {
    .Page-header-drawer .MainNavigation-show .Page-social .SocialBar-items {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.CreativeWorkPage-metas-dateTags {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 576px) {
    .CreativeWorkPage-metas-dateTags {
        align-items: center;
        flex-direction: row;
        gap: 16px;
    }
}

#container_video {
    position: relative;
    z-index: 99999;
}

#container_video {
    position: relative;
    z-index: 2;
}

.block_tv img {
    width: 100px;
    border-radius: 50%;
}

@media only screen and (min-width: 1024px) {
    .FooterColumns-columns-item:nth-child(4)>div {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr .5fr;
        justify-items: center;
    }
}

.Footer__bottom .Page-partners img {
    height: 32px;
    width: auto;
}

@media only screen and (min-width: 1024px) {
    .Footer__bottom .Page-partners img {
        height: auto;
        max-width: 190px;
        width: 100%;
    }
}

.LoginForm-providers--item>* {
    margin: 0 auto;
    width: 250px;
}

.LoginForm-providers .oauth-signin {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d2d4d8;
    border-radius: 3px;
    color: #000;
    display: flex;
    flex-direction: row;
    font-size: 1em;
    justify-content: center;
    padding: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 250px;
}

.LoginForm-providers .oauth-signin:hover {
    cursor: pointer;
}

.LoginForm-providers .oauth-signin:active,
.LoginForm-providers .oauth-signin:hover {
    border-color: #cadcfb;
}

.LoginForm-providers .oauth-signin:hover {
    background-color: #f7f9fe;
}

.LoginForm-providers .oauth-signin-ytbranding {
    display: block;
    height: auto;
    margin-top: 5px;
    width: 130px;
}

.LoginForm-providers .gid-signin {
    height: 44px;
    overflow: hidden;
}

.LoginForm-providers .gid-signin:empty {
    display: none;
}

.LoginForm-providers .fb-login-button-custom {
    -moz-text-size-adjust: none;
    align-items: center;
    background-color: #1877f2;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    letter-spacing: .25px;
    opacity: 1;
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 250px;
}

.LoginForm-providers .fb-login-button-custom:hover {
    opacity: .8;
}

.LoginForm-providers .appleid-signin {
    border: 1px solid #d2d4d8;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}

.LoginForm-providers .appleid-signin:hover {
    opacity: .7;
}

.LoginForm-providers .email-login-button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d2d4d8;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 1em;
    justify-content: center;
    padding: 10px 0;
    transition: all .3s linear 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 250px;
}

.LoginForm-providers .email-login-button:hover {
    background-color: #efefef;
}

.email-login-button.icononly {
    display: none;
}

.LoginForm-providers .email-login-button:hover {
    background-color: #efefef;
}

.LoginForm-field {
    outline: 0;
}

.LoginForm-field {
    min-width: 300px;
}

.LoginForm-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--formColor);
    color: inherit;
    font-size: 16px;
    padding: 10px 30px;
}

.LoginForm-passtoggle {
    background: transparent;
    border: 0;
    color: inherit;
    font-size: 20px;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 30px;
}

.LoginForm-submit {
    outline: 0;
}

.LoginForm-submit {
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    min-width: 250px;
    padding: 10px 0;
    text-align: center;
    transition: all .3s linear 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.LoginForm-submit {
    background-color: var(--formButtonColor);
}

.LoginForm-submit:hover {
    opacity: .8;
}

.LoginForm-resend {
    outline: 0;
}

.LoginForm-resend {
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    min-width: 250px;
    padding: 10px 0;
    text-align: center;
    transition: all .3s linear 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.LoginForm-resend {
    background-color: var(--formLinkColorDark);
}

.LoginForm-resend:hover {
    opacity: .8;
}

.LoginForm .RegistryForm .LoginForm-title {
    margin-top: 20px;
}

.LoginForm-checkbox-container {
    outline: 0;
}

.LoginForm-checkbox-container {
    min-width: 300px;
}

.LoginForm-checkbox-container {
    font-size: .8em;
    line-height: 1.4;
    text-align: center;
}

.LoginForm-checkbox-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.LoginForm-checkbox-container {
    margin: 0 auto 30px;
}

.LoginForm-legend .EmailLoginForm-loginlink {
    background: 0;
    border: 0;
    color: var(--formLinkColor);
    display: inline;
    font-size: inherit;
    margin: 0 0 0 5px;
    padding: 0;
}

.SocialBar li,
.SocialBar-items-item {
    display: inline-block;
}

.SocialBar li {
    margin: 0;
}

.SocialBar-items-item:has(.twitter) {
    order: 2;
}

.SocialBar-items-item:has(.instagram) {
    order: 3;
}

.SocialBar-items-item:has(.tiktok) {
    order: 4;
}

.SocialBar-items-item:has(.youtube) {
    order: 5;
}

.SocialBar-items-item:has(.facebook) {
    order: 6;
}

.SocialBar-items-item:has(.whatsapp) {
    order: 1;
}

.Promo-tags {
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: flex;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.33em;
}

.ActionBar-items {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.ActionBar-items:before {
    align-items: center;
    content: "Поделиться";
    display: flex;
    font-size: 14px;
    margin-right: 5px;
}

#close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    background-image: url(../images/cross.svg);
    background-size: cover;
}

#open-video {
    display: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    height: 150px;
}

#popup {
    /*display: none;*/
    position: absolute;
    margin: auto;
    left: 50%;
    right: -15%;
    top: 0;
    /*bottom: 0;*/
    text-align: center;
    z-index: 99999999;
    height: 150px;
}
#popup1 {
    /*display: none;*/
    position: absolute;
    margin: auto;
    left: 50%;
    right: -18%;
    top: 0;
    /*bottom: 0;*/
    text-align: center;
    z-index: 2;
    height: 150px;
}


#play {
    display: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    height: 150px;
}

#play {
    display: block;
}

#video {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}

#order {
    display: none;
    margin: 0 auto;
}

.Footer .Link,
.Footer a {
    color: var(--footerLinkColor);
}

.FooterColumns .FooterColumn-items>.Link {
    color: var(--footerTextHighlightColor);
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
    text-decoration: none;
}

.FooterColumns-columns-item:nth-child(3) .FooterColumn-items .Link {
    font-weight: 700;
}

.Footer .Link:focus,
.Footer .Link:hover,
.Footer a:focus,
.Footer a:hover {
    color: var(--footerLinkHoverColor);
}

.LoginForm-providers .oauth-signin>* {
    flex: 0 0 auto;
}

.LoginForm-providers .oauth-signin svg {
    margin-right: 10px;
}

.LoginForm-providers .fb-login-button-custom svg {
    height: 24px;
    margin-right: 10px;
    width: auto;
}

.LoginForm-spinner {
    animation: rotation 1s linear infinite;
    border: 5px solid #dedede;
    border-bottom-color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.LoginForm-providers .LoginForm-spinner {
    display: none;
}

.LoginForm-providers .email-login-button i {
    margin-right: 10px;
}

.LoginForm-providers--item .email-login-button i::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
}

.LoginForm .fa-eye {
    content: "";
    display: inline-block;
    height: 20px;
    width: 25px;
}


.LoginForm-field[type="password"]+.LoginForm-passtoggle .fa-eye {
    display: none;
}

.LoginForm .fa-eye-slash {
    content: "";
    display: inline-block;
    height: 20px;
    width: 25px;
}

.LoginForm-field[name="vcode"] {
    text-align: center;
}

.LoginForm-checkbox {
    margin-right: 5px;
    vertical-align: text-top;
}

.LoginForm-checkbox-container a {
    color: var(--formLinkColor);
    text-decoration: none;
}

.Page-header-drawer .MainNavigation-show .Images-container .Navigation-Image img {
    filter: grayscale(100%);
    height: auto;
    max-height: 40px;
    max-width: 56px;
    width: auto;
}

@media (min-width: 468px) {
    .Page-header-drawer .MainNavigation-show .Images-container .Navigation-Image img {
        max-height: unset;
        max-width: 80px;
    }
}

@media (min-width: 576px) {
    .Page-header-drawer .MainNavigation-show .Images-container .Navigation-Image img {
        max-width: 115px;
    }
}

.Page-header-drawer .MainNavigation-show .Images-container .Navigation-Image.Show-Navigation img {
    filter: grayscale(0);
    height: auto;
}

.Show-menu-list .NavigationItem-text {
    align-items: center;
    color: #424242;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 17px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.Navigations-container .NavigationItem-items {
    display: none;
    left: calc(100% + 5px);
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    white-space: nowrap;
    width: 80%;
    z-index: 1;
}

.Show-menu-list .NavigationItem-items {
    display: none;
    left: calc(100% + 5px);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 80%;
    z-index: 1;
}

@media (min-width: 768px) {
    .Show-menu-list .NavigationItem-items {
        display: none;
    }
}

.SocialLink {
    display: block;
    height: 32px;
    width: 32px;
}

.SocialLink.tiktok:before,
.SocialLink.twitter:before {
    background-color: var(--socialMediaBackground);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}

.SocialLink.facebook:before,
.SocialLink.instagram:before {
    background-color: var(--socialMediaBackground);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}


.SocialLink.whatsapp:before,
.SocialLink.youtube:before {
    background-color: var(--socialMediaBackground);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}

.ActionBar-items-item {
    font-size: 0;
}

#open-video>div {
    position: relative;
    background-color: rgba(0, 207, 47, 0.75);
    padding: 5px 20px;
    margin: 0 auto;
    width: 30%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer;
}
#popup1>div {
    position: relative;
    background-color: rgba(0, 207, 47, 0.75);
    padding: 5px 20px;
    margin: 0 auto;
    width: 30%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer;
}

#popup1>div {
    width: 40%;
    background-color: rgba(255, 0, 0, 0.75);
}
#popup>div {
    position: relative;
    background-color: rgba(0, 207, 47, 0.75);
    padding: 5px 20px;
    margin: 0 auto;
    width: 30%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer;
}

#popup>div {
    width: 40%;
    background-color: rgba(255, 0, 0, 0.75);
}

#play>div {
    background: no-repeat center/60px url(data:image/svg+xml;base64,CiAgICA8c3ZnIHZlcnNpb249IjEuMSIgZmlsbD0iI0ZGRkZGRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQ2Ljc1cHgiIGhlaWdodD0iMzIuNTYzcHgiIHZpZXdCb3g9IjcuOTk5IDkuMDYyIDQ2Ljc1IDMyLjU2MyIKICAgICAgICBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDcuOTk5IDkuMDYyIDQ2Ljc1IDMyLjU2MyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgID4KICAgICAgPHN0eWxlPgogICAgICAgIEAtd2Via2l0LWtleWZyYW1lcyBCTElOSyB7CiAgICAgICAgICAwJSB7IG9wYWNpdHk6IDA7IH0KICAgICAgICAgIDMzJSB7IG9wYWNpdHk6IDE7IH0KICAgICAgICAgIDY2JSB7IG9wYWNpdHk6IDE7IH0KICAgICAgICAgIDEwMCUgeyBvcGFjaXR5OiAwOyB9CiAgICAgICAgfQoKICAgICAgICBAa2V5ZnJhbWVzIEJMSU5LIHsKICAgICAgICAgIDAlIHsgb3BhY2l0eTogMDsgfQogICAgICAgICAgMzMlIHsgb3BhY2l0eTogMTsgfQogICAgICAgICAgNjYlIHsgb3BhY2l0eTogMTsgfQogICAgICAgICAgMTAwJSB7IG9wYWNpdHk6IDA7IH0KICAgICAgICB9CgogICAgICAgIC5hbmltYXRpb24gLmJsaW5rXzEgewogICAgICAgICAgLXdlYmtpdC1hbmltYXRpb246IEJMSU5LIDJzIGluZmluaXRlOwogICAgICAgICAgYW5pbWF0aW9uOiBCTElOSyAycyBpbmZpbml0ZTsKICAgICAgICAgIG9wYWNpdHk6IDA7CiAgICAgICAgfQoKICAgICAgICAuYW5pbWF0aW9uIC5ibGlua18yIHsKICAgICAgICAgIC13ZWJraXQtYW5pbWF0aW9uOiBCTElOSyAycyBpbmZpbml0ZSAuM3M7CiAgICAgICAgICBhbmltYXRpb246IEJMSU5LIDJzIGluZmluaXRlIC4zczsKICAgICAgICAgIG9wYWNpdHk6IDA7CiAgICAgICAgfQoKICAgICAgICAuYW5pbWF0aW9uIC5ibGlua18zIHsKICAgICAgICAgIC13ZWJraXQtYW5pbWF0aW9uOiBCTElOSyAycyBpbmZpbml0ZSAuNnM7CiAgICAgICAgICBhbmltYXRpb246IEJMSU5LIDJzIGluZmluaXRlIC42czsKICAgICAgICAgIG9wYWNpdHk6IDA7CiAgICAgICAgfQoKICAgICAgICAuYW5pbWF0aW9uIC5zbWFydHBsYXktc3ZnLWNvbG9yIHsKICAgICAgICAgIGZpbGw6ICcjRkZGRkZGJyAhaW1wb3J0YW50OwogICAgICAgIH0KCiAgICAgICAgLmFuaW1hdGlvbi5hZGp1c3RhYmxlIHsKICAgICAgICAgIGJvcmRlcjogNHB4IHNvbGlkICcjRkZGRkZGJzsKICAgICAgICB9CiAgICAgIDwvc3R5bGU+CgogICAgICA8ZyBjbGFzcz0iYWRqdXN0YWJsZSBmZyBhbmltYXRpb24iPgogICAgICAgIDxwYXRoIGNsYXNzPSJzbWFydHBsYXktc3ZnLWNvbG9yIiBkPSJNNTMuMjQ5LDM5LjYxNmMtMC4xODYsMC0wLjM3MS0wLjA1MS0wLjUzNy0wLjE1N2wtNDMuNS0yNy43NWMtMC40NjYtMC4yOTctMC42MDMtMC45MTYtMC4zMDYtMS4zODFjMC4yOTgtMC40NjYsMC45MTctMC42MDEsMS4zODEtMC4zMDZsNDMuNSwyNy43NWMwLjQ2NywwLjI5NywwLjYwNCwwLjkxNiwwLjMwNywxLjM4MUM1My45MDEsMzkuNDUzLDUzLjU3OSwzOS42MTYsNTMuMjQ5LDM5LjYxNnoiPjwvcGF0aD4KICAgICAgICA8cGF0aCBjbGFzcz0iYmxpbmtfMyBzbWFydHBsYXktc3ZnLWNvbG9yIiBkPSJNNDguODk2LDMzLjQ2N2wxLjY5OSwxLjA4NWMzLjQ5Ny03Ljc5MSwyLjA3My0xNy4yNzEtNC4zMTMtMjMuNjU5Yy0wLjM5MS0wLjM5MS0xLjAyMy0wLjM5MS0xLjQxNCwwcy0wLjM5MSwxLjAyMywwLDEuNDE0QzUwLjU4MSwxOC4wMTksNTEuOTEzLDI2LjQ2Myw0OC44OTYsMzMuNDY3eiI+PC9wYXRoPgogICAgICAgIDxwYXRoIGNsYXNzPSJibGlua18zIHNtYXJ0cGxheS1zdmctY29sb3IiIGQ9Ik00Ni45MjYsMzYuOTU2Yy0wLjYxMiwwLjg2My0xLjI4NiwxLjY5NS0yLjA1OSwyLjQ2OWMtMC4zOTIsMC4zOTEtMC4zOTIsMS4wMjMsMCwxLjQxNGMwLjE5NCwwLjE5NSwwLjQ1LDAuMjkzLDAuNzA3LDAuMjkzYzAuMjU2LDAsMC41MTItMC4wOTgsMC43MDYtMC4yOTNjMC44NzgtMC44NzgsMS42NDItMS44MjQsMi4zMzMtMi44MDdMNDYuOTI2LDM2Ljk1NnoiPjwvcGF0aD4KICAgICAgICA8cGF0aCBjbGFzcz0iYmxpbmtfMiBzbWFydHBsYXktc3ZnLWNvbG9yIiBkPSJNNDIuNTQzLDI5LjQxNWwxLjc3NywxLjEzNWMxLjU0NS01LjMxNSwwLjIyOS0xMS4yOTMtMy45NTMtMTUuNDc2Yy0wLjM5Mi0wLjM5MS0xLjAyMy0wLjM5MS0xLjQxNCwwYy0wLjM5MiwwLjM5MS0wLjM5MiwxLjAyMywwLDEuNDE0QzQyLjQ1NCwxOS45ODcsNDMuNjM5LDI0LjkyNSw0Mi41NDMsMjkuNDE1eiI+PC9wYXRoPgogICAgICAgIDxwYXRoIGNsYXNzPSJibGlua18yIHNtYXJ0cGxheS1zdmctY29sb3IiIGQ9Ik00MSwzMy4xNzRjLTAuNTYzLDAuOTQtMS4yMzUsMS44MzctMi4wNDcsMi42NDZjLTAuMzkxLDAuMzkyLTAuMzkxLDEuMDIzLDAsMS40MTRjMC4xOTUsMC4xOTUsMC40NTEsMC4yOTMsMC43MDcsMC4yOTNzMC41MTItMC4wOTgsMC43MDctMC4yOTNjMC45MTYtMC45MTQsMS42NzYtMS45MjQsMi4zMTctMi45ODRMNDEsMzMuMTc0eiI+PC9wYXRoPgogICAgICAgIDxwYXRoIGNsYXNzPSJibGlua18xIHNtYXJ0cGxheS1zdmctY29sb3IiIGQ9Ik0zNS43NzEsMjUuMDk0bDIuMDAzLDEuMjc3YzAuMDEyLTAuMjAzLDAuMDI5LTAuNDA0LDAuMDI5LTAuNjA5YzAtMy4wNzktMS4yLTUuOTc0LTMuMzgxLTguMTUzYy0wLjM5MS0wLjM5MS0xLjAyMi0wLjM5MS0xLjQxNCwwYy0wLjM5MSwwLjM5MS0wLjM5MSwxLjAyMywwLDEuNDE0QzM0LjY1MiwyMC42NjYsMzUuNjEzLDIyLjgwMiwzNS43NzEsMjUuMDk0eiI+PC9wYXRoPgogICAgICAgIDxwYXRoIGNsYXNzPSJibGlua18xIHNtYXJ0cGxheS1zdmctY29sb3IiIGQ9Ik0zNS4wODQsMjkuNDAxYy0wLjQ3NCwxLjE0NS0xLjE3MiwyLjE5Ny0yLjA3NiwzLjFjLTAuMzkxLDAuMzkxLTAuMzkxLDEuMDIzLDAsMS40MTRjMC4xOTUsMC4xOTUsMC40NTEsMC4yOTMsMC43MDcsMC4yOTNjMC4yNTcsMCwwLjUxMy0wLjA5OCwwLjcwNy0wLjI5M2MxLjAwOC0xLjAwNiwxLjc5NS0yLjE3LDIuMzYxLTMuNDNMMzUuMDg0LDI5LjQwMXoiPjwvcGF0aD4KICAgICAgICA8cG9seWdvbiBjbGFzcz0ic21hcnRwbGF5LXN2Zy1jb2xvciIgcG9pbnRzPSIyOC4xMjQsMjAuMjE1IDI4LjEyNCwxNC45OTEgMjQuNjM1LDE3Ljk5ICAiPjwvcG9seWdvbj4KICAgICAgICA8cGF0aCBjbGFzcz0ic21hcnRwbGF5LXN2Zy1jb2xvciIgZD0iTTIwLjkyMSwyMC4zNjZoLTYuNDIzYy0wLjU1MywwLTEsMC41MDgtMSwxLjEzNXY4LjIyOWMwLDAuNjI3LDAuNDQ3LDEuMTM1LDEsMS4xMzVoNy4zNzVsNi4yNSw1Ljg3NVYyNC45NkwyMC45MjEsMjAuMzY2eiI+PC9wYXRoPgogICAgICA8L2c+CiAgICA8L3N2Zz4KICA=);
}

#play>div {
    position: relative;
    background-color: rgba(0, 207, 47, 0.75);
    padding: 5px 20px;
    margin: 0 auto;
    width: 30%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer;
}

.formFb {
    box-sizing: border-box;
    margin: 1.5rem 0;
}

.formFb {
    max-width: 600px;
    font-size: 17px;
    padding: 0.6em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    border-radius: 0.5em;
    background-image: linear-gradient(90deg, #3580ed 50%, transparent 50%), linear-gradient(90deg, #3580ed 50%, transparent 50%), linear-gradient(0, #3580ed 50%, transparent 50%), linear-gradient(0, #3580ed 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    animation: marching-ants 400ms infinite linear;
}

.fb-comments {
    border: 1px solid #e9ebee;
    border-radius: 3px;
    padding: 0 15px;
    padding-bottom: 15px;
    margin: auto;
    position: relative;
    color: #4267b2;
}

@media only screen and (min-width: 1024px) {
    .FooterColumns-columns-item:first-child ul {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 32px;
    }

    .FooterColumns-columns-item:nth-child(2) ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0 16px;
    }
}

.Navigations-container .MainNavigation-items .NavigationItem-text-link {
    border-bottom: 2px solid transparent;
    color: #424242;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-decoration: none;
    transition: border-bottom .6s linear;
}

.Navigations-container .MainNavigation-items .NavigationItem-text-link:hover {
    border-bottom: 2px solid var(--socialMediaBackground);
}

.Navigations-container .NavigationItem-items-item {
    text-align: end;
}

.Show-menu-list .NavigationItem-items-item {
    text-align: end;
}

.Navigations-container .MainNavigation.Show-menu-list .NavigationItem-text-link {
    color: #424242;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-decoration: none;
}

.SocialLink-text {
    display: none;
}

.ActionBar-items-item .tooltip {
    display: block;
    height: 1px;
    left: 2px;
    position: relative;
    top: -30px;
    width: 20px;
}

#play h4:first-child {
    margin-bottom: 60px;
}

.formFb__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fb-comments-header {
    padding: 15px 0;
    border-bottom: 1px solid #e9ebee;
}

.fb-comments-wrapper {
    display: none;
    opacity: 0;
}

.FooterColumns .ModuleTitle-title {
    align-items: center;
    color: var(--footerTextHighlightColor);
    display: flex;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .FooterColumns .ModuleTitle-title {
        display: none;
    }
}

.FooterColumns .ModuleTitle-title::before {
    content: "";
    height: 18px;
    margin-left: auto;
    order: 1;
    transform: rotate(270deg);
    transition: transform .4s ease-in-out;
    width: 16px;
}

@media only screen and (min-width: 1024px) {
    .FooterColumns .ModuleTitle-title::before {
        content: none;
    }
}

.ListFooterColumn-items-item {
    font-size: 12px;
    line-height: 1;
    padding: 8px;
}

@media only screen and (min-width: 1024px) {
    .ListFooterColumn-items-item {
        font-size: 16px;
    }
}

.FooterColumns-columns .RichTextFooterModule-items p {
    font-size: 16px;
    line-height: 20px;
}

.FooterColumns-columns .RichTextFooterModule-items p:first-child {
    margin-top: 0;
    margin-block: 1em;
}

.Navigations-container .NavigationItem-items-item a {
    color: #424242;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 10px;
    text-decoration: none;
}

.Show-menu-list .NavigationItem-items-item a {
    color: #424242;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 10px;
    text-decoration: none;
}

.ActionBar-items-item svg {
    fill: #00364f;
    height: 25px;
    width: 25px;
}

.ActionBar-items-item .tooltip .tooltiptext {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 6px;
    bottom: 125%;
    color: #fff;
    font-size: 1rem;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    visibility: hidden;
    width: 120px;
    z-index: 7;
}

.ActionBar-items-item .tooltip .tooltiptext::after {
    border: 5px solid transparent;
    border-top-color: #555;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}

.formFb__text {
    display: block;
    margin: 0;
}

.formFb__action {
    margin-bottom: .5em;
    text-align: center;
}

.formFb__counter {
    font-size: .925em;
    text-align: center;
}

.formFb__img {
    width: 50%;
    max-width: 150px;
    margin: 1em 0;
}

.formFb__price {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.formFb__timer {
    margin: 1.5em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formFb__inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    max-width: 300px;
    width: 100%;
}

.formFb__btn {
    display: flex;
    width: 100%;
    max-width: 300px;
    padding: .65em 0;
    margin-bottom: 1em;
    background: #3580ed;
    border: 1px solid #3580ed;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    font-size: 1em;
    transition: transform .4s;
}

.formFb__btn:hover,
.formFb__btn:active {
    transform: scale(.95);
}

.fb-comments-header span {
    color: #000;
    font-weight: 700;
    font-size: 0.9em;
}

.fb-comments-comment {
    border: none;
    padding: 0;
    margin: 10px 0;
    width: 100%;
}

.ListFooterColumn-items .Link {
    font-weight: 400;
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .ListFooterColumn-items-item .Link {
        font-size: 16px;
    }
}

.FooterColumns-columns-item:first-child .FooterColumn-items .ListFooterColumn-items-item .Link {
    font-weight: 400;
}

.FooterColumns-columns-item:nth-child(2) .FooterColumn-items .ListFooterColumn-items-item:first-child .Link {
    font-weight: 700;
}

.FooterColumns-columns-item:nth-child(2) .FooterColumn-items .ListFooterColumn-items-item:last-child .Link {
    font-weight: 700;
}

.FooterColumns-columns .RichTextFooterModule-items span {
    display: inline;
}

.formFb__counter span {
    font-weight: bold !important;
}

.formFb__counter .red {
    color: #f20 !important;
}

.formFb__img img {
    width: 100%;
    max-width: 100%;
}

.formFb__price--txt {
    margin-bottom: .55em;
    font-weight: bold;
    font-size: 1.25em;
}

.formFb__price--p {
    display: flex;
    align-items: center;
}

.formFb__timer p {
    margin-bottom: .25em;
}

.formFb__timer .timer {
    display: flex;
    font-size: 2em;
    color: rgb(88, 88, 88);
}

.formFb__inputs label {
    font-size: .941175em;
    margin-bottom: .25em;
}

.formFb__inputs input {
    display: block;
    border: 1px solid #3578e563;
    padding-left: 10px;
    padding: .5em .65em;
    width: 100%;
    margin: 0 auto;
}

.formFb__price--old {
    font-size: 1.15em;
    text-decoration: line-through;
    margin-right: .5em;
}

.formFb__price--new {
    font-size: 2em;
    font-weight: bold;
    color: #f20;
}

tr {
    border: none;
    margin: 0;
}

tr {
    padding: 2.5px 0;
}

.FooterColumns-columns-item:first-child .FooterColumn-items .ListFooterColumn-items-item img {
    display: block;
    height: 100%;
    max-height: 21px;
    width: auto;
}

.FooterColumns .RichTextFooterModule .Link {
    color: var(--footerTextHighlightColor);
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
    text-decoration: none;
}

td {
    border: none;
    margin: 0;
}

td {
    padding: 2.5px;
}

.fb-comments-comment-img {
    vertical-align: top;
    width: 48px;
    padding-right: 5px;
}

.fb-comments-comment-text {
    font-size: 0.9em;
    color: #000;
    border-radius: 21px;
    background-color: #eaebef;
    padding: 10px 20px;
}

.fb-comments-comment-img img {
    max-width: 48px;
    border-radius: 25px;
}

.fb-comments-comment-name {
    font-size: 0.85em;
}

.fb-comments-comment-actions like {
    font-size: 0.75em;
    color: #4267b2;
    text-decoration: none;
    cursor: hand;
}

.fb-comments-comment-actions reply {
    font-size: 0.75em;
    color: #4267b2;
    text-decoration: none;
    cursor: hand;
}

.fb-comments-comment-actions likes {
    font-size: 13px;
    background: url(../images/reaction-2020alphab.png);
    background-repeat: no-repeat;
    padding-left: 43px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-top: -10px;
    float: right;
    background-color: #fff;
    border: solid #eaebef;
    border-radius: 19px;
	cursor: pointer;
    margin-top: 5px;
}

.fb-comments-comment-actions date {
    font-size: 0.75em;
    color: #90949c;
    text-decoration: none;
    cursor: hand;
}

.fb-comments-comment-name name {
    color: #365899;
    text-decoration: none;
    font-weight: 700;
    cursor: hand;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
        transform: rotate(270deg);
    }

}

@keyframes marching-ants {
    0% {
        background-position: 0 0, 10px 100%, 0 10px, 100% 0;
        background-position-x: 0px, 10px, 0px, 100%;
        background-position-y: 0px, 100%, 10px, 0px;
    }

    100% {
        background-position: 10px 0, 0 100%, 0 0, 100% 10px;
        background-position-x: 10px, 0px, 0px, 100%;
        background-position-y: 0px, 100%, 0px, 10px;
    }

}

#11.style-St95I {
    display: block;
    opacity: 1.10002;
}

#6.style-tU3AT {
    display: block;
    opacity: 1.0002;
}

#3.style-IGYX2 {
    display: block;
    opacity: 1;
}

#2.style-7Onih {
    display: block;
    opacity: 1.0002;
}

#11.style-Fz36l {
    display: block;
    opacity: 1.0314;
}

#6.style-xc8aS {
    display: block;
    opacity: 1.03127;
}

#3.style-R13dt {
    display: block;
    opacity: 1;
}

#2.style-ofJjL {
    display: block;
    opacity: 1.03347;
}

#style-TTVzM.style-TTVzM {
    display: none;
}

#style-FDKiz.style-FDKiz {
    font-synthesis: none;
    -moz-font-feature-settings: kern;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 250px;
    height: 40px;
    min-width: 130px;
    max-width: 375px;
    min-height: 30px;
    max-height: 64px;
    position: relative;
    letter-spacing: initial;
}

#style-IT4Nr.style-IT4Nr {
    padding-right: 8%;
    padding-left: 8%;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#style-aOyOT.style-aOyOT {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#style-f9s7p.style-f9s7p {
    max-width: 900px;
    margin: 0 auto;
}

#style-Lp7Vc.style-Lp7Vc {
    max-width: 900px;
    margin: 0 auto;
}

#style-VrRcR.style-VrRcR {
    margin-top: 5px;
}

#11.style-4RUpg {
    display: block;
    opacity: 1.10002;
}

#style-yLp1o.style-yLp1o {
    display: block;
    opacity: 1.03327;
}

#6.style-EvaoK {
    display: block;
    opacity: 1.0002;
}

#3.style-y4A9T {
    display: block;
    opacity: 1;
}

#2.style-UNAGs {
    display: block;
    opacity: 1.0002;
}

#style-3PJf8.style-3PJf8 {
    display: block;
    opacity: 1;
}

#style-iL476.style-iL476 {
    display: block;
    opacity: 1.0334;
}

#11.style-so5Js {
    display: block;
    opacity: 1.0314;
}

#style-5cI1x.style-5cI1x {
    display: block;
    opacity: 1.0316;
}

#6.style-yogby {
    display: block;
    opacity: 1.03127;
}

#3.style-qIgAF {
    display: block;
    opacity: 1;
}

#2.style-YthKG {
    display: block;
    opacity: 1.03347;
}

#style-Rtm8J.style-Rtm8J {
    text-align: center;
}

#style-WnV9p.style-WnV9p {
    color: rgb(0, 89, 163);
}

#style-S6Z9J.style-S6Z9J {
    color: rgb(0, 89, 163);
}

#style-Bsm8s.style-Bsm8s {
    color: rgb(0, 89, 163);
}

#style-qOSAY.style-qOSAY {
    color: #0059a3;
    font-weight: 700;
}

#style-koVdZ.style-koVdZ {
    color: #0059a3;
    font-weight: 700;
}


.SocialLink {
    position: relative;
}

.SocialLink img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[scroll="goScrollToForm"] {
    cursor: pointer;
}

#video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: 9999;
    overflow: hidden;
}

#show-video {
    position: fixed;
    width: 95%;
    max-height: 95%;
    object-fit: contain;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.ring-loading {
    width: 10px;
    height: 10px;
    padding: 15px !important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 10px auto !important;
    animation: 1.5s cubic-bezier(.17, .37, .43, .67) .3s infinite loadingD
}

@keyframes loadingD {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media(max-width: 1100px) {
    .ListFooterColumn-items-item:first-child {
        display: none;
    }
}

@media(max-width: 1000px) {
    .Footer ul {
        padding: 20px;
    }

    .MainNavigation-search-inputs-main [type="text"] {
        display: none;
    }
}

@media(max-width: 700px) {

    .Page-header-drawer .MainNavigation-search,
    .MainNavigation-search-trigger,
    .Page-header-drawer .LiveButton {
        display: none;
    }

    .Page-header-drawer {
        grid-template-columns: 1fr;
    }

    .PageLogo__link {
        gap: 10px;
    }

    #play>div {
        width: 80%;
    }

    .block_tv img {
        width: 70px;
    }

    .Footer ul {
        padding: 10px;
    }
}

@media(max-width: 500px) {
    .Page-header-drawer .Page-logo a picture img {
        max-width: 110px;
    }

    .PageLogo__legend {
        font-size: 20px;
    }
}

@media(max-width: 400px) {
    .Page-header-drawer .MainNavigation-Hamburguer-label {
        display: none;
    }
}

@media(max-width: 350px) {

    #play>div {
        padding: 0 5px;
    }
}

.play-text h4 {
    text-align: center !important;
}