.dropdowns {
    background-color: #d0dce3;
    margin-bottom: 10px;
    padding: 10px;
}

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

.dropdowns .dropdown {

}

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

.dropdowns .dropdown__head::after {
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    font-size: 22px;
    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: 50px;
    margin-left: 60px;
}

.dropdowns .dropdown__icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #ff8e41;
    font-size: 25px;
    left: -60px;
    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: 15px !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: 5px;
    }
}

@media screen and (max-width: 767px) {
    .dropdowns .dropdown__240 + .fz14 {
        font-size: 13px !important;
    }


    .dropdowns .dropdown__head.active .bth__ttl-h3 {
        border: none;
    }

    .dropdowns .dropdown__body {
        padding: 0;
        margin-top: 5px;
    }

    .dropdowns .dropdown__head.active > :not(.bth__ttl-h3) {
        display: none;
    }

    .dropdowns .dropdown__head {
        margin-left: 0;
        padding: 10px 30px 10px 15px;
        line-height: normal;
        background: #eeeeee;
        border-radius: 2px;
    }

    .dropdowns .dropdown__icon {
        display: none;
    }

    .dropdowns .dropdown__head::after {
        font-size: 13px;
        top: 13px;
        right: 15px;
    }

    .dropdowns .dropdown__head .bth__ttl-h3 + * {
        border-top: 1px solid #ffffff;
        margin-top: 10px;
        padding-top: 10px;
        display: block;
    }

    .dropdowns .dropdown__head .bth__ttl-h3 {
        font-size: 14px;
        width: 100% !important;
    }

    .dropdowns .fz20 {
        font-size: 16px !important;
        display: block;
        color: #215f86;
    }

    .dropdowns {
        padding: 0;
        background: transparent;
        margin: 0;
    }
}
