@import url("https://fonts.googleapis.com/css?family=Roboto");

* {
    box-sizing: border-box;
}

.faq_pages {
    background-color: var(--body_color_1);
    overflow: hidden;
    padding-bottom: 65px;
}

.faq_pages .faq_inner {
    max-width: 990px;
    margin: 0 auto;
}

.helpbl {
    padding: 45px 0 0 0;
    text-align: left;
}

.select-outer-container {
    text-align: center;
}

.helpbl h1 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 35px;
    color: var(--txt_color_3);
}

.helpbl .search {
    display: inline-block;
    position: relative;
}

.helpbl .search::after {
    content: "";
    width: 17px;
    height: 12px;
    position: absolute;
    top: calc(37% - 5px);
    right: 59px;
    background: url(/static/media/themes/helpcenter/img/search.svg) no-repeat center;
}

.helpbl .search input {
    width: 508px;
    height: 40px;
    border-radius: 4px;
    border: none;
    padding: 12px 20px;
}

.helpbl .search input::-webkit-input-placeholder {
    color: #464b67;
    font-weight: bold;
    font-size: 12px;
}

.helpbl .search input::-moz-placeholder {
    color: #464b67;
    font-weight: bold;
    font-size: 12px;
}

.helpbl .search input:-moz-placeholder {
    color: #464b67;
    font-weight: bold;
    font-size: 12px;
}

.helpbl .search input:-ms-input-placeholder {
    color: #464b67;
    font-weight: bold;
    font-size: 12px;
}

.sect {
    position: relative;
    font-family: "Roboto", sans-serif;
    border-radius: 4px;
    /* background-color: var(--txt_color_5); */
    margin-block-end: 15px;
    padding: 0 0 10px;
}

.content {
    text-align: justify;
}

.sect::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
}

.sect h2,
.sect h3,
.sect h4 {
    font-weight: bold;
    color: var(--txt_color_3);
}

.sect h2 {
    font-size: 20px;
    line-height: 72px;
    padding-top: 25px;
}

.sect h2 span {
    color: #0367d3;
    font-size: 14px;
    margin-right: 10px;
}

.sect h3 {
    font-size: 18px;
    line-height: 72px;
}

.sect h4 {
    font-size: 16px;
    margin: 10px 0;
}

.sect.small_sect {
    padding-top: 25px;
}

.sect.sect_left_side {
    width: 100%;
    float: left;
}

.sect.sect_left_side .angle_type {
    position: relative;
    float: left;
    clear: both;
    display: block;
}

.sect.sect_left_side .angle_type h2,
.sect.sect_left_side .angle_type h3 {
    margin-left: 28px;
    cursor: pointer;
}

.sect.sect_left_side .angle_type h2::before,
.sect.sect_left_side .angle_type h3::before {
    /* content: "\f104"; */
    /* font-family: "fontawesome"; */
    /* position: absolute; */
    /* left: 0; */
    /* color: #b0bee1; */
}

.sect.sect_right_side {
    width: 303px;
    float: right;
}

.sect .sect_head {
    border-bottom: 1px solid #898989;
    margin: 0 40px 0;
}

.sect .sect_head .sect_img {
    height: 40px;
}

.sect.often_questions .quest_list {
    columns: 3;
}

.sect .quest_list li,
.sect .quest_list_right li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 12px;
    list-style: none;
}

.sect .quest_list li::before,
.sect .quest_list_right li::before {
    content: "?";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 9px;
    line-height: 13.5px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    background-color: #99afd0;
    top: 2px;
}

.sect .quest_list a,
.sect .quest_list_right a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    color: var(--txt_color_3);
}

.sect .quest_list a:hover,
.sect .quest_list_right a:hover {
    text-decoration: underline;
}

.sect .frst_level_list {
    overflow: hidden;
}

.sect .frst_level_list>li {
    position: relative;
}

.sect .frst_level_list>li::before {
    content: "\f067";
    position: absolute;
    font-family: "fontawesome";
    color: #99afd0;
    font-size: 15px;
    width: 12px;
    line-height: 40px;
    margin-left: 25px;
}

.sect .frst_level_list>li:hover {
    background-color: #fafcff;
}

.sect .frst_level_list>li>span {
    margin-left: 55px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #2a2d3e;
    line-height: 40px;
}

.sect .frst_level_list>li.open {
    background-color: #fafcff;
}

.sect .frst_level_list>li.open::before {
    content: "\f068";
    color: #005ae2;
    /* line-height: 55px;*/
}

.sect .frst_level_list>li.open:hover {
    outline: none;
}

.sect .frst_level_list>li.open>a {
    color: #005ae2;
    /*line-height: 55px;*/
}

.quest_list,
.article,
.quest_list_right {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 5px;
}

.sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sections .small_sect {
    width: 323px;
    margin: 0 auto 15px;
}

.sections .small_sect .sect_head {
    padding-bottom: 15px;
    min-height: 133px;
}

.sections .small_sect .sect_head a {
    text-decoration: none;
    font-size: 12px;
    color: #7786ad;
    font-weight: 500;
}

.sections .small_sect .sect_head a:hover {
    text-decoration: underline;
}

.blue-sect::before {
    background-image: -webkit-linear-gradient(#000055, #000055);
    box-shadow: 0 2px 0 0 #000071;
}

.l-green-sect::before {
    background-image: linear-gradient(to bottom, #05c489, #05c489);
    box-shadow: 0 2px 0 0 #05c488c0;
}

.red-sect::before {
    background-color: #FF267E;
    box-shadow: 0 2px 0 0 #ff267dce;
}

.green-sect::before {
    background-color: #05c489;
    box-shadow: 0 2px 0 0 #05c488c0;
}

.purple-sect::before {
    background-color: #FF267E;
    box-shadow: 0 2px 0 0 #ff267dce;
}

.l-blue-sect::before {
    background-image: -webkit-linear-gradient(#000055, #000055);
    box-shadow: 0 2px 0 0 #000055c2;
}

.orange-sect::before {
    background-color: #f8a01b;
    box-shadow: 0 2px 0 0 #d9880e;
}

.article .article_cont p {
    font-size: 13px;
    font-weight: 500;
    color: #464b67;
    line-height: 1.77;
    margin-bottom: 10px;
    padding-right: 15px;
}

.show_more {
    border-top: 1px solid #e5f0ff;
    margin: 30px 40px 0;
}

.show_more a {
    font-size: 12px;
    font-weight: bold;
    color: var(--txt_color_3);
    text-decoration: none;
    display: block;
}

.show_more a:hover span {
    text-decoration: none;
}

.show_more a span {
    text-decoration: underline;
}

/*.show_more a::after {*/
/*  content: "\f105";*/
/*  font-family: "fontawesome";*/
/*  color: #b0bee1;*/
/*  margin-left: 8px; }*/

.show_more,
.share_bl {
    border-top: 1px solid #898989;
    padding-top: 20px;
}

.share_bl {
    font-size: 14px;
    font-weight: bold;
    color: #2a2d3e;
}

.share_bl p {
    width: 85%;
    line-height: 1.5;
}

.share_bl .share_btns_bl {
    margin-top: 15px;
}

.share_bl .share_btns_bl button {
    width: 83px;
    height: 29px;
    background: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
}

.share_bl .share_btns_bl button span::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.share_bl .share_btns_bl .like_btn {
    border: solid 1px #64ba0d;
    color: #279519;
    margin-right: 12px;
}

.share_bl .share_btns_bl .like_btn span::before {
    background: url("/static/media/themes/helpcenter/img/like.svg") no-repeat bottom center;
}

.share_bl .share_btns_bl .like_btn:hover {
    background-color: #f4fff3;
}

.share_bl .share_btns_bl .dislike_btn {
    border: solid 1px #ed236f;
    color: #c51255;
}

.share_bl .share_btns_bl .dislike_btn span::before {
    background: url("/static/media/themes/helpcenter/img/dislike.svg") no-repeat bottom center;
}

.share_bl .share_btns_bl .dislike_btn:hover {
    background-color: #f9eff3;
}

.article_page {
    width: 100%;
    overflow: hidden;
}

.faq-breadcrumbs {
    font-family: "Roboto", sans-serif;
    padding: 25px 0;
}

.faq-breadcrumbs li {
    display: inline-block;
}

.faq-breadcrumbs li a {
    color: #a7cfff;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
}

.faq-breadcrumbs li a:hover span {
    text-decoration: underline;
}

.faq-breadcrumbs li a::after {
    content: "\f105";
    font-family: "fontawesome";
    color: rgba(167, 206, 255, 0.47);
    margin-left: 5px;
}

.faq-breadcrumbs li:last-child a {
    color: #fff;
}

.faq-breadcrumbs li:last-child a::after {
    content: "";
    display: none;
}

.close {
    cursor: pointer;
}

.mort {
    font-family: "fontawesome";
    font-size: 1.2em;
    position: relative;
    color: #000000;
    margin-left: 3.2em;
    float: left;
    margin-top: 0.6em;
    display: block;
    margin-bottom: 0.8em;
}

.article_cont ul li {
    color: #000000;
    margin-bottom: 0.5em;
    list-style-type: disc;
    margin-left: 1.4em;
}

.mort:before {
    content: "\f104";
    font-family: "fontawesome";
    position: absolute;
    left: -15px;
    color: #000000;
}

.mort a {
    color: #000000;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    line-height: 15px;
}

.hrefsearch {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #464b67;
}

.staff {
    text-align: left;
    display: list-item;
    margin-left: 7.9em;
    margin-bottom: 0.8em;
    color: #000000;
}

.btn {
    padding: 11px 18px 10px 28px;
    border-radius: 6px;
    border-color: #FFF;
    background-color: #FFF;
}

.form-search {
    margin-bottom: 1em;
}

.nothing {
    color: #7ea8e2;
    font-size: 1.2em;
}


@media screen and (max-width: 1023px) {
    .faq_pages {
        padding: 0 15px 65px;
    }

    .sect h2 {
        line-height: 40px;
    }

    .sections .small_sect {
        width: calc(50% - 5px);
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .sect .sect_head {
        margin: 0 15px 30px;
    }

    .quest_list,
    .article,
    .quest_list_right {
        padding-left: 28px;
        padding-right: 15px;
    }

    .sect.often_questions .quest_list {
        columns: unset;
    }

    .sections .small_sect {
        width: 100%;
    }

    .sections .small_sect {
        min-height: auto;
    }

    .sections .small_sect .sect_head {
        min-height: auto;
    }

    .quest_list {
        min-height: auto;
    }

    .quest_list,
    .article,
    .quest_list_right {
        margin-bottom: 0;
    }

    .show_more {
        margin: 30px 15px 0;
    }
}