
.tour-selection-wrap.tour-chooser .tour-chooser__price .tour-selection-square {
    background: #c5c5c5 !important;
    font-size: 23px;
}

.tour-selection-wrap.tour-chooser .tour-chooser__price .tour-selection-square:hover {
    background: #ff8e41 !important;
}

.tour-selection-wrap.tour-chooser .tour-chooser__price .tour-selection-field-flex {
    flex-direction: row-reverse;
    padding: 0 0 0 10px;
    width: 100%;
}

@media screen and (max-width: 1250px) {
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__eat,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__view,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__cat,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__to,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__type,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__location {
        width: 33.3% !important;
    }

    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__direction.tour-selection-field--60p + .tour-selection-field.tour-chooser__type,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__direction.tour-selection-field--60p + .tour-selection-field.tour-chooser__type + .tour-selection-field.tour-chooser__location {
        width: 50% !important;
    }


    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__city {
        width: 22%;
    }

    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__price {
        width: 23%;
    }

    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-chooser__night.tour-selection-field {
        width: 15%;
    }


    .tour-chooser.tour-selection-wrap .rbts-big .rbt-big {
        margin-bottom: 15px;
    }

    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__hotel,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__direction {
        width: 100% !important;
        margin-bottom: 15px;
    }

    html body .page .tour-chooser.tour-selection-wrap .tour-selection-wrap-in {
        margin: 0;
    }

    html body .page .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field {
        margin: 0 0 15px 0;
    }


}

@media screen and (max-width: 1023px) {
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__night,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-selection-field--20p,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__date {
        width: 33.3% !important;
        margin-bottom: 15px;
    }

    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__guest,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__price {
        width: 50% !important;
    }

}

@media screen and (max-width: 767px) {
    html body .page .tour-chooser.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-flex {
        display: block;
    }

    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__direction.tour-selection-field--60p + .tour-selection-field.tour-chooser__type,
    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__direction.tour-selection-field--60p + .tour-selection-field.tour-chooser__type + .tour-selection-field.tour-chooser__location,
    html body .page .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field {
        width: 100% !important;
    }

    .tour-chooser.tour-selection-wrap .tour-selection-wrap-in .tour-selection-field.tour-chooser__hotel {
        margin: 0;
    }
}