.dropdowns {
    background-color: #d0dce3;
    padding: 10px;
    border-radius: 5px;
}

.dropdowns .dropdown:not(:last-child) {
    margin-bottom: 10px;
}


.dropdowns .dropdown__head.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdowns .tour-selection-wrap.tour-selection-wrap--grey{
    border-radius: 5px;
}
.dropdowns .dropdown__head::after {
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    font-size: 16px;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 15px;
    display: block;
    top: 0;
}

.dropdowns .dropdown__head > * {
    display: inline-block;
    vertical-align: middle;
}

.dropdowns .dropdown__head.grey *,
.dropdowns .dropdown__head.grey::after {
    color: inherit;
}

.dropdowns .dropdown__head {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 0 45px 0 20px;
    position: relative;
    border-radius: 5px;
    line-height: 40px;
    margin-left: 50px;
}

.dropdowns .dropdown__icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #ff8e41;
    font-size: 19px;
    left: -50px;
    background-color: #ffffff;
    text-align: center;
    border-radius: inherit;
    position: absolute;
}

.dropdowns .dropdown__body {
    padding: 15px;
    background: #ffffff;
    margin-top: 10px;
    display: none;
    border-radius: 5px;
}

.dropdowns .dropdown__240 {
    width: 465px;
}

.dropdowns .dropdown__540 {
    width: 540px;
}

@media screen and (max-width: 1200px) {
    .dropdowns .fz20 {
        font-size: 18px !important;
    }

    .dropdowns .dropdown__head .bth__ttl-h3 {
        font-size: 14px;
    }

    .dropdowns .dropdown__head.grey .dropdown__540 + b,
    .dropdowns .dropdown__540 + b.grey {
        font-size: 13px;
    }

    .dropdowns .dropdown__540 {
        width: 395px;
    }

    .dropdowns .dropdown__head::after {
        font-size: 17px;
    }
}

@media screen and (max-width: 1023px) {
    .dropdowns .dropdown__body {
        padding: 10px;
    }

    .dropdowns .fz20 {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .dropdowns .dropdown__head {
        margin: 0;
        line-height: normal;
        padding: 10px 30px 10px 15px;
    }

    .dropdowns .dropdown__head .bth__ttl-h3 + div {
        margin-top: 5px;
    }

    .dropdowns .dropdown__head .bth__ttl-h3 {
        width: 100%;
    }

    .dropdowns .dropdown__head::after {
        font-size: 14px;
        top: 14px;
    }

    .dropdowns .dropdown__body {
        margin-top: -5px;border-radius: 0 0 5px 5px;
    }
    .dropdowns .dropdown__icon {
        display: none;
    }
}
