.tour-other .tour-other__row.tour-other__row--loader .tour-other__link {
    height: 30px;
    background-color: rgba(255, 255, 255, 0.99);
    -webkit-animation: tourOtherLoader 5s infinite;
    animation: tourOtherLoader 5s infinite;
}

@-webkit-keyframes tourOtherLoader {
    0% {
        background-color: rgba(255, 255, 255, 0.99);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.6);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

@keyframes tourOtherLoader {
    0% {
        background-color: rgba(255, 255, 255, 0.99);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.6);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

.tour-other .tour-other__row {
    padding: 10px 15px;
    border-radius: 5px;
    background: #eeeeee;
    position: relative;
    margin-top: 10px;
}

.tour-other .tour-other__row:not(:last-of-type) {
    margin-bottom: 15px;
}

.tour-other .tour-other__price {
    font-weight: bold;
    font-size: 17px;
}

.tour-other .tour-other__name .lsfw-rbt {
    display: block;
}

.tour-other .tour-other__name .lsfw-rbt label > *:not(.hint) {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.tour-other .tour-other__name .lsfw-rbt label {
    line-height: 30px;
}

.tour-other .mr2 {
    margin-right: 2px;
}

.tour-other .tour-other__right {
    width: 115px;
    text-align: right;
}

.tour-other .tour-other__inp label > * {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.tour-other .tour-other__inp {
    display: block;
    margin-bottom: 10px;
}

.tour-other .tour-other__inp label::before {
    left: 10px;
}

.tour-other .tour-other__inp label {
    line-height: 30px;
    display: block;
    font-size: 14px;
    padding: 0 10px 0 35px;
    background: #ffffff;
    border-radius: 5px;
}

.tour-other .tour-other__inp .tour-other__min120 + * {
    text-align: right;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}

.tour-other .tour-other__inp .tour-other__min120 {
    width: calc(100% - 125px);
    white-space: nowrap;
    overflow: hidden;
}

.tour-other .tour-other__name {
    font-size: 14px;
    display: block;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
}

.tour-other .tour-other__ttl {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tour-other .tour-other__links:not(:last-child) {
    margin-bottom: 15px;
}

.tour-other .tour-other__link .tour-other__to {
    position: absolute;
    z-index: 2;
    right: 10px;
    height: 30px;
    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;
    top: 0;
}

.tour-other .tour-other__link:hover {
    background: #d4e4f2;
}

.tour-other .tour-other__link > * {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}

.tour-other .tour-other__link {
    margin-top: 10px;
    padding: 0 20px;
    border-radius: 5px;
    display: block;
    position: relative;
    background: #ffffff;
    color: #475669;;
}

@media screen and (max-width: 1500px) {
    .tour-other .tour-other__name {
        width: 125px;
    }

    .tour-other .tour-other__link .tour-other__to {
        right: 43px;
    }

    .tour-other .tour-other__link::before {
        right: 10px;
    }
}

@media screen and (max-width: 1132px) {
    .tour-other .tour-other__link {
        display: inline-block;
        padding-right: 75px;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    .tour-other__links {
        white-space: nowrap;
        overflow: auto;
    }

    .tour-other .tour-other__link .tour-other__to {
        margin: 0;
    }

    .tour-other .tour-other__name {
        width: auto;
        max-width: 130px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .tour-other .tour-other__link::before {
        display: none;
    }

    .tour-other .tour-other__inp .tour-other__min120 {
        width: 100%;
    }

    .tour-other .tour-other__inp label::before {
        top: 9px;
        left:auto;right: 10px;
    }

    .tour-other .tour-other__inp label {
        line-height: normal;
        padding: 5px 35px 5px 10px;
    }

    .tour-other .tour-other__inp .tour-other__min120 + * {
        width: 100%;
        text-align: left;
        padding-top: 3px;
    }

    .tour-other .tour-other__inp label > * {
        display: block;
    }

    .tour-other .tour-other__price {
        font-size: 14px;
    }

    .tour-other .tour-other__name {
        margin-right: 5px;
        padding-right: 5px;
    }

    .tour-other .tour-other__link {
        padding: 0 40px 0 15px;
    }

    .tour-other .tour-other__link .tour-other__to {
        right: 10px;
    }
}
