.tour-new {
    border-radius: 4px;
    background-color: #f3f3f3;
    margin-bottom: 5px;
    font-size: 16px;
    color: #475669;
    border: 1px solid #f3f3f3;
    position: relative;
}

.tour-new:not(.tour-new--orange):hover {
    background-color: #e5f6ed;
    border-color: #00a551;
}

.tour-new.tour-new--orange:hover {
    border-color: #dfa918 !important;
}

.tour-new.tour-new--orange .tour-new__star {
    color: #dfa918;
}

.tour-new.tour-new--orange {
    background-color: #f9f6e5;
}


.tour-new.tour-new--red {
    background-color: #f9ebea;
}

.tour-new-paginator:hover {
    color: #e27c36;
    background: #eeeeee;
}

.tour-new .fz13 {
    font-size: 10px !important;
    text-transform: uppercase;
}

.tour-new-paginator {
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #ff8e41;
    background: #f3f3f3;
    display: block;
    padding: 10px 10px 10px 60px;
    border-radius: 4px;
}

.tour-message {
    padding: 20px;
    font-size: 17px;
    color: #475669;
    background-color: #f9ebea;
    border-radius: 5px;
}

.tour-message .bth__table.bth__table--bordering tr:last-of-type td {
    border-bottom: none;
}

.tour-message .bth__table {
    border: none;
}

.tour-message .bth__table.bth__table--bordering tr th:last-of-type,
.tour-message .bth__table.bth__table--bordering tr td:last-of-type {
    border-right: none;
}

.tour-message .bth__table tr td {
    width: 16.6%;
    min-width: 125px;
}

.tour-message .bth__table.bth__table--bordering tr th,
.tour-message .bth__table.bth__table--bordering tr td {
    border-color: #eeeeee;
}

.tour-message .bth__table.bth__table--bordering tr th:first-of-type,
.tour-message .bth__table.bth__table--bordering tr td:first-of-type {
    border-left: none;
}

.tour-new.tour-new--green {
    background-color: #e5f6ed;
}

.tour-new__bottom {
    border-top: 1px solid #ffffff;
    padding: 8px 0;
    display: none;
    margin: -8px 0 0 62px;
}

.tour-new__star {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    padding: 24px 0 15px 15px;
    cursor: pointer;
    color: #999999;
    width: 40px;
}

.tour-new__order::before {
    content: '\f0a9';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    font-size: 12px;
    top: 0;
}

.tour-new__order:hover {
    background-color: #008944;
}

.tour-new__order {
    position: relative;
    border: none;
    font-size: 13px;
    font-family: 'apercu_pro', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #00a551;
    border-radius: 5px;
    padding: 0 47px 0 15px;
    line-height: 30px;
    display: inline-block;
}

.tour-new__col {
    display: inline-block;
    vertical-align: top;
}


.tour-new .tour-new__link {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.tour-new__link-block {
    color: #475669;
    padding: 15px 50px 15px 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 46px);
}

.tour-new__link-block::before {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    width: 15px;
    height: 100%;
    background: url(/i/arr-left-blue.png) center/11px no-repeat;
}

.tour-new__price:hover {
    color: #318cc6;
}

.tour-new__price {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    color: #215f86;
    line-height: 21px;
    display: block;
    margin-bottom: 5px;
}

.tour-new__room {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 15px;
    max-width: 175px;
    line-height: 15px;
    margin-bottom: 7px;
}

.tour-new__to:hover {
    color: #318cc6;
}

.tour-new__to {
    color: #475669;
    font-size: 13px;
    max-width: 145px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-new__to img {
    display: none;
}

.tour-new__col.tour-new__col--price {
    width: 300px;
}

.tour-new__col .bth__square-icon + div.fz13 {
    line-height: 12px;
}

.tour-new__col.tour-new__col--way span.fz13 {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    line-height: 18px;
}

.tour-new .tour-new__bb {
    padding: 8px 18px;
    border-radius: 5px;
    background: #ffffff;
    width: 261px;
}


.tour-new .bth__square-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
}

.bth__square-icon.bth__square-icon-green {
    background-color: #00a551 !important;
    color: white;
}

.bth__square-icon.bth__square-icon-red {
    background-color: #e03a3a !important;
    color: white;
}

.tour-new .bth__square-icon {
    width: 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius: 2px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
}

.bth__square-icon.bth__square-icon--fa-plane-r::before {
    content: '\f072';
}

.bth__square-icon.bth__square-icon--fa-plane-l::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 17px;
    content: '\f072';
}

.bth__square-icon.bth__square-icon-grey {
    background-color: #cccccc;
    color: white;
}

.bth__square-icon.bth__square-icon-orange {
    background-color: #ff8e41 !important;
    color: white;
}

.tour-new__col.tour-new__col--way .bth__square-icon {
    margin-right: 0;
}

.tour-new__col.tour-new__col--way {
    width: 165px;
}

.tour-new__col.tour-new__col--ways .bth__square-icon {
    margin: 0 2px;
}

.tour-new__col.tour-new__col--ways {
    width: 135px;
}

.tour-new__tickets {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
}

.tour-new__col .tour-new__tickets:not(:last-child) {
    margin-right: 20px;
}

.tour-new__col.tour-new__col--date {
    width: 190px;
    margin-top: -5px;
}

.tour-new__col.tour-new__col--nights {
    width: 125px;
    margin-top: -5px;
}

.tour-new__col.tour-new__col--room {
    width: 300px;
}

.tour-new__col.tour-new__col--eat {
    margin-top: -6px;
}

.tour-new__cols {
    display: inline-block;
    vertical-align: top;
}

.tour-new__col .tour-new__d-ib .bth__square-icon {
    margin: 0;
}

.tour-new__col .tour-new__d-ib:not(:last-of-type) {
    margin-right: 10px;
}

.tour-new .bth__square-icon {
    background-color: #b3b3b3;
}

.tour-new__d-ib {
    display: inline-block;
    vertical-align: top;
}

.tours-new .tour-new:first-of-type:hover {
    border-color: #00a551;
}

.tours-new .tour-new:first-of-type .tour-new__bottom {
    display: block;
}

.tours-new .tour-new:first-of-type .tour-new__price {
    color: #00a551;
    font-size: 21px;
}

.tours-new .tour-new:first-of-type .tour-new__link-block,
.tours-new .tour-new:first-of-type.tour-new__star {
    padding-bottom: 17px;
    padding-top: 17px;
}

.tours-new .tour-new:first-of-type {
    border: 2px solid #cccccc;
}

.price-block img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.to-tbl .to-tbl__char {
    display: inline-block;
    width: 55px;
}

.to-tbl .to-tbl__char.to-tbl__char--room {
    width: 100px;
}

.price-block.price-block--lower {
    line-height: 12px;
    font-size: 14px;
    padding: 5px 10px;
}

.price-block.green:hover {
    color: #038243 !important;
}

.price-block.red:hover {
    color: #aa2424 !important;
}

.price-block.orange-lbc:hover {
    color: #d06e2c !important;
}

.price-block:hover {
    color: #215f86;
}

.price-block {
    padding: 0 10px 2px 10px;
    line-height: 35px;
    display: block;
    width: 170px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    color: #475669;
    background: #ffffff;
}


.price-block__img:hover .hint {
    display: block;
    top: auto;
    right: 0;
    max-width: 230px;
    font-size: 13px;
    bottom: 42px;
}

.lsfw-fill-tbl .lsfw-fill-tbl__230 {
    width: 230px;
}

.lsfw-fill-tbl .lsfw-fill-tbl__680 {
    width: 680px;
}

.price-block__flex .fa-search {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.price-block__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
}

.price-block__img {
    position: absolute;
    right: 5px;
    top: 2px;
}

.price-block__check:hover {
    color: #999999;
}

.price-block__check {
    cursor: pointer;
    font-size: 10px;
    color: #cccccc;
}

.price-city-tbl table tr td:not(:first-of-type) {
    width: 180px;
}

.price-city-tbl table {
    margin-top: 0;
    margin-bottom: 10px !important;
}

.price-city-tbl tr td {
    vertical-align: middle !important;
}


.tours-head span i {
    font-size: 10px;
    margin-right: 3px;
}

.tours-head span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.tours-head {
    font-size: 15px;
    font-weight: bold;
    background: #eeeeee;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.lsfw-popup.lsfw-popup--1400 {
    max-width: 1450px;
    width: 95%;
}

.tour-new-loader {
    background: #eeeeee;
    margin-bottom: 5px;
    height: 92px;
    border-radius: 5px;
    -webkit-animation: tourLoader 5s infinite;
    animation: tourLoader 5s infinite;
}

@keyframes tableLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #d9d9d9;
    }
    100% {
        background-color: #eeeeee;
    }
}

@media screen and (max-width: 1435px) {
    .tour-new__col.tour-new__col--price {
        width: 190px;
        padding-right: 20px;
    }

    .tour-new__col.tour-new__col--date {
        width: 140px;
    }

    .tour-new .tour-new__bb {
        width: 100%;
    }

    .tour-new__col.tour-new__col--way {
        width: 125px;
    }

    .tour-new__col.tour-new__col--nights {
        width: 65px;
    }

    .tour-new__col.tour-new__col--room {
        width: 209px;
    }

    .tour-new__star {
        padding-left: 10px;
        width: 35px;
    }

    .tour-new__link-block {
        padding-left: 5px;
        width: calc(100% - 40px);
    }

    .tour-new__room {
        font-size: 14px;
        max-width: 165px;
    }

    .tour-new__bottom {
        margin-left: 45px;
    }
}

@media screen and (max-width: 1023px) {
    .tour-new__col.tour-new__col--price {
        width: calc(100% - 200px);
        margin-bottom: 20px;
        vertical-align: middle;
    }

    .tour-new__col.tour-new__col--date {
        vertical-align: middle;
        margin: 0 0 20px 0;
    }

    .tour-new__col.tour-new__col--way {
        width: 135px;
    }

    .tour-new__col.tour-new__col--nights {
        width: 80px;
    }

    .tour-new .tour-new__bb > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    .tour-new__col.tour-new__col--nights {
        width: 75px;
    }

    .tour-new__link-block {
        padding-left: 20px;
    }

    .tour-new__col.tour-new__col--room {
        width: 210px;
    }

    .tour-new__col .tour-new__d-ib:not(:last-of-type) {
        margin-right: 5px;
    }

    .tour-new__bottom {
        margin-left: 59px;
    }

    .tour-new__star {
        padding-left: 17px;
    }
}

@media screen and (max-width: 767px) {
    .tour-new__link-block {
        width: 100%;
        padding: 10px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bth__square-icon.bth__square-icon-green {
        background-color: #ffffff !important;
        color: #00a551 !important;
    }

    .bth__square-icon.bth__square-icon-orange {
        background-color: #ffffff !important;
        color: #ff8e41 !important;
    }

    .bth__square-icon.bth__square-icon-red {
        background-color: #ffffff !important;
        color: #fd3535 !important;
    }

    .tour-new__col.tour-new__col--price {
        width: calc(100% - 40px);
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding: 0 0 0 28px;
        margin-bottom: 10px;
    }

    .tour-new__star {
        top: 11px;
        left: 0;
        padding: 10px;
        text-align: center;
        width: auto;
        font-size: 15px;
        position: absolute;
        z-index: 3;
    }

    .tour-new__col.tour-new__col--date {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 15px 0 0;
        width: auto;
    }

    .tour-new__col.tour-new__col--nights {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        width: 50px;
    }

    .tour-new__col.tour-new__col--eat {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
    }

    .tour-new__link-block::before {
        height: 30px;
        right: 15px;
        top: 25px;
    }


    .tour-new .tour-new__bb > * {
        display: block;
        margin: 0;
    }

    .tour-new .tour-new__bb .tour-new__to {
        margin-top: 5px;
    }

    .tour-new__col.tour-new__col--way .hint {
        display: block !important;
        position: static;
        text-transform: uppercase !important;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: auto;
        font-size: 10px;
        color: inherit !important;
    }

    .tour-new .bth__square-icon {
        width: auto;
        min-width: 18px;
    }

    .tour-new__col.tour-new__col--way .bth__square-icon {
        padding: 0 15px 0 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        text-align: left;
        margin: 5px 5px 0 0;
        height: auto;
        background: #ffff;
        color: #999999;
    }

    .tour-new__col.tour-new__col--way .bth__square-icon::before {
        left: 10px;
        position: absolute;
        top: -1px;
        font-size: 8px;
    }

    .tour-new__col.tour-new__col--way .fz13 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        color: #666666;
        width: 65px;
    }

    .tour-new__col.tour-new__col--way > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tour-new__col.tour-new__col--way > div:first-child {
        margin-right: 10px;
    }

    .tour-new__col.tour-new__col--way {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tour-new__col.tour-new__col--room .tour-new__d-ib:last-child {
        width: calc(100% - 30px);
    }

    .tour-new__col.tour-new__col--room {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 10px 0;
        padding: 7px 0 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.75);
        border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    }

    .tour-new__col.tour-new__col--room .fz13 {
        display: inline-block;
        vertical-align: middle;
    }

    .tour-new__room {
        max-width: 95%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .tour-new__col .tour-new__d-ib:not(:last-of-type) {
        margin-right: 8px;
    }

    .tour-new__d-ib {
        vertical-align: middle;
    }

    .tour-new .bth__square-icon {
        vertical-align: middle;
    }

    .tour-new__col {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .tour-new__bottom {
        margin-left: 0;
        padding-left: 10px;
    }

    .tours-head {
        white-space: nowrap;
        overflow: auto;
        font-size: 13px;
    }

    .tour-new {
        font-size: 14px;
    }

    .tour-new-paginator {
        padding-left: 10px;
        font-size: 13px;
    }

    .tour-new .fz13 {
        color: #666666;
    }

    .tour-new__to {
        max-width: 165px;
    }

    .tour-new__bottom {
        border: none;
    }

    .price-tbl tr th, .price-tbl tr td:first-child *, .price-tbl tr td:first-child {
        font-size: 11px !important;
    }

    .price-block {
        width: 125px;
        line-height: 30px;
        font-size: 12px;
    }

    .price-block__check {
        font-size: 10px;
    }

    .tour-new__col.tour-new__col--nights .fz13, .tour-new__col.tour-new__col--date .fz13, .tour-new__col.tour-new__col--eat .fz13 {
        display: inline-block;
        margin-left: 5px;
    }
}

@media screen and (max-width: 500px) {
    .tour-new__col.tour-new__col--way .fz13 {
        width: 100%;
    }

    .tour-new__col.tour-new__col--way .bth__square-icon {
        line-height: normal;
        width: 100%;
        padding: 5px 15px 5px 30px;
    }

    .tour-new__col.tour-new__col--way > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 !important;
        width: calc(50% - 2px);
    }

    .tour-new__col.tour-new__col--way .hint {
        width: 70%;
        line-height: inherit;
    }

    .tour-new__col.tour-new__col--way {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tour-new__col.tour-new__col--way .bth__square-icon::before {
        top: 10px;
        font-size: 10px;
    }
}

@media screen and (max-width: 359px) {
    .tour-new__col.tour-new__col--way .hint {
        width: 100%;
    }

    .tours-head {
        padding-top: 4px;
        font-size: 11px;
    }

    .tours-head span i {
        font-size: 8px;
    }
}