
.stock-item .stock-item__price::before {
    /* content: '\f0a9'; */
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    font-size: 13px;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ffffff;
    bottom: 10px;
}


.avia-redir .avia-redir__arr i {
    opacity: 0;
    -webkit-animation: redirFade 1.2s infinite;
    animation: redirFade 1.2s infinite;
}

.avia-redir .avia-redir__arr i:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.avia-redir .avia-redir__arr i:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.avia-redir .avia-redir__arr i:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.avia-redir .avia-redir__arr i:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.avia-redir .avia-redir__arr i:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.avia-redir .avia-redir__arr i:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.avia-redir .avia-redir__arr i:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@-webkit-keyframes redirFade {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes redirFade {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.avia-redir .avia-redir__arr {
    margin: 0 30px;
    font-size: 30px;
    text-align: center;
    color: #318cc6;
    width: calc(100% - 500px);
}

.avia-redir .avia-redir__name {
    line-height: 90px;
    background: #ffffff;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: bold;
    width: 250px;
    border-radius: 10px;
    text-align: center;
}

.avia-redir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d4e4f2;
    border-radius: 5px;
    padding: 15px;
}

.advice-wrap li.bg-light-green {
    color: #00a551;
}

.advice-wrap li::before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
}

.advice-wrap li {
    padding: 15px 25px 15px 70px;
    position: relative;
    color: #999999;
    background: #eeeeee;
    border-radius: 5px;
    margin-bottom: 15px;
}

.avia-redir-timer {
    margin-top: 80px;
    font-size: 36px;
    color: #cccccc;
}

.stock-items {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    text-transform: uppercase;
    -ms-grid-columns: 2fr 10px 2fr 10px 2fr 10px 2fr;
    grid-template-columns: repeat(4, 2fr)
}

.stock-item .stock-item__inn {
    padding: 10px;
    border-radius: inherit;
    background: #ffffff;
}

.stock-item .bth__btn {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.stock-item .stock-item__name {
    font-weight: bold;
    font-size: 16px;
}

.stock-item .stock-item__inn > * {
    display: block;
    margin-bottom: 5px;
}

.stock-item .stock-item__company {
    font-size: 16px;
}

.stock-item .stock-item__inline {
    display: inline-block;
    vertical-align: middle;
}

.stock-item .stock-item__price {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #318cc6;
}

.stock-item:hover .stock-item__price {
    color: #215f86;
}

.stock-item {
    padding: 10px;
    background: #e5f6ec;
    position: relative;
    border-radius: 5px;
    color: #475669;
}

.stock-item .bth__ava-25 {
    border-radius: 5px !important;
    overflow: hidden;
    position: absolute;
    right: 25px;
    bottom: 25px;
    margin: 0;
}

.lsfw-tbl.avia-history .fa-plane {
    font-size: 10px;
    margin-right: 5px;
    line-height: 19px;
    display: inline-block;
    vertical-align: text-top;
}

.lsfw-tbl.avia-history .lsfw-tbl__80 {
    width: 70px;
}

.lsfw-tbl.avia-history tr td:first-child {
    padding-right: 0;
    width: 90px;
}

.lsfw-tbl.avia-history .fa-plane.left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lsfw-tbl.avia-history .lsfw-tbl__cut {
    max-width: 180px;
}

.lsfw-tbl.avia-history .bth__btn:not(.bth__btn--blue) {
    font-size: 11px;
}

.lsfw-tbl.avia-history .bth__btn {
    border-radius: 5px;
    margin: 0;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    vertical-align: middle;
    width: 114px;
    padding: 0 0 0 15px;
}

.lsfw-tbl.avia-history .lsfw-flag {
    background-image: url(https://tophotels.ru/csstx/i/lib-ui-tour-filter/flags-sprite-white.png);
}

@media screen and (max-width: 1385px) {
    .lsfw-tbl.avia-history .lsfw-tbl__cut {
        max-width: 125px;
    }

    .lsfw-tbl.avia-history .lsfw-tbl__200.fz14 {
        width: 150px;
    }

    .lsfw-tbl.avia-history .lsfw-tbl__150 {
        width: 130px;
    }
}

@media screen and (max-width: 1199px) {
    .lsfw-tbl.avia-history .lsfw-tbl__250 {
        width: 215px;
    }

    .lsfw-tbl.avia-history .lsfw-tbl__200.fz14 {
        width: 130px;
    }

    .lsfw-tbl.avia-history tr {
        position: relative;
    }

    .lsfw-tbl.avia-history .lsfw-tbl__cut {
        max-width: 240px;
        display: block;
    }

    .lsfw-tbl.avia-history .fa-exchange-alt {
        display: none;
    }

    .lsfw-tbl.avia-history tr td:nth-child(2) {
        padding-left: 60px;
    }

    .lsfw-tbl.avia-history tr td:first-child > * {
        display: block;
    }

    .lsfw-tbl.avia-history tr td:first-child {
        width: 50px;
        position: absolute;
        border: none;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 1023px) {
    .lsfw-tbl.avia-history .lsfw-tbl__cut {
        max-width: 165px;
    }

    .lsfw-tbl.avia-history tr td:nth-child(3) {
        vertical-align: top;
    }

    .lsfw-tbl.avia-history tr td:nth-child(5) {
        width: 155px;
    }

    .lsfw-tbl.avia-history tr td:nth-child(1) .lsfw-flag + .lsfw-flag {
        margin-top: 5px;
    }

    .lsfw-tbl.avia-history tr td:nth-child(2) {
        width: 235px;
        vertical-align: top;
    }

    .lsfw-tbl.avia-history .fa-exchange-alt + .fz14 {
        margin-top: 5px;
    }

    .lsfw-tbl.avia-history tr td:nth-child(4) {
        position: absolute;
        border: none;
        left: 245px;
        bottom: 15px;
        padding: 0;
    }

    .lsfw-tbl.avia-history .lsfw-tbl__250 {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-tbl.avia-history .lsfw-tbl__200.fz14, .lsfw-tbl.avia-history tr td:first-child {
        position: static;
    }

    .lsfw-tbl.avia-history tr td:nth-child(1) {
        width: 30px;
    }

    .lsfw-tbl.avia-history tr td:nth-child(2) {
        width: calc(100% - 100px);
    }

    .lsfw-tbl.avia-history tr td:nth-child(5) > * {
        width: 100%;
        display: block;
        margin: 0 0 5px 0 !important;
    }

    .lsfw-tbl.avia-history tr td:nth-child(5) {
        text-align: right;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 55px;
    }

    .lsfw-tbl.avia-history .lsfw-tbl__250 {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        align-items: center;
        text-align: left !important;
        justify-content: flex-end;
    }    .lsfw-tbl.avia-history .lsfw-tbl__150 {
             width: 105px;
         }

    .lsfw-tbl.avia-history .bth__btn {
        width: 120px !important;
    }

    .lsfw-tbl.avia-history .lsfw-tbl__cut {
        max-width: none;
        width: 100%;
    }

    .stock-items {
        grid-template-columns: repeat(1, 2fr);
    }

    .bth__txt.mb40 {
        margin-bottom: 20px !important;
    }

    .avia-redir .avia-redir__name {
        border-radius: 5px;
        font-size: 14px;
        width: 155px;
        line-height: 50px;
    }

    .avia-redir .avia-redir__arr {
        font-size: 12px;
        width: calc(100% - 330px);
        margin: 0 15px;
    }

    .avia-redir .avia-redir__arr i:nth-child(4),
    .avia-redir .avia-redir__arr i:nth-child(5), .avia-redir .avia-redir__arr i:nth-child(6) {
        display: none;
    }

    .avia-redir-timer {
        margin-top: 30px;
        font-size: 25px;
    }

    .bth__ttl-h2.mb30.mt40 {
        margin: 30px 0 20px 0 !important;
    }

    .avia-redir {
        padding: 10px;
    }

    .advice-wrap li::before {
        left: 15px;
        font-size: 23px;
    }

    .advice-wrap li {
        padding: 10px 10px 10px 55px;
    }
}

@media screen and (max-width: 436px) {
    .avia-redir {
        padding: 0;
        background: transparent;
    }

    .avia-redir .avia-redir__name:last-of-type {
        width: calc(100% - 195px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .avia-redir .avia-redir__name:first-child {
        width: 135px;
    }

    .avia-redir .avia-redir__name {
        line-height: 14px;
        text-align: left;
    }

    .avia-redir .avia-redir__arr {
        margin: 0 15px;
        width: auto;
    }

    .avia-redir .avia-redir__arr i {
        display: none;
    }

    .avia-redir .avia-redir__arr i:nth-child(1), .avia-redir .avia-redir__arr i:nth-child(2), .avia-redir .avia-redir__arr i:nth-child(3) {
        display: inline-block;
        line-height: 14px;
        vertical-align: top;
    }
}