.catalog-element-template-1 {
    display: block;
}

.catalog-elements-marketplace-links {
    order: 9;
}

.catalog-element-marketplace-link {
    transition: 0.3s;
    margin: 7px 0;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 21px 20px 18px 31px;
    max-width: 336px;
    display: flex;
    justify-content: start;
    font-size: 0;
    line-height: 0;
    background-image: url("./images/arrow_right.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position: right 20px center;
    align-items: center;
}

.catalog-element-marketplace-link .catalog-element-marketplace-link-img{
    display: block;
}

.catalog-element-marketplace-link:hover {
    background-color: #EFEFEF;
}

.catalog-element-marketplace-link-text {
    font-size: 14px;
    line-height: 15px;
    margin-right: 5px;
    display: block;
}


.catalog-element-headline {
    display: flex;
    margin-bottom: 133px;
}

.catalog-element-title-mobile {
    width: 100%;
    margin-bottom: 13px;
}

.catalog-element-title-mobile .catalog-element-brand {
    font-size: 24px;
    line-height: 30px;
    color: #6F6F6E;
}

.catalog-element-title-mobile .catalog-element-name {
    font-size: 16px;
    line-height: 20px;
}

.catalog-element-gallery {
    position: relative;
    width: 720px;
}

.catalog-element-slider {
    margin-bottom: 10px;
}

.catalog-element-slider-item {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.catalog-element-slider-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-element-slider-item img.catalog-element-slider-item-play-icon {
    position: absolute;
    width: 69px;
    height: 69px;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -34px;
    z-index: 1;
    cursor: pointer;
}

.catalog-element-slider-zoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: url('images/zoom.svg'), auto;
}

.catalog-element-slider-zoom.catalog-element-slider-zoom-video {
    cursor: pointer;
}

.catalog-element-slider-arrow {
    position: absolute;
    z-index: 1;
    width: 23%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.catalog-element-slider-arrow-next {
    right: 0;
    cursor: url('images/arrow_next.svg'), auto;
}

.catalog-element-slider-arrow-prev {
    left: 0;
    cursor: url('images/arrow_prev.svg'), auto;
}

.catalog-element-tile {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.catalog-element-tile-item {
    position: relative;
    padding: 6px;
    width: 50%;
    flex-grow: 2;
    font-size: 0;
    line-height: 0;
}

.catalog-element-tile-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    cursor: pointer;
}

.catalog-element-tile-item img.catalog-element-tile-item-play-icon {
    position: absolute;
    width: 69px;
    height: 69px;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -34px;
}

.catalog-element-purchase-container {
    width: 100%;
    margin-left: 37px;
}

.catalog-element-purchase {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 115px;
}

.catalog-element-delay {
    text-align: right;
    order: 1;
}

.catalog-element-delay-icon {
    display: inline-block;
    width: 22px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.catalog-element-delay-icon:hover svg path {
    fill: #CEC0B4;
}

.catalog-element-brand {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: #6F6F6E;
    text-align: left;
}

.catalog-element-name {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 23px;
    line-height: 29px;
    color: #1C1B1B;
}

.catalog-element-title-desktop {
    order: 2;
}

.catalog-element-preview-text {
    max-width: 365px;
    margin: 35px 0 25px 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: #1C1B1B;
    order: 3
}

.catalog-element-preview-text h2 {
    display: inline;
    font-size: 15px;
    line-height: 19px;
    color: #1C1B1B;
}

.catalog-element-preview-text-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-decoration: underline;
}

.catalog-element-sizes {
    margin-bottom: 32px;
    order: 4;
}

.catalog-element-size {
    display: block;
    margin-bottom: 10px;
}

.catalog-element-size-input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

.catalog-element-size-text {
    position: relative;
    display: inline-block;
    padding-left: 17px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1B;
}

.catalog-element-size-text::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 4px;
    border-radius: 50%;
    border: 1px solid #1C1B1B;
    transition: 0.3s;
}

.catalog-element-size-input:checked + .catalog-element-size-text {
    font-weight: 400;
}

.catalog-element-size-input:checked + .catalog-element-size-text::before {
    background-color: #1C1B1B;
}

.catalog-element-price-current {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #1C1B1B;
    order: 5;
}

.catalog-element-price-old {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1C1B1B;
    text-decoration: line-through;
    order: 6;
}

.catalog-element-admission {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #1C1B1B;
    order: 7;
}

.catalog-element-price-form {
    order: 8;
}

.catalog-element-actions {
    display: flex;
    flex-wrap: wrap;
    margin: 24px -7px 0 -7px;
}

.catalog-element-action {
    padding: 7px;
}

.catalog-element-counter {
    display: flex;
    width: 100%;
    padding: 12px;
    align-items: center;
    border: 1px solid #958F8E;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.catalog-element-counter:hover {
    border-color: #1C1B1B;
}

.catalog-element-counter-text {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1C1B1B;
}

.catalog-element-counter-btn {
    display: inline-flex;
    width: 33px;
    min-width: 33px;
    height: 33px;
    padding: 10px;
    cursor: pointer;
}

.catalog-element-counter-btn:hover svg rect {
    fill: #1C1B1B;
}

.catalog-element-counter-input {
    width: 30px;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    font-size: 15px;
}

.catalog-element-btn-add {
    position: relative;
    display: inline-block;
    min-width: 200px;
    min-height: 59px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    padding: 19px 30px;
    background-color: #262626;
    border: 1px solid #262626;
    border-radius: 10px;
    text-decoration: none;
    transition: .4s all;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.catalog-element-btn-add:hover {
    background-color: #3C3C3C;
    border-color: #3C3C3C;
}

.catalog-element-btn-add[data-state="processing"]:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-right: -2px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.catalog-element-btn-add[data-state="added"] svg {
    margin-right: 11px;
}

.catalog-element-not-available {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #1C1B1B;
    order: 7;
}

.catalog-element-purchase .catalog-product-subscribe-template-1 {
    order: 7;
}

.catalog-element-gifts {
    position: relative;
    max-width: 460px;
    margin-top: 50px;
    padding: 10px 12px;
    order: 10;
}

.catalog-element-gifts-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: .08;
}

.catalog-element-gift {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}

.catalog-element-gift-pict {
    width: 120px;
    min-width: 120px;
    height: 100px;
    margin-right: 5px;
}

.catalog-element-gift-pict img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-element-gift-name {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #1C1B1B;
}

.catalog-element-gift-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1C1B1B;
}

.catalog-element-icons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 50px -10px -10px -10px;
    align-items: center;
    justify-content: start;
    order: 11;
}

.catalog-element-icons-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
}

.catalog-element-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
}

.catalog-element-icon:nth-child(2) {
    order: 2;
}

.catalog-element-icon:nth-child(3) {
    order: 3;
}

.catalog-element-icon:nth-child(4) {
    order: 4;
}

.catalog-element-icon:nth-child(5) {
    order: 5;
}

.catalog-element-icon:nth-child(6) {
    order: 6;
}

.catalog-element-icon:nth-child(7) {
    order: 7;
}

.catalog-element-icon:nth-child(2),
.catalog-element-icon:nth-child(5) {
    width: 26%;
}

.catalog-element-icon:nth-child(3),
.catalog-element-icon:nth-child(6) {
    width: 32%;
}

.catalog-element-icon:nth-child(4),
.catalog-element-icon:nth-child(7) {
    width: 42%;
}

.catalog-element-icon-pict {
    display: inline-flex;
    width: 68px;
    min-width: 68px;
    height: 68px;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
}

.catalog-element-icon-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1B;
}

.catalog-element-content {
    display: flex;
    margin-bottom: 140px;
    padding-bottom: 47px;
    border-bottom: 1px solid #EDEDED;
}

.catalog-element-description {
    width: 100%;
    margin-right: 130px;
}

.catalog-element-information {
    position: sticky;
    top: 115px;
    width: 400px;
}

.catalog-element-description-item {
    border-top: 1px solid #EDEDED;
}

.catalog-element-description-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 34px;
    margin: -1px -34px;
    cursor: pointer;
    transition: .4s all;
}

.catalog-element-description-item-title:hover {
    background-color: #F3F3F3;
}

.catalog-element-description-item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1C1B1B;
}

.catalog-element-description-item-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #262626;
    border-radius: 50%;
}

.catalog-element-description-item-btn:before,
.catalog-element-description-item-btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 1px;
    background-color: #262626;
    transition: .4s all;
}

.catalog-element-description-item-btn:after {
    transform: rotateZ(-90deg);
}

.catalog-element-description-item[data-state="deployed"] .catalog-element-description-item-btn:after {
    transform: rotateZ(0);
}

.catalog-element-description-item-content {
    display: none;
    margin: 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1C1B1B;
}

.catalog-element-description-unpacking-iframe {
    width: 720px;
    aspect-ratio: 1 / 0.56;
    border-radius: 20px;
    overflow: hidden;
}

.catalog-element-description-unpacking-iframe-play {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.catalog-element-description-unpacking-iframe-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-element-description-unpacking-iframe-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.catalog-element-description-unpacking-iframe iframe {
    width: 100%;
    height: 100%;
}

.catalog-element-description-certificate {
    max-width: 104px;
    cursor: pointer;
}

.catalog-element-description-certificate-link {
    text-decoration: underline;
    cursor: pointer;
}

.catalog-element-main-components {
    position: relative;
    background-image: url('images/main_components_back.png');
    background-repeat: no-repeat;
    background-position-x: calc(50% - 90px);
    background-position-y: center;
    background-size: auto;
}

.catalog-element-main-components-title {
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 45px;
    line-height: 56px;
    color: #1C1B1B;
}

.catalog-element-main-components-title-brand {
    font-weight: 400;
}

.catalog-element-main-components-content {
    position: relative;
}

.catalog-element-main-components-items {
    position: relative;
    height: 700px;
}

.catalog-element-main-components-item {
    position: absolute;
    width: 52px;
    height: 145px;
    cursor: pointer;
    overflow: hidden;
}

.catalog-element-main-components-item[data-state="deployed"] {
    overflow: visible;
}

.catalog-element-main-components-item[data-target="components-0"] {
    top: 92px;
    left: 4%;
}

.catalog-element-main-components-item[data-target="components-1"] {
    top: 188px;
    left: 15%;
}

.catalog-element-main-components-item[data-target="components-2"] {
    top: 145px;
    left: 28%;
}

.catalog-element-main-components-item[data-target="components-3"] {
    top: 215px;
    left: 41%;
}

.catalog-element-main-components-item[data-target="components-4"] {
    top: 165px;
    right: 42%;
}

.catalog-element-main-components-item[data-target="components-5"] {
    top: 44px;
    right: 31%;
}

.catalog-element-main-components-item[data-target="components-6"] {
    right: 19%;
}

.catalog-element-main-components-item[data-target="components-7"] {
    right: 7%;
}

.catalog-element-main-components-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s all;
}

.catalog-element-main-components-item-text {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 0;
    width: 265px;
    margin-left: -106px;
    padding: 20px 16px;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    z-index: 1;
    cursor: default;
    transition: .4s all;
}

.catalog-element-main-components-item[data-state="deployed"] .catalog-element-main-components-item-text {
    opacity: .8;
}

.catalog-element-main-components-item-text-flag {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    border: 18px solid transparent;
    border-top: 16px solid #738CC7;
    margin-left: -18px;
}

.catalog-element-main-components-helper {
    position: absolute;
    bottom: 25%;
    left: 41%;
    width: 120px;
    margin-left: -30px;
    text-align: center;
}

.catalog-element-main-components-helper-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    background-image: url('images/main_components_helper_1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.catalog-element-main-components-helper-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #262626;
}

.catalog-element-vote {
    display: flex;
    align-items: center;
}

.catalog-element-vote-link {
    margin-left: 9px;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #262626;
    text-decoration: underline;
}

.catalog-element-vote-items {
    display: flex;
    margin: 0 -1px 2px -1px;
    font-size: 0;
    line-height: 0;
}

.catalog-element-vote-item {
    padding: 1px;
}

.catalog-element-gallery-fullscreen {
    display: none;
    position: fixed;
    z-index: 1024;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.catalog-element-gallery-fullscreen-container {
    position: relative;
    width: 100%;
    max-width: 1612px;
    margin: 0 auto;
    padding: 0 100px 90px;
}

.catalog-element-gallery-fullscreen-close {
    width: 35px;
    height: 35px;
    position: fixed;
    top: 55px;
    right: 90px;
    cursor: pointer;
    color: #353535;
    z-index: 10;
}

.catalog-element-gallery-fullscreen-hedline {
    max-width: 1184px;
    margin: 0 auto 32px auto;
    padding-top: 90px;
}

.catalog-element-gallery-fullscreen-hedline .catalog-element-brand {
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
}

.catalog-element-gallery-fullscreen-hedline .catalog-element-name {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 0;
}

.catalog-element-gallery-fullscreen-items {
    max-width: 1100px;
    margin: 0 auto;
}

.catalog-element-gallery-fullscreen-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    aspect-ratio: 1 / 1;
}

.catalog-element-gallery-fullscreen-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.catalog-element-gallery-fullscreen-item[data-option="fullscreen.item.unpacking"] img {
    cursor: pointer;
}

.catalog-element-gallery-fullscreen-item img.is-active {
    cursor: move;
}

.catalog-element-gallery-fullscreen-item img.catalog-element-gallery-fullscreen-item-play-icon {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
}

.catalog-element-gallery-fullscreen-item iframe {
    width: 100%;
    aspect-ratio: 1 / 0.563;
}

.catalog-element-gallery-fullscreen-navs {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - 1612px)/2);
}

.catalog-element-gallery-fullscreen-nav {
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.3;
    width: 77px;
    aspect-ratio: 1 / 1;
}

.catalog-element-gallery-fullscreen-nav:not(:last-child) {
    margin-bottom: 5px;
}

.catalog-element-gallery-fullscreen-nav img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-element-gallery-fullscreen-nav:hover,
.catalog-element-gallery-fullscreen-nav.is-active {
    opacity: 1;
}

@media (max-width: 1650px) {
    .catalog-element-gallery-fullscreen-navs {
        left: 8%;
    }

    .catalog-element-gallery-fullscreen-close {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 1368px) {
    .catalog-element-icon:nth-child(3) {
        order: 6;
    }

    .catalog-element-icon:nth-child(4) {
        order: 3;
    }

    .catalog-element-icon:nth-child(5) {
        order: 4;
    }

    .catalog-element-icon:nth-child(6) {
        order: 5;
    }

    .catalog-element-icon:nth-child(7) {
        order: 7;
    }

    .catalog-element-icon:nth-child(2),
    .catalog-element-icon:nth-child(5),
    .catalog-element-icon:nth-child(3) {
        width: 45%;
    }

    .catalog-element-icon:nth-child(6),
    .catalog-element-icon:nth-child(4),
    .catalog-element-icon:nth-child(7) {
        width: 55%;
    }
}

@media (max-width: 1200px) {
    .catalog-element-gallery-container {
        width: 50%;
    }

    .catalog-element-gallery {
        width: 100%;
    }

    .catalog-element-description {
        margin-right: 35px;
    }
}

@media (max-width: 1024px) {
    .catalog-element-icon {
        width: 50%;
        padding: 12px 0;
    }
}

@media (min-width: 769px) {
    .catalog-element-counter-text,
    .catalog-element-title-mobile,
    .catalog-element-action .catalog-element-delay,
    .catalog-element-main-components-helper-text-mobile,
    .catalog-element-tile-item.catalog-element-tile-item-first {
        display: none;
    }

}

@media (max-width: 768px) {
    .catalog-element-title-desktop,
    .catalog-element-preview-text-btn,
    .catalog-element-delay {
        display: none;
    }

    .catalog-element-headline {
        flex-wrap: wrap;
        margin-bottom: 62px;
    }

    .catalog-element-gallery-container {
        width: 100%;
    }

    .catalog-element-slider {
        margin: 0 -20px 5px -20px;
        font-size: 0;
        line-height: 0;
    }

    .catalog-element-tile {
        margin: 0 -20px;
    }

    .catalog-element-purchase-container {
        margin-left: 0;
    }

    .catalog-element-preview-text {
        margin: 25px 0 28px 0;
    }

    .catalog-element-price-current {
        font-size: 28px;
        line-height: 35px;
        order: 3;
    }

    .catalog-element-price-old {
        order: 3;
    }

    .catalog-element-admission {
        order: 3;
        margin-bottom: 28px;
    }

    .catalog-element-size-text {
        padding-left: 21px;
    }

    .catalog-element-size-text::before {
        top: 5px;
        left: 5px;
        width: 3px;
        height: 3px;
    }

    .catalog-element-size-text::after {
        content: '';
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        width: 13px;
        height: 13px;
        border: 1px solid transparent;
        border-radius: 50%;
    }

    .catalog-element-size-input:checked + .catalog-element-size-text::after {
        border-color: #262626;
    }

    .catalog-element-actions {
        margin: 0 -7px;
    }

    .catalog-element-action {
        display: flex;
        width: 100%;
    }

    .catalog-element-counter {
        padding: 10px 18px;
        border-radius: 5px;
    }

    .catalog-element-counter-input {
        width: 100px;
    }

    .catalog-element-btn-add {
        width: 100%;
        min-height: 55px;
        padding: 17px 31px;
        border-radius: 5px;
    }

    .catalog-element-action .catalog-element-delay {
        display: flex;
        margin-left: 6px;
    }

    .catalog-element-delay-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        padding: 16px;
        background-color: #262626;
        border-radius: 5px;
    }

    .catalog-element-delay-icon svg path {
        fill: #fff;
    }

    .catalog-element-icons {
        padding: 23px 15px 27px 10px;
    }

    .catalog-element-icons-back {
        opacity: .08;
    }

    .catalog-element-description {
        margin-right: 0;
        margin-bottom: 60px;
        border-bottom: 1px solid #EDEDED;
    }

    .catalog-element-content {
        flex-wrap: wrap;
        margin-bottom: 80px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .catalog-element-content > div {
        width: 100%;
    }

    .catalog-element-information {
        width: 100%;
    }

    .catalog-element-main-components {
        background-position-x: center;
        background-position-y: -238px;
        overflow: hidden;
    }

    .catalog-element-main-components-content {
        padding-bottom: 215px;
    }

    .catalog-element-main-components-title {
        font-size: 26px;
        line-height: 32px;
    }

    .catalog-element-main-components-items {
        height: auto;
    }

    .catalog-element-main-components-items .slick-list {
        overflow: visible!important;
    }

    .catalog-element-main-components-item[data-state="deployed"] .catalog-element-main-components-item-text {
        opacity: 0;
    }

    .catalog-element-main-components-item {
        position: relative;
        top: unset!important;
        right: unset!important;
        left: unset!important;
        height: auto;
        padding-top: 165px;
        overflow: visible;
    }

    .catalog-element-main-components-item-text {
        bottom: 175px;
        left: 50%;
        margin-left: -134px;
    }

    .catalog-element-main-components-item img {
        width: 37px;
        height: 105px;
        margin: 0 auto;
    }

    .catalog-element-main-components-items .slick-center .catalog-element-main-components-item img {
        width: 51px;
        height: 140px;
    }

    .catalog-element-main-components-items .slick-center .catalog-element-main-components-item-text {
        opacity: .8;
    }

    .catalog-element-gifts {
        max-width: 100%;
        margin-top: 36px;
        padding: 13px 6px;
    }

    .catalog-element-gift-pict {
        width: 90px;
        min-width: 90px;
        height: 84px;
        margin-right: 9px;
    }

    .catalog-element-gift-name {
        font-size: 15px;
        line-height: 19px;
    }

    .catalog-element-gift-desc {
        font-size: 14px;
        line-height: 17px;
    }

    .catalog-element-icon-name {
        font-size: 12px;
        line-height: 16px;
    }

    .catalog-element-description-item-name {
        font-size: 15px;
    }

    .catalog-element-description-item-title {
        padding: 20px;
        margin: -1px -20px;
    }

    .catalog-element-description-unpacking-iframe {
        width: 100%;
    }

    .catalog-element-main-components-helper {
        bottom: 13%;
        left: 50%;
        margin-left: -60px;
    }

    .catalog-element-main-components-helper-text-desktop {
        display: none;
    }

    .catalog-element-main-components-helper-icon {
        background-image: url('images/main_components_helper_2.svg');
    }

    .catalog-element-gallery-fullscreen-container {
        padding: 0 10px;
    }

    .catalog-element-gallery-fullscreen-hedline {
        margin-bottom: 14px;
    }

    .catalog-element-gallery-fullscreen-item {
        margin-bottom: 22px;
    }

    .catalog-element-gallery-fullscreen-navs {
        display: none;
    }

    .catalog-element-gallery-fullscreen-hedline .catalog-element-brand {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }

    .catalog-element-gallery-fullscreen-hedline .catalog-element-name {
        font-size: 17px;
        line-height: 21px;
    }

    .catalog-element-marketplace-link {
        max-width: unset;
    }
}

@media (max-width: 550px) {
    .catalog-element-tile-item img.catalog-element-tile-item-play-icon {
        width: 27px;
        height: 27px;
        margin-top: -13px;
        margin-left: -13px;
    }
}