#faqBlock {
    margin: 0 11px;
    padding-bottom: 80px;
}

    #faqBlock .content-header-text {
        font: normal normal bold 24px/32px Montserrat;
        letter-spacing: 0px;
        color: #000000;
        margin: 50px 0 62px;
    }

    #faqBlock .accordion-item {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 4px #0000001A;
        border-radius: 5px;
        opacity: 1;
        color: #232D51;
    }

        #faqBlock .accordion-item .title {
            color: #232D51;
            padding: 22px 10px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            font: normal normal 600 18px/28px Montserrat;
            margin-bottom: 2px;
        }

            #faqBlock .accordion-item .title::after {
                content: "";
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCI+CiAgPGcgaWQ9ImFycm93X25leHQiIGRhdGEtbmFtZT0iYXJyb3cgbmV4dCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyMi41IDE5Ni41KSByb3RhdGUoLTkwKSI+CiAgICA8cGF0aCBpZD0i0JvQuNC90LjRj18yIiBkYXRhLW5hbWU9ItCb0LjQvdC40Y8gMiIgZD0iTTQsNWExLDEsMCwwLDEtLjcwNy0uMjkzbC00LTRhMSwxLDAsMCwxLDAtMS40MTQsMSwxLDAsMCwxLDEuNDE0LDBsNCw0QTEsMSwwLDAsMSw0LDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODcuNSAzMjMuNSkiIGZpbGw9IiM4Mjg5QTMiLz4KICAgIDxwYXRoIGlkPSLQm9C40L3QuNGPXzMiIGRhdGEtbmFtZT0i0JvQuNC90LjRjyAzIiBkPSJNMCw1YTEsMSwwLDAsMS0uNzA3LS4yOTMsMSwxLDAsMCwxLDAtMS40MTRsNC00YTEsMSwwLDAsMSwxLjQxNCwwLDEsMSwwLDAsMSwwLDEuNDE0bC00LDRBMSwxLDAsMCwxLDAsNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MS41IDMyMy41KSIgZmlsbD0iIzgyODlBMyIvPgogIDwvZz4KPC9zdmc+Cg==);
                background-repeat: no-repeat;
                min-width: 6px;
                min-height: 10px;
                width: 6px;
                height: 10px;
                margin-left: 10px;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            #faqBlock .accordion-item .title:hover::after {
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCI+CiAgPGcgaWQ9ImFycm93X25leHQiIGRhdGEtbmFtZT0iYXJyb3cgbmV4dCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyMi41IDE5Ni41KSByb3RhdGUoLTkwKSI+CiAgICA8cGF0aCBpZD0i0JvQuNC90LjRj18yIiBkYXRhLW5hbWU9ItCb0LjQvdC40Y8gMiIgZD0iTTQsNWExLDEsMCwwLDEtLjcwNy0uMjkzbC00LTRhMSwxLDAsMCwxLDAtMS40MTQsMSwxLDAsMCwxLDEuNDE0LDBsNCw0QTEsMSwwLDAsMSw0LDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODcuNSAzMjMuNSkiIGZpbGw9IiNkNzFhMjEiLz4KICAgIDxwYXRoIGlkPSLQm9C40L3QuNGPXzMiIGRhdGEtbmFtZT0i0JvQuNC90LjRjyAzIiBkPSJNMCw1YTEsMSwwLDAsMS0uNzA3LS4yOTMsMSwxLDAsMCwxLDAtMS40MTRsNC00YTEsMSwwLDAsMSwxLjQxNCwwLDEsMSwwLDAsMSwwLDEuNDE0bC00LDRBMSwxLDAsMCwxLDAsNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MS41IDMyMy41KSIgZmlsbD0iI2Q3MWEyMSIvPgogIDwvZz4KPC9zdmc+Cg==);
            }

            #faqBlock .accordion-item .title.active::after {
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

        #faqBlock .accordion-item .accordion-content {
            display: none;
        }

            #faqBlock .accordion-item .accordion-content .content-text {
                padding: 0 10px 30px;
                margin-bottom: 2px;
                font: normal normal normal 16px/24px Montserrat;
                color: #555555;
            }

                #faqBlock .accordion-item .accordion-content .content-text a {
                    text-decoration: underline;
                    color: cornflowerblue;
                }

                    #faqBlock .accordion-item .accordion-content .content-text a:hover {
                        text-decoration: underline;
                    }

                #faqBlock .accordion-item .accordion-content .content-text ul {
                    padding-left: 22px;
                    margin: 22px 0 0;
                }

                    #faqBlock .accordion-item .accordion-content .content-text ul li::before {
                        content: "\2022";
                        color: red;
                        font-weight: 100;
                        display: inline-block;
                        width: 1em;
                        margin-left: -1em;
                    }

                    #faqBlock .accordion-item .accordion-content .content-text ul .bold {
                        font-weight: bold;
                    }

                        #faqBlock .accordion-item .accordion-content .content-text ul .bold:before {
                            content: ' ';
                            display: block;
                        }

            #faqBlock .accordion-item .accordion-content .accordion-content-item .content-img {
                display: none;
            }

@media (min-width: 700px) {
    .flex-page-container #faqBlock {
        padding-bottom: 70px;
        margin: 0 20px;
    }

    #faqBlock .content-header-text {
        font: normal normal bold 28px/36px Montserrat;
        margin: 50px 0 30px;
    }

    #faqBlock .accordion-item .title {
        font: normal normal medium 22px/32px Montserrat;
        padding: 17px 30px;
    }

    #faqBlock .accordion-item .accordion-content .accordion-content-item {
        display: flex;
        padding: 0 30px 30px;
        margin-bottom: 2px;
    }

        #faqBlock .accordion-item .accordion-content .accordion-content-item .content-img {
            display: block;
            margin-right: 10px;
        }

    #faqBlock .accordion-item .accordion-content .content-text {
        padding: 0;
        margin: 0;
    }

        #faqBlock .accordion-item .accordion-content .content-text ul .bold:before {
            content: none;
        }

        #faqBlock .accordion-item .accordion-content .content-text ul li:not(:last-child) {
            margin-bottom: 22px;
        }
}

@media (min-width: 1200px) {
    .flex-page-container #faqBlock {
        margin: 0 51px;
        width: auto;
    }

    #faqBlock .accordion-item .accordion-content .accordion-content-item {
        padding: 20px 107px 43px;
    }

        #faqBlock .accordion-item .accordion-content .accordion-content-item .content-img {
            margin-right: 41px;
        }
}


@media (min-width: 1732px) {
    .flex-page-container #faqBlock {
        width: 1190px;
        margin: 0 auto;
    }
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.chatbot__btn {
    height: 44px;
    border: 1px solid var(--color_red);
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(231, 233, 241, 1);
    margin-bottom: 15px;
}

.chatbot__btn svg {
    flex-shrink: 0; 
}

.chatbot__btn-title {
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--color_red);
}

.chatbot {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 150px;
    left: 455px;
    width: 375px;
    height: 590px;
    background-color: #fafafa;
    line-height: 1.2;
    color: #212529;
    z-index: 9999;
    border-radius: 25px;
    transform: scale(1);
    transform-origin: right bottom;
    transition: transform .3s ease;
}

.chatbot_hidden {
    overflow: hidden;
    transform: scale(0);
    transform-origin: right bottom;
    transition: transform 0.3s ease;
}

.chatbot__title {
    color: #3ABF38;
    align-items: center;
    padding: 1rem;
    display: flex;
    font-weight: bold;
    border-bottom: 1px solid #ECECEC;
}

.chatbot__close {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 0.8;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2300' d='M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z'%3E%3C/path%3E%3C/svg%3E");
}

    .chatbot__close:hover {
        opacity: 1;
    }

.chatbot__reset {
    width: 20px;
    margin-left: auto;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 0.8;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2300' d='M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z'%3E%3C/path%3E%3C/svg%3E");
}

    .chatbot__reset:hover {
        opacity: 1;
    }

.chatbot__wrapper {
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 0%;
    flex-direction: column;
    overflow-y: auto;
}

.chatbot__items {
    padding: 0.75rem;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.chatbot__item {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    margin-bottom: .55rem;
}

@keyframes animationOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.chatbot__content {
    padding: 12px 20px;
    animation-name: animationOpacity;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}

.chatbot__content_bot {
    color: #505050;
    background: #EEEEEE;
    border-radius: 25px 25px 25px 0;
    padding: 12px 20px;
    display: inline-block;
    font-weight: 500;
}

.chatbot__item_human {
    justify-content: flex-end;
}

.chatbot__content_human {
    text-align: right;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.chatbot__content_human-disabled {
    background: #232D51;
    border-radius: 0.5rem;
    text-align: left;
    color: #fff;
    border-radius: 25px 0px 25px 25px;
}

.btn_chatbot {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3ABF38;
    border: 1px solid transparent;
    padding: 12px 20px;
    border-radius: 0.5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 25px 0px 25px 25px;
    margin-bottom: 8px;
}

    .btn_chatbot:hover {
        background-color: #2E982C;
        border: 1px solid transparent;
    }

    .btn_chatbot:focus,
    .btn_chatbot.focus {
        outline: 0;
    }

.btn__submit {
    background-color: #FF3737;
    border: 1px solid transparent;
    width: 85%;
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
}

    .btn__submit:hover {
        background-color: #E53131;
        border: 1px solid transparent;
    }

    .chatbot__content .btn {
        margin-bottom: 0.4rem;
    }

.chatbot__footer {
    padding: 0.75rem;
    position: relative;
    text-align: center;
}

.chatbot__input::-ms-clear {
    display: none;
}

.chatbot__input {
    display: block;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    height: 40px;
    padding: 4px 36px 4px 10px;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

    .chatbot__input:disabled {
        background-color: #fafafa;
    }

    .chatbot__input:focus {
        border-color: #bdbdbd;
        outline: 0;
    }

.chatbot__submit {
    width: 24px;
    height: 24px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    opacity: 0.6;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16' height='16'%3E%3Cpath fill='currentColor' d='M476 3.2L12.5 270.6a24 24 0 002.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5a24 24 0 0042.5 15.8L282 426l124.6 52.2a24 24 0 0033-18.2l72-432A24 24 0 00476 3.2z'%3E%3C/path%3E%3C/svg%3E");
    border: 1px solid transparent;
    background-color: transparent;
    transition: opacity 0.15s ease-in-out;
}

    .chatbot__submit:disabled {
        opacity: 0.4;
    }

    .chatbot__submit:focus:not(:disabled),
    .chatbot__submit:hover:not(:disabled) {
        outline: 0;
        box-shadow: none;
        opacity: 0.8;
        cursor: pointer;
    }

.chatbot__items::-webkit-scrollbar {
    width: 16px;
}

.chatbot__items::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 7px;
    border: 4px solid #fafafa;
}

.chatbot__items::-webkit-scrollbar-button {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1000;
}

@media (max-width: 1800px) {
    .chatbot {
        left: 400px;
    }
}

@media (max-width: 1680px) {
    .chatbot {
        left: 350px;
    }
}

@media (max-width: 1100px) {
    .chatbot {
        left: 290px;
    }
}

@media (max-width: 1000px) {
    .chatbot {
        left: 360px;
    }
}

@media (max-width: 720px) {
    .chatbot {
        width: 100%;
        bottom: 0;
        left: 0px;
    }
}