.top-place[data-type].is-hide { display: block; }
.top-place[data-type] {
    background: url(/new/f/img/tech-delivery/bg-tech-delivery_d.svg) no-repeat center 16% #27388a;
}
@media screen and (max-width: 1439px) {
    .top-place[data-type] {
        background-position: center top;
        background-size: 100% auto;
    }
}
@media screen and (max-width: 767px) {
    .top-place[data-type] {
        background-image: url(/new/f/img/tech-delivery/bg-tech-delivery_m.svg);
    }
}
.top-place[data-type] .top-place__wrapper {
    display: flex;
    align-items: center;
    min-height: 100px;
}
.top-place[data-type] .top-place__close {
    background: #353535;
}
@media screen and (max-width: 459px) {
    .top-place[data-type] .top-place__close {
        background: 0 0;
        color: #fff;
    }
}
.top-place[data-type] .top-place__close:hover {
    background-color: #ff8300;
}
@media screen and (max-width: 459px) {
    .top-place[data-type] .top-place__close:hover {
        background-color: transparent;
    }
}
.top-place[data-type] .top-place__title {
    font-family: RotonBol, Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 26px;
    color: #fff;
    max-width: 1440px;
    padding: 0 70px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 1239px) {
    .top-place[data-type] .top-place__title {
        max-width: 840px;
    }
}
@media screen and (max-width: 1023px) {
    .top-place[data-type] .top-place__title {
        font-size: 20px;
        line-height: 24px;
        padding: 0 60px 0 0;
        max-width: 740px;
    }
}
@media screen and (max-width: 767px) {
    .top-place[data-type] .top-place__title {
        font-family: RotonReg, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        padding: 0 60px 0 20px;
        max-width: 540px;
    }
}
@media screen and (max-width: 559px) {
    .top-place[data-type] .top-place__title {
        font-size: 13px;
        padding: 0 32px 0 12px;
    }
}
@media screen and (max-width: 459px) {
    .top-place[data-type] .top-place__title {
        font-size: 12px;
        line-height: 16px;
        padding: 0 20px 0 8px;
        text-align: left;
    }
}