﻿.support-title {
    margin-bottom: 50px !important;
}

.div-block-support {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    width: 80%;
}

.div-block-support:not(:last-child) {
    margin-bottom: 60px;
}

.div-block-support:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.div-support-icon {
    margin: 5px 20px 0 0;
    cursor: pointer;
}

.div-support-icon img {
    width: 100%;
    max-width: 70px;   
}

.btn-support {
    float: right;
    cursor: pointer;
    margin: 0 0 0 50px;
}

.btn-live-support {
    max-width: 364px;
}

.btn-request-callback {
    max-width: 270px;   
}

.div-recaptcha {
    display: block;
    margin-bottom: 20px;
}

.div-contact {
    max-width: 330px;
}

.faq-questions .accordion-toggle{
    cursor: pointer;
}

.faq-questions .accordion-content{
    padding: 5px 0 20px 0;
}

.faq-questions .accordion-toggle:hover{
    text-decoration: underline;
    color: #2ce24b;
}

.faq-questions .accordion-toggle.active {
    color: #2ce24b;
}

.faq-questions ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
.faq-questions > div:first-child > div {
    padding-right: 30px;
}
.faq-questions > div:last-child > div {
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .div-block-support {
        width: 100%;
    }
    .div-support-icon {
        margin: 5px 5vw 0 0;
    }
    .btn-support {
        margin: 0 0 0 5vw;
    }
    .btn-live-support {
        width: 55%;

    }
    .btn-request-callback {
        width: 45%;
    }
    .faq-questions .col-50 {
        padding-right: 0;
        box-sizing: border-box;
        width: 100% !important;
    }

    .faq-questions > div:first-child > div {
        padding-right: 0;
    }
    .faq-questions > div:last-child > div {
        padding-left: 0;
    }
}