﻿.navbar {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    min-height: 60px;
    background-color: rgba(255, 255, 255, .95);
    z-index: 101;
    border-radius: 0
}

.navbar ::after,
.navbar ::before,
.navbar::after,
.navbar::before {
    content: none
}

.navbar .info {
    height: 50px;
    line-height: 50px;
    vertical-align: bottom
}

.navbar .info .time,
.navbar .info .title {
    display: inline-block;
    vertical-align: bottom
}

.navbar .info .title {
    margin-right: 16px;
    margin-left: 14px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #05519d;
    letter-spacing: 1.3px;
    text-decoration: none
}

.navbar .info .title:hover {
    text-decoration: none
}

.navbar .info .time {
    margin-right: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #96a0a8
}

.navbar .menu {
    position: relative;
    transform: translateZ(0);
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, .95);
    transition: height .3s ease
}

.navbar .menu>.itv-content-width {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar .menu .toggle-button {
    position: absolute;
    display: none;
    left: 25px;
    top: 15px;
    width: 34px;
    height: 34px;
    background-image: url(../fonts/hamburger-normal-748c6b151d8d9a6a674ff709092d622338666f3daf34209407f2b7f7226f22d8.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.navbar .menu .toggle-button:active {
    background-image: url(../fonts/hamburger-click-462f3b411b1ac91b416f0edf0244bf41b30176af4e653b84f04965f3f0990434.svg)
}

.navbar .menu .links {
    display: inline-block;
    vertical-align: top;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 0 0 7px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
    white-space: nowrap
}

@media(min-width: 733px) {
    .navbar .menu .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: calc(100% - 118px)
    }
}

.navbar .menu .links:hover .main_menu_item .main-menu-item-link {
    opacity: .5
}

.navbar .menu .links:hover .main_menu_item:hover .main-menu-item-link {
    opacity: 1;
    color: #2077d0
}

@media(min-width: 984px) {
    .navbar .menu .links:hover .main_menu_item:hover .shows {
        max-height: 1000px
    }
}

.navbar .menu .links:hover:active {
    color: #01478d
}

.navbar .menu .links li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 11px;
    line-height: 56px;
    letter-spacing: .9px;
    transition: unset
}

@media(max-width: 732px) {
    .navbar .menu .links li {
        position: relative
    }
}

.navbar .menu .links li .shows {
    position: absolute;
    display: block;
    overflow: hidden;
    max-height: 0;
    height: auto;
    width: 100%;
    left: 0;
    margin-top: 4px;
    background-color: rgba(255, 255, 255, .95);
    transition: max-height .3s;
    transition-delay: .2s;
    opacity: 1;
    z-index: 101
}

.navbar .menu .links li .shows:hover {
    transition-delay: .3s;
    max-height: 1000px
}

.navbar .menu .links li .shows .content-width {
    margin-top: 4px;
    -moz-columns: 4;
    columns: 4;
    -moz-column-width: 215px;
    column-width: 215px;
    padding: 20px 40px 20px 20px
}

.navbar .menu .links li .shows a {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
    white-space: normal;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #0757a8 !important;
    letter-spacing: 0;
    text-transform: none
}

.navbar .menu .links li .shows a:hover {
    color: #2077d0 !important
}

.navbar .menu .links li .shows a:active {
    color: #01478d !important
}

.navbar .menu .links li .shows a.main-menu-show-all {
    text-transform: uppercase
}

.navbar .menu .links li a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 25px;
    cursor: pointer;
    color: #1b354a;
    text-decoration: none;
    text-transform: uppercase
}

.navbar .menu .search-button {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px 10px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 2px;
    background-image: url(../fonts/search-blue-635e469c445b5332771e9b392f53ab090ab8236de40a64f903725009bd28c914.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px
}

.navbar .menu .search-button:not(.mobile):hover {
    background-image: url(../fonts/search-white-f1e1caee6b681bc80ae3fa93c86a0e6102266ca0689ff2b889e03d62a7cb98a5.svg);
    background-color: #5296db
}

.navbar .menu .search-button::after {
    content: "";
    display: block;
    clear: both
}

@media(max-width: 732px) {
    .navbar .info {
        display: none;
        height: 0
    }

    .navbar .menu {
        position: relative
    }

    .navbar .menu .toggle-button {
        display: block
    }

    .navbar .menu .search-button {
        position: absolute;
        right: 0;
        width: 40px;
        padding: 0;
        margin-right: 20px
    }

    .navbar .menu .search-button:hover {
        margin-right: 20px
    }

    .navbar .menu ul.links {
        display: none;
        position: absolute;
        width: 100%;
        max-height: calc(100vh - 60px);
        padding-left: 35px;
        padding-bottom: 50px;
        top: 60px;
        height: auto;
        background-color: #fff;
        overflow: scroll
    }

    .navbar .menu ul.links li {
        display: block;
        line-height: 40px
    }

    .navbar .menu ul.links li .shows {
        display: none !important
    }

    .navbar .menu ul.links li a {
        width: auto
    }
}

.navbar:not(.short) .menu .search-button:active {
    padding: 0;
    margin: 10px 0 0;
    width: 60px;
    height: 53px;
    background-image: url(../fonts/search-white-f1e1caee6b681bc80ae3fa93c86a0e6102266ca0689ff2b889e03d62a7cb98a5.svg);
    background-clip: border-box;
    background-color: #1b354a;
    background-position: center 9px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

header.page-title {
    color: #05519d;
    background-color: #fff
}

header.page-title {
    position: relative;
    z-index: 4
}

header.page-title .promo {
    height: auto;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

@media(max-width: 732px) {
    header.page-title .promo {
        min-height: 45px;
        padding: 0 20px
    }
}

header.page-title .promo>div {
    position: relative
}

header.page-title .promo .title {
    max-width: 100%;
    padding-left: 20px
}

@media(max-width: 732px) {
    header.page-title .promo .title {
        max-width: calc(100% - 40px);
        padding-left: 0
    }
}

header.page-title .promo .title .title__text {
    display: inline-block;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: inherit;
    float: left;
    text-transform: uppercase;
    text-decoration: none
}

header.page-title .promo .title .title__text:active,
header.page-title .promo .title .title__text:hover {
    text-decoration: none
}

header.page-title .promo .title .title__text {
    margin-top: 10px;
    margin-right: 7px
}

@media(max-width: 732px) {
    header.page-title .promo .title .title__text {
        float: none !important;
        margin-bottom: 0
    }
}

header.page-title .promo .age_restriction {
    width: 60px;
    margin: 20px 0 0;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 10px
}

header.page-title .promo .age_restriction .age-pill {
    display: block;
    width: 40px;
    margin: 0 auto;
    padding: 1px 5px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .2);
    text-align: center
}

@media(max-width: 732px) {
    header.page-title .promo .age_restriction {
        top: 0;
        right: 0
    }
}

header.page-title .menu {
    padding: 0 20px 5px;
    line-height: 35px;
    overflow: initial
}

@media(max-width: 732px) {
    header.page-title .menu {
        padding: 0 10px
    }
}

header.page-title .menu ul {
    display: inline-block;
    margin: 0;
    margin-left: -3px;
    margin-right: -11px;
    margin-left: -14px;
    padding: 0;
    vertical-align: top;
    list-style: none
}

@media(max-width: 732px) {
    header.page-title .menu ul {
        margin-left: 0
    }
}

header.page-title .menu ul li {
    display: inline-block;
    margin: 0 11px
}

header.page-title .menu ul li:last-child {
    margin-right: 13px
}

@media(max-width: 732px) {
    header.page-title .menu ul li {
        margin-right: 10px;
        line-height: 20px
    }
}

header.page-title .menu ul li a {
    display: block;
    line-height: 21px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .99px;
    padding: 3px
}

@media(max-width: 732px) {
    header.page-title .menu ul li a {
        padding: 0
    }
}

header.page-title .menu ul:hover li:not(:hover) {
    opacity: .5
}

header.page-title .menu ul:hover li:not(:hover):hover {
    opacity: 1
}

header.page-title .header-background {
    width: 100%;
    height: 100%;
    max-height: 250px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden
}

header.page-title .header-background:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 -80px 50px -60px #fff inset
}

header.page-title .header-background_image {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0
}

header.page-title .presenter-photo,
header.page-title .project-logotype {
    display: flex;
    justify-content: flex-end
}

header.page-title .presenter-photo_image,
header.page-title .project-logotype_image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block
}

header.page-title .project-logotype {
    align-items: flex-start
}

header.page-title .project-logotype_image {
    width: 100%
}

header.page-title .presenter-photo {
    align-items: flex-end;
    width: 312px;
    height: 150px;
    margin-right: 24px;
    margin-left: auto
}

header.page-title .project-logotype {
    width: 228px;
    height: 120px;
    margin-top: 20px
}

.main-menu-item {
    position: relative;
    word-break: break-word
}

nav.navbar {
    position: relative
}

article header.page-title.project-title .promo-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

article header.page-title.project-title .promo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 150px;
    padding: 0 20px;
    position: relative
}

@media(max-width: 732px) {
    article header.page-title.project-title .promo {
        height: auto;
        padding-bottom: 15px
    }
}

article header.page-title.project-title .promo:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, .4), transparent);
    opacity: .4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

article header.page-title.project-title .promo .title {
    max-width: 43%;
    margin-left: 13px;
    margin-right: 20px;
    padding: 0;
    padding-top: 20px
}

@media(max-width: 732px) {
    article header.page-title.project-title .promo .title {
        max-width: 100%;
        padding-top: 5px
    }
}

article header.page-title.project-title .promo .title:hover span {
    text-decoration: none
}

article header.page-title.project-title .promo .title .title__text {
    margin-right: 0;
    font-family: sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1.3px
}

article header.page-title.project-title .promo .title .title__text .nowrap {
    position: relative
}

@media(max-width: 732px) {
    article header.page-title.project-title .promo .title .title__text {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px
    }
}

@media(min-width: 1600px) {
    article header.page-title.project-title .promo .title .title__text {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 1.5px
    }
}

article header.page-title.project-title .promo .age_restriction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 2px;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    right: auto;
    transform: translateY(-50%)
}

article header.page-title.project-title .promo .age_restriction .age-pill {
    width: auto;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .4);
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    background: 0 0;
    border-radius: 0
}

article header.page-title.project-title .menu {
    padding: 0;
    border-top: 1px solid #fff;
    position: relative
}

article header.page-title.project-title .menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(to bottom, #000, transparent);
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

article header.page-title.project-title .menu ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    margin-top: 12px;
    padding: 0 20px 5px;
    position: relative;
    z-index: 1
}

@media(max-width: 732px) {
    article header.page-title.project-title .menu ul {
        padding: 0 20px
    }
}

article header.page-title.project-title .menu ul li {
    display: flex;
    flex-flow: row wrap;
    margin: 0 2px;
    margin-bottom: 3px;
    transition: none
}

article header.page-title.project-title .menu ul li:last-child {
    margin-right: 2px
}

article header.page-title.project-title .menu ul li a {
    display: flex;
    flex-flow: row nowrap;
    padding: 2px 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .45px;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    border: 1px solid;
    border-color: transparent;
    border-radius: 1px;
    box-sizing: border-box
}

@media(max-width: 732px) {
    article header.page-title.project-title .menu ul li a {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: flex-start
    }
}

article .text {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0
}

a,
button {
    cursor: pointer
}

a:focus,
button:focus {
    outline: 0
}

main {
    margin: 0 auto
}

.content-width {
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 320px) {
    .content-width {
        max-width: 984px
    }
}

@media(min-width: 1600px) {
    .content-width-wide {
        max-width: 1360px
    }
}

.w_content .w_row {
    width: 984px;
    max-width: 100%
}

@media(min-width: 1600px) {
    .w_content .w_row {
        width: auto
    }
}

.w_content .w_block.c-12 {
    width: 984px;
    margin: 0 12px
}

.itv-content-width {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media(min-width: 733px) {
    .itv-content-width {
        width: 100%
    }

    .itv-content-width--padded {
        padding-left: 20px;
        padding-right: 20px
    }

    .itv-content-width--static {
        position: static
    }
}

@media(min-width: 1600px) {
    .itv-content-width {
        width: 1360px
    }
}

input::-ms-clear {
    display: none
}

.w_content {
    max-width: 100%
}

@media(min-width: 733px) {
    .w_content .w_row .w_block.c-12 {
        display: block;
        width: 100%;
        max-width: 984px;
        margin: 0 auto
    }
}

@media(min-width: 733px) and (min-width:1600px) {
    .w_content .w_row .w_block.c-12 {
        max-width: 960px
    }
}

article.show-main .w_content {
    width: auto;
    margin: 0 auto
}

@media(min-width: 1600px) {
    article.show-main .w_content {
        width: auto
    }
}

article.show-main .w_content:first-child::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px
}

@media(min-width: 733px) {
    article.show-main .w_content .w_row {
        margin: 0 auto
    }
}

article.show-main>.background {
    position: relative
}

.w_collection_title {
    display: block;
    position: relative;
    padding: 0 40px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 400
}

.w__block__collection,
div[class*=collection-] {
    overflow: hidden;
    transition: all 1s
}

.w__block__collection .w_collection_title,
div[class*=collection-] .w_collection_title {
    display: block;
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.1px;
    text-transform: uppercase
}

@media(min-width: 733px) {

    .w__block__collection .w_collection_items,
    div[class*=collection-] .w_collection_items {
        overflow: hidden
    }
}

.show-main .w_block {
    width: 984px
}

.w_content {
    position: relative
}

.w_block div:not(ul.slick-dots) button {
    word-break: normal;
    min-height: 40px;
    padding: 8px
}

.w_block p {
    font-family: sans-serif;
    padding: 0;
    margin: 0 0 20px
}

.w_block p::after {
    content: "";
    display: block;
    clear: both
}

.w_block h2 {
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    margin: 15px 0;
    padding: 0;
    color: #05519d
}

.w_block p+h2 {
    margin-top: 72px
}

.w_block h3 {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    margin: 10px 0;
    padding: 0
}

.w_block hr {
    margin: 20px 0;
    padding: 0;
    border: 0 0 1px;
    border-color: #1f7bc2;
    border-style: solid
}

.w_block {
    display: inline-block;
    vertical-align: top
}

@media(max-width: 732px) {
    .w_row>.w_block {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .type-mosaic .w_collection_items {
        margin: 0 !important;
        justify-content: center
    }

    article.show-main {
        overflow: hidden;
        width: 100%
    }

    article.show-main .w_content .w_row {
        max-width: 100%;
        padding: 0
    }

    article.show-main .w_content .w_row .w_block {
        display: block;
        margin: 0 auto !important;
        overflow: visible
    }

    article.show-main .w_block {
        max-width: 100%
    }

    article.show-main .w_collection_items {
        max-width: 100% !important
    }
}

@media(min-width: 1600px) {
    .show-main .w_row .w_block {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 732px) {
    .show-main .w_content .w_row {
        width: 1360px
    }
}

.footer {
    padding: 15px;
    text-align: center
}

@media(max-width: 732px) {
    main {
        overflow: hidden
    }
}

.brandable {
    position: relative;
    overflow: hidden
}

@media(max-width: 732px) {
    .brandable {
        overflow: initial
    }
}

@media(min-width: 733px) and (max-width:1599px) {

    .itv-index-card:nth-child(12n+1):not(:hover) .itv-index-card__footer.with_splash_heading,
    .itv-index-card:nth-child(12n+2):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }

    .itv-index-card:nth-child(12n+4):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }

    .itv-index-card:nth-child(12n+8):not(:hover) .itv-index-card__footer.with_splash_heading,
    .itv-index-card:nth-child(12n+9):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }
}

@media(min-width: 1600px) {

    .itv-index-card:nth-child(12n+1):not(:hover) .itv-index-card__footer.with_splash_heading,
    .itv-index-card:nth-child(12n+2):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }

    .itv-index-card:nth-child(12n+3):not(:hover) .itv-index-card__footer.with_splash_heading,
    .itv-index-card:nth-child(12n+4):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }

    .itv-index-card:nth-child(12n+11):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }
}

@media(max-width: 732px) {
    .w .grid .w_content .type-mosaic .w_collection_items .card:not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }
}

@media(min-width: 733px) {

    .w .grid .w_content .type-mosaic .card:nth-child(12n+1):not(:hover) .itv-index-card__footer.with_splash_heading,
    .w .grid .w_content .type-mosaic .card:nth-child(12n+2):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }

    .w .grid .w_content .type-mosaic .card:nth-child(12n+4):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }

    .w .grid .w_content .type-mosaic .card:nth-child(12n+8):not(:hover) .itv-index-card__footer.with_splash_heading,
    .w .grid .w_content .type-mosaic .card:nth-child(12n+9):not(:hover) .itv-index-card__footer.with_splash_heading {
        bottom: -100%
    }
}

* {
    box-sizing: border-box
}

body {
    min-width: 320px;
    margin: 0
}

a {
    text-decoration: none;
    color: #337ab7
}

a:hover {
    color: #23527c;
    text-decoration: underline
}

p a {
    text-decoration: underline
}

button,
input {
    font-family: sans-serif;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body::after {
    content: url(../images/preloader-01-59d4519f83b9a7527d7dcf7382b734aafb2f26df639871a8bc7e9d44f44e0d0c.gif) url(../fonts/close-08b63a1fd5e72d487d7e8728d54f87f02e07d1bb5ec6fdb2aab91c6c03ee9094.svg) url(../fonts/arrow-left-824f227a117d51b8e87b6869ec9d2bc8726c320e0dd4eee1c08f17d54f149200.svg) url(../fonts/arrow-right-974b15228d371217ee51a9013408a6eaf298c6e4367700acf5da15a25f8ef342.svg);
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1
}

.nowrap {
    white-space: pre
}

@media(min-width: 733px) {
    body {
        min-width: 100%;
        overflow-x: hidden
    }
}

hr {
    border: 0;
    height: 1px;
    background: #333
}

hr.fat {
    position: relative;
    height: 10px;
    background-color: #05519d;
    margin: 0 auto;
    padding: 0
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: .25px
}

main {
    font-family: sans-serif;
}

.title {
    word-break: break-word
}

.title:hover span {
    text-decoration: underline
}

@media(max-width: 732px) {
    .hide-on-mobile {
        display: none !important
    }
}

.w_row:not(.big-slider) {
    font-size: 0
}

.w_row:not(.big-slider) .w_block {
    font-size: 18px
}

@media(min-width: 733px) {
    .w_row:not(.big-slider) {
        width: 1008px
    }
}

@media(min-width: 1600px) {
    .w_row:not(.big-slider) {
        width: 1344px
    }
}

@media(min-width: 733px) and (max-width:983px) {

    footer.footer,
    hr.fat,
    main {
        width: 720px
    }
}

.themed.brandable {
    background-color: #001938
}

.themed .th-border-text {
    border-color: #e4cbcc
}

.themed .th-border-tile-base {
    border-color: #40080e
}

.themed .th-bg-head {
    background-color: #001938
}

.themed .th-bg-sub {
    background-color: #3079d5
}

.themed a {
    color: #84171e;
    fill: #84171e
}

.themed a:hover {
    color: #3a6eb5;
    fill: #3a6eb5
}

.themed a:active {
    color: #67080e;
    fill: #67080e
}

.themed .w_collection_title,
.themed img {
    color: #e4cbcc
}

.themed h2 {
    color: #e4cbcc
}

.themed article.show-main .w_content:first-child::before {
    background-color: #3079d5
}

.themed header.page-title.project-title .header-background::before {
    box-shadow: 0 -80px 50px -60px #001938 inset
}

.themed header.page-title.project-title .menu {
    border-top: 1px solid #3079d5
}

.themed header.page-title.project-title .menu ul li a:hover {
    color: #001938;
    background-color: #3a6eb5;
    border-color: #3a6eb5
}

.themed header.page-title.project-title .menu ul li a:active {
    color: #e4cbcc;
    background-color: #67080e;
    border-color: #67080e
}

.w_collection_items {
    padding-left: 15px;
    padding-right: 15px
}

.text-center {
    text-align: center
}

.w_collection_items p {
    font-size: 18px;
    line-height: 1.4
}

p.subtitle {
    font-size: 17px
}

.pop-up-window {
    color: #000
}

.btn-main {
    display: inline-block;
    margin: 30px 0;
    font-size: 30px;
    font-weight: 700;
    text-decoration: underline
}

.w__block__collection .w_collection_title,
div[class*=collection-] .w_collection_title {
    font-size: 27px
}

@media(max-width: 730px) {
    .show-main .menu {
        display: none
    }
}

.main-list {
    color: #000;
    font-weight: 700
}

.main-list p {
    font-weight: 400
}

.w_content .w_row .w_block.c-12 {
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px
}

.themed h2,
.w_block h3,
.w_collection_items p,
.w_collection_title {
    color: #000 !important
}

.w_collection_title {
    font-size: 28px;
    font-weight: 700
}

.d-480 {
    display: none
}

@media screen and (max-width: 480px) {
    .w_block p.subtitle {
        font-size: 15px
    }

    .d-480 {
        display: block
    }

    p.subtitle {
        font-size: 14px
    }

    article header.page-title.project-title .promo-wrapper {
        justify-content: center
    }

    .w_block p {
        font-size: 18px;
    }

    .w__block__collection .w_collection_title,
    div[class*=collection-] .w_collection_title {
        font-size: 18px
    }
}

.title__text {
    white-space: nowrap
}


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

.ring-loading {
    width: 10px;
    height: 10px;
    padding: 15px !important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 10px auto !important;
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

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

    50% {
        transform: rotate(180deg);
    }

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

:root {
    /* color */
    --pale-yellow: #fff7a4;
    --v-pale-orange: #fff2cc;
    --lg-orange: #faebd7;
    --lg-green: #d9ead3;
    --v-light-gray: #d9d9d9;
    --dark-red: #980000;
    --dark-green: #38761d;

    --black: #000;
    --red: #ff0000;
    --white: #fff;

    /* size */
    --size_base: 1rem;
}

/* colors */
.clr-red {
    color: var(--red);
}

.clr-dark-red {
    color: var(--dark-red);
}

.clr-dark-green {
    color: var(--dark-green);
}

/* background */

.bg-pale-yellow {
    background-color: var(--pale-yellow);
}

.bg-v-pale-orange {
    background-color: var(--v-pale-orange);
}

.bg-lg-orange {
    background-color: var(--lg-orange);
}

.bg-lg-green {
    background-color: var(--lg-green);
}

.bg-v-light-gray {
    background-color: var(--v-light-gray);
}

/* text */

.main__title {
    font-size: 24px;
    line-height: 36px;
}

.text--center {
    text-align: center;
}

.text--large {
    font-size: 1.3em;
}

/* image */

img,
video {
    max-width: 100%;
    height: auto
}

figure {
    margin: 0;

    picture {
        margin: 0;
    }
}

picture {
    display: block;
    margin-bottom: var(--size_base)
}

/* table */

table {
    --border-color: var(--black);
    width: 100%;
    border-collapse: collapse;
    border: 4px solid var(--border-color);

    tr td {
        padding: 0.5rem;
        border: 4px solid var(--border-color);
    }
}

.ch1 {
    --m-inl: 0;
    margin-inline: auto;
    max-width: calc(100% - ((var(--m-inl)*2)*1px));
}

/* margin & padding */

.mt {
    margin-top: var(--size_base)
}

.p-1 {
    --mi: 0;
    padding: var(--size_base) !important;
    border-radius: calc((var(--size_base)/2)) !important;
    margin-bottom: var(--size_base) !important;
    margin-inline: var(--mi) !important;
}

/* lists */

.list li {
    margin-bottom: var(--size_base);
}

/* border */

.bordered {
    --border-color: var(--black);
    padding: var(--size_base);
    border: 4px solid var(--border-color);
}

.bd-left {
    --color: var(--red);
    padding-left: 1rem;

    display: inline-block;
    border-left: 8px solid var(--color);
}


a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

@media (min-width:768px) {
    .mt {
        margin-top: calc(var(--size_base)* 1.5);
    }

    .main__title {
        font-size: 36px;
        line-height: 46.8px;
    }

    .ingridient {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding-inline: 3rem;

        picture {
            margin: 0;
            flex-shrink: 0;
        }
    }
}

.api-form1 .form_control_vik_group {
    margin: 0 0 15px 0 !important
}

.form_control_vik_group .form_control_vik.name,
.form_control_vik_group .form_control_vik.phone {
    margin: 0 !important;
    text-align: left !important
}

.form_control_vik:focus::placeholder {
    color: transparent
}

.form_control_vik.error {
    border-color: #c92f54 !important;
    color: #c92f54 !important
}

.form_control_vik.good {
    border-color: #388e3c !important;
    color: #388e3c !important
}

.api-form1 .error_note {
    text-align: center;
    margin: 4px 0 0 0 !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54
}

.form_control_vik.error:focus {
    border-color: #c92f54 !important
}

.form_control_vik.good:focus {
    border-color: #0d7f56 !important
}

.spin-result-wrapper-110625 {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.close-popup-110625 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-heading-110625 {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-text-110625 {
    margin-bottom: 25px;
    color: #000 !important;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button-110625 {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: none;
    cursor: pointer;
    outline: 0
}

.cursor-text-110625:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-layer-110625 {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .7) !important;
    z-index: 99 !important
}

.pop-up-layer-show-110625 {
    display: block
}

.pop-up-window-110625 {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: .7s pop-up-appear-110625-appear
}

.pop-up-window-110625::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s .6s backwards pop-up-appear-110625-before
}

.pop-up-window-110625::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s;
    animation: .5s .6s backwards pop-up-appear-110625-after
}

.text_small-110625 {
    font-size: .5em !important;
    font-weight: 400 !important
}

.pop-up-window-110625 .form_control_vik_group {
    margin-bottom: 10px
}

.pop-up-window-110625 .form_control_vik_group input {
    display: inline-block;
    padding: 10px !important;
    width: 80%;
    background-color: #fff;
    height: auto;
}

.pop-up-window-110625 .error_note {
    text-align: center;
    margin: 4px 0 0 !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54
}

.pop-up-window-110625 .submit-roulett {
    width: 90%;
    font-size: 22px !important;
    text-transform: uppercase;
    padding: 10px 15px !important;
    margin: 5px 0 15px;
    outline: 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

.pop-up-window-110625 .submit-roulett:hover {
    background: #b00 !important;
    transition: background .3s
}

.pop-up-window-110625 .submit-roulett:active {
    transform: translateY(2px);
    box-shadow: none !important
}

@keyframes pop-up-appear-110625 {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-110625-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-110625-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.pop-up-button-110625:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media screen and (max-width: 670px) {
    body.m-mob {
        overflow: auto !important;
    }
}

textarea {
    resize: none;
}