.top-place[data-type="ny2026"].is-hide { display: block; }
.top-place[data-type="ny2026"] {
    background: url('/static/f/banner_top/17/1440x100.jpg') no-repeat calc(50% - 18px) center #A9DCF5;
}
.top-place[data-type="ny2026"] .top-place__wrapper {
    min-height: 100px;
    padding: 5px 65px 10px;
}
.top-place[data-type="ny2026"] .top-place__close {
    background-color: #7FBEDD;
    color: #ffffff;
}
.top-place[data-type="ny2026"] .top-place__close:hover {
    background-color: #27388A;
}
.top-place[data-type="ny2026"] .top-place__info {
    text-align: center;
    width: 460px;
    margin: 0 auto;
    transform: translateX(-40px);
}
.top-place[data-type="ny2026"] .top-place__title {
    font-size: 21px;
    line-height: 24px;
    color: #001689;
    margin-bottom: 4px;
}
.top-place[data-type="ny2026"] .top-place__title span{
    font-family: RotonBol, Arial, Helvetica, sans-serif;
    display: block;
}
.top-place[data-type="ny2026"] .top-place__subtitle{
    font-family: RotonBol, Arial, Helvetica, sans-serif;
    font-size: 27px;
    line-height: 1;
    letter-spacing:0;
    color: #001689;
    text-align: center;
    max-width: 320px;
    position: absolute;
    left: calc(50% - 640px); /*98*/
    top: 16px;
}
.top-place[data-type="ny2026"] .top-place__subtitle span{
    box-shadow: inset 0 2px 23px 0 rgba(123, 195, 255, 0.28);
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    background: #ffffff;
    padding: 6px 18px;
    color: #ff8300;
    border-radius: 8px;
    transform: rotate(-2deg) translate(10px, 2px);
}
.top-place[data-type="ny2026"] .top-place__btn{
    font-family: RotonBol, Arial, Helvetica, sans-serif;
    border-radius: 18px;
    padding: 0 24px;
    margin: 0 auto;
    width: 98px;
    height: 32px;
    background: #ff8300;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.134s;
}
.top-place[data-type="ny2026"] .top-place__btn:hover{
    background-color: #27388A;
}

@media screen and (max-width: 1365px) {
    .top-place[data-type="ny2026"] .top-place__subtitle{
        left: 42px;
    }
}
@media screen and (max-width: 1239px) {
    .top-place[data-type="ny2026"] {
        background-position: calc(50% + 106px) center;
    }
    .top-place[data-type="ny2026"] .top-place__info{
        transform: translateX(72px);
    }
}
@media screen and (max-width: 1023px) {
    .top-place[data-type="ny2026"] {
        background-position: calc(50% + 80px) center;
    }
    .top-place[data-type="ny2026"] .top-place__wrapper{
        max-width: 768px;
        margin: 0 auto;
    }
    .top-place[data-type="ny2026"] .top-place__subtitle{
        left: 16px;
    }
    .top-place[data-type="ny2026"] .top-place__title{
        font-size: 18px;
        line-height: 20px;
        margin: 4px 0 8px;
    }
    .top-place[data-type="ny2026"] .top-place__info{
        transform: translateX(0);
        margin: 0 -20px 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .top-place[data-type="ny2026"] {
        background-position: calc(50% - 64px) center;
    }
    .top-place[data-type="ny2026"] .top-place__title{
        display: none;
    }
    .top-place[data-type="ny2026"] .top-place__info {
        margin: 30px 0 0 auto;
        width: 178px;
    }
}
@media screen and (max-width: 559px) {
    .top-place[data-type="ny2026"] {
        background: url('/static/f/banner_top/17/1440x100_mobile.jpg') no-repeat center center #A9DCF5;
        background-size: 364px auto;
        min-height: 66px;
    }
    .top-place[data-type="ny2026"] .top-place__wrapper{
        min-height: 66px;
        padding: 6px 40px;
    }
    .top-place[data-type="ny2026"] .top-place__subtitle{
        font-size: 13px;
        left: calc(50% - 66px);
        top: 4px;
    }
    .top-place[data-type="ny2026"] .top-place__subtitle span{
        transform: rotate(-2deg) translate(-3px, 0px);
        border-radius: 4px;
        padding: 3px 6px;
    }
    .top-place[data-type="ny2026"] .top-place__btn{
        border-radius: 12px;
        font-size: 12px;
        line-height: 22px;
        width: 75px;
        height: 24px;
        padding: 0 8px;
    }
    .top-place[data-type="ny2026"] .top-place__info {
        margin: 30px auto 0;
    }
}