
.booking-tour-form .tour-selection-wrap .tour-selection-field--30p {
    width: calc(30% - -10px);
}

.filter-big__block .booking-tour-form .bth__inp-block-burger::after {
    top: 19px;
}

.booking-tour-form .booking-tour-form-260 {
    width: 266px;
}

.booking-tour-form .booking-tour-form-380 {
    width: 378px;
}

.booking-tour-form .bth__radioBubble-item {
    margin-right: 1px;
}

.booking-tour-form .bth__radioBubble-item .bth__radioBubble-lb {
    height: 55px;
    width: 55px;
}

.booking-tour-form .bth__radioBubble-item label span {
    height: 98%;
    font-size: 30px;
    padding-top: 10px;
}

.booking-tour-form .booking-tour-form__wrap-500 {
    width: 550px;
}

.promo-item p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.promo-item {
    background-color: #eee;
    border-radius: 2px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    position: relative;
    cursor: pointer;
    padding: 30px;
    margin-bottom: 40px;
}

.promo-item__ico {
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    background-position: left bottom;
    width: 200px;
    height: 105px;
}

.promo-item:hover .promo-item__btn {
    color: white !important;
}

.promo-item__btn {
    background-color: white;
    border-radius: 2px;
    line-height: 40px;
    text-transform: uppercase;
    width: 190px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}

.promo-item--lite-red {
    background-color: rgba(224, 58, 58, 0.17) !important;
}

/**/
.promo-item.promo-item--green {
    background-color: #e5f6ed;
}

.promo-item.promo-item--green .promo-item__ico {
    background-image: url(/i/sale10per.png);
}

.promo-item.promo-item--green-2 .promo-item__ico {
    background-image: url(/i/sale10per4.png);
}

.promo-item.promo-item--green .promo-item__btn {
    color: #00a551;
    border: 1px solid #00a551;
}

.promo-item.promo-item--green:hover .promo-item__btn {
    background-color: #00a551;
}

/**/
.promo-item.promo-item--orange {
    background-color: #FFF2CD;
}

.promo-item.promo-item--orange .promo-item__ico {
    background-image: url(/i/sale10per2.png);
}

.promo-item.promo-item--orange .promo-item__btn {
    color: #F7B024;
    border: 1px solid #F7B024;
}

.promo-item.promo-item--orange:hover .promo-item__btn {
    background-color: #F7B024;
}

/**/
/**/
.promo-item.promo-item--blue {
    background-color: #d4e4f2;
}

.promo-item.promo-item--blue .promo-item__ico {
    background-image: url(/i/sale10per3.png);
}

.promo-item.promo-item--blue .promo-item__btn {
    color: #004A7F;
    border: 1px solid #004A7F;
}

.promo-item.promo-item--blue:hover .promo-item__btn {
    background-color: #004A7F;
}

/**/
/**/
.promo-item.promo-item--purple {
    background-color: rgba(206, 48, 229, 0.31);
}

.promo-item.promo-item--purple .promo-item__ico {
    background-image: url(/i/sale10per6.png);
}

.promo-item.promo-item--purple .promo-item__btn {
    color: #ce30e5;
    border: 1px solid #ce30e5;
}

.promo-item.promo-item--purple:hover .promo-item__btn {
    background-color: #ce30e5;
}

/**/
/**/
.promo-item.promo-item--red {
    background-color: #F4CBCB;
}

.promo-item.promo-item--red .promo-item__ico {
    background-image: url(/i/sale10per5.png);
}

.promo-item.promo-item--red .promo-item__btn {
    color: #e03a3a;
    border: 1px solid #e03a3a;
}

.promo-item.promo-item--red:hover .promo-item__btn {
    background-color: #e03a3a;
}

/**/
@media screen and (max-width: 1023px) {
    .promo-item {
        padding: 15px;
    }

    .promo-item .bth__ttl-h2 {
        margin-bottom: 10px !important;
    }

    .promo-item p {
        margin-bottom: 5px;
        font-size: 13px;
    }
}

@media screen and (max-width: 900px) {
    .booking-tour-form .tour-selection-wrap .tour-selection-wrap-flex {
        justify-content: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
    }

    .booking-tour-form .booking-tour-form-260 {
        width: 198px;
    }

    .booking-tour-form .booking-tour-form-380 {
        width: 310px;
    }

    .promo-item.promo-item--green .promo-item__btn {
        background-color: #00a551;
    }

    .promo-item.promo-item--orange .promo-item__btn {
        background-color: #F7B024;
    }

    .promo-item.promo-item--blue .promo-item__btn {
        background-color: #004A7F;
    }

    .promo-item.promo-item--purple .promo-item__btn {
        background-color: #ce30e5;
    }

    .promo-item.promo-item--red .promo-item__btn {
        background-color: #e03a3a;
    }

    .promo-item__btn {
        color: white !important;
    }
}

@media screen and (max-width: 540px) {
    .promo-item__ico {
        display: none;
    }
    .promo-item.promo-item--green {
        border-color: rgba(0, 165, 81, 0.65);
    }

    .promo-item.promo-item--orange {
        border-color: rgba(247, 176, 36, 0.65);
    }

    .promo-item.promo-item--blue {
        border-color: rgba(0, 74, 127, 0.65);
    }

    .promo-item.promo-item--purple {
        border-color: rgba(206, 48, 229, 0.65);
    }

    .promo-item.promo-item--red {
        border-color: rgba(224, 58, 58, 0.69);
    }
    .promo-item {
        background-color: white !important;
        border: 2px solid #eee;border-radius: 5px;
    }

    .promo-item__btn {
        margin-top: 10px;
    }
}