.s-expert .top-title {
    background-color: #222222;
    padding: 1.875rem 0.9375rem;
    text-align: center;
}

.s-expert .top-title h2 {
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: 0.04rem;
    color: #ffffff;
    text-transform: uppercase;
}

.s-expert .top-title h2 strong {
    font-family: 'Helvetica Neue', sans-serif;
}

.expert-wrap {
    display: flex;
    flex-wrap: wrap;
}

.expert-wrap .left-slider {
    width: calc(100% - 213px);
}

.expert-wrap .experts-right-info {
    width: 213px;
    background-color: #FD4232;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.expert-wrap .experts-right-info .exp-item {
    border-bottom: 1px solid #AB5C55;
    padding-bottom: 3.25rem;
    margin-bottom: 2.75rem;
    text-align: center;
    width: calc(100% - 50px);
}

.expert-wrap .experts-right-info .exp-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.expert-wrap .experts-right-info .exp-item span {
    display: block;
    color: #e2e0e0;
    margin-bottom: 2.0625rem;
    font-size: 0.75rem;
}

.expert-wrap .experts-right-info .exp-item strong {
    color: #ffffff;
    font-family: 'TitlingGothicFB Comp';
    line-height: 2rem;
    letter-spacing: 0.09625rem;
    font-size: 1.375rem;
}

.exp-img-wrap {
    position: relative;
    padding-top: 130%;
}

.exp-img-wrap img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.exp-about {
    position: absolute;
    bottom: 54px;
    left: 35px;
    width: 100%;
    color: #ffffff;
}

.exp-about h3 {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    line-height: 2.75rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'HelveticaNeue';
}

.exp-about h3 strong {
    font-family: 'Helvetica Neue';
    display: block;
}

.exp-about span {
    display: block;
    text-transform: uppercase;
    font-size: 1.375rem;
    letter-spacing: 0.09625rem;
    line-height: 2.125rem;
    font-family: 'TitlingGothicFB Comp';
}

.exp-about .btn {
    text-transform: uppercase;
    font-family: 'TitlingGothicFB Comp';
    font-size: 11px;
    line-height: 18px;
    padding: 5px 22px;
    letter-spacing: 0.77px;
    margin-bottom: 12px;
    border-radius: 10px;
    outline: none;
}

.slider-arrow {
    position: absolute;
    top: calc(50% - 25px);
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 10em;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
    transition: 0.3s;
}

.slider-arrow:hover {
    opacity: 0.6;
}

.arrow-prev {
    background-image: url(../../images/s-arrow-left.svg);
    left: 30px;
}

.arrow-next {
    background-image: url(../../images/s-arrow-right.svg);
    transform: rotate(180deg);
    right: 30px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    font-size: 15px;
    color: #838383;
    line-height: 1.3;
    background: #F7F7F7;
    padding: 13px 17px 13px;
    display: block;
    border: 1px solid #CECECE;
    border-bottom: 0;
    margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
    background-color: #FD4232;
    color: #ffffff;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child a {
    border-bottom: 1px solid #CECECE;
}

.bbp-user-profile {
    border: 1px solid #CECECE;
    border-radius: 0.625rem;
    overflow: hidden;
    margin-bottom: 0.6875rem;
}

#bbpress-forums #bbp-user-wrapper .bbp-user-profile h2.entry-title {
    background: #222222;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    font-family: 'TitlingGothicFB Comp';
    font-size: 1.375rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.07rem;
}

#bbpress-forums .bbp-user-section {
    padding: 1.8125rem 2.25rem;
    background: #F7F7F7;
    position: relative;
}

#bbpress-forums .bbp-user-section h3 {
    color: #838383;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 2.375rem;
    max-width: 70%;
}

#bbpress-forums .bbp-user-section p {
    color: #838383;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2.375rem;
}

#bbpress-forums hr {
    border: none;
    width: 100%;
    border-bottom: 1px solid #CECECE;
}

/*.bbpress h1.entry-title {*/
/*    font-size: 2.625rem;*/
/*    letter-spacing: 0.0525rem;*/
/*    color: #222222;*/
/*    margin-bottom: 30px;*/
/*    text-transform: uppercase;*/
/*    margin-top: 30px;*/
/*}*/

.bbp-search-form input[type="text"] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 15px;
    font-family: 'HelveticaNeue';
}

.bbp-search-form form div {
    display: flex;
    align-items: center;
}

.bbp-search-form .button {
    width: 100px;
    height: 40px;
    background: #FD4232;
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
    font-family: 'HelveticaNeue';
    padding: 0 15px;
    margin-left: 10px;
}

.bbp-search-form .button:hover {
    background: #CECECE !important;
    transition: .3s;
    cursor: pointer;
}

#bbpress-forums div.bbp-search-form {
    margin-bottom: 20px;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    color: #222222;
}

.bbp-search-form+h2.entry-title {
    padding-top: 10px !important;
}

div.bbp-template-notice,
div.indicator-hint {
    background-color: #fff;
    border-color: #D8D8D8;
}

.site-main.contact {
    padding: 121px 0 296px;
}

.s-title {
    text-align: center;
}

.site-main.contact .contact-form .wpcf7 {
    max-width: 1095px;
    width: 100%;
}

.site-main.contact .contact-form .wpcf7-form input {
    height: 74px;
    font-size: 22px;
    padding-left: 47px;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
}

.site-main.contact .control-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-main.contact .control-group .your-category {
    max-width: 348px;
    width: 100%;
    margin-right: 26px;
}

.site-main.contact .control-group .your-email {
    width: calc(100% - 26px);
}

.site-main.contact .your-message textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #CECECE;
    font-family: inherit;
    border-radius: 10px;
    resize: none;
    height: 192px;
    font-size: 22px;
    padding: 25px 47px;
    outline: none;
}

.site-main.contact .wpcf7-form p {
    margin-bottom: 0;
}

.site-main.contact select {
    outline: none;
    margin-bottom: 15px;
    height: 74px;
    font-family: inherit;
    font-size: 22px;
    padding-left: 47px;
    color: #d8d8d8;
}

.site-main.contact .btn {
    width: 100%;
    text-align: center;
    padding: 1rem !important;
    margin-top: 15px;
    cursor: pointer;
}

.site-main.contact .btn:hover {
    background-color: #CECECE;
}

.lets_business_item .item_header .img-wrap {
    margin-right: 26px;
}

.lets_business_item .item_body .bottom_text a {
    color: #fd4232;
}

.s-privacy {
    padding: 70px 0;
}

.s-privacy .title_section {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #FD4232;
    margin-bottom: 5.3125rem;
}

.s-privacy .content-wrap {
    display: flex;
    color: #838383;
}

.s-privacy .content-wrap .left {
    min-width: 24.875rem;
    margin-right: 9.625rem;
}

.s-privacy .content-wrap h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.s-privacy .content-wrap h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    margin-bottom: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.s-privacy .content-wrap p {
    font-size: 1.375rem;
    line-height: 2.375rem;
    margin-bottom: 1.875rem;
}

.s-privacy .content-wrap p strong {
    font-weight: 600;
    display: block;
}

.s-privacy .content-wrap ul {
    margin-bottom: 1.875rem;
}

.s-privacy .content-wrap ul li {
    font-size: 1.375rem;
    line-height: 2.375rem;
}

.expert-items {
    display: flex;
    flex-wrap: wrap;
    margin: 03.5rem -30px 0;
}

.expert-item {
    width: calc(25% - 60px);
    margin: 0 30px 6.25rem;
}

.expert-item .img-wrap {
    display: flex;
    margin-bottom: 1.875rem;
}

.expert-item .img-wrap img {
    width: 100%;
    height: 27.9375rem;
    object-fit: cover;
}

.expert-item .name {
    font-size: 1.375rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.375rem;
    font-weight: 700;
    position: relative;
    color: #838383;
}

.expert-item .name::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6.25rem;
    height: 1px;
    background-color: #FD4232;
}

.expert-item .position {
    display: block;
    color: #838383;
    font-size: 1rem;
    margin-bottom: 5px;
}

.expert-item .desc {
    display: block;
    color: #838383;
    font-size: 1rem;
    margin-bottom: 26px;
    word-break: break-word;
}

.expert-item .view-profile {
    color: #fd4232;
    font-size: 1rem;
    display: inline-block;
}

.expert-item .view-profile:hover {
    opacity: 0.8;
}

.select.black {
    background-color: #222222 !important;
    color: #ffffff;
    border-radius: 0;
}

.lets_business_item.with_bottom_controls .bottom_controls .left_controls {
    width: 100%;
}

.item_body .area {
    margin-top: 1.875rem;
    color: #4d4d4d;
    font-size: 1rem;
    line-height: 2.375rem;
    position: relative;
    padding-bottom: 0.3125rem;
}

.item_body .area:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #FD4232;
}

.lets_business_item .answer_text .area {
    margin-top: 0;
}

.lets_business_item .answer_text .area::before {
    display: none;
}

.item_body .editor-wrap {
    margin-top: 32px;
    position: relative;
}

.item_body .editor-wrap .btns-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    right: 14px;
    bottom: 9px;
}

.item_body .editor-wrap .btns-wrap .reply {
    text-transform: uppercase;
    border: none;
    padding: 0.45rem 5.4375rem;
    font-size: 1rem;
}

.item_body .editor-wrap .btns-wrap .cancel {
    background-color: transparent;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-size: 1rem;
    margin-right: 5.625rem;
    transition: 0.3s;
}

.item_body .editor-wrap .btns-wrap .cancel:hover {
    color: #fd4232;
}

#bbpress-forums #bbp-user-wrapper .bbp-user-profile h2.entry-title {
    margin-top: 0 !important;
}

.note-editor.note-frame,
.note-editor.note-frame .note-statusbar {
    border: none;
}

#bbpress-forums #expert-question-button {
    position: absolute;
    z-index: 1;
    bottom: 6px;
    right: 20px;
}

#bbpress-forums ul.bbp-replies {
    border: none;
}

#bbpress-forums .bbp-user-section .item_user_info h3 {
    max-width: 100%;
}

#bbpress-forums a.social_share_btn,
#bbpress-forums a.bbp-reply-to-link {
    color: #fd4232;
}

#bbpress-forums a.circle_w_cion {
    margin-right: 0;
}

.s-popups {
    padding: 100px 0;
    background-color: #F7F6F4;
}

.popup-form {
    max-width: 566px;
    width: 100%;
    background-color: #fff;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
    padding-top: 1.875rem;
    margin: 0 auto;
}

.popup-form .popup-title {
    padding-top: 3.5rem;
    padding-left: 4.125rem;
    padding-right: 4.125rem;
    margin-bottom: 2.5rem;
    color: #464545;
    font-size: 1.25rem;
}

.popup-form .popup-title span {
    font-weight: 700;
    color: #fd4232;
    cursor: pointer;
}

.control-item {
    margin-bottom: 1.1875rem;
}

.control {
    border: 1px solid #DBDBDB;
    background-color: #F7F7F7;
    padding: 1.4375rem 1.5625rem;
    width: 100%;
    color: #afafaf;
    font-size: 1.125rem;
}

.popup-form .form-body {
    padding-left: 4.125rem;
    padding-right: 4.125rem;
    padding-bottom: 2.5625rem;
}

.popup-form .select {
    width: 100%;
    border-radius: 0;
    padding: 1.4375rem 1.5625rem;
    height: auto;
    border: 1px solid #DBDBDB;
    background-color: #F7F7F7 !important;
    color: #afafaf;
    font-size: 1.125rem;
}


.control::-webkit-input-placeholder {
    color: #afafaf;
    opacity: 1;
}

.control::-moz-placeholder {
    color: #afafaf;
    opacity: 1;
}

.control:-ms-input-placeholder {
    color: #afafaf;
    opacity: 1;
}

.control:-moz-placeholder {
    color: #afafaf;
    opacity: 1;
}

.checkbox {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px;
}

.checkbox a {
    color: #FD4232;
}

.checkbox p {
    color: #afafaf;
    font-size: 12px;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check {
    display: inline-block;
    position: relative;
    height: 22px;
    min-width: 22px;
    width: 22px;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #DDDDDD;

}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.check {
    border-color: #FD4232;
}

.checkbox input:checked~.check:after {
    display: block;

}

.checkbox .check:after {
    left: 7px;
    top: 4px;
    width: 7px;
    height: 10px;
    border: solid #FD4232;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-form .btn-wrap {
    margin-top: 1.875rem;
}

.popup-form .btn-wrap .btn {
    border: none;
    width: 100%;
    padding: 1.5rem 1rem;
}

.form-footer {
    padding-left: 4.125rem;
    padding-right: 4.125rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-top: 1px solid #E8E8E8;
}

.form-footer .social-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-footer .social-items a {
    height: 67px;
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border-radius: 3px;
}

.form-footer .social-items a .icon {
    margin-left: 5px;
}

.form-footer .social-items a:first-child {
    background-color: #3A5D93;
    border: 1px solid #646464;
}

.form-footer .social-items a:last-child {
    background-color: #E66616;
    border: 1px solid #C9C9C9;
}

.form-footer p {
    text-align: center;
    font-size: 12px;
    color: #afafaf;
    margin-top: 2.25rem;
}

.form-footer p a {
    color: #fd4232;
}

.popup-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.popup-group .popup-form {
    margin: 40px;
}

.bbp-body .bbp-topic-voice-count,
.bbp-body .bbp-topic-reply-count {
    color: #838383;
}

#bbpress-forums li.bbp-body ul.topic {
    padding: 1.8125rem 2.25rem;
    background-color: #F7F7F7;
}

.forum-mobile-version {
    display: none;
}

.forum-mobile-version .lets_business_item .item_user_info {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 6px 5px;
    background-color: #222222;
}

.forum-mobile-version .lets_business_item.with_bottom_controls .bottom_controls {
    align-items: flex-end;
}

.forum-mobile-version .lets_business_item .item_user_info .text_info h3:first-child {
    width: 100%;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.forum-mobile-version .lets_business_item .item_user_info .text_info h3 {
    margin-right: 10px;
}

.forum-mobile-version .lets_business_item .item_user_info .text_info .team_link {
    color: #ffffff!important;
}

.forum-mobile-version .lets_business_item .item_user_info .text_info {
    display: flex;
    flex-wrap: wrap;
}

.forum-mobile-version .lets_business_item.with_bottom_controls .item_body {
    padding-left: 15px;
    padding-right: 15px;
}

.ln {
    height: 1px;
    width: 30px;
    background-color: #FD4232;
    margin: 8px 0;
}

.forum-mobile-version .lets_business_item.with_bottom_controls .item_body {
    padding-top: 0;
}

.forum-mobile-version .select {
    border: none;
    width: auto;
    height: auto;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-size: 15px;
    padding-right: 40px;
    color: #313131;
    width: auto;
    font-size: 12px;
    outline: none;
    margin-bottom: 10px;
}


.forum-mobile-version .lets_business_item.with_bottom_controls .bottom_controls .left_controls a {
    color: #fd4232!important;
    font-size: 17px!important;
}

.nick-name {
    font-size: 29px;
    font-family: 'TitlingGothicFB Comp';
    color: #fd4232;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}
.nick-name.hover_fd4232:hover{
    color: #fd4232
}
.profile-info-content-wrap .message-icon {
    display: flex;
    margin-bottom: 10px;
}

.profile-discussions-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.profile-discussions-wrap .profile-discussions {
    margin-right: 12px;
}

.profile-discussions-wrap .profile-discussions.contact a {
    position: relative;
    top: 8px;
}

.profile-discussions-wrap .profile-discussions .icon {
    display: flex;
    margin-right: 10px;
}
.profile-discussions-wrap .profile-discussions .icon img {
    width: 39px;
}

@media(max-width:1199px) {

    header .menu li {
        margin-right: 1rem;
    }
    .popup-form {
        padding-top: 20px;
    }

    .popup-form .popup-title {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .control-item {
        margin-bottom: 10px;
    }

    .control {
        padding: 10px 15px;
        font-size: 16px;
    }

    .popup-form .form-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .popup-form .select {
        padding: 10px 15px;
        font-size: 16px !important;
    }


    .popup-form .btn-wrap {
        margin-top: 20px;
    }

    .popup-form .btn-wrap .btn {
        padding: 14px 15px;
        font-size: 14px;
        line-height: 1;
    }

    .form-footer {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .form-footer .social-items {
        flex-wrap: wrap;
    }

    .form-footer .social-items a {
        height: 50px;
    }

    .form-footer .social-items a {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-footer p {
        margin-top: 30px;
    }




    .item_body .editor-wrap .btns-wrap .reply {
        padding: 11px 40px;
        font-size: 12px;
        line-height: 1;
    }

    .item_body .editor-wrap .btns-wrap .cancel {
        font-size: 13px;
        margin-right: 20px;
    }

    #bbpress-forums .bbp-user-section p {
        font-size: 13px;
        line-height: 18px;
    }

    #bbpress-forums .bbp-user-section h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width:991px) {

    .popup-group .popup-form {
        margin: 15px;
    }

    #bbpress-forums a.social_share_btn,
    #bbpress-forums a.bbp-reply-to-link {
        font-size: 17px;
    }

    .s-experts .top-panel .select {
        background-color: #222222 !important;
    }

    .expert-item .name::before {
        width: 80px;
    }

    .expert-items {
        margin: 30px -15px 0;
    }

    .expert-item {
        width: calc(33.3333% - 30px);
        margin: 0 15px 30px;
    }

    .expert-item .name {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .expert-item .img-wrap {
        margin-bottom: 20px;
    }

    .expert-item .position,
    .expert-item .view-profile,
    .expert-item .desc {
        font-size: 16px;
    }

    .s-privacy .content-wrap p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .s-privacy .content-wrap h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .s-privacy .content-wrap .left {
        min-width: 190px;
        margin-right: 30px;
    }

    .s-privacy .content-wrap h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .site-main.contact {
        padding: 60px 0;
    }

    .site-main.contact .your-message textarea {
        padding: 15px;
        font-size: 14px;
        height: 120px;
    }

    .site-main.contact .btn {
        height: 40px !important;
        padding: 0 15px !important;
        font-size: 14px !important;
    }

    .register-form .reg-block>input[type=text] {
        height: 40px;
        padding: 15px;
        font-size: 14px;
    }

    .s-expert .top-title {
        padding: 20px 15px;
    }

    .s-expert .top-title h2 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.64px;
    }

    .expert-wrap {
        flex-direction: column-reverse;
    }

    .expert-wrap .left-slider {
        width: 100%;
    }

    .expert-wrap .experts-right-info {
        width: 100%;
    }

    .expert-wrap .experts-right-info .exp-item span {
        font-size: 12px;
        letter-spacing: 0.3px;
    }

    .expert-wrap .experts-right-info .exp-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .expert-wrap .experts-right-info .exp-item:first-child {
        padding-top: 20px;
    }

    .expert-wrap .experts-right-info .exp-item strong {
        font-size: 22px;
        letter-spacing: 1.54px;
        line-height: 34px;
    }

    .exp-about h3 {
        font-size: 32px;
        letter-spacing: 0.64px;
        line-height: 44px;
    }

    .exp-about .btn {
        font-size: 11px;
        line-height: 18px;
        padding: 5px 22px;
        letter-spacing: 0.77px;
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .exp-about span {
        font-size: 22px;
        letter-spacing: 1.54px;
        line-height: 34px;
    }

    .item_body .area {
        font-size: 12px;
        line-height: 1;
        padding-bottom: 5px;
        margin-top: 10px;
    }

    .lets_business_item .answer_text .area {
        margin-top: 5px;
    }
}

@media(max-width:767px) {
    .forum-mobile-version {
        display: block;
    }
    .bbp-forums , .hide-max-width767 {
        display: none;
    }
    .pagination li {
        display: none;
    }

    .pagination li:first-child,
    .pagination li:nth-child(2),
    .pagination li:last-child {
        display: block;
    }

    .s-experts .top-panel .select {
        width: 150px;
        height: 38px;
        padding: 0 10px;
    }

    .expert-item {
        width: calc(50% - 30px);
    }

    .s-privacy .content-wrap .left {
        min-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .s-privacy .content-wrap {
        flex-wrap: wrap;
    }

    .site-main.contact .control-group .your-category {
        max-width: 100%;
        margin-right: 0;
    }

    .site-main.contact .control-group .your-email {
        width: 100%;
    }

    .site-main.contact .control-group {
        flex-wrap: wrap;
    }
}

@media(max-width:480px) {
    .item_body .editor-wrap .btns-wrap {
        background: #222222;
        padding: 10px;
        justify-content: center;
        width: calc(100% - 2px);
        position: relative;
        right: -1px;
        bottom: 21px;
    }

    .lets_business_item .item_user_info {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 6px 5px;
        background-color: #222222;
    }

    #bbpress-forums .bbp-user-section h3,
    #bbpress-forums .bbp-user-section .team_link {
        color: #ffffff;
    }

    #bbpress-forums .bbp-user-section {
        background-color: #fff;
        padding-left: 0;
        padding-right: 0;
    }

    .bbp-search-form form div {
        position: relative;
    }

    .bbp-search-form .button {
        position: absolute;
        right: 0;
        height: 36px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .lets_business_item.with_bottom_controls .item_body {
        padding-top: 0;
    }

    .lets_business_item.with_bottom_controls.bookmarked .item_body {
        padding-top: 0;
    }

    .lets_business_item.with_bottom_controls .bookmark_icon {
        left: 4px;
    }

    .lets_business_item .item_user_info .text_info .team_link {
        color: #ffffff;
    }

    .lets_business_item.with_bottom_controls .bottom_controls {
        align-items: flex-end;
    }

    .lets_business_item .item_user_info .text_info {
        display: flex;
        flex-wrap: wrap;
    }

    .lets_business_item .item_user_info .text_info h3 {
        margin-right: 10px;
    }

    .lets_business_item .item_user_info .text_info h3:first-child {
        width: 100%;
        color: #ffffff;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .social_share {
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .slider-arrow {
        top: calc(50% - 25px);
        margin-top: 0;
    }

    .arrow-next {
        right: 10px;
    }

    .arrow-prev {
        left: 10px;
    }

    .expert-items {
        margin-left: 0;
        margin-right: 0;
    }

    .expert-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}