.promo-page {
    padding-bottom: 245px;
    background-image: url('../images/bg/bg-desktop-black-top.png'),
    url('../images/bg/bg-desktop-black-left.png'),
    url('../images/bg/bg-desktop-black-right.png'),
    url('../images/bg/bg-desktop-black-shadow.png'),
    url('../images/bg/bg-desktop-houses-bottom.png');
    background-color: #6bc8f3;
    background-repeat: repeat-x,
    repeat-y,
    repeat-y,
    no-repeat,
    no-repeat;
    background-attachment: scroll,
    fixed,
    fixed,
    fixed,
    scroll;
    background-position: center top,
	left -331px top,
	right -330px top,
    center top,
    center bottom;
    background-size: auto,
    auto,
    auto,
    cover,
    auto;
    transition: background-color 0.5s ease-in;
    overflow: hidden;
}
.promo-container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/other/hero-banner-v1.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    padding-top: 500px;
    position: relative;
    transition: background 0.5s ease-in;
}
.promo-content:before,
.promo-content:after {
    content: '';
    width: 120px;
    height: 950px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
}
.promo-content:before {
    background-image: url('../images/other/grass-left.png');
    left: -120px;
}
.promo-content:after {
    background-image: url('../images/other/grass-right.png');
    right: -120px;
}
.blackFriday_header {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
.blackFriday_header:after {
    content: '';
    width: 323px;
    height: 219px;
    margin: auto;
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 80px;
    z-index: 0;
    background-image: url('../images/other/hero-hands.png');
    background-repeat: no-repeat;
    transition: opacity 0.5s ease-in;
}
.phoneRing {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
}
.phoneRing * {
    transition: all 0.5s ease-in;
    margin: auto;
    position: relative;
}

.phoneRing_devise {
    width: 184px;
    height: 124px;
    left: -30px;
    top: 6px;
    animation: bring 3s infinite linear;
    background-repeat: no-repeat;
    transition: background 0ms linear;
}
.promo_changeDevise {
    cursor: none;
}
#cursor_magicWand {
    display: none;
    width: 108px;
    height: 153px;
    position: absolute;
    background-size: contain;
    background-image: url('../images/other/cursor-magic-wand.png');
    z-index: 10;
}
.phoneRing_message {
    width: 155px;
    height: 149px;
    left: 119px;
    background-repeat: no-repeat;
    opacity: 0;
    animation: hideElem 3s infinite linear;
}
.promo_spider {
    width: 85px;
    height: 108px;
    position: absolute;
    transition: opacity 0.5s ease-in;
    background-image: url('../images/other/hero-spider.png');
}
.promo_bat {
    width: 178px;
    height: 81px;
    position: absolute;
    transition: all 0.5s ease-in;
    animation: upAndDown 1.1s infinite linear;
    animation-direction: reverse;
    background-image: url('../images/other/hero-vampire.png');
    opacity: 0;
}
.promo_bat_back {
    position: absolute;
    right: 0;
    bottom: 351px;
    transform: rotate(-20deg) scale(0.55);
}
.promoLightning {
    top: 0;
    position: absolute;
    z-index: 0;
    display: none;
}
.promoLightning img {
    vertical-align: top;
    animation: flash 20s infinite ease-in;
    opacity: 0;
}
.promoLightning.promoLightning_left img:last-child,
.promoLightning.promoLightning_right img:first-child{
    animation: flash 25s infinite ease-in;
}
.promoLightning.promoLightning_right {
    right: -330px;
}
.promoLightning.promoLightning_left {
    left: -400px;
}

.step1 .promo_bat_back .promo_bat {
    opacity: 0;
    right: 0;
    bottom: 0;
}
.step1 .phoneRing_devise {
    background-image: url('../images/other/hero-phone-v1.png');
}
.step1 .phoneRing_message {
    background-image: url('../images/other/txt-v1.png');
}
.step1 .promo_spider {
    left: 275px;
    top: 103px;
}
.step1 .promo_bat {
    right: -54px;
    bottom: 45px;
    zoom: 0.8;
    opacity: 1;
}
.step1 .blackFriday_header {
    opacity: 1;
}
.step1 .blackFriday_header:after {
    animation: upAndDown 3s infinite linear;
}

.step2.promo-page {
    background-color: #6b75f3;
}
.step2 .blackFriday_header:after {
    opacity: 0;
    animation: none;
}
.step2 .promo-container {
    background-image: url('../images/other/hero-banner-v2.png');
}
.step2 .phoneRing {
    animation: changeDevise_step2 0.5s linear;
}
.step2 .phoneRing_devise {
    width: 71px;
    height: 153px;
    left: 0;
    top: -20px;
    background-image: url('../images/other/hero-phone-v2.png');
}
.step2 .phoneRing_message {
    left: -83px;
    top: -9px;
    background-image: url('../images/other/txt-v2.png');
}
.step2 .promo_spider {
    top: 290px;
    left: 232px;
    transform: rotate(127deg);
    animation: spiderWalk 1s linear;
}
.step2 .promo_bat {
    right: 255px;
    bottom: 181px;
    zoom: 1;
}
.step2 .promo_bat_back .promo_bat {
    opacity: 1;
}

.step3 .blackFriday_header:after {
    opacity: 1;
    background-image: url('../images/other/hero-slogan.png');
    width: 441px;
    height: 153px;
    bottom: 44px;
    right: auto;
    left: 202px;
}
.step3.promo-page {
    background-color: #ff0032;
}
.step3 .promo-container {
    background-image: url('../images/other/hero-banner-v3.png');
}
.step3 .phoneRing {
    animation: changeDevise_step3 0.5s linear;
}
.step3 .phoneRing_devise {
    width: 156px;
    height: 158px;
    left: 0;
    top: -14px;
    background-image: url('../images/other/hero-phone-v3.png');
}
.step3 .phoneRing_message {
    left: 115px;
    top: 17px;
    background-image: url('../images/other/txt-v3.png');
}
.step3 .promo_bat,
.step3 .promo_spider {
    opacity: 0 !important;
}
.step3 .promo_changeDevise {
    cursor: default;
}


.animationStop .blackFriday_header:after,
.animationStop * {
    animation-play-state: paused !important;
}

.cacheImage {
    width: 0;
    height: 0;
    z-index: -999;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    animation: cacheImage 1s ease-in-out;
}
.promo_ghost {
    display: none;
    position: absolute;
    opacity: 0;
    background-repeat: no-repeat;
    animation: ghostFlying 10s infinite linear;
    z-index: 1;
}
.promo_ghost_left {
    width: 173px;
    height: 170px;
    top: 198px;
    left: -147px;
    background-image: url('../images/other/hero-ghost-left.png');
}
.promo_ghost_right {
    width: 161px;
    height: 154px;
    right: -290px;
    top: 895px;
    background-image: url("../images/other/hero-ghost-right.png");
    animation-direction: reverse;
}
@media only screen and (min-width: 1024px) {
    .promo_ghost {
        display: block;
        opacity: 1;
    }
}
@media only screen and (max-width: 1600px) {
    .promo_ghost_right {
        right: -190px;
    }
}
@media only screen and (max-width: 1360px) {
    .promo_ghost_right {
        display: none;
    }
    .promo-page {
        overflow: hidden;
    }
}
@media only screen and (max-width: 1200px) {
    .promo-page {
        background-image: url('../images/bg/bg-desktop-black-top.png'),
        url('../images/bg/bg-desktop-black-shadow.png'),
        url('../images/bg/bg-desktop-houses-bottom.png');
        background-repeat: repeat-x,
        no-repeat,
        no-repeat;
        background-attachment: scroll,
        fixed,
        scroll;
        background-position: center top,
        center top,
        center bottom;
        background-size: auto,
        cover,
        auto;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .promo-container {
        padding-top: 333px;
    }
    .blackFriday_header {
        height: 499px;
        transform: scale(0.66);
        width: 150%;
        margin-left: -25%;
        margin-top: -12.5%;
    }
    .promo-content:before, .promo-content:after {
        width: 80px;
        height: 633px;
        top: -5px;
    }
    .promo-content:before {
        left: -80px;
    }
    .promo-content:after {
        right: -80px;
    }
}
@media only screen and (max-width: 959px) {
    .promo-page {
        padding-top: 360px;
        background-image: url('../images/bg/bg-tablet-top.png'),
        url('../images/bg/bg-tablet-bottom.png');
        background-repeat: no-repeat,
        no-repeat;
        background-attachment: scroll,
        scroll;
        background-position: center top -122px,
        center bottom -283px;
        background-size: auto,
        auto;
        background-color: #710308;
    }
    .step1 .promo-container {
        background-image: none;
    }
    
    .promo-content:before,
    .promo-content:after,
    #cursor_magicWand,
    .promo_ghost,
    .blackFriday_header,
    .phoneRing {
        display: none !important;
    }

    .main-nav__toggle-label {
        background: #fff;
    }
    .promo-container {
        padding-top: 0;
    }
}

@media only screen and (max-width: 639px) {
    .promo-page {
        padding-top: 251px;
        background-image: url('../images/bg/bg-mobile-top.png'),
        url('../images/bg/bg-mobile-bottom.png');
        background-repeat: no-repeat,
        no-repeat;
        background-attachment: scroll,
        scroll;
        background-position: center top -153px,
        center bottom -168px;
        background-size: auto,
        auto;
        padding-bottom: 198px;
    }

    .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;
    }
}

@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: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    background-color: #fff;
    position: relative;
}
@media only screen and (min-width: 999px) {
    .promo-content {
        min-height: 980px;
    }
    .step3 .promoLightning {
        display: block;
    }
}

.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: 25px 25px 0 0;
        padding-top: 4px;
    }
    .promo-page .catalog-list h3 {
        font-size: 21px;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .promo-content {
        border-radius: 25px;
    }
}

@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: 25px 25px 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: 12px;
}

@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 26px;
    }
}

.c-toc__item:not(.is-disabled) .c-toc__label:hover {
    background-color: rgba(0, 0, 0, 0.03);
    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: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.is-disabled .c-toc__label {
    cursor: not-allowed;
}

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

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

.c-toc__icon {
    width: 23px;
    height: 37px;
    position: relative;
}
.c-toc__icon img {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s ease-out;
}
.c-toc__icon img:first-child {
    opacity: 1;
    z-index: 1;
}
.c-toc__icon img:last-child {
    z-index: 2;
}
.c-collapse__label.active .c-toc__icon img:first-child, 
.c-toc__input:checked ~ .c-toc__label .c-toc__icon img:first-child {
    opacity: 0;
}
.c-collapse__label.active .c-toc__icon img:last-child,
.c-toc__input:checked ~ .c-toc__label .c-toc__icon img:last-child {
    opacity: 1;
}

@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: 10px;
    margin-left: -5px;
    width: 32px;
    height: 22px;
}

/*.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;
    }
}

@keyframes cacheImage {
    0% {
        background-image: url('../images/other/hero-banner-v2.png');
    }
    25% {
        background-image: url('../images/other/hero-banner-v3.png');
    }
    50% {
        background-image: url('../images/other/hero-phone-v2.png');
    }
    75% {
        background-image: url('../images/other/hero-phone-v3.png');
    }
    
}
@keyframes hideElem {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes upAndDown {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes spiderWalk {
    0% {
        left: 275px;
        top: 103px;
        transform: rotate(0);
    }
    30% {
        left: 245px;
        top: 151px;
    }
    40% {
        top: 173px;
        transform: rotate(90deg);
    }
    60% {
        top: 275px;
        left: 235px;
    }
    70% {
        transform: rotate(127deg);
        top: 290px;
        left: 232px;
    }
    100% {
        top: 290px;
        left: 232px;
    }
}
@keyframes bring {
    0% {
        transform: rotate(0);
    }
    2% {
        transform: rotate(-3deg);
    }
    4% {
        transform: rotate(0);
    }
    6% {
        transform: rotate(3deg);
    }
    8% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(-3deg);
    }
    12% {
        transform: rotate(0);
    }
    14% {
        transform: rotate(3deg);
    }
    16% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes bring2 {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    10% {
        transform: translateY(-5px) rotate(-3deg) ;
    }
    14% {
        transform: translateY(-8px) rotate(0deg);
    }
    18% {
        transform: translateY(-10px) rotate(3deg);
    }
    25% {
        transform: translateY(0px) rotate(0deg);
    }
    37% {
        transform: translateY(11px) rotate(-3deg);
    }
    40% {
        transform: translateY(12px) rotate(0deg);
    }
    42% {
        transform: translateY(10px) rotate(3deg);
    }
    50% {
        transform: translateY(0px) rotate(0deg);
    }
    60% {
        transform: translateY(-5px) rotate(-3deg);
    }
    64% {
        transform: translateY(-8px) rotate(0deg);
    }
    68% {
        transform: translateY(-10px) rotate(3deg);
    }
    75% {
        transform: translateY(0px) rotate(0deg);
    }
    80% {
        transform: translateY(10px) rotate(-3deg);
    }
    84% {
        transform: translateY(13px) rotate(0deg);
    }
    86% {
        transform: translateY(11px) rotate(3deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}
@keyframes ghostFlying {
    0% {
        opacity: 0;
        transform: translateX(0px)
    }
    10% {
        opacity: 0.5;
        transform: translateX(10px)
    }
    20% {
        opacity: 1;
        transform: translateX(0px)
    }
    30% {
        opacity: 0.5;
        transform: translateX(-8px)
    }
    40% {
        opacity: 0;
        transform: translateX(0px)
    }
    50% {
        opacity: 0.5;
        transform: translateX(10px)
    }
    60% {
        opacity: 1;
        transform: translateX(0px)
    }
    70% {
        opacity: 0.8;
        transform: translateX(-8px)
    }
    80% {
        opacity: 0;
        transform: translateX(0px)
    }
    90% {
        opacity: 0.5;
        transform: translateX(12px)
    }
    100% {
        opacity: 0;
        transform: translateX(0px)
    }
}
@keyframes changeDevise_step2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes changeDevise_step3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% { opacity: 0; }
    1.5% { opacity: 0.6; }
    1% { opacity: 0.2; }
    1.5% { opacity: 0.9; }
    2% { opacity: 0.2; }
    5% { opacity: 0; }
    100% { opacity: 0; }
}