﻿#js-show-iframe-wrapper {
    min-width: 230px;
    background: 0 0;
}

    #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
        width: 100%;
        font-size: 16px;
        min-height: 52px;
    }

    #js-show-iframe-wrapper .bf-160 {
        position: relative;
        width: 230px;
        height: 90px;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #0d4cd3;
        border-radius: 4px;
    }

    #js-show-iframe-wrapper .bf-160__content {
        width: 206px;
        height: 75px;
        margin-top: 12px;
        margin-left: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #js-show-iframe-wrapper .bf-160__logo-wrap {
        display: inline-flex;
        align-items: center;
        width: 100%;
    }

    #js-show-iframe-wrapper .bf-160__logo {
        width: 61.01px;
        height: 16.28px;
    }

    #js-show-iframe-wrapper .bf-160__logo2 {
        width: 41px;
        height: 40px;
    }

    #js-show-iframe-wrapper .bf-160__text {
        color: #0b40b3;
        box-sizing: border-box;
        height: 40px;
        align-content: start;
        font-family: LatoWeb, sans-serif;
        font-weight: 700;
        font-size: 13.08px;
        line-height: 16.6px;
        letter-spacing: 0;
        vertical-align: bottom;
    }

    #js-show-iframe-wrapper .bf-160__description {
        display: flex;
        justify-content: space-around;
    }

.btn_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 20px
}

@media (max-width: 1200px) {
    .btn_container {
        flex-direction: column;
        gap: 15px;
    }
}

.answers {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    margin: 10px 0;
    transition: max-height 0.6s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    border-left: solid 2px #f77f00;
}

.questions {
    cursor: pointer;
    color: #3291c5;
}

.open {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}
