@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'), url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'), url('../fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2'), url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Italic.woff2') format('woff2'), url('../fonts/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/* BS 3 Overwrite*/

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row:before,
.row:after {
    display: inline-block;
}

.row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 100%;
}


/* End BS 3 Overwrite*/


/* Stars Rating Plugin */

.rmp-wp-plugin .rmp-rating-widget__icons {
    margin-bottom: 20px !important;
}

.rmp-wp-plugin .rmp-rating-widget__icons-list {
    display: flex;
}

.rmp-wp-plugin .rmp-rating-widget__results {
    display: none !important;
}

.rmp-wp-plugin .rmp-rating-widget__msg {
    text-align: left;
    margin: 10px 0 !important;
}

.rmp-wp-plugin .rmp-rating-widget__icons-list__icon {
    margin-right: 11px !important;
}

.rmp-wp-plugin .rmp-rating-widget__icons-list__icon:last-child {
    margin-right: 0 !important;
}

.rmp-wp-plugin .rmp-rating-widget .rmp-icon--ratings {
    font-size: 30px;
    color: #489FD8;
    cursor: pointer;
    font-family: "Font Awesome 5 Free" !important;
}

.rmp-wp-plugin .rmp-rating-widget .rmp-icon--ratings.rmp-icon--processing-rating {
    font-weight: 900;
}

.rmp-wp-plugin .rmp-rating-widget .rmp-icon--ratings.rmp-icon--hovered {
    font-weight: 900;
}

.rmp-wp-plugin .rmp-rating-widget__submit-btn {
    display: block;
    color: white !important;
    background: #489FD8;
    border-radius: 3px;
    padding: 10px 18px;
    border: 2px solid #489FD8;
    text-decoration: none;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.rmp-wp-plugin .rmp-rating-widget__submit-btn i {
    margin-left: 16px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__submit-btn--visible {
    display: block;
}


/* End Stars Rating Plugin */

.wpua-edit {
    padding: 10px;
    border: 2px dashed #B5B5B5;
    margin-bottom: 20px;
    position: relative;
}

.wpua-edit h3,
.wpua-edit .wpua-upload-messages-existing,
.wpua-edit #wpua-preview-existing,
.wpua-edit #wpua-thumbnail-existing .description {
    display: none;
}

.wpua-edit #wpua-thumbnail-existing {
    position: absolute;
    top: 10px;
}

.wpua-edit #wpua-thumbnail-existing img {
    width: 77px;
    height: 77px;
    border-radius: 100%;
}

.wpua-edit .submit {
    display: none;
}

.wpua-edit #wpua-file-existing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.wpua-edit #wpua-upload-existing {
    position: absolute;
    left: 120px;
    top: 0px;
}

#upload-photo {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}


/* Video */

@media (max-width: 767px) {
    .wp-video {
        width: auto !important;
    }
    .wp-video .mejs-container {
        width: auto !important;
    }
}


/* End Video */

@media (min-width: 992px) {
    .col-1-8 {
        width: 12.5%;
    }
    .col-5-8 {
        width: 62.5%;
    }
    .col-6-8 {
        width: 75%;
    }
    .col-7-8 {
        width: 87.5%;
    }
}

.mb-0 {
    margin-bottom: 0px;
}

.d-none {
    display: none !important;
}

.color_gray {
    color: rgba(113, 113, 113, 0.5);
}

.mt-15 {
    margin-top: 15px;
}


/** General **/

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-stretch: condensed;
    color: #585757;
    background: #f3f3f3;
}

main {
    background: white;
}


/** End General **/


/** Typography **/

h1,
h2 {
    font-size: 50px;
    line-height: 66px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 30px;
    line-height: 39px;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 20px 0;
}

a,
p,
button {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    font-weight: 400;
}

li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

input,
label,
button,
textarea {
    font-size: 18px;
    line-height: 24px;
}

p a {
    color: #489FD8;
    text-decoration: underline;
    font-weight: bold;
}

video {
    max-width: 100%;
    width: 100%;
}


/** End Typography **/


/* General Elements */

.fragprofis_btn {
    display: inline-block;
    border-radius: 3px;
    padding: 11px 25px 12px 24px;
}

.primary_btn {
    background: #489FD8;
    color: white;
}

.secondary_btn {
    background: #FFFFFF;
    color: #489FD8;
}

.bordered_btn {
    border: 2px solid white;
    color: white;
}

.fragprofis_input {
    border-radius: 3px;
    border: none;
    padding: 3px 16px;
    outline: none;
}

.fragprofis_input::placeholder {
    color: rgba(88, 87, 87, 0.3);
}

.fragprofis_question_box {
    margin-bottom: 60px;
    height: 100%;
    text-decoration: none !important;
}

.fragprofis_question_box .fragprofis_question_box_content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fragprofis_question_box .top_title {
    color: rgba(113, 113, 113, 0.5);
    margin-bottom: 0;
    min-height: 18px;
}

.fragprofis_question_box .main_box {
    color: white;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.fragprofis_question_box .main_box .top_part {
    background: #09488F;
    padding: 10px;
    min-height: 115px;
    display: flex;
    align-items: center;
}

.fragprofis_question_box .main_box .top_part h4 {
    margin-bottom: 0;
    font-weight: bold;
}

.fragprofis_question_box .main_box .bottom_part {
    background: #489FD8;
    padding: 10px;
    position: relative;
    flex-grow: 1;
    word-break: break-word;
}

.fragprofis_question_box .main_box .bottom_part h4 {
    margin-bottom: 0;
}

.fragprofis_question_box .main_box .bottom_part:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #489FD8;
}

.fragprofis_question_box .main_box .bottom_part video,
.fragprofis_question_box .main_box .bottom_part img,
.fragprofis_question_box .main_box .bottom_part .wp-video-shortcode,
.fragprofis_question_box .main_box .bottom_part .wp-video {
    display: none;
}

.fragprofis_question_box .image_box {
    flex-grow: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.related_lists_block {
    margin-bottom: 10px;
}

.related_lists_block h4 {
    margin-bottom: 0;
    font-weight: bold;
}

.related_lists_block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.related_lists_block ul li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.related_lists_block ul li a,
.related_lists_block ul li p {
    margin-bottom: 0;
    color: #585757;
    text-decoration: none;
}

.all_categories_link {
    color: #489FD8;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}

.fragprofis_main_btn {
    color: #489FD8;
    border: 2px solid #489FD8;
    text-decoration: none;
    padding: 9.5px 18px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
}

.fragprofis_main_btn i {
    margin-right: 7px;
}

.fragprofis_main_btn.icon_right i {
    margin-right: 0;
    margin-left: 15px;
}

.fragprofis_main_btn.filled {
    color: white;
    background: #489FD8;
    padding: 10px 15px;
}

.fragprofis_main_btn.filled i {
    margin-right: 0;
    margin-left: 20px;
}

.fragprofis_main_btn.submit_btn {
    padding: 9.5px 18.5px;
}

.fp_input {
    border: 1px solid #489FD8;
    border-radius: 3px;
    padding: 11px 15px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.fp_input::placeholder {
    font-size: 18px;
    line-height: 24px;
}

.checkbox_small_text {
    margin-left: 45px;
}

.questionmark_box {
    width: 80px;
    height: 47px;
    line-height: 47px;
    font-size: 30px;
    font-weight: bold;
    background: #489FD8;
    color: white;
    text-align: center;
    border-radius: 3px;
    position: relative;
    margin-right: 15px;
}

.questionmark_box:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #489FD8;
}

.qusetion_arrow {
    position: relative;
}

.qusetion_arrow:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(72, 159, 216, 0.3);
}

.question_box {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.question_box .box_date {
    color: rgba(113, 113, 113, 0.5);
    margin-bottom: 0;
}

.question_box .box_title {
    font-weight: bold;
    margin-bottom: 0;
}

.question_box .question_box_content {
    padding-right: 35px;
}

.question_box .question_box_content p {
    margin-bottom: 15px;
}

.question_box.single {
    border-bottom: none;
}

.question_answer_section {
    background: rgba(72, 159, 216, 0.3);
    margin-bottom: 30px;
}

.question_answer_section .answer_profile_image {
    border-radius: 100%;
    margin-top: 15px;
    position: relative;
    width: 95px;
    height: 95px;
    object-fit: cover;
}

.question_answer_section .question_answer {
    padding: 15px 0 10px 0;
}

.question_answer_section .question_answer .answer_profile_section img {
    display: none;
}

.question_answer_section .question_answer .question_answer_date {
    color: rgba(113, 113, 113, 0.5);
    line-height: 20px;
    margin-bottom: 0;
}

.question_answer_section .question_answer .question_answer_profi {
    font-weight: bold;
    margin-bottom: 0;
}

.question_answer_section .question_answer .question_answer_company {
    margin-bottom: 30px;
}

.question_answer_section .question_answer hr {
    height: 5px;
    background: #489FD8;
    margin-bottom: 15px;
    width: 50px;
    border: none;
    display: inline-block;
}

.question_answer_section .question_answer video,
.question_answer_section .question_answer .wp-video {
    margin-bottom: 20px;
}

.question_answer_section hr {
    height: 2px;
    margin: 0;
}

.question_answer_section .single_answer_buttons {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.question_answer_section .single_answer_buttons a {
    margin-right: 20px;
}

.question_answer_section .single_answer_buttons a:last-child {
    margin-right: 0;
}

.fp_hr {
    margin-top: 5px;
    margin-bottom: 30px;
    border-color: #EBEBEB;
}

.question_answer_box .question_box {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.question_answer_box .question_answer_section_wrapper {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.question_answer_box .question_answer_section_wrapper .question_answer_section {
    padding-bottom: 30px;
}

.show_answer_wrapper {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    max-height: 68px;
}

.fp_table {
    width: 100%;
}

.fp_table tr td {
    padding-bottom: 30px;
    vertical-align: middle;
}

.fp_table tr td h4,
.fp_table tr td input {
    margin-bottom: 0;
}

.fp_table tr td.va-top {
    vertical-align: top;
}

.custom_checkbox {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    min-height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*&:hover {
    input ~ .checkmark {
      background-color: @primary;
    }
    input ~ .checkmark:after {
      display: block;
    }
  }*/
}

.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1px;
    width: 1px;
    left: 14px;
    top: 14px;
}

.custom_checkbox input:checked~.checkmark {
    background-color: #489FD8;
}

.custom_checkbox input:checked~.checkmark:after {
    display: block;
}

.custom_checkbox .checkmark {
    display: block;
    position: relative;
    height: 30px;
    min-width: 30px;
    margin-right: 15px;
    background-color: white;
    border: 1px solid #489FD8;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

.custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 5px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.custom_checkbox p {
    margin-bottom: 0;
    line-height: 30px;
}

.custom_radio_input {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_radio_input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom_radio_input input:checked~.checkmark:after {
    display: block;
}

.custom_radio_input .checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #489FD8;
    border-radius: 50%;
    margin-right: 13px;
}

.custom_radio_input .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #489FD8;
}

.custom_radio_input p {
    margin-bottom: 0;
}

.nav {
    margin-bottom: 30px;
    position: relative;
    display: flex;
}

.nav:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DEE2E6;
}

.nav li {
    margin-bottom: 0;
}

.nav li a {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}

.nav li.active a {
    background-color: white !important;
    color: #09488F !important;
    border: 1px solid #DEE2E6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* End General Elements */


/* General Page Elements */

.page_wrapper {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.fragprofis_top_header {
    display: flex;
    justify-content: flex-end;
    margin-top: 17px;
}

.fragprofis_top_header ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 14px;
}

.fragprofis_top_header ul li {
    margin-right: 30px;
    margin-bottom: 0;
    position: relative;
}

.fragprofis_top_header ul li a {
    color: white;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0px;
}

.fragprofis_top_header ul li:after {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    height: 12px;
    width: 1px;
    background: white;
}

.fragprofis_top_header ul li:last-child {
    margin-right: 0;
}

.fragprofis_top_header ul li:last-child:after {
    display: none;
}

.fragprofis_header .fragprofis_header_placeholder {
    height: 73px;
    width: 100%;
}

.fragprofis_header .fragprofis_header_wrapper {
    background: white;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fragprofis_header .fragprofis_header_wrapper .logo {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    padding: 10px;
}

.fragprofis_header .fragprofis_header_wrapper .logo img {
    width: 193px;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list {
    display: flex;
    margin: 0;
    padding: 0;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li {
    list-style-type: none;
    border-right: 1px solid #bcbcbc;
    margin: 0;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li a {
    border-bottom: 7px solid transparent;
    color: #585757;
    font-weight: 400;
    font-size: 20px;
    min-width: 60px;
    padding: 26px 20px 20px 20px;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li a:hover {
    border-color: #489FD8;
    color: #489FD8;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li a.active {
    background: #489FD8;
    color: white;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li .open_submenu {
    display: none;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li:last-child {
    border-right: 0px;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children {
    position: static;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 77px;
    left: 0;
    background: #489FD8;
    width: 100%;
    border: none;
    padding: 33px 10%;
    flex-wrap: wrap;
    border-radius: 0px;
    margin: 0;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li {
    width: 33%;
    color: white;
    font-size: 18px;
    padding: 5px 0;
    border-right: 1px solid #fff;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li a {
    color: white;
    padding: 0 0 0 20%;
    font-weight: 400;
}

.fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li a:hover {
    border-color: #489FD8;
    background-color: #489FD8;
    color: white;
}

.fragprofis_header .fragprofis_header_wrapper .fp_burger {
    display: none;
    border: 1px solid #ddd;
    height: 48px;
    width: 48px;
    border-radius: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fragprofis_header .fragprofis_header_wrapper .fp_burger i {
    color: #717171;
    font-size: 20px;
    padding-top: 5px;
}

.fragprofis_header .fragprofis_header_wrapper .fp_burger span {
    display: block;
    background-color: #888;
    height: 2px;
    width: 24px;
    margin-bottom: 4px;
}

.fragprofis_header .fragprofis_header_wrapper .fp_burger h6 {
    color: rgba(113, 113, 113, 0.5);
    margin-bottom: 0;
}

.fragprofis_header .fragprofis_header_wrapper.active {
    position: fixed;
    top: 0;
    width: 1331px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 14px -5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 767px) {
    .fragprofis_header:not(.folded) .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children:hover>.sub-menu {
        display: flex;
    }
}

.fragprofis_header.folded {
    background: white;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.fragprofis_header.folded .fragprofis_header_wrapper {
    width: 100%;
    padding: 10px 10px 10px 15px;
    align-items: center;
}

.fragprofis_header.folded .fragprofis_header_wrapper .logo {
    padding: 0;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list {
    overflow: hidden;
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    background: white;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.25);
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li {
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li a {
    border: none;
    font-size: 17px;
    line-height: 20px;
    padding: 15px;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li:first-child {
    border-top: 1px solid #E8E8E8;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li:last-child {
    border-bottom: 0;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children {
    position: relative;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children>.open_submenu {
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 2;
    cursor: pointer;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children>.open_submenu.active {
    transform: rotate(180deg);
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu {
    position: static;
    background: #ebebeb;
    width: 100%;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 7px 15px;
    font-size: 14px;
    border-right: none;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li a {
    color: #777 !important;
    padding: 5px 15px 5px 0;
    font-weight: 400;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li a:hover {
    background-color: #ebebeb;
    color: white;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu.active {
    display: flex;
}

.fragprofis_header.folded .fragprofis_header_wrapper .fp_burger {
    display: flex;
}

.fragprofis_footer {
    margin-top: 60px;
}

.fragprofis_footer .top_footer {
    margin-bottom: 55px;
    color: rgba(255, 255, 255, 0.5);
}

.fragprofis_footer .top_footer h4 {
    font-weight: bold;
    color: white;
    margin: 6.5px 0;
}

.fragprofis_footer .top_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fragprofis_footer .top_footer ul li {
    margin-bottom: 0;
}

.fragprofis_footer .top_footer ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 0;
}

.fragprofis_footer .bottom_footer {
    background: #717171;
}

.fragprofis_footer .bottom_footer .container {
    padding: 0;
}

.fragprofis_footer .bottom_footer .bottom_footer_items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 42px 0 22px 0;
}

.fragprofis_footer .bottom_footer .bottom_footer_items h5 {
    color: white;
}

.fragprofis_footer .bottom_footer .bottom_footer_items .bottom_footer_icons {
    display: flex;
}

.fragprofis_footer .bottom_footer .bottom_footer_items .bottom_footer_icons a {
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 22px;
}

.fragprofis_footer .bottom_footer .bottom_footer_items .bottom_footer_icons a i {
    color: white;
}

.fragprofis_footer .bottom_footer .bottom_footer_items .bottom_footer_icons a:last-child {
    margin-right: 0;
}


/* End General Page Elements */


/* Layouts */

.fragprofis_banner_layout .fragprofis_banner_wrapper {
    background: #489FD8;
    position: relative;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner {
    color: white;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 250px;
    position: relative;
    /* z-index: -1; */
    outline: none;
    text-decoration: none;
    margin-bottom: 0;
    color: white;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .fragprofis_banner_slide_content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 260px;
    width: 100%;
    z-index: 2;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .fragprofis_banner_slide_content .banner_title {
    margin-bottom: 7px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 61px;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .fragprofis_banner_slide_content .banner_subtitle {
    margin-bottom: 0;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .fragprofis_banner_slide_video {
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .play-video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .play-video i {
    font-size: 24px;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .play-video.active {
    opacity: 0;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide:hover .play-video.active {
    opacity: 1;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_dots {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0px;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_dots .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_dots .slick-dots li {
    margin-right: 7px;
    margin-bottom: 0;
    height: 9px;
    display: block;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_dots .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid white;
    font-size: 0px;
    text-indent: -9999px;
    background: transparent;
    padding: 0;
    display: block;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_dots .slick-dots li.slick-active button {
    background: white;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_dots .slick-dots li:last-child {
    margin-right: 0;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_arrows .slickArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 23px;
    height: 124px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/image_arrow.svg");
    cursor: pointer;
}

.fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_arrows .slickArrow.slickArrow_next {
    transform: rotate(180deg) translateY(50%);
    right: 20px;
    left: auto;
}

.fragprofis_search_layout {
    background: #09488F;
    margin-bottom: 30px;
}

.fragprofis_search_layout .fragprofis_search_layout_items {
    display: flex;
    padding: 20px 0;
    width: 100%;
}

.fragprofis_search_layout .fragprofis_search_layout_items .fragprofis_search_from {
    flex-grow: 1;
    display: flex;
    width: 100%;
}

.fragprofis_search_layout .fragprofis_search_layout_items .fragprofis_search_from input {
    flex-grow: 1;
    margin-right: 18px;
}

.fragprofis_search_layout .fragprofis_search_layout_items .fragprofis_search_from .primary_btn {
    margin-bottom: 0;
    border: none;
}

.fragprofis_search_layout .fragprofis_search_layout_items .fragprofis_search_from .primary_btn i {
    display: none;
}

.fragprofis_main_layout {
    margin-top: 53px;
}

.fragprofis_main_layout .categories_mobile {
    display: none;
}

.fragprofis_main_layout .title_section h3 {
    margin-bottom: 0;
    font-weight: bold;
}

.fragprofis_main_layout .title_section h4 {
    margin-bottom: 15px;
}

.fragprofis_main_layout .questions_category_title {
    margin-bottom: 15px;
    font-weight: bold;
}

.fragprofis_main_layout .fp_category_filter {
    border-radius: 3px;
    border: 1px solid #489FD8;
    margin-bottom: 30px;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_title {
    color: #489FD8;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    text-decoration: none;
    padding: 11.5px 10px;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories hr {
    margin-top: 0;
    border-color: #489FD8;
    margin: 0 10px;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories a,
.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories h4 {
    color: #09488F;
    display: block;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller {
    overflow-y: scroll;
    padding-left: 10px;
    margin: 3px 3px 3px 0;
    height: 195px;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller ul li {
    font-size: 18px;
    line-height: 24px;
    color: #09488F;
    margin-bottom: 0;
    padding: 8px 0;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller ul li a {
    padding: 0;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller a,
.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller h4 {
    padding: 8px 0;
    margin-bottom: 0;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller::-webkit-scrollbar {
    width: 6px;
    border-radius: 2px;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller::-webkit-scrollbar-track {
    background: rgba(72, 159, 216, 0.5);
    border-radius: 3px;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories .fp_category_filter_categories_scroller::-webkit-scrollbar-thumb {
    background-color: #489FD8;
    border: 2px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
}

.fragprofis_main_layout .fp_category_filter .fp_category_filter_categories.active {
    max-height: 200px;
}

.more_questions_layout {
    background: #489FD8;
    display: flex;
    justify-content: center;
    padding-top: 27px;
    padding-bottom: 25px;
}

.more_questions_layout .fragprofis_btn {
    margin: 0 30px;
    padding: 9.5px 27px;
}

.fragprofis_category_layout .fragprofis_category_title_section {
    margin-bottom: 10px;
}

.fragprofis_category_layout .fragprofis_category_title_section h1 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 39px;
}

.fragprofis_category_layout .fragprofis_category_categories_section .categories_list {
    margin-bottom: 40px;
}

.fragprofis_category_layout .fragprofis_category_categories_section .categories_list a {
    color: #585757;
    font-weight: bold;
    border-bottom: 1px solid rgba(72, 159, 216, 0.3);
    margin-bottom: 0;
    text-decoration: none;
    padding: 11px 10px 12px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fragprofis_category_layout .fragprofis_category_categories_section .categories_list a i {
    color: #489FD8;
    font-size: 18px;
    line-height: 24px;
}

.fragprofis_category_layout .fragprofis_category_categories_section .categories_list a:nth-child(even) {
    background: rgba(72, 159, 216, 0.05);
}

.fragprofis_category_layout .fragprofis_category_categories_section .categories_list a:last-child {
    border: none;
}

.fragprofis_category_layout .fragprofis_category_categories_section .categories_list a:hover {
    background: rgba(9, 72, 143, 0.1);
}

.fragprofis_single_category_layout .single_category_back_btn_section {
    margin-bottom: 30px;
}

.fragprofis_single_category_layout .single_category_back_btn_section .fragprofis_main_btn {
    padding: 9.5px 28px;
}

.fragprofis_single_category_layout .single_category_intro_section {
    margin-bottom: 50px;
}

.fragprofis_single_category_layout .single_category_intro_section h1 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 39px;
}

.fragprofis_single_category_layout .single_category_questions_section .single_cat_title {
    font-weight: bold;
    margin-bottom: 15px;
}

.fragprofis_single_question .question_back_section {
    margin-bottom: 30px;
}

.fragprofis_single_question .question_main_section {
    margin-bottom: 5px;
}

.fragprofis_single_question .question_main_section h6 {
    color: rgba(113, 113, 113, 0.5);
    margin-bottom: 0;
}

.fragprofis_single_question .question_main_section h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.fragprofis_single_question .question_rating_section {
    margin-bottom: 10px;
}

.fragprofis_single_question .question_rating_section h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

.fragprofis_single_question .question_rating_section .rating {
    display: flex;
    margin-bottom: 20px;
}

.fragprofis_single_question .question_rating_section .rating .rating_star {
    margin-right: 5px;
}

.fragprofis_single_question .question_rating_section .rating .rating_star i {
    font-size: 30px;
    color: #489FD8;
}

.fragprofis_single_question .question_rating_section .rating .rating_star:last-child {
    margin-right: 0;
}

.fragprofis_single_question .related_questions_link_section {
    background: rgba(72, 159, 216, 0.3);
    padding: 20px 0;
}

.fragprofis_single_question .related_questions_link_section h4 {
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.fragprofis_single_question .related_questions_link_section a {
    display: block;
    color: #489FD8;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-word;
}

.fragprofis_single_question .related_questions_link_section a:last-child {
    margin-bottom: 0;
}

.fragprofis_single_question .single_ad_image {
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}

.text_banner_layout {
    min-height: 250px;
    background: #489FD8;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 57px;
    padding: 30px;
}

.text_banner_layout h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.text_banner_layout.darker {
    background: #09488F;
}

.login_form_layout .login_form_wrapper {
    margin-bottom: 50px;
}

.login_form_layout .login_form_wrapper .login_form_title {
    font-weight: bold;
    margin-bottom: 18px;
}

.login_form_layout .login_form_wrapper .login_form_subtitle {
    margin-bottom: 30px;
}

.login_form_layout .login_form_wrapper .reset_link {
    display: block;
    margin-bottom: 30px;
}

.login_form_layout .login_form_wrapper a {
    color: #489FD8;
    text-decoration: underline;
    font-weight: bold;
}

.login_form_layout .login_form_wrapper .checkboxes_login {
    margin-bottom: 30px;
}

.login_form_layout .login_form_wrapper .submit_btn {
    margin-bottom: 30px;
}

.make_question_layout {
    margin-top: 55px;
}

.make_question_layout .make_question_questionmark_section {
    margin-top: 125px;
}

.make_question_layout .make_question_layout_wrapper {
    margin-bottom: 50px;
}

.make_question_layout .make_question_layout_wrapper .make_question_heading_section h3 {
    font-weight: bold;
    margin-bottom: 0;
}

.make_question_layout .make_question_layout_wrapper .make_question_heading_section p {
    margin-bottom: 15px;
}

.make_question_layout .make_question_layout_wrapper .make_question_form_section .maxlength_text {
    margin-bottom: 5px;
}

.make_question_layout .make_question_layout_wrapper .make_question_form_section textarea {
    height: 150px;
    margin-bottom: 20px;
}

.make_question_layout .make_question_layout_wrapper .make_question_form_section .fp_input {
    margin-bottom: 20px;
}

.make_question_layout .make_question_layout_wrapper .make_question_form_section textarea:focus::placeholder,
.make_question_layout .make_question_layout_wrapper .make_question_form_section input:focus::placeholder {
    color: transparent;
}

.make_question_layout .make_question_layout_wrapper .make_question_checkboxes_section>p {
    margin-bottom: 15px;
}

.make_question_layout .make_question_layout_wrapper .make_question_checkboxes_section .custom_checkbox {
    margin-bottom: 20px;
}

.make_question_layout .make_question_layout_wrapper .make_question_checkboxes_section .custom_checkbox.has_small_text {
    margin-bottom: 5px;
}

.search_my_questions_layout {
    margin-bottom: 27.5px;
}

.search_my_questions_layout h3 {
    font-weight: bold;
}

.search_my_questions_layout .myquestions_search {
    display: flex;
    margin-right: 95px;
}

.search_my_questions_layout .myquestions_search .fragprofis_main_btn {
    flex-shrink: 0;
    padding: 10px 19px;
}

.search_my_questions_layout .myquestions_search input,
.search_my_questions_layout .myquestions_search a {
    margin-bottom: 20px;
}

.search_my_questions_layout .myquestions_search input {
    margin-right: 18px;
    border: 1px solid #DEE2E6;
}

.search_my_questions_layout .myquestions_search input::placeholder {
    color: rgba(88, 87, 87, 0.3);
}

.questions_tab_layout .questions_tab_layout_wrapper {
    padding-bottom: 30px;
}

.answer_single_question_entry_layout h3 {
    font-weight: bold;
}

.answer_single_question_entry_layout .back_link {
    display: inline-block;
    margin-bottom: 15px;
    color: #489FD8;
    text-decoration: underline;
    font-weight: bold;
}

.answer_question_form_layout {
    background: rgba(72, 159, 216, 0.3);
    padding-top: 23px;
    padding-bottom: 10px;
}

.answer_question_form_layout textarea {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    border: none;
    padding: 14px 16px;
}

.answer_question_form_layout textarea::placeholder {
    color: rgba(88, 87, 87, 0.3);
}

.answer_question_form_layout .inactivity_text {
    margin-top: 15px;
}

.answer_question_form_layout .anwer_question_buttons_section {
    display: flex;
}

.answer_question_form_layout .anwer_question_buttons_section .submit_answer {
    margin-right: 20px;
    padding: 10px 13.5px;
    margin-bottom: 20px;
}

.answer_question_form_layout .anwer_question_buttons_section a.cancel_answer {
    padding: 10px 19px;
}

.answer_question_form_layout .anwer_question_buttons_section a.cancel_answer i {
    margin-right: 0;
    margin-left: 57px;
}

.profile_entry_layout h3 {
    font-weight: bold;
    margin-bottom: 28px;
}

.profile_tab_layout .profile_tab_layout_wrapper .profile_tab_content {
    padding-right: 43px;
}

.profile_tab_layout .profile_tab_layout_wrapper .reset_password_section td {
    padding-bottom: 30px;
    vertical-align: middle;
}

.profile_tab_layout .profile_tab_layout_wrapper .reset_password_section td h4,
.profile_tab_layout .profile_tab_layout_wrapper .reset_password_section td input {
    margin-bottom: 0;
}

.profile_tab_layout .profile_tab_layout_wrapper .email_and_status_section .status_options .custom_radio_input:last-child {
    margin-bottom: 0;
}

.profile_tab_layout .profile_tab_layout_wrapper .profile_checkboxes .custom_checkbox:last-child {
    margin-bottom: 20px;
}

.profile_tab_layout .profile_tab_layout_wrapper .profile_box {
    display: inline-flex;
    padding: 10px;
    border: 2px dashed #B5B5B5;
    width: 560px;
    position: relative;
    margin-bottom: 20px;
    max-width: 100%;
}

.profile_tab_layout .profile_tab_layout_wrapper .profile_box img {
    margin-right: 20px;
    width: 77px;
    height: 77px;
    border-radius: 100%;
    object-fit: cover;
}

.profile_tab_layout .profile_tab_layout_wrapper .profile_box h6,
.profile_tab_layout .profile_tab_layout_wrapper .profile_box label {
    margin-bottom: 0;
}

.profile_tab_layout .profile_tab_layout_wrapper .profile_box label {
    color: #489FD8;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.profile_tab_layout .profile_tab_layout_wrapper hr {
    border: none;
    height: 1px;
    background: #EBEBEB;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
}

.page_404 {
    background: #489FD8;
    padding-top: 250px;
    padding-bottom: 250px;
}

.page_404 h1 {
    font-size: 80px;
    line-height: 100px;
    font-weight: bold;
    margin-bottom: 0;
}

.page_404 h1,
.page_404 h2 {
    color: white;
    text-align: center;
}

.reset_form_wrapper .reset_form_title {
    font-weight: bold;
}

.single_author_intro_section {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(72, 159, 216, 0.3);
    margin-bottom: 40px;
}

.single_author_intro_section img {
    margin-right: 30px;
    border-radius: 100%;
    width: 95px;
    height: 95px;
    object-fit: cover;
}


/* End Layouts */


/* POPUPS*/

#disabledModal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}


/* END POPUPS*/

@media (max-width: 1560px) {
    /* General Page Elements */
    .fragprofis_footer .bottom_footer .container {
        padding: 0 30px;
    }
    .fragprofis_footer .bottom_footer .bottom_footer_items {
        padding: 42px 30px 22px 30px;
    }
    /* End General Page Elements */
}

@media (max-width: 1200px) {
    /* General Page Elements */
    .fragprofis_header .fragprofis_header_wrapper .logo {
        display: flex;
        align-items: flex-end;
        width: 193px;
        margin-bottom: 0;
        padding: 10px;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list {
        display: flex;
        margin: 0;
        padding: 0;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li {
        list-style-type: none;
        border-right: 1px solid #bcbcbc;
        margin: 0;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li a {
        color: #585757;
        font-weight: bold;
        font-size: 16px;
        min-width: auto;
        padding: 26px 8px 20px 8px;
        text-decoration: none;
        display: block;
        margin-bottom: 0;
        transition: all 0.3s ease-in-out;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li a:hover {
        border-color: #489FD8;
        color: #489FD8;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li a.active {
        background: #489FD8;
        color: white;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li:last-child {
        border-right: 0px;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.dropdown {
        position: static;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.dropdown a span {
        display: none;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.dropdown .dropdown-menu {
        display: none;
        position: absolute;
        top: 77px;
        left: 0;
        background: #489FD8;
        width: 100%;
        border: none;
        padding: 33px 10%;
        flex-wrap: wrap;
        border-radius: 0px;
        margin: 0;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.dropdown .dropdown-menu li {
        width: 33%;
        color: white;
        font-size: 18px;
        padding: 5px 0;
        border-right: 1px solid #fff;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.dropdown .dropdown-menu li a {
        color: white;
        padding: 0 0 0 20%;
        font-weight: 400;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.dropdown .dropdown-menu li a:hover {
        border-color: #489FD8;
        background-color: #489FD8;
        color: white;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.dropdown .dropdown-menu.active {
        display: flex;
    }
    .fragprofis_header .fragprofis_header_wrapper .fp_burger {
        display: none;
        border: 1px solid #ddd;
        height: 48px;
        width: 48px;
        border-radius: 3px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .fragprofis_header .fragprofis_header_wrapper .fp_burger i {
        color: #717171;
        font-size: 20px;
        padding-top: 5px;
    }
    .fragprofis_header .fragprofis_header_wrapper .fp_burger span {
        display: block;
        background-color: #888;
        height: 2px;
        width: 24px;
        margin-bottom: 4px;
    }
    .fragprofis_header .fragprofis_header_wrapper .fp_burger h6 {
        color: rgba(113, 113, 113, 0.5);
        margin-bottom: 0;
    }
    .fragprofis_header .fragprofis_header_wrapper.active {
        position: fixed;
        top: 0;
        width: 1331px;
        max-width: 100%;
        margin: 0 auto;
        box-shadow: 0 3px 14px -5px rgba(0, 0, 0, 0.25);
    }
    /* End General Page Elements */
}

@media (max-width: 992px) {
    /* General Elements */
    .question_answer_section {
        margin-bottom: 30px;
    }
    .question_answer_section .answer_profile_image {
        display: none;
    }
    .question_answer_section .question_answer {
        padding: 15px 0 0 0;
    }
    .question_answer_section .question_answer .answer_profile_section {
        display: flex;
        align-items: flex-end;
        margin-bottom: 10px;
    }
    .question_answer_section .question_answer .answer_profile_section img {
        border-radius: 100%;
        width: 50px;
        height: 50px;
        margin-right: 15px;
        margin-bottom: 20px;
        display: block;
        object-fit: cover;
    }
    .question_answer_section .single_answer_buttons {
        padding-top: 15px;
    }
    .question_answer_section .single_answer_buttons a {
        margin-right: 0;
        width: 100%;
        justify-content: center;
    }
    .question_answer_section .single_answer_buttons a:last-child {
        margin-bottom: 15px;
    }
    .qusetion_arrow:after {
        left: 100px;
        transform: none;
    }
    .fragprofis_question_box {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .fragprofis_question_box .top_title {
        margin-bottom: 2px;
    }
    .fragprofis_question_box .main_box .bottom_part:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #489FD8;
    }
    .fragprofis_question_box .image_box {
        height: 205px;
        width: 100%;
    }
    /* End General Elements */
    /* General Page Elements */
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li a {
        font-size: 15px;
        padding: 26px 4px 20px 4px;
    }
    /* End General Page Elements */
    /* Layouts */
    .make_question_layout .make_question_questionmark_section {
        display: none;
    }
    /* End Layouts */
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* General Elements */
    .qusetion_arrow:after {
        left: 40px;
    }
    .checkbox_small_text {
        margin-left: 0;
    }
    .checkbox_small_text h6 {
        margin-bottom: 15px;
    }
    .custom_checkbox .checkmark {
        margin-right: 12px;
    }
    .custom_checkbox p {
        line-height: 24px;
    }
    .fp_table {
        width: 100%;
        display: block;
    }
    .fp_table tbody,
    .fp_table tr,
    .fp_table td {
        display: block;
    }
    .fp_table tr {
        display: block;
    }
    .fp_table tr td {
        display: block;
        padding-bottom: 30px;
        vertical-align: middle;
        width: 100%;
    }
    .fp_table tr td h4,
    .fp_table tr td input {
        margin-bottom: 0;
    }
    .fp_table tr td.va-top {
        vertical-align: top;
    }
    .nav li a {
        font-size: 14px;
        line-height: 18px;
    }
    .question_box .box_date {
        margin-bottom: 2px;
    }
    .question_box .box_title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
    }
    .question_box .question_box_content {
        padding-right: 0;
    }
    .question_box.single {
        border-bottom: none;
    }
    .question_answer_box .question_box {
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    .question_answer_box .question_box .box_date {
        margin-bottom: 4px;
    }
    .question_answer_box .question_box .box_title {
        margin-bottom: 6.5px;
        font-size: 18px;
        line-height: 22px;
    }
    .question_answer_box .question_box .question_box_content p {
        margin-bottom: 13px;
    }
    .question_answer_box .question_answer_section_wrapper {
        overflow: hidden;
        max-height: 0;
        margin-bottom: 0;
        transition: all 0.3s ease-in-out;
    }
    .question_answer_box .question_answer_section_wrapper .question_answer_section {
        padding-bottom: 30px;
    }
    .question_answer_box .question_answer_section_wrapper .question_answer_section .hide_answer {
        width: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
    /* End General Elements */
    /* General Page Elements */
    .fragprofis_top_header {
        margin-top: 13px;
    }
    .fragprofis_top_header ul {
        margin-bottom: 13px;
    }
    .fragprofis_header {
        background: white;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .fragprofis_header .fragprofis_header_wrapper {
        width: 100%;
        padding: 10px 10px 10px 15px;
    }
    .fragprofis_header .fragprofis_header_wrapper .logo {
        padding: 0;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list {
        overflow: hidden;
        max-height: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: block;
        background: white;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 6px 14px -5px rgba(0, 0, 0, 0.25);
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li {
        border-right: none;
        border-bottom: 1px solid #E8E8E8;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li a {
        border: none;
        font-size: 17px;
        line-height: 20px;
        padding: 15px;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li:first-child {
        border-top: 1px solid #E8E8E8;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li:last-child {
        border-bottom: 0;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children {
        position: relative;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children>.open_submenu {
        display: block;
        position: absolute;
        right: 15px;
        top: 14px;
        z-index: 2;
        cursor: pointer;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children>.open_submenu.active {
        transform: rotate(180deg);
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu {
        position: static;
        background: #ebebeb;
        width: 100%;
        border: none;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 7px 15px;
        font-size: 14px;
        border-right: none;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li a {
        color: #777 !important;
        padding: 5px 15px 5px 0;
        font-weight: 400;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li a:hover {
        background-color: #ebebeb;
        color: white;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu li:last-child {
        border-bottom: none;
    }
    .fragprofis_header .fragprofis_header_wrapper .fragprofis_header_list li.menu-item-has-children .sub-menu.active {
        display: flex;
    }
    .fragprofis_header .fragprofis_header_wrapper .fp_burger {
        display: flex;
    }
    .fragprofis_footer {
        margin-top: 28px;
    }
    .fragprofis_footer .top_footer {
        margin-bottom: 10px;
    }
    .fragprofis_footer .top_footer h4 {
        margin: 0 0 6px 0;
    }
    .fragprofis_footer .top_footer .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .fragprofis_footer .top_footer .footer_block {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .fragprofis_footer .top_footer ul {
        margin-bottom: 20px;
    }
    .fragprofis_footer .bottom_footer .bottom_footer_items {
        flex-direction: column;
        padding: 48px 35px 20px 35px;
    }
    .fragprofis_footer .bottom_footer .bottom_footer_items .bottom_footer_icons {
        margin-top: 30px;
    }
    /* End General Page Elements */
    /* Layouts */
    .fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .fragprofis_banner_slide_content {
        align-items: center;
        margin-right: 0;
        padding: 20px 40px;
        width: 100%;
        text-align: center;
    }
    .fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner .fragprofis_banner_slide .fragprofis_banner_slide_content .banner_title {
        font-size: 30px;
        line-height: 39px;
    }
    .fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_arrows .slickArrow {
        left: 10px;
        height: 80px;
    }
    .fragprofis_banner_layout .fragprofis_banner_wrapper .fragprofis_banner_arrows .slickArrow.slickArrow_next {
        right: 10px;
    }
    .fragprofis_search_layout {
        margin-bottom: 20px;
    }
    .fragprofis_search_layout .fragprofis_search_layout_items .questionmark_box {
        display: none;
    }
    .fragprofis_search_layout .fragprofis_search_layout_items .fragprofis_search_from input {
        margin-right: 8px;
        padding: 3px 10px;
        flex-grow: 0;
        width: 100%;
    }
    .fragprofis_search_layout .fragprofis_search_layout_items .fragprofis_search_from .primary_btn {
        min-width: 47px;
        flex-grow: 1;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .fragprofis_search_layout .fragprofis_search_layout_items .fragprofis_search_from .primary_btn i {
        display: block;
    }
    .fragprofis_search_layout .fragprofis_search_layout_items .fragprofis_search_from .primary_btn span {
        display: none;
    }
    .fragprofis_main_layout {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .fragprofis_main_layout .title_section h3 {
        margin-bottom: 5px;
    }
    .fragprofis_main_layout .title_section h4 {
        margin-bottom: 20px;
    }
    .fragprofis_main_layout .categories_desktop {
        display: none;
    }
    .fragprofis_main_layout .categories_mobile {
        display: block;
    }
    .fragprofis_main_layout .questions_category_title {
        margin-bottom: 10px;
    }
    .more_questions_layout {
        flex-direction: column;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .more_questions_layout .fragprofis_btn {
        margin-right: 20px;
        margin-left: 20px;
        text-align: center;
    }
    .more_questions_layout .fragprofis_btn:first-child {
        margin-bottom: 20px;
    }
    .fragprofis_category_layout {
        margin-top: 48px;
    }
    .fragprofis_category_layout .fragprofis_category_title_section h1 {
        margin-bottom: 13px;
    }
    .fragprofis_category_layout .fragprofis_category_categories_section .categories_list {
        margin-bottom: 7px;
    }
    .fragprofis_category_layout .fragprofis_category_categories_section .categories_list a:last-child {
        border-bottom: 1px solid rgba(72, 159, 216, 0.3);
    }
    .fragprofis_category_layout .single_category_top_categories {
        display: none;
    }
    .fragprofis_single_category_layout {
        margin-bottom: 28px;
    }
    .fragprofis_single_category_layout .single_category_back_btn_section {
        margin-bottom: 28px;
    }
    .fragprofis_single_category_layout .single_category_intro_section {
        margin-bottom: 10px;
    }
    .fragprofis_single_category_layout .single_category_intro_section h1 {
        margin-bottom: 13px;
    }
    .fragprofis_single_category_layout .single_category_questions_section .single_cat_title {
        margin-bottom: 20px;
    }
    .fragprofis_single_question .question_back_section {
        margin-bottom: 28px;
    }
    .fragprofis_single_question .question_main_section {
        margin-bottom: 8px;
    }
    .fragprofis_single_question .question_main_section h6 {
        margin-bottom: 2px;
    }
    .fragprofis_single_question .question_main_section h1 {
        margin-bottom: 4px;
    }
    .fragprofis_single_question .question_rating_section {
        margin-bottom: 10px;
    }
    .fragprofis_single_question .question_rating_section h4 {
        margin-bottom: 3px;
    }
    .fragprofis_single_question .question_rating_section .rating {
        margin-bottom: 15px;
    }
    .fragprofis_single_question .related_questions_link_section a {
        margin-bottom: 13px;
    }
    .fragprofis_single_question .single_ad_image {
        height: 90px;
    }
    .text_banner_layout {
        min-height: 150px;
        margin-bottom: 18px;
        padding: 15px;
    }
    .text_banner_layout.big_text h2 {
        font-size: 30px;
        line-height: 39px;
    }
    .text_banner_layout.big_text br {
        display: none;
    }
    .text_banner_layout.big_mobile {
        min-height: 250px;
    }
    .make_question_layout {
        margin-top: 18px;
    }
    .make_question_layout .make_question_layout_wrapper {
        margin-bottom: 50px;
    }
    .make_question_layout .make_question_layout_wrapper .make_question_form_section textarea {
        margin-bottom: 15px;
    }
    .make_question_layout .make_question_layout_wrapper .make_question_form_section .fp_input {
        margin-bottom: 15px;
    }
    .make_question_layout .make_question_layout_wrapper .make_question_checkboxes_section>p {
        margin-bottom: 15px;
    }
    .make_question_layout .make_question_layout_wrapper .make_question_checkboxes_section .custom_checkbox {
        margin-bottom: 15px;
    }
    .make_question_layout .make_question_layout_wrapper .make_question_checkboxes_section .custom_checkbox.has_small_text {
        margin-bottom: 15px;
    }
    .login_form_layout .login_form_wrapper {
        margin-bottom: 50px;
    }
    .login_form_layout .login_form_wrapper .login_form_title {
        margin-bottom: 8px;
    }
    .login_form_layout .login_form_wrapper .reset_link {
        display: block;
        margin-bottom: 30px;
    }
    .login_form_layout .login_form_wrapper a {
        color: #489FD8;
        text-decoration: underline;
        font-weight: bold;
    }
    .login_form_layout .login_form_wrapper .checkboxes_login {
        margin-bottom: 30px;
    }
    .login_form_layout .login_form_wrapper .submit_btn {
        margin-bottom: 30px;
    }
    .answer_single_question_entry_layout {
        margin-top: 18px;
    }
    .answer_single_question_entry_layout h3 {
        margin-bottom: 15px;
    }
    .answer_single_question_entry_layout .back_link {
        margin-bottom: 25px;
    }
    .answer_question_single_layout .question_box.single {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .answer_question_single_layout .question_box.single .box_title {
        margin-bottom: 10px;
    }
    .answer_question_single_layout .question_box.single .question_box_content {
        padding-right: 0;
    }
    .anwer_question_form_layout {
        padding-bottom: 0;
    }
    .anwer_question_form_layout .anwer_question_buttons_section {
        flex-wrap: wrap;
    }
    .anwer_question_form_layout .anwer_question_buttons_section .submit_answer {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        justify-content: center;
    }
    .anwer_question_form_layout .anwer_question_buttons_section a {
        width: 100%;
        justify-content: center;
    }
    .search_my_questions_layout {
        margin-bottom: 8px;
    }
    .search_my_questions_layout h3 {
        margin-bottom: 15px;
    }
    .search_my_questions_layout .myquestions_search {
        flex-direction: column;
        margin-right: 0;
    }
    .search_my_questions_layout .myquestions_search .fragprofis_main_btn {
        justify-content: center;
    }
    .search_my_questions_layout .myquestions_search input {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .questions_tab_layout .questions_tab_layout_wrapper {
        padding-bottom: 30px;
    }
    .profile_entry_layout h3 {
        margin-bottom: 18px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .profile_tab_content {
        padding-right: 0;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .reset_password_section tr {
        margin-bottom: 30px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .reset_password_section tr td {
        padding-bottom: 0;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .reset_password_section tr td h4 {
        margin-bottom: 5px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .reset_password_section .fragprofis_main_btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .reset_password_section br {
        display: none;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .main_info_section tr {
        margin-bottom: 30px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .main_info_section tr td {
        padding-bottom: 0;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .main_info_section tr td h6 {
        margin-bottom: 0;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .main_info_section tr td:first-child {
        margin-bottom: 10px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .email_and_status_section tr {
        margin-bottom: 30px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .email_and_status_section tr td {
        padding-bottom: 0;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .email_and_status_section tr td h6 {
        margin-bottom: 0;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .email_and_status_section tr td:first-child {
        margin-bottom: 5px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .email_and_status_section .status_options {
        margin-top: 15px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .email_and_status_section .fragprofis_main_btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .profile_checkboxes {
        margin-bottom: 50px;
    }
    .profile_tab_layout .profile_tab_layout_wrapper .profile_box {
        width: 100%;
    }
    .profile_tab_layout .profile_tab_layout_wrapper hr {
        display: none;
    }
    .single_author_intro_section {
        flex-direction: column;
        padding: 15px;
    }
    .single_author_intro_section img {
        margin-right: 0;
    }
    /* End Layouts */
}



@media (max-width: 480px) {
    .answer_question_form_layout .anwer_question_buttons_section {
        flex-direction: column;
    }
    .answer_question_form_layout .anwer_question_buttons_section button,
    .answer_question_form_layout .anwer_question_buttons_section a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        justify-content: center;
    }
}

@media (max-width: 380px) {
    /* Layouts */
    .make_question_layout .make_question_layout_wrapper .make_question_form_section textarea::placeholder,
    .make_question_layout .make_question_layout_wrapper .make_question_form_section input::placeholder {
        font-size: 16px;
    }
    /* End Layouts */
}

@media (max-width: 340px) {
    /* Layouts */
    .make_question_layout .make_question_layout_wrapper .make_question_form_section textarea::placeholder,
    .make_question_layout .make_question_layout_wrapper .make_question_form_section input::placeholder {
        font-size: 14px;
    }
    /* End Layouts */
}


/*# sourceMappingURL=all.css.map */