.tour {
    color: #475669;
    display: -webkit-box;
    font-size: 13px;
    display: -ms-flexbox;
    font-family: 'apercu_pro', sans-serif;
    display: flex;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    border-radius: 3px;
}

.tour.tour--border {
    border-radius: 3px !important;
    margin-bottom: 7px !important;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tour-wrap.tour-wrap--border .tour {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tour-wrap.tour-wrap--border {
    border-radius: 5px !important;
    border: 2px solid #e4e5ea;
    margin-bottom: 20px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tour.tour--no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 7px;
}

.tour__arrow:hover {
    border-color: #e03a3a;
    background-image: url(https://tophotels.ru/csstx/i/arr-left-red.png)
}

.tour__arrow span {
    display: none
}

.tour__rate:hover {
    opacity: 0.9;
}

.tour__rates {
    margin-top: 20px;
}

.tour__rate {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff !important;
    border-radius: 2px;
    width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}

.tour__rate.tour__rate--green {
    background-color: #00a551 !important;
}

.tour__rate.tour__rate--red {
    background-color: #c8242b !important;
}

.tour__rate.tour__rate--orange {
    background-color: #dfa918 !important;
}

.tour__rate.tour__rate--grey {
    background-color: #cccccc !important;
}

.tour__arrow {
    background: url(https://tophotels.ru/csstx/i/arr-left-grey.png) center/13px no-repeat;
    border: 1.5px solid #cccccc;
    width: 35px;
    border-radius: 2px;
    cursor: pointer;
    margin: 3px 0 3px 30px;
}

.tour__photo img {
    border-radius: 5px;
}

.tour__photo {
    width: 190px;
    margin-right: 20px;
    height: 120px;
    position: relative;
}

.tour__photo-count:hover {
    background-color: rgba(0, 0, 0, 0.34);
}

.tour__img-icons {
    top: 10px;
    position: absolute;
    left: 10px;
}

.tour__img-icon.tour__img-icon--photo {
    background-image: url(https://tophotels.ru/csstx/i/icon-photo.svg);
}

.tour__img-icon.tour__img-icon--map {
    background: url(https://tophotels.ru/csstx/i/icon-map-on.svg) top/32px no-repeat;
}

.tour__img-icon:hover {
    opacity: 1;
}

.tour__img-icon:hover .hint {
    display: block;
    min-width: auto;
    top: -35px;
    right: auto;
}

.tour__img-icon {
    height: 25px;
    width: 40px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    color: #475669;
    border: none;
    background: transparent bottom/34px no-repeat;
    font-size: 9px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
}

.tour.tour--left-act .tour__flex-act {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    padding: 10px 0;
    margin-left: 15px;
}

.tour.tour--left-act .tour__act.active .tour__act-list {
    left: 0;
}

.tour .bth__grey-link {
    font-size: 13px;
}

.tour__price .mt5 {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: auto;
}

.tour.tour--left-act {
    padding-left: 65px;
}

.tour .tour__col.tour__col--sm i {
    font-size: 20px;
    color: #cccccc;
    margin-top: 3px;
    cursor: pointer;
}

.tour__col .tour__arrow:hover span::before {
    background-image: url(https://tophotels.ru/csstx/i/arr-left-red.png);
}

.tour__col .tour__arrow.active span:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tour__price .bth__grey-link {
    display: block;
}

.tour__col .tour__arrow span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://tophotels.ru/csstx/i/arr-left-grey.png) center/8px no-repeat;
}

.tour__col .tour__arrow span {
    font-size: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.tour__col .tour__arrow {
    display: inline-block;
    border-radius: 2px;
    height: 30px;
    margin-top: 19px;
    width: 100px;
    text-align: right;
    background: #ffffff;
}

.tour-detail {
    border-top: 1px solid #cccccc;
    display: none;
    padding: 15px 0;
    margin-top: 5px;
}

.tour-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.tour-detail__tbl tr td:nth-child(1) {
    width: 100px
}

.tour-detail__tbl .bth__grey-link span {
    display: inline-block;
    vertical-align: middle;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 13px;
}

.tour-detail__tbl img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.tour-detail__tbl tr td:nth-child(2) {
    width: 145px;
}

.tour-detail__tbl tr td:nth-child(3) {
    width: 70px;
    text-align: right;
    padding-right: 20px;
}

.tour-detail__tbl tr td:nth-child(4) {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 40px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tour-detail__tbl tr td:nth-child(5) {
    width: 140px;
}

.tour-detail__tbl tr td:nth-child(6) {
    width: 80px;
    text-align: center;
}

.tour__detail-btn::after {
    content: '\f078';
    font-weight: bold;
    margin-left: 5px;
    font-size: 7px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
}

.tour__detail-btn:hover {
    color: #aa181e;
}

.tour__detail-btn.active::after {
    content: '\f077';

}

.tour__detail-btn.anim {
    -webkit-animation-name: anim-detail-btn;
    animation-name: anim-detail-btn;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.tour__detail-btn {
    color: rgba(102, 102, 102, 0.4);
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
    background: #ffffff;
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 2px;
    border: 1px solid;
}

@-webkit-keyframes anim-detail-btn {
    35% {
        color: #aa181e;
    }

    48% {
        color: rgba(102, 102, 102, 0.4);
    }
    61% {
        color: #aa181e;
    }

    74% {
        color: rgba(102, 102, 102, 0.4);
    }
    87% {
        color: #aa181e;
    }

    100% {
        color: rgba(102, 102, 102, 0.4);
    }
}

@keyframes anim-detail-btn {
    35% {
        color: #aa181e;
    }

    48% {
        color: rgba(102, 102, 102, 0.4);
    }
    61% {
        color: #aa181e;
    }

    74% {
        color: rgba(102, 102, 102, 0.4);
    }
    87% {
        color: #aa181e;
    }

    100% {
        color: rgba(102, 102, 102, 0.4);
    }
}


.tour-detail__footer {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tour-detail__item .tour__act {
    margin-left: 5px;
}

.tour-detail__tbl tr td:nth-child(7) {
    width: 180px;
}

.tour-detail__tbl a {
    color: #475669;
}

.tour-detail__tbl tr td:last-of-type {
    text-align: right;
}

.tour-detail__tbl tr td {
    color: #475669;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

html body .tour-detail .tour__flex-act .fa-star {
    font-size: 14px;
}

.tour-detail .tour__flex-act {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tour-detail .tour__flex-act .tour__dot {
    height: 16px;
    background-size: contain;
}

.tour-detail__tbl {
    background-color: #faf6e5;
    border-radius: 5px;
    width: calc(100% - 50px);
}

.tour-detail__ico::before {
    content: '\f0ac';
}

.tour-detail__ico {
    display: inline-block;
    color: #215f86;
    width: 16px;
    text-align: center;
    line-height: 17px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: bold;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
}

.tour-detail__arr {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-left: 30px;
    height: 15px;
    background: url(https://tophotels.ru/csstx/i/arr-left-red.png) center/contain no-repeat;
}

.tour__price {
    text-align: right;
}

.tour__act .tour__act-link:hover {
    color: #318cc6;
}

.tour__act .tour__act-link {
    color: #475669;
}

.tour__act .tour__act-link {
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
}

.tour__act .tour__act-list {
    position: absolute;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 10px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    background: #ffffff;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    display: none;
    z-index: 100;
    width: 220px;
    left: 0;
}

.tour__act.active .tour__act-list {
    display: block;
}

.tour__act.active .tour__dot {
    background-image: url(https://tophotels.ru/csstx/i/dot-vertical-blue.svg);
}

.tour__act-close {
    color: #c8242b;
    font-weight: bold;
    cursor: pointer;
    display: block;
}

.tour__act {
    position: relative;
}

.tour-wrap {
    padding: 7px 15px 7px 15px;
    position: relative;
}

.tour-wrap .tour .tour__col.tour__col .bth__square-icon--home {
    margin: 0;
}

.tour-wrap .tour {
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.tour-wrap.bg-light-grey .tour-detail .tour-detail__tbl {
    background: #ffffff;
}

.tour-wrap.bg-light-grey .tour-detail {
    border-color: #ffffff;
}

.tour-wrap.bg-light-grey .tour {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tour-wrap.tour-wrap--loader {
    height: 140px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-bottom: 7px;
    -webkit-animation: tourNewLoader 5s infinite;
    animation: tourNewLoader 5s infinite;
}

@-webkit-keyframes tourNewLoader {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: #f3f3f3;
    }
    100% {
        background-color: #ffffff;
    }
}

@keyframes tourNewLoader {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: #f3f3f3;
    }
    100% {
        background-color: #ffffff;
    }
}

.tour-wrap {
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 7px;
    font-family: 'apercu_pro', sans-serif;
}

.tour.tour--sm .tour__hotel span {
    max-width: 250px;
}

.tour.tour--sm.tour .tour__col.tour__col--date {
    width: 210px;
}

.tour.tour--sm.tour .tour__hotel {
    font-size: 16px;
}

.tour.tour--sm.tour .bth__ttl-h2 {
    font-size: 16px;
}

.tour .bth__ttl-h2.pointer:hover {
    color: #318cc6;
}

.tour.tour--sm.tour .tour__col.tour__col--r {
    width: 170px;
}

.tour.tour--sm.tour .tour__col.tour__col--nights {
    width: 100px;
}

.tour__col.tour__col--date {
    width: 245px;
}

.tour__col.tour__col--nights {
    width: 150px;
    text-align: center;
}

.tour .tour__col:first-of-type {
    width: 270px;
    min-width: 270px;
}

.tour__hotel:hover {
    color: #318cc6;
}

.tour__link-hov * {
    color: inherit !important;
}

.tour__link-hov {
    color: #215f86;
    cursor: pointer;
}

.tour__link-hov:hover {
    color: #318cc6;
}

.tour__hotel span {
    max-width: 325px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.tour__hotel {
    margin-right: 15px;
    font-size: 19px;
    font-family: 'apercu_pro', sans-serif;
    color: #215f86;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
}

.tour.tour--sharing {
    margin-bottom: 20px;
}

.tour.tour--sharing .tour__col.tour__col--sm + div {
    width: 272px;
}

.tour.tour--sharing .tour .tour__col.tour__col--r {
    width: auto;
}

.tour.tour--sharing .tour__hotel span {
    max-width: 200px
}

.tour .tour__ticket .bth__square-icon {
    margin-right: 3px;
}

.tour .tour__ticket {
    margin-right: 15px;
    display: inline-block;
    margin-top: 5px;
    vertical-align: bottom;
    margin-bottom: 7px;
}

.tour .tour__ticket-ttl {
    font-size: 11px;
    text-transform: uppercase;
}

.tour .tour__char:last-of-type {
    margin-bottom: 0;
}

.tour a.tour__char {
    color: #475669;
}

.tour a.tour__char:hover {
    color: #318cc6;
}

.tour .tour__char {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.tour-detail__tbl .bth__square-icon {
    margin-right: 5px;
}

.tour-detail__tbl .bth__square-icon, .tour .tour__col.tour__col .bth__square-icon {
    width: 20px;
    height: 20px;
}

.tour .tour__col.tour__col .bth__square-icon--home {
    display: block;
    margin: 20px auto;
}

.tour .tour__col.tour__col--r {
    margin-left: auto;
    width: 200px;
    text-align: right;
}

.tour-detail__tbl .bth__square-icon::before, .tour .tour__col.tour__col .bth__square-icon::before {
    background-size: 12px !important;
    font-size: 10px;
    line-height: 20px;
}

.tour .tour__update-ico {
    color: #318cc6;
    cursor: pointer;
    margin-left: 5px;
    font-size: 16px;
}

.tour__flex-act {
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 3px 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 55px;
}

.tour .fa-star:hover, .tour .fa-star.active {
    color: #ff8e41;
}

.tour .bth__square-icon:hover .hint {
    top: 25px;
    right: auto;
    left: 0;
}

html body .tour .fa-heart:hover, html body .tour .fa-heart.active {
    color: #e03a3a;
}

html body .tour__flex-act .fa-star, html body .tour__flex-act .fa-heart {
    cursor: pointer;
    font-size: 22px;
    color: #cccccc;
}

html body .tour__flex-act .fa-star {
    font-size: 20px;
}

.tour__flex-act .hint-parent:hover .hint {
    top: 25px;
    left: 0;
}

.tour__flex-act .tour__act .tour__dot:hover {
    background-image: url(https://tophotels.ru/csstx/i/dot-vertical-blue.svg) !important;
}

.tour__flex-act .tour__dot {
    background: url(https://tophotels.ru/csstx/i/dot-vertical-grey.svg) center/contain no-repeat;
    display: inline-block;
    width: 25px;
    height: 30px;
    cursor: pointer;
}

html body .tour .tour__col.tour__col--sm {
    margin-right: 0;
    border-right: none;
    padding-right: 20px;
}


@media screen and (max-width: 1350px) {
    .tour-detail__tbl tr td {
        font-size: 13px;
    }

    .tour-detail__tbl tr td:nth-child(4) {
        width: 200px;
        max-width: 200px;
        padding-right: 20px;
        line-height: 15px;
        min-width: 200px;
    }

    .tour-detail__tbl .bth__square-icon::before {
        line-height: 15px;
        font-size: 8px;
        background-size: 8px !important;
    }

    .tour-detail__tbl .bth__square-icon {
        width: 15px;
        height: 15px;
    }

    .tour-detail__tbl tr td:nth-child(7) {
        width: 160px;
    }

    .tour-detail__tbl {
        position: relative;
    }

    .tour-detail__tbl a:not(.tour-detail__arr) {
        position: relative;
        z-index: 2;
    }

    .tour-detail__arr {
        width: 100%;
        height: 100%;
        background: transparent;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
        margin: 0;
    }

    .tour-detail__tbl tr td:nth-child(6) {
        width: 50px;
    }

    .tour-detail__tbl tr td:nth-child(5) {
        width: 105px;
        font-size: 10px;
    }

    .tour-detail__tbl tr td:nth-child(2) {
        font-size: 10px !important;
        width: 120px;
    }

    .tour-detail__tbl .bth__grey-link span {
        max-width: 120px;
        font-size: 10px;
    }

    .tour-detail__tbl tr td {
        padding: 10px 7px;
    }

    .tour-detail__footer {
        margin: 10px 0 0 41px;
    }

    html body .tour .tour__col.tour__col--sm {
        position: absolute;
        left: 17px;
        top: 53px;
    }

    .tour .tour__col.tour__col--r .bth__ttl-h2.red {
        position: absolute;
        bottom: 20px;
        right: 65px;
        margin: 0;
    }

    .tour .tour__col.tour__col--r {
        width: 155px;
    }
}

@media screen and (max-width: 1199px) {
    .tour__arrow {
        position: absolute;
        right: 10px;
        bottom: 11px;
        height: 25px;
        line-height: 25px;
        margin: 0;
        padding: 0 10px;
        width: auto;
        border: none;
        background: #215f86;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 10px;
    }

    .tour__arrow span {
        display: block;
    }

    .tour .tour__col.tour__col--r .bth__ttl-h2.red {
        position: static;
        font-size: 13px;
        line-height: 25px;
        display: inline-block;
        vertical-align: top;
    }

    .tour .tour__ticket-ttl, .tour .tour__char, .tour .tour__col.tour__col--date .bth__grey-link, .tour .tour__col.tour__col--date {
        font-size: 10px;
    }

    .tour__col.tour__col--date {
        width: 185px;
    }

    .tour__hotel span {
        max-width: 310px;
    }

    html body .tour__flex-act .tours-wrap .fa-star, .tour .tour__col.tour__col--sm i {
        font-size: 15px;
    }

    .tour__flex-act .tour__dot {
        width: 15px;
        height: 15px;
    }

    html body .tour .tour__col.tour__col--sm {
        left: 16px;
        top: 57px;
    }

    .tour__flex-act {
        width: 37px;
    }

    .tour-detail .tour__flex-act {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 30px;
    }

    html body .tour-detail .tour__flex-act .fa-star {
        font-size: 12px;
    }

    .tour-detail__tbl {
        width: calc(100% - 30px);
    }

    .tour-detail__item .tour__act {
        margin: 5px 0 0 0;
    }

    .tour-detail .tour__flex-act .tour__dot {
        height: 12px;
        background-size: contain;
        width: 30px;
        background-position: left;
    }

    .tour-detail__item {
        margin: 0;
    }

    .tour-detail__tbl tr td {
        padding: 10px;
    }

    .tour-detail__tbl .bth__grey-link span {
        max-width: 105px;
    }
}

@media screen and (max-width: 1023px) {
    .tour__col.tour__col--date {
        width: 100%;
    }


    html body .tour .tour__col.tour__col--sm + div {
        width: calc(100% - 370px);
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .tour-wrap .tour > * {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .tour .tour__col.tour__col--r {
        margin-left: auto;
    }

    .tour .tour__col.tour__col--r, .tour-wrap .tour .tour__photo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 10px;
    }

    .tour-wrap .tour {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tour__arrow, .tour__rate {
        line-height: 20px;
        height: 20px;
        font-size: 13px;
    }

    .tour__arrow {
        color: #318cc6;
        font-size: 9px;
        background: transparent;
        bottom: auto;
        top: 115px;
        padding: 0;
        right: 15px;
    }

    .tour__hotel span {
        max-width: 295px;
    }

    .tour__hotel {
        margin: 0 0 5px 0;
    }

    .tour__rates {
        margin-top: 18px;
    }

    .tour__col.tour__col--date .tour__detail-btn {
        padding: 0 10px;
        position: absolute;
        right: 10px;
        top: 145px;
        line-height: 35px;
        height: 35px;
        margin: 0;
        font-size: 0;
        border: none;
        border-radius: 5px;
    }

    .tour__detail-btn::after {
        margin: 0;
        font-size: 13px;
    }

    .tour__col.tour__col--date {
        width: calc(100% - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #ffffff;
        border-radius: 5px;
        padding: 5px 10px;
    }

    .tour__col.tour__col--date .bth__ttl-h2 {
        font-size: 15px;
    }

    .tour .tour__ticket + .uppercase {
        margin-left: 5px;
        display: inline-block;
        vertical-align: top;
        line-height: 15px;
    }

    .tour .tour__ticket {
        margin: 0;
    }

    .tour .tour__ticket-ttl {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        width: 60px;
        float: right;
        line-height: 15px;
    }

    .tour__col.tour__col--date > div:first-child {
        width: 144px;
    }

    .tour-detail .tour__flex-act .tour__dot, .tour .tour__flex-act .tour__dot {
        height: 25px;
        background-position: center;
        display: block;
        width: 25px;
        background-size: 13px;
    }

    .tours-wrap .fa-star, .tour .tour__col.tour__col--sm i, html body .tour__flex-act .fa-star {
        width: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 13px;
    }

    .tour-detail__item .tour__flex-act .tour__dot {
        margin: 0 !important;
    }

    .tour-detail__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative;
    }

    .tour .tour__flex-act {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        right: 57px;
        top: 149px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0;
    }

    .tour-detail__footer {
        margin: 10px 0 0 0;
        font-size: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tour-detail .tour__flex-act {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .tour__act.active .tour__act-list {
        display: block;
        right: 0;
        left: auto;
    }

    html body .tour .tour__col.tour__col--sm {
        left: auto;
        right: 109px;
        top: 147px;
        padding: 0;
    }

    .tour .tour__col.tour__col .bth__square-icon.bth__square-icon--fa-plane-l::before,
    .tour-detail__tbl .bth__square-icon.bth__square-icon--fa-plane-l::before {
        top: -1px;
    }

    .tour-detail__tbl .bth__square-icon::before, .tour .tour__col.tour__col .bth__square-icon::before {
        background-size: 9px !important;
        font-size: 7px;
        line-height: 15px;
    }

    .tour-detail__tbl .bth__square-icon, .tour .tour__col.tour__col .bth__square-icon {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }

    .tour-wrap {
        padding: 15px;
    }

    .tour-detail__tbl tr td:nth-child(5), .tour-detail__tbl tr td:nth-child(6) {
        display: none;
    }

    .tour-detail__tbl tr td:nth-child(2) {
        width: 65px;
        padding-right: 0;
    }

    .tour-detail__tbl tr td:nth-child(1) {
        width: 90px;
    }

    .tour-detail__tbl tr td:nth-child(3) {
        width: 55px;
        padding: 0 10px;
    }

    .tour-detail__tbl tr td:last-of-type {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .tour .tour__col.tour__col--r {
        width: 100%;
        margin: 10px 0 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .tour__hotel + div::-webkit-scrollbar,
    html body .tour .tour__col.tour__col--sm + div .mt15::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .tour__hotel + div, html body .tour .tour__col.tour__col--sm + div .mt15 {
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }

    .tour__rates .tour__rate {
        background: url(https://tophotels.ru/csstx/i/crown-white.svg) 10px center/10px no-repeat;
        padding-left: 27px;
        width: 64px;
        text-align: left;
    }

    .tour__rates .bth__grey-link {
        font-size: 9px;
        text-transform: uppercase;
        vertical-align: top;
        display: inline-block;
        line-height: 20px;
        padding: 0 5px;
        background: #ffffff;
        border-radius: 0 3px 3px 0;
        margin-left: -5px;
    }

    .tours-wrap .fa-star, .tour .tour__col.tour__col--sm i, html body .tour__flex-act .fa-star, .page .tour__flex-act .tour__dot {
        background-color: #ffffff;
        border-radius: 5px;
        line-height: 20px;
        height: 20px;
        margin: 0 0 0 5px;
        font-size: 10px !important;
        background-size: 10px;
        display: block;
        background-position: center;
    }

    html body .tour .tour__col.tour__col--sm + div .bth__grey-link.mt5 {
        text-transform: uppercase;
    }

    .tour .tour__flex-act {
        right: 50px;
        top: 223px;
    }

    html body .tour .tour__col.tour__col--sm + div {
        width: calc(100% - 210px);
    }

    .tour__arrow {
        right: auto;
        left: 220px;
        top: 148px;
    }

    html body .tour .tour__col.tour__col--sm {
        right: 110px;
        top: 223px;
    }

    .tour__hotel {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        padding: 0 10px;
    }

    .tour__price .mt5 {
        margin: 0 0 0 20px !important;
        font-size: 10px;
    }

    .tour__price > * {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .tour__price {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .tour .tour__ticket-ttl, .tour .tour__col.tour__col--date, .tour .tour__col.tour__col--date .bth__grey-link {
        font-size: 8px;
    }

    .tour__col.tour__col--date .mr5 {
        display: none;
    }

    .tour__col.tour__col--date {
        width: 100%;
    }

    .tour .tour__ticket-ttl {
        width: auto;
        margin: 0 15px 0 3px;
    }

    .tour__hotel span {
        max-width: calc(100% - 27px);
    }

    .tour-wrap {
        padding: 45px 10px 10px 10px;
    }

    .tour .tour__col.tour__col--r .bth__ttl-h2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        font-size: 19px;
        color: #215f86;
    }

    .tour .tour__col.tour__col--r .bth__ttl-h2.red {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 0 10px !important;
    }

    .tour__col.tour__col--date .bth__ttl-h2 {
        font-size: 14px;
    }

    .tour .tour__ticket + .uppercase {
        width: 65px;
        line-height: 10px;
    }

    .tour__col.tour__col--date > div:first-child {
        width: 130px;
    }

    .tour .tour__ticket {
        white-space: nowrap;
    }

    .tour__col.tour__col--date .tour__detail-btn {
        right: 10px;
        top: 223px;
        line-height: 20px;
        height: 20px;
    }

    .tour-detail__tbl tr td {
        padding: 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .tour-wrap.bg-light-grey .tour-detail .tour-detail__tbl {
        background-color: transparent;
    }

    .tour-detail__tbl tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px 0;
        border-radius: 5px;
        background-color: #ffffff;
        padding: 10px;
    }

    .tour-detail__tbl > *, .tour-detail__tbl {
        width: 100%;
        display: block;
    }

    .tour-detail__tbl tr td:nth-child(1), .tour-detail__tbl tr td:nth-child(3) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding-left: 0;
        text-align: left;
    }

    .tour-detail__tbl tr td:nth-child(1) {
        width: 75px;
    }

    .tour-detail__tbl tr td:nth-child(3) {
        width: 50px;
        padding: 0;
    }

    .tour-detail__tbl tr td:nth-child(2) .bth__square-icon + .bth__square-icon {
        margin-right: 5px;
    }

    .tour-detail__tbl tr td:nth-child(2) .bth__square-icon {
        margin-right: 0;
    }

    .tour-detail__tbl tr td:nth-child(4) {
        max-width: none;
        width: calc(100% - 215px);
        min-width: auto;
        padding: 0;
    }

    .tour-detail__tbl tr td:nth-child(2) {
        width: 90px;
        font-size: 8px !important;
        line-height: 15px;
    }

    .tour-detail .tour__flex-act {
        position: absolute;
        z-index: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        right: 6px;
        width: auto;
        left: auto;
        bottom: 11px;
    }

    .tour-detail__tbl tr td:nth-child(7) img, .tour-detail__tbl tr td:nth-child(7) .tour-detail__ico {
        display: none;
    }

    .tour-detail__tbl tr td:last-of-type {
        padding-left: 0;
        font-size: 16px;
        width: 124px;
        text-align: left;
        color: #215f86;
    }

    .tour-detail__tbl tr td:nth-child(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        width: auto;
    }

    .tour-detail__tbl .bth__grey-link span {
        max-width: 170px;
    }
}

@media screen and (max-width: 499px) {
    .tour-detail__tbl .bth__grey-link span {
        max-width: 130px;
    }

    .tour__rates {
        margin: 0;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .tour-wrap {
        padding-top: 72px;
    }

    .tour__hotel {
        top: 37px;
    }

    html body .tour .tour__col.tour__col--sm + div .mt15 {
        margin-top: 5px !important;
    }

    html body .tour .tour__col.tour__col--sm + div {
        width: 100%;
    }

    .tour__arrow {
        margin-top: 8px;
        position: static;
    }

    .tour .tour__flex-act {
        right: auto;
        top: 72px;
        left: 215px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }

    html body .tour .tour__col.tour__col--sm {
        right: auto;
        top: 123px;
        left: 215px;
    }

    .tour__col.tour__col--date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .tour__col.tour__col--date > div:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .tour__col.tour__col--date .tour__detail-btn {
        right: 13px;
        top: 314px;
    }

    .tour .tour__ticket + .uppercase {
        width: auto;
    }

    .tour__col.tour__col--date {
        padding: 10px;
    }

    .tour__col.tour__col--date > div:first-child * {
        line-height: 14px;
    }

    .tour .tour__col.tour__col--r {
        padding: 2px 10px 8px 10px;
        background: #ffffff;
        border-radius: 0 0 5px 5px;
        margin-top: -5px;
    }
}

@media screen and (max-width: 413px) {
    .tour .tour__ticket + .uppercase {
        width: 65px;
    }

    .tour__col.tour__col--date .tour__detail-btn {
        top: 259px;
    }

    .tour__price .mt5 {
        max-width: 110px;
    }
}

@media screen and (max-width: 374px) {
    .tour__price .mt5 {
        margin: 0 0 0 10px !important;
    }

    .tour-detail__tbl tr td:last-of-type {
        width: 100px;
    }
}

@media screen and (max-width: 359px) {
    .tour .tour__ticket-ttl {
        margin: 0 8px 0 3px;
    }

    .tour-detail__tbl .bth__grey-link span {
        font-size: 8px;
        max-width: 90px;
    }
}