@media screen and (min-width: 320px) {
    .products-page .v3__product_item-title {
        color: #000;
    }
    .products-page .v3__product_item-category {
        color: #000;
    }
    .products-page__column_wrapper {
        display: flex;

        flex-wrap: wrap;
        justify-content: space-between;
    }
    .products-page__left-column_wrapper {
        width: 300px;
        margin: 0 auto;

        flex-shrink: 0;
        flex-grow: 0;
    }
    .products-page__right-column_wrapper {
        width: 700px;
    }
    .product-page_left-form__container {
        border: 2px solid #e8e8e8;
    }
    .product-page_left-form__b-list {
        display: block;

        border: 0;
        background: transparent;
    }
    .product-page_left-form__b-header {
        padding: 10px;

        color: #26ace1;

        font-weight: 700;
    }
    .product-page_left-form__b-radio {
        position: relative;
        z-index: -1;

        margin-right: -15px;
    }
    .product-page_left-form__b-list-wrapper {
        display: flex;

        flex-wrap: wrap;
    }

    .product-page_left-form__b-label-ages,
    .product-page_left-form__b-label-gender,
    .product-page_left-form__b-label-vendor {
        display: block;

        padding: 5px;

        text-align: center;

        color: #838a9d;
    }

    .product-page_left-form__b-label-gender {
        width: 33.3%;
        padding-top: 35px;

        text-align: center;
        text-align: center;
        text-transform: lowercase;

        background-repeat: no-repeat;
        background-position: center 7px;
        background-size: 36px;

        font-size: 14px;
    }

    .product-page_left-form__b-label-ages {
        width: 33.333%;
    }

    .product-page_left-form__b-label-vendor {
        width: 100%;
        padding: 5px 12px;

        text-align: left;
    }

    .product-page_left-form__b-label-vendor-active {
        color: #fff !important;
        background-color: #26ace1;
    }

    .product-page_left-form__b-label-active {
        color: #fff !important;
        background-color: #26ace1;
    }

    .product-page_left-form__b {
        padding-bottom: 12px;

        border-bottom: 2px solid #e8e8e8;
    }

    .product-page_left-form__b:last-child {
        padding-bottom: 0;

        border-bottom: 0;
    }

    .product-page_left-form__b-label-gender-boy {
        background-image: url('/assets/website/svg/products_page/boy.svg');
    }

    .product-page_left-form__b-label-gender-boy.active-img {
        color: #fff;
        background-color: #26ace1;
        background-image: url('/assets/website/svg/products_page/boy1.svg');
    }

    .product-page_left-form__b-label-gender-girl {
        background-image: url('/assets/website/svg/products_page/girl.svg');
    }

    .product-page_left-form__b-label-gender-girl.active-img {
        color: #fff;
        background-color: #26ace1;
        background-image: url('/assets/website/svg/products_page/girl_fixed.svg');
        background-size: 38px;
    }

    .product-page_left-form__b-label-gender-all {
        background-image: url('/assets/website/svg/products_page/girlboy.svg');
        background-position: center 3px;
        background-size: 50px;
    }

    .product-page_left-form__b-label-gender-all.active-img {
        color: #fff;
        background-color: #26ace1;
        background-image: url('/assets/website/svg/products_page/girlboy_fixed.svg');
    }

    .product-page_left-form__b-list-wrapper-gender {
        margin: 0 10px;
    }

    .product-page_left-form__b-button-reset {
        display: block;

        width: 100%;
        margin-bottom: 15px;
        padding: 15px 35px 10px 35px;

        text-align: center;
        text-transform: uppercase;

        color: #26ace1;
        border-top: 2px solid #e8e8e8;
        border-bottom: 2px solid #e8e8e8;

        font-size: 14px;
        font-weight: 700;
    }

    label.product-page_left-form__b-button-buy + input.product-page_left-form__b-button-buy-radio:checked {
        display: none;
    }

    .product-page_left-form__b-button {
        display: block;

        margin: 0 auto;
        margin-bottom: 20px;
        padding: 5px 35px;

        text-align: center;
        text-transform: uppercase;

        color: #fff !important;
        border: 0;
        background-color: #fa0;

        font-size: 14px;
    }

    .product-page_left-form__b-button-buy {
        display: block;

        margin: 15px 12px;
        padding-left: 8px;

        color: #26ace1;
        background-image: url('../../svg/checkboxes.svg');
        background-repeat: no-repeat;
        background-position: -2px -17px;

        font-size: 16px;
        font-weight: 700;
    }

    .product-page_left-form__b-button-buy-available {
        background-position: -2px 1px;
    }

    .product-page_left-form__b-button-buy-radio {
        position: relative;
        z-index: -1;
    }

    .products-page__result-title {
        margin: 30px -5px 20px;

        text-transform: uppercase;

        color: #26ace1;

        font-size: 20px;
        font-weight: 700;
    }



    .products-page .v3__homepage-block__header-link-all {
        color: #333;
    }
    .heroes__items {
        display: flex;

        width: 930px;

        justify-content: space-between;
    }

    .brands__items {
        display: flex;

        width: 930px;

        justify-content: space-between;
    }

    .heroes__item-image {
        width: 171px;
        height: 171px;

        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .brands__item-image {
        width: 100px;
        height: 80px;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .heroes__item {
        width: 171px;

        flex-grow: 0;
        flex-shrink: 0;
    }

    .heroes__item-radio {
        position: relative;
        z-index: -1;

        display: block;

        margin-bottom: -15px;
    }

    .brands__item {
        display: block;

        width: 100px;
        height: 94px;

        flex-grow: 0;
        flex-shrink: 0;
    }

    .brands__item-radio {
        display: none;
    }

    .heroes__item-text {
        display: block;

        height: 64px;
        padding-top: 10px;

        text-align: center;

        color: #29aae3;
    }

    .brands__item-text {
        display: block;

        padding-top: 10px;

        text-align: center;

        color: #29aae3;
    }

    .product-page_form__wrapper {
        position: relative;

        display: block;

        height: 380px;

        background-repeat: no-repeat;
        background-size: 0;
    }
    .product-page_form__promo-item:nth-child(1) {
        margin: 0 auto;
    }

    .product-page_form__promo-item:nth-child(2),
    .product-page_form__promo-item:nth-child(3) {
        display: none;
    }

    .product-page_form__items {
        position: relative;

        display: flex;
        flex-direction: row;

        margin-top: 40px;

        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product-page_form__item-input {
        position: relative;
        z-index: -1;

        margin-right: -15px;
    }

    .product-page_form__item {
        width: 68%;
        margin: 0 auto 5px auto;
        padding: 5px 0;

        text-align: center;
        text-transform: uppercase;

        color: #26ace1;
        border: 1px solid #e8e8e8;
        background-color: #fff;

        font-size: 14px;
        font-weight: bold;
    }

    .product-page_form__item-fill {
        width: 68%;
        margin: 0 auto 5px auto;
        padding: 5px 0;

        text-align: center;
        text-transform: uppercase;

        color: #fff;
        background-color: #f5d580;

        font-size: 14px;
        font-weight: bold;
    }

    .product-page_form__item-fill:after {
        position: absolute;
        top: 162px;
        right: 12px;

        display: inline-block;

        width: 9px;
        height: 9px;

        content: "";
        transform: rotate(-135deg);

        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
    }

    .product-page_form__promo-items {
        display: flex;

        margin-top: 10px;

        justify-content: space-between;
    }

    .product-page_form__promo-item {
        display: block;
        overflow: hidden;

        width: 294px;
        height: 82px;
        padding: 18px 40px;

        text-align: center;
        text-transform: uppercase;

        opacity: .9;
        color: #26ace1;
        border: 3px solid #26ace1;
        background-color: #f2f2f2;

        font-size: 14px;
        font-weight: bold;
    }

    .product-page_form__item-fill:hover .product-page_form__item-fill-list {
        display: flex;
    }

    .product-page_form__item-fill-2:hover .product-page_form__item-fill-list {
        display: block;
    }

    .product-page_form__item-fill:hover .product-page_form__item-fill-list-title {
        display: block;
    }

    .product-page_form__item-fill-list:before {
        position: absolute;
        top: -32px;

        display: inline-block;

        width: 213px;

        content: "";

        border: 16px solid transparent;
    }

    .product-page_form__item-fill-list {
        position: absolute;
        z-index: 12;
        top: 193px;
        left: -20px;

        display: none;
        flex-direction: column;

        width: 960px;
        height: 300px;
        margin: 0;
        padding: 60px 0;

        color: #000;
        border-top: 1px solid #f8f8f8;
        border-bottom: 1px solid #f8f8f8;
        background-color: #fff;
        box-shadow: 0 86px 60px 43px rgba(0, 0, 0, 0.1);

        flex-wrap: wrap;
        justify-content: space-between;

    }

    .product-page_form__item-fill-list-item {
        display: block;

        width: 260px;
        height: 20px;
    }

    .product-page_form__item-fill-list-title,
    .product-page_form__item-fill-list-title-favorite {
        position: absolute;
        z-index: 111;
        top: 210px;
        left: 10px;

        display: none;

        color: #26ace1;

        font-size: 26px;
    }

    .product-page_form__item-fill-list-title-favorite {
        top: 243px;
        left: 10px;
    }

    .product-page_form__item-fill-list-category:before {
        left: 15px;
    }

    .product-page_form__item-fill-list-favorite:before {
        left: 254px;
    }

    .product-page_form__item-fill-list-category .product-page_form__item-fill-list-item:nth-child(1):before {
        left: 108px;
    }

    .product-page_form__item-fill:hover .product-page_form__item-fill-list-favorite-wrapper {
        z-index: 13;

        display: flex;
    }

    .product-page_form__item-fill-list-favorite {
        top: 229px;
        left: -10px;

        flex-direction: row;

        height: 2470px;
    }

    .product-page_form__item-fill-list-favorite-wrapper {
        position: absolute;
        top: 283px;
        left: 0;

        display: none;
        flex-direction: row;

        width: 100%;

        justify-content: space-between;
    }

    .product-page_form__item-fill-list-favorite-item:nth-child(4),
    .product-page_form__item-fill-list-favorite-item:nth-child(5) {
        display: none;
    }

    .product-page_form__item-fill-list-favorite-item-radio {
        display: none;
    }

    .product-page_form__item-fill-list-favorite-item {
        z-index: 3;

        display: block;

        width: 100px;
        height: 100px;

        border-radius: 50%;
        background-position: center;
        background-size: cover;
    }
    .product-page_form__item-fill-list-favorite-abc {
        display: inline-block;
        float: left;

        width: 42px;
        height: 30px;

        text-align: center;

        color: #26ace1;

        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }
    .product-page_form__item-fill-list-favorite-abc:first-child {
        margin-top: 120px;
    }
    .product-page_form__item-fill-list-favorite-abc:hover {
        color: #fff;
        background: #26ace1;
    }
    .product-page_form__item-fill-list-favorite-abc-child-list {
        position: absolute;
        top: 205px;
        left: 55px;

        display: none;

        width: 75%;
        min-height: 150px;
        padding: 0;
    }

    .product-page_form__item-fill-list-favorite-abc-child-list-item {
        display: block;
        overflow: hidden;

        width: 215px;
        height: 30px;
        padding: 0 14px;

        cursor: pointer;
        text-align: left;
        white-space: nowrap;
        text-transform: none;
        text-overflow: ellipsis;

        color: #333;

        font-size: 16px;
        font-weight: 100;
    }

    .product-page_form__item-fill-list-favorite-abc-title {
        position: relative;

        padding: 0 14px;
    }
    .product-page_form__item-fill-list-favorite-abc-child-list-item:hover {
        color: #fff;
        background-color: #26ace1;
    }
    .product-page_form__item-fill-list-favorite-abc:hover .product-page_form__item-fill-list-favorite-abc-child-list {
        z-index: 1;

        display: block;

        background-color: #fff;
    }
    .product-page_form__item-fill-list-favorite-abc-child-list:before {
        position: absolute;
        top: -8px;
        left: 18px;

        display: inline-block;

        width: 30px;

        content: "";

        border: 16px solid transparent;
    }
    /*FIXME*/
    .product-page_form__item-fill-list-interest:before {
        left: 491px;
    }
    .product-page_form__item-fill-list-interest .product-page_form__item-fill-list-item:nth-child(1):before {
        left: 580px;
    }
    .product-page_form__item-fill-list-interest .product-page_form__item-fill-list-item {
        height: auto;
        margin-left: 100px;
        padding: 10px 0 10px 40px;

        text-align: left;
        text-transform: none;

        font-size: 12px;
        font-weight: normal;
    }
    .product-page_form__item-fill-list-interest .product-page_form__item-fill-list-item:hover {
        color: #fff;
        background-color: #29aae3;
    }

    .product-page_form__image {
        position: absolute;
        z-index: 0;

        display: none;

        background-color: rgba(0,0,0,.35);
        background-size: 960px 372px;
    }

    .products-page__products-items_wrapper .v3__product_item-wrapper {
        width: 100%;
        height: 267px;
        margin: 0 2% 15px;
    }

    .products-page__products-items_wrapper .v3__product_item-heart-wrapper,
    .products-page__products-items_wrapper .v3__product_item-rate,
    .products-page__products-items_wrapper .v3__product_item-category {
        display: flex;
    }

    .products-page__products-items_wrapper .v3__product_item-title {
        position: relative;
        top: 0;
        left: 15px;

        font-size: 16px;
    }

    .products-page__products-items_wrapper .v3__product_item-category {
        display: block;
        overflow: hidden;

        height: 22px;
        padding: 0 12px 0 30px;

        white-space: nowrap;
        text-overflow: ellipsis;

        background-image: url('/assets/website/svg/ico_category.svg');
        background-repeat: no-repeat;
        background-position: 12px 5px;
        background-size: 15px;
    }

    .products-page__products-items_wrapper .v3__product_item-header {
        display: flex;

        margin-top: 10px;

        justify-content: space-between;
    }

    .products-page-result .v3__product_item-img {
        height: 125px;
        margin: 15px 20px 15px 20px;
    }

    .products-page-result .product-card-item__available-box {
        position: absolute;
        top: 215px;
        right: 10px;
        bottom: 0;
    }

    .products-page-result .product-card-item__available-icon {
        width: 2.5em;
        height: 2.5em;
    }

    .product-page_form__item-fill-list-item-child_category:hover,
    .product-page_form__item-fill-list-item-parent_category:hover {
        cursor: pointer;

        color: #fff;
        background-color: #26ace1;
    }

    .product-page_form__item-fill-list-item-parent_category {
        overflow: hidden;

        margin: 0 15px;
        padding: 0 15px;

        text-align: left;
        text-transform: none;

        font-size: 14px;
    }

    .product-page_form__item-fill-list-item-child_category {
        overflow: hidden;

        margin: 0 15px;
        padding: 0 15px;

        text-align: left;
        text-transform: none;

        font-size: 14px;
        font-weight: 100;
    }

    .product-page_form__item-fill-list-category {
        height: 900px;
    }

    .product-page_form__item-fill-list-brands-item {
        display: block;

        width: 100px;
        height: 80px;

        background-size: cover;
    }
    .product-page_form__item-fill-list-brands-wrapper {
        position: absolute;
        top: 350px;
        left: 0;

        display: none;
        flex-direction: row;

        width: 930px;

        justify-content: space-between
    }

    .product-page_form__item-fill-list-interests {
        top: 264px;
        left: 0;

        flex-direction: row;

        width: 100%;
        height: 435px;
        padding: 25px 50px;
    }

    .product-page_form__item-fill-list-item-interests:hover {
        cursor: pointer;

        color: #fff;
        background-color: #29aae3;
    }

    .product-page_form__item-fill-list-interests:before {
        left: 491px;
    }

    .product-page_form__item-fill-list-item-interests:nth-child(1):before {
        left: 580px;
    }

    .product-page_form__item-fill-list-item-interests {
        width: 100%;
        height: 30px;
        padding: 5px 0 5px 35px;

        text-align: left;
        text-transform: none;

        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 25px;

        font-size: 14px;
        font-weight: 100;
    }

    .product-page_form__item-fill-list-item-interests-igry-i-gadzety {
        background-image: url('/assets/website/svg/products_page/phone.svg');
    }

    .product-page_form__item-fill-list-item-interests-kollekcionirovanie {
        background-image: url('/assets/website/svg/products_page/butterfly.svg');
    }

    .product-page_form__item-fill-list-item-interests-muzyka {
        background-image: url('/assets/website/svg/products_page/music.svg');
    }

    .product-page_form__item-fill-list-item-interests-otdyh-i-putesestvia {
        background-image: url('/assets/website/svg/products_page/car.svg');
    }

    .product-page_form__item-fill-list-item-interests-tvorcestvo {
        background-image: url('/assets/website/svg/products_page/pencil.svg');
    }

    .product-page_form__item-fill-list-item-interests-kino-i-multfilmy {
        background-image: url('/assets/website/svg/products_page/cinema.svg');
    }

    .product-page_form__item-fill-list-item-interests-kulinaria {
        background-image: url('/assets/website/svg/products_page/saucepan.svg');
    }

    .product-page_form__item-fill-list-item-interests-nauka {
        background-image: url('/assets/website/svg/products_page/science.svg');
    }

    .product-page_form__item-fill-list-item-interests-priroda-i-zivotnye {
        background-image: url('/assets/website/svg/products_page/tree.svg');
    }

    .product-page_form__item-fill-list-item-interests-knigi-i-zurnaly {
        background-image: url('/assets/website/svg/products_page/book.svg');
    }

    .product-page_form__item-fill-list-item-interests-moda {
        background-image: url('/assets/website/svg/products_page/shoes.svg');
    }

    .product-page_form__item-fill-list-item-interests-obucenie-i-skola {
        background-image: url('/assets/website/svg/products_page/sphere.svg');
    }

    .product-page_form__item-fill-list-item-interests-sport {
        background-image: url('/assets/website/svg/products_page/ball.svg');
    }

    .product-page_form__item-fill:hover .product-page_form__item-fill-list-brands-wrapper {
        z-index: 13;

        display: flex;
    }

    .product-page_form__item-fill-list-brands-item-radio {
        position: relative;
        z-index: -1;

        display: block;

        width: 0;
        height: 0;
        margin-bottom: -15px;
    }

    .product-page_form__item-fill-list-brands-item {
        width: 100px;
        height: 80px;

        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .product-page_form__item-fill-list-brands {
        top: 300px;
        left: 0;

        width: 100%;
        height: auto;
        padding: 175px 0 0 0;
    }

    .product-page_form__item-fill-list-title-brands {
        top: 310px;
    }

    .product-page_form__item-fill-list-item-brands-letter,
    .product-page_form__item-fill-list-item-brands-item {
        margin-left: 25px;
        padding-left: 10px;

        text-align: left;
    }

    .product-page_form__item-fill-list-item-brands-letter {
        text-transform: uppercase;

        font-size: 18px;
        font-weight: 700;
    }

    .product-page_form__item-fill-list-item-brands-item {
        font-weight: 100;
    }

    .product-page_form__item-fill-list-item-brands-item:hover {
        cursor: pointer;

        color: #fff;
        background-color: #29aae3;
    }

    .product-page_form__item-fill-list-brands:before {
        left: 726px;
    }

    .product-page_form__item-fill-list-brands .product-page_form__item-fill-list-item:nth-child(1):before {
        left: 820px;
    }

    .product-page_form__item-fill:before {
        position: absolute;
        top: 54px;

        display: inline-block;

        width: 7px;
        height: 7px;
        margin-bottom: 2px;
        margin-left: 5px;

        content: "";
        transform: rotate(-135deg);

        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }

    .product-page_form__item-fill-1:before {
        right: 12px;
    }

    .product-page_form__item-fill-2:before {
        right: 484px;
    }

    .product-page_form__item-fill-3:before {
        right: 250px;
    }

    .product-page_form__item-fill-4:before {
        right: 720px;
    }

    .product-page_form__item-fill:hover:after{
        z-index: 13;

        display: inline-block;
    }

    .product-page_form__item-fill:after {
        position: absolute;
        z-index: -1;
        top: 60px;

        display: inline-block;

        margin: 0 auto;

        content: "";
        transform: rotate(-180deg);

        border: 16px solid transparent;
        border-top: 16px solid #fff;
    }

    .product-page_form__item-fill-list-favorite-abc:hover .product-page_form__item-fill-list-favorite-abc-title:before {
        position: absolute;
        z-index: 2;
        top: -1px;
        left: 42px;

        display: inline-block;

        content: "";
        transform: rotate(-90deg);

        border: 16px solid transparent;
        border-top: 16px solid #26ace1;
    }

    .product-page_form__item-fill-list-item-radio,
    .product-page_form__item-fill-list-favorite-abc-child-list-item-radio {
        display: none;
    }

    .product-page_form__item-fill-list-category {
        padding: 60px 0 20px;
    }

    .product-page_form__item-fill-1:after {
        top: 162px;
        left: 0;

        margin: 0 auto;

        border-top: 16px solid #f8f8f8;
    }

    .product-page_form__item-fill-2:after {
        top: 197px;
        left: 0;

        margin: 0 auto;

        border-top: 16px solid #f8f8f8;
    }

    .product-page_form__item-fill-3:after {
        top: 232px;
        left: 0;

        border-top: 16px solid #f8f8f8;
    }

    .product-page_form__item-fill-4:after {
        top: 268px;
        left: 0;

        border-top: 16px solid #f8f8f8;
    }

    .product-page_form__item-fill-1:before {
        top: 157px;
        right: 20%;
    }

    .product-page_form__item-fill-2:before {
        top: 191px;
        right: 20%;
    }

    .product-page_form__item-fill-3:before {
        top: 226px;
        right: 20%;
    }

    .product-page_form__item-fill-4:before {
        top: 261px;
        right: 20%;
    }

    .v3__homepage-playbill_item-wrapper {
        display: block;

        width: 100%;
        height: 316px;
        margin-bottom: 10px;

        opacity: 1;
    }

    .v3__homepage-playbill_item-wrapper:nth-child(2) .v3__homepage-playbill_item-img {
        height: 216px;
    }

    .v3__homepage-playbill_item-wrapper:nth-child(2) .v3__homepage-playbill_item-title {
        position: absolute;
        bottom: 0;

        overflow: hidden;

        box-sizing: border-box;
        width: 100%;
        height: 100px;
        padding: 16px 20px;

        text-transform: uppercase;
        text-overflow: ellipsis;

        color: #fff;
        border: 0;
        background: rgba(0,0,0,.45);

        font-size: 1.13em;
        font-weight: 700;
        line-height: 22px;
    }

    .v3__homepage-playbill_item-wrapper:nth-child(3) {
        display: none;
    }

    .v3__homepage-playbill_item-wrapper:nth-child(2) .v3__homepage-playbill_item-description {
        display: block;
    }

    .v3__homepage-playbill_item-wrapper {
        width: 100%;
    }

    .heroes__wrapper {
        margin-top: 165px;
    }

    .product-page_form-title {
        position: absolute;
        z-index: 99;
        top: -40px;

        width: 100%;

        text-align: center;
        text-transform: uppercase;

        color: #26ace1;

        font-size: 20px;
        font-weight: 700;
    }

    .products-page__wrapper {
        position: relative;
    }

    .products-page__products-items_wrapper {
        width: 100%;

        flex-wrap: wrap;
    }

    .products-page-result .v3__product_item-wrapper:first-child {
        margin-top: 15px;
    }

    .products-page-result .page-break {
        margin: 20px 15px 20px 15px;

        font-size: 16px;
    }

    .products-page-result .show_more {
        margin-top: 10px;

        font-size: 16px;
    }

    .product-page_left-form__pager {
        display: none;
    }

    .product-page_form__item-fill-list-item-interests-radio {
        display: none;
    }

    .product-page_form__item-fill-list-favorite {
        padding: 170px 0 30px;
    }
}

@media screen and (min-width: 480px) {
    .product-page_form__item-fill-list-favorite {
        padding: 190px 0 30px;
    }

    .product-page_form__item-fill-list-favorite-abc:first-child {
        margin-top: 145px;
    }

    .product-page_form__item-fill-list-favorite-item {
        width: 124px;
        height: 124px;
    }
}

@media screen and (min-width: 768px) {
    .product-page_form__item-fill-list-item-parent_category {
        height: 25px;
    }

    .product-page_form__item-fill-list-favorite-abc-child-list-item {
        float: left;

        width: 250px;
    }

    .product-page_form__item-fill-list-favorite {
        left: 0;

        height: 1000px;
        padding: 210px 0 30px;
    }

    .products-page-result .show_more {
        margin-top: 0;
    }
    .products-page-result .product-card-item__available-icon {
        margin-right: 0;
    }
    .products-page__column_wrapper {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .products-page__products-items_wrapper {
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }

    .products-page__column_wrapper .products-page__right-column_wrapper {
        width: 71%;
    }

    .products-page-result .v3__product_item-wrapper {
        width: 48%;
        margin: 0 0 2%;
    }

    .products-page__result-title {
        margin: 30px -5px 20px;
    }

    .products-page-result .v3__product_item-wrapper:first-child {
        margin-top: 0;
    }

    .product-page_left-form__b-label-ages {
        width: 50%;
    }

    .product-page_left-form__b-label-gender {
        background-position: 12px 5px;
    }

    .product-page_left-form__b-label-gender-all {
        background-position: 8px 5px;
    }

    .products-page__left-column_wrapper {
        width: 27%;
        margin: 0;
    }

    .product-page_form__promo-item:nth-child(2),
    .product-page_form__promo-item:nth-child(3) {
        display: block;
    }

    .product-page_form__promo-item:nth-child(1) {
        margin: 0;
    }

    .product-page_form-title {
        top: 15px;

        color: #fff;
    }

    .heroes__wrapper {
        margin-top: 0;
    }

    .v3__homepage-playbill_item-wrapper {
        width: 49%;
    }

    .product-page_form__item-fill-1:before {
        top: 148px;
        left: 45%;
    }

    .product-page_form__item-fill-2:before {
        top: 148px;
        right: 22.5%;
    }

    .product-page_form__item-fill-3:before {
        top: 183px;
        left: 45%;
    }

    .product-page_form__item-fill-4:before {
        top: 183px;
        right: 22.5%;
    }

    .product-page_form__items {
        width: 446px;
        margin: 0 auto;
        padding-top: 65px;
    }

    .product-page_form__item,
    .product-page_form__item-fill {
        width: 213px;
        margin: 0 0 5px 0;
    }

    .product-page_form__wrapper {
        height: 400px;

        background-position: center;
        background-size: cover;
    }

    .product-page_form__item-fill-list-category {
        left: 0;
    }

    .product-page_form__container-from {
        position: relative;
    }

    .product-page_form__items {
        position: unset;
    }

    .product-page_form__item-fill-list {
        top: 185px;

        width: 100%;

    }

    .product-page_form__item-fill-list-favorite {
        top: 185px;
    }

    .product-page_form__item-fill-list-title-favorite {
        top: 210px;
        left: 10px;
    }

    .product-page_form__promo-items {
        display: flex;

        width: 606px;
        margin: 12px auto 0 auto;

        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product-page_form__promo-item:last-child {
        margin: 5px auto 0 auto;
    }

    .product-page_form__item-fill-1:after {
        top: 154px;
        left: -215px;
    }

    .product-page_form__item-fill-2:after {
        top: 154px;
        left: 245px;
    }

    .product-page_form__item-fill-3:after {
        top: 188px;
        left: -215px;
    }

    .product-page_form__item-fill-4:after {
        top: 188px;
        left: 245px;
    }

    .product-page_form__item-fill-list-brands {
        top: 220px;
        left: 0;

        width: 100%;
    }

    .product-page_form__item-fill-list-interests {
        top: 220px;
    }

    .product-page_form__item-fill-list-favorite-wrapper {
        top: 253px;

        justify-content: space-evenly;
    }

    .product-page_form__item-fill-list-title-brands {
        top: 240px;
    }

    .product-page_form__item-fill-list-brands-wrapper {
        top: 290px;
    }

    .product-page_form__item-fill-list-favorite-item:nth-child(4),
    .product-page_form__item-fill-list-favorite-item:nth-child(5) {
        display: block;
    }

    .product-page_form__item-fill-list-item-interests {
        width: 33.3%;
    }

    .product-page_form__item-fill-list-interests {
        height: 250px;
    }

    .product-page_form__item-fill-list-category {
        height: 320px;

        justify-content: flex-start;
    }

    .product-page_form__item-fill-list-item-child_category {
        width: 223px;
    }

    .product-page_form__image {
        display: block;

        width: 100%;
        height: 400px;
    }

    .products-page-result .v3__product_item-category {
        width: 185px;
    }

    .products-page-result .v3__product_item-wrapper {
        width: 95%;
        margin: 0 0 4%;
    }

    .products-page-result .v3__homepage-product_items .v3__product_item-wrapper:nth-child(6),
    .products-page-result .v3__homepage-product_items .v3__product_item-wrapper:nth-child(7) {
        display: block;
    }

}

@media screen and (min-width: 1200px) {
    .products-page__left-column_wrapper {
        width: 210px;
        margin: 0;
    }

    .products-page__products-items_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-page__column_wrapper .products-page__right-column_wrapper {
        width: 75%;
    }

    .products-page-result .v3__product_item-wrapper {
        width: 220px;
        height: 272px;
        margin: 0 0 15px;
    }

    .products-page-result .product-card-item__available-box {
        top: 220px;
        right: 7px;
    }

    .products-page-result .v3__product_item-img {
        height: 140px;
        margin: 15px 15px 22px;
    }

    .products-page__products-items_wrapper .v3__product_item-header {
        margin-top: 5px;
    }
    .products-page__products-items_wrapper .v3__product_item-title {
        top: 0;
        left: 5px;
    }

    .products-page__products-items_wrapper .v3__product_item-header {
        margin-top: 5px;
    }
    .product-page_form-title {
        top: 40px;
    }

    .v3__homepage-playbill_item-wrapper:nth-child(3) {
        display: block;
    }

    .product-page_form__item-fill-list-favorite-wrapper {
        width: 680px;
    }
    .product-page_form__promo-item:last-child {
        margin: 0;
    }

    .product-page_form__items {
        width: 100%;
        padding: 0;
    }

    .product-page_form__image {
        display: block;

        width: 960px;
        height: 372px;
    }

    .product-page_form__container {
        padding: 105px 20px 56px;
    }

    .product-page_form__item {
        width: 213px;
        margin: 0 0 15px 0;

        border: 0;
    }

    .product-page_form__item-fill {
        width: 213px;
        margin: 0;
    }

    .product-page_form__wrapper {
        height: 372px;
        margin: 0 -15px;

        background-position: 0 0;
        background-size: 960px 372px;
    }

    .product-page_form__item-fill-list-favorite {
        top: 92px;
        left: -20px;

        height: 990px;
        padding: 195px 130px 30px;
    }

    .product-page_form__item-fill-list-category {
        height: 430px;

        justify-content: flex-start;
    }

    .product-page_form__item-fill-list-interests {
        left: -20px;

        height: 180px;
        padding: 25px 95px;
    }

    .product-page_form__item-fill-list {
        top: 92px;
    }

    .product-page_form__item-fill-list-favorite-abc:first-child {
        margin-top: 0;
    }

    .product-page_form__item-fill-list-favorite-abc-child-list {
        top: 0;
        left: 130px;

        padding: 18px 0 0 0;
    }

    .product-page_form__item-fill-list-favorite-abc:hover .product-page_form__item-fill-list-favorite-abc-title:before {
        top: 30px;
        left: 6px;

        transform: rotate(0deg);
    }

    .product-page_form__item-fill-list-favorite-abc-child-list-item {
        float: left;
    }

    .product-page_form__item-fill-1:after {
        top: 60px;
        left: 93px;

        margin: 0;

        border-top: 16px solid #fff;
    }

    .product-page_form__item-fill-2:after {
        top: 60px;
        left: 318px;

        margin: 0;

        border-top: 16px solid #fff;
    }

    .product-page_form__item-fill-3:after {
        top: 60px;
        left: 565px;

        margin: 0;

        border-top: 16px solid #fff;
    }

    .product-page_form__item-fill-4:after {
        top: 60px;
        left: 800px;

        margin: 0;

        border-top: 16px solid #fff;
    }

    .product-page_form__item-fill-list-title {
        top: 104px;
        left: -5px;
    }

    .products-page .off-screen-nav__navigation {
        margin: 0 0 0 -16.001em;
    }

    .products-page {
        background-color: #f2f2f2;
    }

    .products-page .off-screen-nav__site-wrap {
        padding-right: 0;
    }

    .products-page .footer__content-box {
        width: 960px;

        background-color: #fff;
    }

    .products-page__wrapper {
        margin: 0 15px;
    }

    .products-page .v3__homepage-playbill_item-wrapper {
        width: 300px;
    }





    .product-page_form__item-fill-list-favorite-wrapper {
        top: 144px;
        left: 95px;
    }

    .product-page_form__item-fill-2:hover .product-page_form__item-fill-list {
        display: block;
    }
    /*FIXME dublicate 320px*/
    .product-page_form__item-fill-list-brands-wrapper {
        position: absolute;
        top: 144px;
        left: -5px;

        display: none;
        flex-direction: row;

        width: 930px;

        justify-content: space-between
    }

    .product-page_form__item-fill-list-item-interests {
        width: 220px;
    }

    .product-page_form__item-fill-list-interests {
        width: 960px;
    }

    .product-page_form__item-fill-list-brands {
        width: 960px;
    }

    .product-page_form__item-fill-list-favorite-abc-child-list {
        top: 225px;
    }

    .product-page_form__promo-items {
        width: 100%;
        margin: 50px 0 0 0;
    }

    .product-page_form__item-fill-list {
        left: -20px;

        width: 960px;
    }

    .brands__item {
        height: auto;
    }

    .product-page_form__item-fill-1:before {
        top: 54px;
        left: 187px;
    }

    .product-page_form__item-fill-2:before {
        top: 54px;
        left: 423px;
    }

    .product-page_form__item-fill-3:before {
        top: 54px;
        left: 657px;
    }

    .product-page_form__item-fill-4:before {
        top: 54px;
        left: 892px;
    }

    .product-page_form__item-fill-list-item-parent_category {
        height: 30px;
        padding: 5px 15px;
    }

    .product-page_form__item-fill-list-item-child_category {
        height: 30px;
        padding: 5px 15px;
    }

    .product-page_form__item-fill-list-item-child_category {
        width: 260px;
    }

    .product-page_form__item-fill-list-favorite-abc-child-list-item {
        width: 230px;
    }
}
