.room {
    background: #efefef;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
}

.room .room__ttl-col {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.room .room__ttl-col > * {
    display: inline-block;
    vertical-align: middle;
}

.room .room__ttl {
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
}

.tours .tours__bbs.right .tours__bb {
    margin: 0 0 0 5px;
}

.tours .tours__bbs .hint-actions {
    display: inline-block;
    vertical-align: middle;
}

.tours .tours__bbs {
    width: 70px;
}

.room .room__head {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}

.room .room__th::before {
    content: '';
    -webkit-mask: url(https://tophotels.ru/csstx/i/crown-yellow.svg) no-repeat center/13px;
    mask: url(https://tophotels.ru/csstx/i/crown-yellow.svg) no-repeat center/13px;
    position: absolute;
    left: 10px;
    display: block;
    width: 13px;
    top: 0;
    height: 100%;
    background-color: #ffffff;
}

.room .room__th:hover .hint {
    display: block;
}


.room .room__th {
    font-size: 13px;
    font-weight: bold;
    margin-left: auto;
    color: #ffffff;
    background: #dfa918;
    border-radius: 5px;
    padding: 0 20px 0 33px;
    position: relative;
    line-height: 30px;
}

.tours.active .tours__bb.fa-star {
    color: #ffffff;
    background: #dfa918;
}

.tours .tours__bb:hover .hint {
    display: block;
}

.tours-wrap .bth__btn {
    margin-top: 5px;
    font-size: 10px;
}

.tours .tours__bb {
    width: 25px;
    height: 25px;
    background: #cccccc;
    display: inline-block;
    vertical-align: middle;
    border: none;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-right: 5px;
    line-height: 25px;
    border-radius: 5px;
    font-size: 13px;
}

.tours {
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tours-wrap {
    width: 100%;
}


.tours .tours__ticket-word {
    color: #999999;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    margin-right: 5px;
    height: 18px;
}


.tours a.tours__right:hover .tours__price, .tours a.tours__right:hover {
    color: #215f86;
}

.tours .tours__right {
    padding: 5px 10px 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 140px);
    color: #475669;
}

.tours.tours--orange {
    border-color: #dfa918;
}

.tours .tours__date {
    width: 105px;
}

.tours .tours__ticket {
    width: 71px;
}

.tours .tours__flight {
    font-size: 10px;
    font-weight: normal;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tours .tours__nights {
    width: 90px;
    padding: 0 0 0 20px;
}

.tours .tours__room {
    margin-right: 15px;
}

.tours .tours__cut60 {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tours .tours__view.tours__view--115 {
    width: 150px;
}

.tours .tours__view {
    width: 90px;
    white-space: nowrap;
}

.tours .tours__airlines img {
    display: block;
}

.tours .tours__airlines {
    margin-left: 20px;
    width: 95px;
}

.tours .tours__dop {
    width: 140px;
    font-size: 13px;
}

.tours .tours__dop span {
    display: block;
    font-size: 9px;
    font-weight: normal;
}

.tours .tours__to * {
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100px;
}

.tours .tours__to img {
    margin-right: 5px;
}

.tours .tours__to {
    width: 150px;
    position: relative;
    font-size: 10px;
}

.tours .tours__price {
    padding-left: 10px;
    font-weight: bold;
    width: 135px;
    color: #318cc6;
    font-size: 17px;
}

.tours .tours__i::before {
    width: 100%;
    text-align: center;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    top: 0;
    left: 0;
}

.tours .tours__i.left::before {
    -webkit-transform: rotate3d(0, -48, 0, 175deg);
    transform: rotate3d(0, -48, 0, 175deg);
}

.tours .tours__i:hover .hint {
    display: block;
    min-width: auto;
    top: 23px;
    right: auto;
}

.tours .tours__i {
    position: relative;
    font-size: 9px;
    line-height: 18px;
    color: #ffffff !important;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 1px;
    vertical-align: middle;
    background-color: #cccccc;
}

.tours .fz10 {
    font-weight: normal;
}

.tours .tours__i.tours__i--green {
    background-color: #00a551;
}

.tours .tours__i.tours__i--red {
    background-color: #e03a3a;
}

.tours .tours__i.tours__i--orange {
    background-color: #ff8e41;
}

.lsfw-tbl .tours-wrap {
    padding-bottom: 5px;
}

@media screen and (min-width: 1199px) {
    .tours:not(.active) .tours__bb.fa-star:hover {
        color: #ffffff;
        background: #dfa918;
    }

    .tours .tours__bb:hover {
        background-color: #ff8e41;
        color: #ffffff;
    }

}

@media screen and (max-width: 1460px) {
    .tours .tours__dop {
        width: 105px;
    }

    .tours .tours__to {
        width: 125px;
    }

    .tours .tours__date {
        width: 85px;
    }

    .tours .tours__nights {
        width: 60px;
        padding: 0 0 0 10px;
    }

    .tours .tours__airlines {
        margin-left: 10px;
        width: 45px;
    }

    .tours .tours__view {
        width: 70px;
    }

    .tours .tours__price {
        width: 125px;
    }

    .tours .tours__airlines img {
        width: 15px;
        height: 15px;
    }

    .tours .tours__to * {
        max-width: 85px;
    }
}

@media screen and (max-width: 1285px) and (min-width: 1023px) {
    .lsfw-tbl .tours .tours__airlines {
        width: 30px;
    }

    .lsfw-tbl .tours .tours__flight {
        width: 75px;
        white-space: normal;
    }
}

@media screen and (max-width: 1199px) {
    .tours .tours__flight, .tours .tours__airlines, .tours .tours__ticket {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .tours .tours__view {
        width: 45px;
    }

    .tours .tours__eat {
        width: 35px;
    }

    .tours {
        padding: 7px;
    }

    .tours .tours__cut60 {
        width: 60px;
        margin-right: 0;
    }

    .tours .tours__to, .tours .tours__view.tours__view--115 {
        width: 120px;
    }

    .tours .tours__nights {
        width: 50px;
        padding: 0 0 0 6px;
    }

    .tours .tours__flight {
        width: 80px;
        white-space: normal;
    }

    .tours .tours__room {
        margin-right: 10px;
    }

    .tours .tours__price {
        padding-bottom: 12px;
        line-height: 13px;
        width: 130px;
    }

    .tours .tours__airlines {
        margin-left: 10px;
        width: 15px !important;
    }

    .tours .tours__dop::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .tours .tours__dop {
        position: absolute;
        left: 5px;
        font-size: 10px;
        width: 100px;
        bottom: -2px;
        white-space: nowrap;
        overflow: auto;
        line-height: 10px;
    }

    .tours .tours__dop b {
        font-weight: normal;
    }

    .tours .tours__dop > * {
        margin-right: 3px;
        display: inline-block !important;
    }

    .tours .tours__right {
        padding: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
    .tours .tours__bbs .tours__bb {
        margin: 0 !important;
    }

    .tours .tours__bbs > *:nth-child(1) {
        margin-bottom: 5px !important;
    }

    .tours .tours__bbs > * {
        display: block;
    }

    .tours .tours__bbs {
        width: 25px;
    }
}

@media screen and (max-width: 1023px) {
    .tours .tours__to {
        position: absolute;
        bottom: 0;
        left: 140px;
    }

    .room .room__ttl {
        font-size: 17px;
    }

    .tours {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }


    .tours .tours__right {
        padding: 0 15px 0 17px;
        width: calc(100% - 50px);
        color: #475669 !important;
        height: 55px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tours .tours__flight {
        position: absolute;
        left: 286px;
        bottom: 5px;
        width: 170px;
        white-space: nowrap;
    }

    .tours .tours__to {
        bottom: 5px;
        width: auto;
        left: 138px;
    }

    .tours .tours__airlines {
        padding-top: 3px;
        margin-left: 5px;
    }

    .tours .tours__to * {
        max-width: 100px;
        font-weight: normal;
    }

    .tours .tours__price {
        padding-bottom: 0;
        line-height: 24px;
        padding-left: 0;
        width: 120px;
    }

    .lsfw-tbl tbody.active tr + tr > td {
        width: 100% !important;
        margin: 0 !important;
    }

    .lsfw-tbl tbody.active tr + tr {
        margin: -10px 0 10px 0;
    }

    .tours .tours__date {
        width: 95px;
    }

    .tours .tours__dop {
        bottom: 0;
        line-height: normal;
        left: 15px;
        white-space: normal;
    }

    .tours .tours__nights {
        width: 55px;
    }

    .tours .tours__dop > * {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {

    .room .room__corp {
        font-size: 11px;
    }

    .room .room__th {
        padding: 0;
        display: block;
        font-size: 0;
        width: 25px;
        height: 20px;
        text-align: center;
    }

    .room .room__th::before {
        mask-size: 11px;
        -webkit-mask-size: 11px;
        position: static;
        width: 100%;
    }

    .room .room__head {
        padding: 0;
    }

    .room .room__ttl-col {
        width: calc(100% - 90px);
        padding-left: 15px;
    }

    .room .room__ttl {
        font-size: 16px;
    }

    .tours .tours__right {
        height: auto;
        width: calc(100% - 30px);
        padding: 0;
        gap: 10px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tours {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }

    .tours .tours__bbs {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }


    .tours .tours__to {
        width: calc(100% - 220px);
    }

    .tours .tours__flight, .tours .tours__to, .tours .tours__dop {
        position: static;
    }

    .tours .tours__dop > * {
        display: block !important;
    }

    .tours .tours__to span {
        width: calc(100% - 25px);
    }

    .tours .tours__to * {
        max-width: none;
    }

    .tours .tours__view + .tours__eat {
        width: calc(100% - 215px);
    }

    .tours .tours__view.tours__view--115 {
        width: 100px;
    }

    .tours .tours__view.tours__view--115 + .tours__eat {
        width: calc(100% - 270px);
    }

    .tours .tours__bbs:not(.right) .hint {
        top: auto !important;
        bottom: 30px !important;
        left: auto !important;
        right: 0 !important;
    }

    .tours .tours__bbs .tours__bb {
        line-height: 20px;
        height: 20px;
        font-size: 10px;
        display: block;
        margin: 0 0 5px 0 !important;
    }

    .tours .tours__flight {
        font-size: 9px;
        width: 80px;
        white-space: normal;
        line-height: 10px;
    }

    .tours .tours__cut60 {
        width: 50px;
    }

    .tours .tours__bbs {
        position: absolute;
        right: 5px;
        width: auto;
    }

    .tours .tours__bbs:not(.right) {
        bottom: 0;
    }

    .tours .tours__bbs.right {
        top: 5px;
    }

    .tours::before {
        bottom: 35px;
    }

    .tours::after {
        top: 40px;
    }

    .tours::before, .tours::after {
        content: '';
        position: absolute;
        width: calc(100% - 60px);
        left: 10px;
        border-top: 1px solid rgba(238, 238, 238, 0.88);
    }

    .tours .tours__i {
        font-size: 8px;
        line-height: 15px;
        width: 15px;
        height: 15px;
    }

    .tours .tours__to {
        height: 23px;
    }

    .tours .tours__nights {
        width: 47px;
    }
}

@media screen and (max-width: 413px) {
    .tours .tours__date {
        width: 80px;
    }

    .tours .tours__view.tours__view--115 + .tours__eat {
        width: calc(100% - 253px);
    }

    .tours .tours__price {
        width: 105px;
    }

    .tours .tours__to {
        width: calc(100% - 205px);
    }
}

@media screen and (max-width: 374px) {
    .tours .tours__cut60 {
        width: 40px;
    }

    .tours .tours__view.tours__view--115, .tours .tours__view.tours__view--115 + .tours__eat {
        width: auto;
        font-size: 13px;
    }
}

@media screen and (max-width: 359px) {
    .tours .tours__flight {
        width: 70px;
    }

    .tours .tours__ticket {
        width: 65px;
    }

    .tours .tours__cut60 {
        width: 100%;
        display: block;
        line-height: 13px;
    }

    .tours .tours__view + .tours__eat {
        width: auto;
        margin-left: auto;
    }

    .tours .tours__view.tours__view--115 .hint-parent {
        display: block;
    }

    .tours .tours__view.tours__view--115, .tours .tours__view {
        width: 42px;
    }
}