@import url("https://fonts.googleapis.com/css?family=Roboto");
* {
    box-sizing: border-box; }

.Layout_oneColumnFullWidth__DMVWr {
    background: var(--body_color_1);
}

.faq_pages {
    background-color: var(--body_color_1);
    overflow: hidden;
    padding: 0 15px 65px; }
.faq_pages .faq_inner {
    max-width: 990px;
    margin: 0 auto; }

.helpbl {
    padding: 45px 0 55px 0;
    text-align: left; }
.select-outer-container {
    text-align:center;
}
.helpbl h1 {
    color: #fff;
    text-align:center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 35px; }
.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 {
    margin-bottom: 10px;
    padding: 10px 0 20px;
    position: relative;
    font-family: "Roboto", sans-serif;
    border-radius: 4px;
    background-color: var(--bg_color_6); }
.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; }
.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;
    display: block;
}
.sect.sect_left_side .angle_type h2, .sect.sect_left_side .angle_type h3 {
    cursor: pointer;
    margin-bottom: 0;
}
.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 20px;
}
.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; }
.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: #464b67; }
.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;
    align-items: flex-start; }
.sections .small_sect {
    width: 323px;
    margin: 0 auto 15px; }
.sections .small_sect .sect_head {
    padding-bottom: 15px; }
.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(#1588ee, #1e82ee);
    box-shadow: 0 2px 0 0 #0750a2; }

.l-green-sect::before {
    background-image: linear-gradient(to bottom, #6cbe0b, #0b952f);
    box-shadow: 0 2px 0 0 #0d841e; }

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

.green-sect::before {
    background-color: #49af78;
    box-shadow: 0 2px 0 0 #379b65; }

.purple-sect::before {
    background-color: #736de7;
    box-shadow: 0 2px 0 0 #514bc8; }

.l-blue-sect::before {
    background-color: #3dc2dd;
    box-shadow: 0 2px 0 0 #20a0b9; }

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

.article .article_cont p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    margin-bottom: 20px;
    padding-right: 15px;
    color: var(--txt_color_3);
}

.show_more {
    border-top: 1px solid #e5f0ff;
    margin: 30px 40px 0; }
.show_more a {
    font-size: 12px;
    font-weight: bold;
    color: #005ae2;
    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;}
.share_bl p {
    width: 85%;
    line-height: 1.5;
    color: var(--txt_color_3);
}
.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: var(--txt_color_3);
    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: var(--txt_color_1);
    margin-left: 5px; }
.faq-breadcrumbs li:last-child a {
    color: var(--txt_color_3); }
.faq-breadcrumbs li:last-child a::after {
    content: "";
    display: none; }

.close {cursor:pointer;}
.mort {
    font-family: "fontawesome";
    font-size: 16px;
    position: relative;
    margin-left: 40px;
    margin-top: 0.6em;
    display: block;
    margin-bottom: 0.8em;
}
.article_cont ul li {
    list-style-type: disc;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    margin-bottom: 20px;
    padding-right: 15px;
    color: var(--txt_color_3);
}
.mort:before{
    content: "\f104";
    font-family: "fontawesome";
    position: absolute;
    left: -15px;
    color: var(--txt_color_3);
}
.mort a {
    color: var(--txt_color_3);
    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;
}
.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;
}
.sections .small_sect {    min-height: 467px;}
.quest_list {   min-height: 204px;}

@media screen and (max-width: 767px) {
    .faq-breadcrumbs {
        padding: 0;
    }
    .sect h3 {
        line-height: 22px;
    }
    .sect .sect_head {
        margin: 0 20px 20px;
    }
    .mort {
        margin-left: 35px;
    }.article_cont ul li
    .quest_list, .article, .quest_list_right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .share_bl {
        padding-top: 10px;
    }
    .share_bl p {
        width: 100%;
    }
    .sect.sect_left_side .angle_type h2, .sect.sect_left_side .angle_type h3 {
        margin-bottom: 20px;
    }
}