.promo-page {
    padding-top: 490px;
    padding-bottom: 44px;
    background-image: url('../images/bg/fifa-banner-desktop.png'),
    url('../images/bg/fifa-pers-left-desktop.png'),
    url('../images/bg/fifa-pers-right-desktop.png'),
    url('../images/bg/fifa-bg-desktop.jpg');
    background-color: rgba(46, 119, 177, 1);
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
    background-attachment: scroll,
    fixed,
    fixed,
    fixed;
    background-position: center top -114px,
    left 10px bottom 130px,
    right 330px bottom 75px,
    center bottom -164px;
    background-size: auto,
    auto,
    auto,
    auto;
}

@media only screen and (max-width: 2240px) {
    .promo-page {
        padding-top: 490px;
        padding-bottom: 44px;
        background-image: url('../images/bg/fifa-banner-desktop.png'),
        url('../images/bg/fifa-pers-left-desktop.png'),
        url('../images/bg/fifa-pers-right-desktop.png'),
        url('../images/bg/fifa-bg-desktop.jpg');
        background-color: rgba(46, 119, 177, 1);
        background-repeat: no-repeat,
        no-repeat,
        no-repeat,
        no-repeat;
        background-attachment: scroll,
        fixed,
        fixed,
        fixed;
        background-position: center top -164px,
        left -315px bottom 130px,
        right 10px bottom 75px,
        center bottom -164px;
        background-size: auto,
        auto,
        auto,
        auto;
    }
}

@media only screen and (max-width: 1600px) {
    .promo-page {
        padding-top: 490px;
        padding-bottom: 44px;
        background-image: url('../images/bg/fifa-banner-desktop.png'),
        url('../images/bg/fifa-pers-left-desktop.png'),
        url('../images/bg/fifa-pers-right-desktop.png'),
        url('../images/bg/fifa-bg-desktop.jpg');
        background-color: rgba(46, 119, 177, 1);
        background-repeat: no-repeat,
        no-repeat,
        no-repeat,
        no-repeat;
        background-attachment: scroll,
        fixed,
        fixed,
        fixed;
        background-position: center top -164px,
        left -270px bottom 130px,
        right -90px bottom 75px,
        center bottom -164px;
        background-size: auto,
        auto,
        auto,
        auto;
    }
}

@media only screen and (max-width: 1280px) {
    .promo-page {
        padding-top: 490px;
        padding-bottom: 44px;
        background-image: url('../images/bg/fifa-banner-desktop.png'),
        url('../images/bg/fifa-bg-desktop.jpg');
        background-color: rgba(46, 119, 177, 1);
        background-repeat: no-repeat,
        no-repeat;
        background-attachment: scroll,
        fixed;
        background-position: center top -164px,
        center bottom -164px;
        background-size: auto,
        auto;
    }
}

@media only screen and (max-width: 959px) {
    .promo-page {
        padding-top: 350px;
        padding-bottom: 500px;
        background-image: url('../images/bg/fifa-bg-tablet.png'),
        url('../images/bg/fifa-banner-tablet.png'),
        linear-gradient(to bottom, rgba(155, 161, 64, 1) 20%, rgba(85, 177, 216, 1) 80%);
        background-color: rgba(46, 119, 177, 1);
        background-repeat: no-repeat,
        no-repeat,
        no-repeat;
        background-attachment: scroll,
        fixed,
        scroll;
        background-position: center bottom -20px,
        center 126px,
        center top;
        background-size: auto,
        auto,
        auto;
        transition: background-position 300ms;
    }

    .main-nav__toggle-label {
        background: #fff;
    }

    .floating-menu-opened .promo-page {
        background-position: center bottom -20px,
        center 30px,
        center top;
    }
}

@media only screen and (max-width: 639px) {
    .promo-page {
        padding-top: 226px;
        padding-bottom: 300px;
        background-image: url('../images/bg/fifa-bg-mobile.png'),
        url('../images/bg/fifa-banner-mobile.png'),
        linear-gradient(to bottom, rgba(155, 161, 64, 1) 20%, rgba(85, 177, 216, 1) 80%);
        background-color: rgba(46, 119, 49, 1);
        background-repeat: no-repeat,
        no-repeat,
        no-repeat;
        background-attachment: scroll,
        fixed,
        scroll;
        background-position: center bottom,
        center top,
        center top;
        background-size: auto,
        auto,
        auto;
    }

    .main-nav__toggle {
        padding: 0 !important;
    }

    .promo-page .catalog-list h3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .promo-page .catalog-list > .mobile-menu__label {
        padding-top: 10px;
    }

    .catalog-list {
        border-radius: 20px;
    }

    .promo-page .disclaimer {
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }
}

.content-wrapper.show-case {
    background: #fff;
}

@media only screen and (max-width: 319px) {
    .promo-page {
        background: none;
    }
}

.promo-container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 640px) and (max-width: 999px) {
    .promo-container {
        width: 640px;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-container {
        padding-top: 0;
        padding-bottom: 0;
        width: 320px;
    }
}

.promo-header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: transparent none no-repeat center top;
}

.promo-header h1 {
    position: absolute;
    opacity: 0;
    font-size: 14px;
}

.promo-hero .promo-link-comics {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.promo-content {
    min-height: 500px;
    margin: 0 auto auto;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    background-color: #fff;
}

.promo-content .c-collapse__checkbox:checked ~ .c-collapse__panel {
    opacity: 1;
    transform: scaleY(1);
    position: static;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container-header,
.container-main-nav {
    background-color: #fff;
}

div.container-inner-head {
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
    background-color: transparent;
}

div.container-inner-head .contents {
    padding: 0;
}

.breadcrumbs {
    display: none;
}

.no-crumbs {
    display: none;
}

body #ask-current-city {
    width: 100%;
    margin: 0;
    background-color: #fff;
    height: auto;
    border: none;
    padding: 10px 0px;
}

body #ask-current-city div {
    background-color: #F9F2E0;
    border: 1px solid #e6e6e6;
    font-family: Corpid, sans-serif;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 960px;
    margin: 0 auto;
}

body .outer-tooltip {
    left: 50%;
    background-color: #ec1d23;
}

body .outer-tooltip .count_body {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

body .outer-tooltip a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    body .filter a.clear-filter {
        position: fixed;
        z-index: 50;
        bottom: 0;
        left: 0;
        right: 50%;
        height: 40px;
        padding: 0;
        margin: 0;
        border: none;
        background-color: #f3f3f3;
        border-radius: 0;
        font-size: 16px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    body .filter a.clear-filter span {
        color: #000;
    }
}

.promo-page {
    font-feature-settings: 'kern';
    font: 300 18px/22px 'Corpid', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page {
        font-size: 16px;
    }
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .show-case {
        width: 320px;
    }
}

.promo-page .show-case .view-options {
    float: left;
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .show-case .view-options {
        width: 320px;
        height: 78px;
    }
}

.promo-page .show-case .view-options .display {
    display: none;
}

.promo-page .show-case .view-options .shown.shown.shown {
    right: 20px;
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .show-case .view-options .shown.shown.shown {
        position: static;
        text-align: left;
        padding: 0 0 10px 20px;
    }
}

.promo-page .show-case .view-options .price {
    line-height: 1.1;
}

.promo-page .container-inner-page {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

@media (min-width: 640px) and (max-width: 999px) {
    .promo-page .container-inner-page {
        width: 640px;
    }
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .container-inner-page {
        margin: 0 auto;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    body:not(.is-mobile-menu-open) .promo-page .container-inner-page::before {
        position: static;
    }
}

.promo-page .container-inner-page .inner-page-content {
    margin: 0 0 0 320px;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .container-inner-page .inner-page-content {
        margin: 0 auto;
    }
}

.promo-page .container-inner-page aside {
    box-shadow: none;
    border-color: #d3d3d3;
}

@media (min-width: 640px) and (max-width: 999px) {
    .promo-page .container-inner-page aside {
        display: block;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .container-inner-page aside {
        border-radius: 30px 30px 0 0;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .container-inner-page section {
        width: 320px;
    }
}

.promo-page .c-tag .show-case {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.17);
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .c-tag .show-case {
        width: 320px;
        position: relative;
        z-index: 10;
    }
}

.promo-page .c-tag .view-options {
    height: auto;
    background-color: #fff;
}

.promo-page .view-options.filter-container {
    height: auto;
    padding: 15px;
    box-sizing: border-box;
}

.promo-page .show-case {
    overflow: hidden;
}

.promo-page .mobile-menu {
    /*&__fader {
              display: none;
              position: absolute;
              top: 0;
              right: 0;
              height: 100%;
              left: 0;
              z-index: 40;
              background-color: #000;
              border-bottom: 250px solid #000;
              opacity: .38;
          }*/
}

.promo-page .mobile-menu__checkbox {
    display: none;
    position: absolute;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .mobile-menu__checkbox:checked ~ .catalog-list aside {
        display: block;
        float: none;
    }

    .promo-page .mobile-menu__checkbox:checked ~ .catalog-list > .mobile-menu__title,
    .promo-page .mobile-menu__checkbox:checked ~ .catalog-list > .mobile-menu__label {
        display: none;
    }
}

.promo-page .aside-labels-container {
    display: flex;
    align-items: baseline;
    margin-top: -15px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .promo-page .aside-labels-container {
        display: none;
    }
}

.promo-page .aside-labels-container .mobile-menu__label {
    margin-left: auto;
    color: #959595;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    border-bottom: none;
    cursor: pointer;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .mobile-menu__checkbox:checked ~ .catalog-list > .content-wrapper {
        border-radius: 30px 30px 0 0;
    }
}

.promo-page .catalog-list > .content-wrapper {
    /*@media @4K, @Laptop-L, @Laptop, @Tablet {
                  background: #fff url("../images/under-filter-bg.jpg") no-repeat 0 320px;
              }*/
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .catalog-list > .content-wrapper .aside-container {
        float: none;
    }
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .promo-page .catalog-list > .mobile-menu__title {
        display: none;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .catalog-list > .mobile-menu__title {
        margin: -15px 0 0 15px;
    }
}

.promo-page .catalog-list > .mobile-menu__label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 15px;
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #555;
    text-decoration: underline;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .promo-page .catalog-list > .mobile-menu__label {
        display: none !important;
    }
}

.promo-page .paginate {
    clear: both;
    background-color: #fff;
    margin: 0;
}

.promo-page .paginate p {
    margin-bottom: 0;
}

.promo-page .skeleton.paginate li {
    line-height: 30px;
}

.promo-page .skeleton.good-block {
    background-repeat: no-repeat;
    background-image: linear-gradient(#eee 230px, transparent 0), linear-gradient(#ddd 32px, transparent 0), linear-gradient(#f2f2f2 15px, transparent 0), linear-gradient(#f2f2f2 15px, transparent 0), linear-gradient(#f2f2f2 15px, transparent 0), linear-gradient(#f2f2f2 15px, transparent 0);
    background-size: 115px 230px,
    108px 32px,
    80px 15px,
    100px 15px,
    120px 15px,
    100px 15px;
    background-position: 180px 40px,
    25px 267px,
    25px 50px,
    25px 75px,
    25px 100px,
    25px 125px;
}

.promo-page .disclaimer {
    box-sizing: border-box;
    padding: 20px 20px 15px 20px;
    margin: 0 auto;
    color: #808080;
    font-size: 11px;
    line-height: 14px;
    background: #fff;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
    .promo-page .disclaimer {
        width: 960px;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .promo-page .disclaimer {
        width: 640px;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .disclaimer {
        width: 320px;
    }
}

.promo-page .clear-filter {
    margin-top: 30px;
}

.promo-page .no-products-msg {
    margin: 70px 0 100px 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    color: #666;
    font-size: 21px;
    text-align: center;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
    .promo-page .no-products-msg {
        width: 640px;
    }
}

@media (min-width: 640px) and (max-width: 999px), (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .no-products-msg {
        width: 320px;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .promo-page .no-products-msg {
        float: none;
    }
}

.filter-button-panel {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    body:not(.is-mobile-menu-open) .filter-button-panel {
        display: none;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    body:not(.is-mobile-menu-open) .outer-tooltip {
        display: none;
    }
}

.apply-filter-button {
    flex-basis: 50%;
    height: 40px;
    padding: 0;
    background-color: #ec1d23;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: Corpid, sans-serif;
    font-weight: 400;
}

.reset-filter-button {
    flex-basis: 50%;
    height: 40px;
    padding: 0;
    background-color: #f3f3f3;
    border: none;
    color: #000;
    font-size: 16px;
    font-family: Corpid, sans-serif;
    font-weight: 300;
}

.reset-filter-button .icon {
    width: 9px;
    height: 11px;
    background: url(../../../assets/images/s.png) no-repeat -218px -150px;
    display: inline-block;
    margin-left: 8px;
    float: none;
}

.container-grey-footer.container-grey-footer {
    margin-top: 0;
}

.c-tag__header {
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}

.c-tag__list {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    background: #fff;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
}

@media (min-width: 640px) and (max-width: 999px) {
    .c-tag__list {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-tag__list {
        display: none;
    }
}

.c-tag__item {
    position: relative;
    margin: 0;
}

.c-tag__input {
    position: absolute;
    visibility: hidden;
}

.c-tag__label {
    height: 120px;
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    transition: border-color 0.2s, color 0.2s;
    border: 2px solid transparent;
}

/*.c-tag__input:not(:disabled) ~ .c-tag__label:hover,
.c-tag__label:focus {
    background-color: #e5cffa;
    color: #4f1c5c;
    text-shadow: 0 0 5px rgba(54, 51, 32, 0.2);
}

.c-tag__input:checked ~ .c-tag__label:not(:hover) {
    background-color: #4f1c5c;
    color: #fff;
}*/

.c-tag__item .c-tag__label {
    background-image: url('../images/filter/filters-desktop.png');
}

.c-tag__item:nth-child(1) .c-tag__label {
    background-position: top -23px left -32px;
}

.c-tag__item:nth-child(2) .c-tag__label {
    background-position: top -23px left -215px;
}

.c-tag__item:nth-child(3) .c-tag__label {
    background-position: top -23px left -400px;
}

.c-tag__item:nth-child(4) .c-tag__label {
    background-position: top -23px left -584px;
}

.c-tag__item:nth-child(5) .c-tag__label {
    background-position: top -23px left -769px;
}

.c-tag__item:nth-child(1):hover .c-tag__label {
    background-position: top -189px left -32px;
}

.c-tag__item:nth-child(2):hover .c-tag__label {
    background-position: top -189px left -215px;
}

.c-tag__item:nth-child(3):hover .c-tag__label {
    background-position: top -189px left -400px;
}

.c-tag__item:nth-child(4):hover .c-tag__label {
    background-position: top -189px left -584px;
}

.c-tag__item:nth-child(5):hover .c-tag__label {
    background-position: top -189px left -769px;
}

.c-tag__item:nth-child(1):not(hover) .c-tag__input:checked ~ .c-tag__label {
    background-position: top -357px left -32px;
}

.c-tag__item:nth-child(2):not(hover) .c-tag__input:checked ~ .c-tag__label {
    background-position: top -357px left -217px;
}

.c-tag__item:nth-child(3):not(hover) .c-tag__input:checked ~ .c-tag__label {
    background-position: top -357px left -402px;
}

.c-tag__item:nth-child(4):not(hover) .c-tag__input:checked ~ .c-tag__label {
    background-position: top -357px left -587px;
}

.c-tag__item:nth-child(5):not(hover) .c-tag__input:checked ~ .c-tag__label {
    background-position: top -357px left -772px;
}

@media (min-width: 640px) and (max-width: 999px) {
    .c-tag__item .c-tag__label {
        background-image: url('../images/filter/filters-tablet.png');
    }

    .c-tag__item:nth-child(1) .c-tag__label {
        background-position: top -23px left -25px;
    }

    .c-tag__item:nth-child(2) .c-tag__label {
        background-position: top -23px left -145px;
    }

    .c-tag__item:nth-child(3) .c-tag__label {
        background-position: top -23px left -265px;
    }

    .c-tag__item:nth-child(4) .c-tag__label {
        background-position: top -23px left -385px;
    }

    .c-tag__item:nth-child(5) .c-tag__label {
        background-position: top -23px left -505px;
    }

    .c-tag__item:nth-child(1):hover .c-tag__label {
        background-position: top -189px left -25px;
    }

    .c-tag__item:nth-child(2):hover .c-tag__label {
        background-position: top -189px left -145px;
    }

    .c-tag__item:nth-child(3):hover .c-tag__label {
        background-position: top -189px left -265px;
    }

    .c-tag__item:nth-child(4):hover .c-tag__label {
        background-position: top -189px left -385px;
    }

    .c-tag__item:nth-child(5):hover .c-tag__label {
        background-position: top -189px left -505px;
    }

    .c-tag__item:nth-child(1):not(hover) .c-tag__input:checked ~ .c-tag__label {
        background-position: top -357px left -27px;
    }

    .c-tag__item:nth-child(2):not(hover) .c-tag__input:checked ~ .c-tag__label {
        background-position: top -357px left -147px;
    }

    .c-tag__item:nth-child(3):not(hover) .c-tag__input:checked ~ .c-tag__label {
        background-position: top -357px left -267px;
    }

    .c-tag__item:nth-child(4):not(hover) .c-tag__input:checked ~ .c-tag__label {
        background-position: top -357px left -387px;
    }

    .c-tag__item:nth-child(5):not(hover) .c-tag__input:checked ~ .c-tag__label {
        background-position: top -357px left -507px;
    }
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
    .c-tag__label {
        width: 160px;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .c-tag__label {
        width: 110px;
        font-weight: 400;
        font-size: 16px;
    }
}

.c-tag__input:disabled ~ .c-tag__label {
    cursor: not-allowed;
}

.c-tag__img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -48px;
    pointer-events: none;
    transition: opacity .2s;
}

.c-tag__input:disabled ~ .c-tag__img {
    opacity: .2;
}

.c-tag__img.c-tag__img--selected {
    opacity: 0;
}

.c-tag__input:checked ~ .c-tag__label:not(:hover) ~ .c-tag__img {
    opacity: 0;
}

.c-tag__input:checked ~ .c-tag__label:not(:hover) ~ .c-tag__img.c-tag__img--selected {
    opacity: 1;
}

.c-toc__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-toc__item .c-toc__list {
    padding-bottom: 20px;
}

.c-toc__list.c-toc__list--target-selector {
    margin-bottom: 15px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .c-toc__list.c-toc__list--target-selector {
        display: none;
    }
}

.c-toc__item {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .c-toc__item:not(:last-child)::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        border-top: 1px dotted #959595;
        left: 15px;
        right: 15px;
    }

    .c-toc__list-root > .c-toc__item:first-child .c-toc__icon {
        display: none;
    }

    .c-toc__list-root > .c-toc__item:first-child .c-toc__title {
        padding: 0;
        font-size: 20px;
        font-weight: bold;
    }
}

.c-toc__item .c-toc__item {
    margin-left: 0;
    margin-right: 0;
}

.c-toc__item .c-toc__item::after {
    content: none;
}

.c-toc__item.is-selected {
    color: #ec1d23;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    /*.c-toc__item.is-selected::before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*left: 23px;*/
    /*top: 3px;*/
    /*background-image: url(../../../assets/images/sprite-icons.png);*/
    /*background-position: -508px -425px;*/
    /*background-repeat: no-repeat;*/
    /*top: 8px;*/
    /*}*/
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    /*.c-toc__item.is-selected::after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*left: 20px;*/
    /*top: 5px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #adb0b3;*/
    /*border: 2px solid #ec1d23;*/
    /*margin-left: -1px;*/
    /*margin-top: -1px;*/
    /*width: 17px;*/
    /*height: 17px;*/
    /*top: 10px;*/
    /*}*/
}

.c-toc__item.is-disabled {
    color: #adb0b3;
    text-shadow: 0 1px 0 #fff;
    cursor: not-allowed;
}

.c-toc__label {
    margin: 0;
    padding: 10px 35px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-weight: 300;
    transition: color 0.3s, background-color 0.2s;
    cursor: pointer;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__label {
        padding: 5px 20px;
    }
}

.c-toc__item:not(.is-disabled) .c-toc__label:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: #ec1d23;
}

.c-toc__input:checked ~ .c-toc__label {
    color: #ec1d23;
}

.c-toc__item .c-toc__item .c-toc__label {
    padding: 4px 10px 4px 60px;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__item .c-toc__item .c-toc__label {
        padding-left: 48px;
    }

    .c-toc__item .c-toc__item .c-toc__label::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 20px;
        top: 5px;
        border-radius: 50%;
        border: 1px solid #adb0b3;
    }
}

.c-toc__item .c-toc__item .c-toc__label:hover {
    background-color: transparent;
    text-decoration: underline;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__item .c-toc__item .c-toc__input:checked ~ .c-toc__label::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 23px;
        top: 3px;
        background-image: url(../../../assets/images/sprite-icons.png);
        background-position: -508px -425px;
        background-repeat: no-repeat;
    }
}

.c-toc__item .c-toc__item .c-toc__input:checked ~ .c-toc__label::after {
    border: 2px solid #ec1d23;
    margin-left: -1px;
    margin-top: -1px;
    width: 17px;
    height: 17px;
}

.c-toc__item.is-disabled .c-toc__label {
    cursor: not-allowed;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .c-toc__label::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 35px;
        width: 23px;
        height: 37px;
        background-color: #ec1d23;
        mix-blend-mode: overlay;
        filter: blur(2px);
        opacity: 0;
        transition: opacity .3s;
    }

    .c-toc__item .c-toc__item .c-toc__label::after {
        content: none;
    }

    .c-toc__input:checked ~ .c-toc__label::after {
        opacity: 1;
    }
}

.c-toc__input:checked ~ .c-toc__label {
    color: #ec1d23;
}

.c-toc__input {
    position: absolute;
    visibility: hidden;
}

.c-toc__icon {
    width: 23px;
    height: 37px;
}

@media (min-width: 426px) and (max-width: 639px), (min-width: 321px) and (max-width: 425px), (max-width: 320px) {
    .c-toc__icon {
        display: none;
    }
}

.c-toc__img {
    margin-right: 8px;
    margin-left: -5px;
    width: 26px;
    height: 26px;
}

/*.c-toc__item.is-selected .c-toc__img {*/
/*visibility: hidden;*/
/*}*/

.c-toc__title {
    flex-grow: 1;
}

@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width: 640px) and (max-width: 999px) {
    .c-toc__title {
        padding-left: 30px;
    }
}

