.custsupp__form {
    position: relative;
    display: flex;
    margin-top: 1.5rem;
}

.custsupp {
    margin-top: 2.5rem;
}

.custsupp__form-nav {
    width: 15rem;
    max-width: 15rem;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.__fix {
    position: fixed;
}
.__fix_bottom {
    left: 0 !important;
    position: absolute;
    top: auto !important;
    bottom: 0;
}
.cnt_fix {
    width: 15rem;
    max-width: 15rem;
}

.custsupp__form-nav li {
    /* margin-bottom: 2rem; */
    position: relative;
    margin-bottom: 1.3rem;
    font-size: 0.875rem;
}
.custsupp__form-nav li:hover a {
    color: #000;
}
.custsupp__form-nav li a {
    color: #03A9F4;
}

.custsupp__form-nav li.active::before {
    content: '';
    height: 2px;
    width: 1.5rem;
    background-color: #24C10C;
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
}

.custsupp__form-nav li.active a {
    color: #042433;
}

.custsupp__form-nav a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.custsupp__form-captcha img {
    height: 100%;
}

.custsupp__form-title {
    margin-bottom: 2.25rem;
    font-size: 3.625rem;
    text-align: center;
    color: #042433;
    line-height: 1;
}

.custsupp__search-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}

.custsupp__search-wrapper.opened {
    max-width: 100%;
}

.custsupp__form-title_s {
    margin-top: 64px;
    margin-bottom: 24px;
    font-size: 2.625rem;
    line-height: 61px;
}

.custsupp__form-wrap {
    max-width: 34.375rem;
    margin-left: auto;
    margin-right: auto;
}

.custsupp__form-box {
    padding: 2.125rem 2.5rem;
    background-color: #fff;
    border-radius: 2.5625rem;
    box-sizing: border-box;
    border: 1px solid rgba(151, 151, 151, 0.15);
    box-shadow: 0 34px 44px rgba(0, 116, 169, 0.07);
    border-radius: 2.5625rem;
}

.custsupp__form-subtitle {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.375rem;
    font-weight: bold;
    color: #042433;
}

.custsupp__form-label {
    margin-bottom: 0.5rem;
    position: relative;
    padding-top: 2rem;
    display: block;
    width: 100%;
}

.custsupp__form-label span:last-child {
    position: absolute;
    font-size: 1.125rem;
    line-height: 2rem;
    color: rgba(7, 36, 76, 0.5);
    padding-left: 0.8rem;
    top: 0;
    left: 0;
}
.custsupp__form-label span.error::before {
    content: "*";
    font-size: 18px;
    font-weight: bold;
    margin-right: 1px;
    line-height: 1;
}
.custsupp__form-label span.error {
    color: red;
    padding-left: 0.8rem;
    text-transform: capitalize;
    top: 3px;
    position: relative;
    font-size: 15px;
    display: none;
    margin-left: -7px;
}

.custsupp__form-label.is-valid::before {
    content: '';
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 13px;
    height: 10px;
    margin-top: 16px;
    position: absolute;
    z-index: 1;
    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='13' height='10'><g transform='translate(-547 -26)'><path fill='%2323c10c' d='M559.3 27.84c0 .2-.08.4-.22.54l-6.83 6.83a.77.77 0 0 1-1.08 0l-3.95-3.96a.77.77 0 0 1 0-1.08l1.08-1.08a.77.77 0 0 1 1.08 0l2.33 2.35 5.2-5.22a.77.77 0 0 1 1.09 0l1.08 1.08c.14.14.22.34.22.54z'/></g></svg>");
}
.custsupp__form-label.is-valid input,
.custsupp__form-label.is-valid textarea {
    border-color: #33CC00;
}
.custsupp__form-label.is-valid .label-title {
    color: #33CC00;
}

.custsupp__form-input,
.custsupp__form-txtarea {
    display: block;
    width: 100%;
    height: 3.5625rem;
    border: 2px solid rgba(7, 34, 71, 0.195822);
    font-family: 'Proxima Nova', sans-serif;
    font-size: 1.375rem;
    box-sizing: border-box;
    border-radius: 0.625rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    color: rgba(181, 181, 181, 1);
    outline: none;
}

.custsupp__form-txtarea {
    height: 7.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    resize: none;
}

.custsupp__form-input:focus,
.custsupp__form-txtarea:focus {
    border-color: #03A9F4;
}

.custsupp__form-input:focus + span,
.custsupp__form-txtarea:focus + span {
    color: #03A9F4;
}

.custsupp__form-box .row {
    align-items: end;
    margin-bottom: 0.5rem;
}

.custsupp__form-box .row .custsupp__form-label {
    margin-bottom: 0;
}

.custsupp__form-captcha {
    overflow: hidden;
    height: 3.5625rem;
    border-radius: 0.625rem;
    background-color: #003E87;
    position: relative;
    padding-left: 0.5rem;
}

.custsupp__form-captcha-update {
    width: 1.9375rem;
    height: 1.5625rem;
    position: absolute;
    top: 50%;
    right: 0.7rem;
    transform: translateY(-50%);
    color: #03A9F4;
    text-decoration: none;
}

.custsupp__static {
    color: #042433;
    font-size: 1.3rem;
    flex-grow: 1;
}

.custsupp__static .button-container {
    max-width: 34.37rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.4rem;
}
.custsupp__static .load_tickets {
    display: inline-flex;
    outline: unset;
    background-color: unset;
    border: unset;
    color: #03A9F4;
    cursor: pointer;
    font-weight: bold;
    transition: 0.35s;
    position: relative;
    padding-left: 34px;
}
.custsupp__static .load_tickets:hover {
    text-decoration: underline;
}
.custsupp__static .load_tickets.active {
    opacity: 0.8;
    pointer-events: none;
    cursor: default;
}
.custsupp__static .load_tickets.active:hover {
    text-decoration: none;
}
.custsupp__static .load_tickets .loading {
    position: absolute;
    top: -7px;
    left: 0;
    transform: translate(0%, 0%);
}

.custsupp__form-captcha-update > * {
    width: 100%;
    height: 100%;
}

.custsupp__form-btn {
    margin-top: 1.1rem;
}

.custsupp__static p:first-of-type {
    margin-top: 3.2rem;
}

.custsupp__static .button {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.custsupp__static a {
    color: #042433;
}

.custsupp__static a:hover {
    text-decoration: none;
}

.custupp-faq {
    margin-top: 2.5rem;
}

.custupp-faq__title {
    font-weight: bold;
    font-size: 1.5rem;
}

.custupp-faq__cats {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
}

.custupp-faq__cats li {
    margin-right: 1.5rem;
}

.custupp-faq__cats a {
    color: #798A9D;
    display: inline-block;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.custupp-faq__cats a.all-button svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}
.custupp-faq__cats a.all-button svg path {
    fill: #798A9D;
}
.custupp-faq__cats a.all-button.active svg path {
    fill: #5DBD3A;
}
.custupp-faq__cats a.all-button::after {
    display: none;
}

.custupp-faq__cats a::after {
    content: '';
    height: 2px;
    display: block;
}

.custupp-faq__cats a.active::after {
    background-color: #5DBD3A;
}

.custupp-faq__cats a.strong {
    color: #042433;
}

.custupp-faq__cats a.active {
    color: #000000;
}

.custsupp__slider-item {
    max-width: 16.5rem;
    box-sizing: border-box;
    border: 1px solid rgba(151, 151, 151, 0.15);
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.custupp__slider-item-box {
    flex-direction: column;
    display: flex;
    min-height: 14rem;
}

.custsupp__slider-title {
    color: #0A83F8;
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
}

.custsupp__slider-topic {
    color: #000;
    font-size: 1.06rem;
    line-height: 120%;
    margin-bottom: 1.125rem;
    font-weight: 700;
}

.custsupp__slider-text {
    color: #465968;
    font-size: 1rem;
    margin-bottom: auto;
}

.custsupp__slider-btn {
    margin-top: 1rem;
}

.custsupp__slider-btn p {
    text-transform: uppercase;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    letter-spacing: 3px;
    font-size: 0.75rem;
    color: #465968;
    display: flex;
}

.custsupp__slider-btn p:hover {
    color: #0A83F8;
}

.custsupp__cntrl-btn {
    width: 2.5rem;
    height: 2.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #03A9F4;
    border-radius: 50%;
    border: 2px solid #03A9F4;
    cursor: pointer;
}

.custsupp__cntrl-btn:hover {
    color: #000;
    border-color: #000
}

.custsupp__slider-cntrl {
    display: flex;
    margin-top: 1.875rem;
}

.custsupp__cntrl-btn:first-child {
    transform: rotate(-180deg);
    margin-right: 0.5rem;
}

.custsupp__static-title {
    display: inline-block;
    font-size: 1.25rem;
    padding-bottom: 0.25rem;
    position: relative;
}

.custsupp__static-title::after {
    content: '';
    background-color: #24C10C;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}

.custsupp__static-item {
    display: none;
}

.custsupp__static-item.active {
    display: block;
}

.custsupp__static-question {
    margin-top: 2.4rem;
    max-width: 34.37rem;
}

.custsupp__static-question a {
    font-size: 1.25rem;
    position: relative;
    display: inline-block;
    padding-left: 1.1rem;
}

.custsupp__static-question a::before {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: #11BDFD;
    position: absolute;
    top: 0.77rem;
    left: 0;
}


/*new styles*/
.wrapper-faq {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
}
.wrapper-faq .custsupp__search-wrapper {
    max-width: 740px;
}
.popular-category,
.all-category,
.read-more {
    padding-top: 64px;
}
.popular-category__subtitle {
    line-height: 29px;
}
.popular-category__subtitle,
.all-category__subtitle,
.read-more__subtitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 32px;
    color: #042433;
}
.popular-category__content,
.all-category__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.all-category__content {
    font-weight: 500;
}
.all-category__content {
    row-gap: 32px;
}
.popular-category__content > div:hover .popular-category__item-title {
    color: #039BE0;
}
.popular-category__item-title {
    font-weight: 500;
}
.popular-category__content > div:hover .popular-category__item-title svg path {
    stroke: #039BE0;
}
.popular-category__item a {
    display: block;
    padding: 20px;
    border: 1px solid rgba(151, 151, 151, 0.15);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.all-category__item a,
.read-more__item {
    display: flex;
}
.all-category__item:hover svg path {

    fill: #039BE0;
}
.all-category__item:hover .all-category__title {
    color: #039BE0;
}
.popular-category__item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 22px;
    transition: all 0.2s;
}
.popular-category__item-title svg {
    width: 16px;
    height: 16px;
    margin-top: 8px;
}
.popular-category__item-icon,
.popular-category__item-title {
    margin-bottom: 20px;
}
.popular-category__item-icon,
.read-more__icon {
    width: 72px;
    height: 72px;
}
.all-category__item-icon {
    display: flex;
    align-items: start;
}
.popular-category__item-title,
.all-category__title {
    font-weight: 500;
    font-size: 18px;
    color: #042433;
    transition: all 0.2s;
}
.all-category__title {
    display: flex;
    align-items: start;
    padding-left: 20px;
    line-height: 120%;
}
.popular-category__item-text {
    color: #2C393E;
    font-size: 16px;
    line-height: 120%;
}
.read-more {
    line-height: 120%;
}
.read-more__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 112px;
}
.read-more a {
    display: flex;
    align-items: start;
}
.read-more__info {
    padding-left: 20px;
}
.read-more__info-title {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 6px;
}
.read-more__info-text {
    padding-bottom: 8px;
    font-size: 16px;
}
.read-more__info-link a {
    color: #2FB7F2;
    font-size: 16px;
    border-bottom: 1px solid #2FB7F2;
    display: inline-block;
    line-height: 28px;
}
.read-more__info-link a:hover {
    color: #2C393F;
    border-bottom: 1px solid #2C393F;
}

/*FAQ CATEGORY PAGE*/
.faq-container {
    display: flex;
    padding-top: 64px;
}
#faq svg path {
    transition: all 0.2s;
}
.left-sidebar {
    width: 360px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(151, 151, 151, 0.15);
}
.left-sidebar .category-list-item-head,
.right-sidebar .category-list-item-head {
    font-weight: 500;
}
.left-sidebar .search__form,
.left-sidebar .search__form input[type="text"],
.left-sidebar .search__box {
    min-height: 49px;
}
.right-sidebar {
    padding-left: 115px;
    width: calc(100% - 360px);
}
.right-sidebar .category-list-item-body,
.inner_faq .category-list-item-body {
    line-height: 19px;
}
.sidebar-content {
    display: none;
}
.loading-content {
    display: flex;
    align-items: center;
}
.loading-content::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('/assets/img/icon-loading.svg');
    animation: loading 2s linear infinite;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-right: 8px;
}
.category-list {
    padding-top: 16px;
}
.category-list-item {}
.category-list-item-head {
    display: flex;
    align-items: start;
    padding: 16px 0;
    cursor: pointer;
}
.category-list-item-head .arrow {
    width: 10px;
    height: 6px;
    display: flex;
    transition: all 0.2s;
}
.category-list-item-head .arrow svg {
    width: 10px;
    height: 6px;
}
.category-list-item-head .icon {
    width: 20px;
    height: 22px;
    margin-right: 20px;
}

.category-list-item-head .text {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;

    width: 100%;
}

.left-sidebar .category-list-item-head .text {
    align-items: start;
}
.right-sidebar .category-list-item-head .text {
    align-items: center;
}
.category-list-item-head .text span:first-child {
    transition: color 0.3s;
    padding-right: 28px;
    line-height: 22px;
}
.category-list-item-head .text .span.arrow {
    width: 12px;
    height: 12px;

}
.left-sidebar .category-list-item-head .arrow {
    margin-top: 8px;
}
.category-list-item-head .text .span.arrow svg {
    width: 100%;
}
.category-list-item-body {
    overflow: hidden;
    height: 0;
    font-size: 16px;
}
.category-list-item-body a {
    display: block;
    font-size: 16px;
    color: #2C393F;
    padding: 10px 0;
    transition: all 0.2s;
}
.right-sidebar .category-list-item-body a {
    color: #039EE4;
}
.right-sidebar .category-list-item-body a:hover {
    color: #039EE4;
}
.active-list-item .category-list-item-body {
    height: auto;
}
.active-list-item span.arrow {
    transform: rotate(180deg);
}
.active-list-item-body a {
    color: #03A9F4 !important;
}
.right-sidebar .active-list-item svg path{
    fill: #03A9F4;
}
.left-sidebar .active-list-item .circle svg path {
    fill: #fff;
}
.faq-section {
    padding-bottom: 0;
}
.faq-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}
.category-list-t .category-list-item-head {
    padding: 24px 0;
}
.right-sidebar .category-list-item-head:hover .arrow svg path {
    fill: #03A9F4;
}
.category-list-t .body-content {
    padding: 4px 0 16px;
    color: #2C393F;
}
.body-content ul {
    margin-bottom: 0;
}
.body-content.text ul
{
    list-style-type: none;
}
.body-content.text ul,
.body-content.text ol {
    padding-top: 25px;
}
.body-content.text ul
{
    padding-left: 15px;
}
.body-content.text ol {
    padding-left: 25px;
}
.body-content.text ul li,
.body-content.text ol li {
    margin-bottom: 15px;
}
.body-content.text a {
    display: inline;
}
.body-content.text ul li > .ql-ui,
.body-content.text ol li > .ql-ui {
    display: none;
}
.category-list-t .active-list-item .text span:first-child {
    color: #03A9F4;
    padding-right: 28px;
    /* font-size: 20px;
    line-height: 24px; */
}
.category-list-t .category-list-item {
    border-bottom: 1px solid rgba(151, 151, 151, 0.15);
}
.faq-title-mob {
    display: none;
}
.for-mob {
    display: none !important;
}
/*.faq_category {*/
/*    margin-top: -25px;*/
/*}*/
.who-does-payeer-work-with:hover svg path{
    fill: #fff;
}
.who-does-payeer-work-with:hover svg circle{
    fill: #039BE0;
}
@media(max-width: 1199px) {
    .popular-category__content,
    .all-category__content {
        grid-template-columns: repeat(2, 1fr);
    }
    .right-sidebar {
        padding-left: 20px;
    }
}
@media(max-width: 921px) {
    .right-sidebar {
        display: none;
    }
    .category-list-item-body .body-content > div > a:first-child {
        display: none;
    }
    .for-mob {
        display: block !important;
    }
    .faq-title-mob {
        display: block;
        margin-top: 2px;
    }
    .faq-container {
        display: block;
    }
    .left-sidebar {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .wrapper-faq-m {
        padding: 0;
    }
    .faq-section {
        padding-left: 34px;
        padding-right: 34px;
    }
    .left-sidebar .active-list-item svg path {
        fill: #03A9F4;
    }
    .left-sidebar .active-list-item .category-list-item-head .text span:first-child {
        color: #03A9F4;
    }
    .left-sidebar .active-list-item-body a {
        color: inherit !important;
    }
    .left-sidebar .active-list-item#who-does-payeer-work-with .icon svg path{
        fill: #fff;
    }
    .left-sidebar .active-list-item#who-does-payeer-work-with svg circle{
        fill: #03A9F4;
    }
    .left-sidebar .active-list-item .category-list-item-body {
        background: #F6F8F9;
        margin-left: -32px;
        margin-right: -32px;
    }
    .left-sidebar .active-list-item .category-list-item-body .body-content {
        padding: 0 32px;

    }
}
@media(max-width: 967px) {
    .custsupp__slider-item {
        max-width: 19rem;
    }
}

@media(max-width: 859px) {
    .custsupp__slider-item {
        max-width: 25rem;
    }
}

@media(max-width: 767px) {
    .faq-section {
        padding-left: 16px;
        padding-right: 16px;
    }
    .custsupp__form-title {
        font-size: 2.2rem;
        margin-bottom: 4px;
    }
    .custsupp__form-title_s {
        margin-top: 16px;
    }
    .popular-category__item-icon,
    .read-more__icon {
        width: 40px;
        height: 40px;
    }
    .custsupp__form-box {
        border-radius: 1.5625rem;
        padding: 1.5rem 1rem;
    }

    .custsupp__form-nav {
        display: none;
    }

    .custsupp__form-subtitle {
        font-size: 0.75rem;
    }

    .custsupp__form-label span {
        font-size: 0.875rem;
    }

    .custsupp__form-input {
        height: 2.8125rem;
    }

    .custsupp__form-txtarea {
        height: 6.25rem;
    }

    .custsupp__form-txtarea,
    .custsupp__form-input {
        font-size: 0.875rem;
    }

    .custsupp__form-captcha {
        height: 2.8125rem;
    }

    .custsupp__form-captcha-update {
        width: 1rem;
        height: 1rem;
    }

    .custsupp__form-btn {
        margin-top: 1.5rem;
    }

    .custsupp {
        margin-bottom: 2rem;
    }

    #all-faq {
        display: none;
    }
    .popular-category__content,
    .all-category__content {
        grid-template-columns: repeat(1, 1fr);
    }
    .wrapper-faq {
        padding: 0;
    }
    .popular-category__item-text {
        display: none;
    }
    .popular-category__item a {
        display: flex;
        flex-direction: inherit;
        padding: 12px;
    }
    .popular-category__item-title {
        margin-bottom: 0;
    }
    .popular-category__item-title,
    .all-category__title {
        width: 100%;
        padding-left: 12px;
    }
    .popular-category__item-icon {
        margin-bottom: 0;
    }
    .read-more__content {
        display: block;
    }
    .read-more__content > div:first-child {
        margin-bottom: 0;
    }
    .read-more__item {
        display: block;
    }
    .read-more__info {
        padding-left: 0;
        padding-top: 12px;
        padding-bottom: 0;
    }
    .read-more__info-title {
        font-size: 16px;
        line-height: 19px;
    }
    .read-more__icon,
    .popular-category__item-icon {
        width: 40px;
        height: 40px;
    }
    .popular-category__item-icon svg {
        width: 100%;
        height: 100%;
    }
    .read-more__icon svg,
    .read-more__icon img {
        width: 100%;
        height: 100%;
    }
    .category-list-t .body-content {
        padding: 4px 0 16px;
    }
    .inner_faq .custsupp__search-wrapper {
        max-width: 100%;
    }

    .category-list-item-head:hover .arrow svg path {
        fill: #C0C8D2;
    }
    .active-list-item .category-list-item-head:hover .arrow svg path {
        fill: #03A9F4;
    }
    .active-list-item .category-list-item-head .arrow svg path {
        fill: #03A9F4;
    }
    .left-sidebar .active-list-item .category-list-item-body {
        margin-left: -16px;
        margin-right: -16px;
    }
    .left-sidebar .active-list-item .category-list-item-body .body-content {
        padding: 0 16px;

    }
}

@media(max-width: 766px) {
    .custsupp__slider-item {
        max-width: 100%;
    }
    .faq-container {
        padding-top: 0;
    }
    .result-item-text {
    ;
        /* -webkit-line-clamp: 8 !important; */
    }
    .custsupp__form-title_s {
        margin-top: 16px;
    }
    #faq {
        padding-bottom: 0;
    }
    .read-more__subtitle {
        margin-bottom: 24px;
    }
    .all-category {
        padding-top: 48px;
    }
    .all-category__subtitle {
        margin-bottom: 24px;
    }
    .all-category__content {
        row-gap: 32px;
    }
    .read-more {
        padding-top: 48px;
    }
    #search {
    ;
        /* padding-top: 8rem !important; */
    }
    .popular-category {
        padding-top: 32px;
    }
    .popular-category__subtitle {
        margin-bottom: 24px;
    }
    .popular-category__content {
        gap: 12px;
    }
    .popular-category__subtitle,
    .all-category__subtitle {
        line-height: 24px;
        font-size: 20px;
    }
}
@media(max-width: 375px) {
    .faq-section {
        padding-left: 14px;
        padding-right: 14px;
    }
    .popular-category__item-icon,
    .popular-category__item-icon svg {
        width: 40px;
        height: 40px;
    }
    .custsupp__form-title_s {
        margin-top: 16px;
    }

    .popular-category__item-title,
    .all-category__title {
        font-size: 16px;
        line-height: 19px;
    }
    .inner_faq {
        padding: 0;
    }
    .inner_faq .wrapper {
        padding: 0 14px;
    }
}